.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,237,217;--color-primary-1:254,202,140;--color-primary-2:253,166,63;--color-primary-3:255,83,53;--color-primary-4:51,33,13;--color-secondary-0:219,220,241;--color-secondary-1:135,140,209;--color-secondary-2:15,24,163;--color-secondary-3:8,12,82;--color-secondary-4:2,4,24;--color-tertiary-0:255,255,255;--color-tertiary-1:165,167,177;--color-tertiary-2:105,109,125;--color-tertiary-3:63,65,75;--color-tertiary-4:5,11,38;--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); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { 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;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { background-color: transparent; background-image: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .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); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { border-width: 0; border-radius: 0; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#Rx7UcEiWQuT6ATfW5aqtkVKGuQLC9gEv { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(224deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(224deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(224deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(224deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(224deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:0.561967253685rem;left:56.995735168457rem;display:block; }
#MxIBb2TB28DITKIsAXgdyzHzVVi2qtbM { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:3.5618491172791rem;left:41.312500953674rem;display:block; }
#M9glmxaGLOQlumgtLPZx0kEqRqbrLlw3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bRvhVkGN5wVHcSTz4bT2ZQVP0aTnnXBs { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.4055989980698rem;left:41.312500953674rem;display:block; }
#PB9rZNBgqAR7dZwJhiCsGBoV02ud5zSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8upN0PdZLeEtpvP9Db4RM6UrQq2kSGf { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(244deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(244deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(244deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(244deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:0.5625rem;left:53.4375rem;display:block; }
#xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { 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:15015;top:3.3125rem;left:38.812500953674rem; }
#TlESrxwnnqJxVQEew1lHnRKTx1EOeD6v { 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:15000;top:1.1243489980698rem;left:38.812500953674rem; }
#CuWJMnqnsz50ncae66RQkLsWTtzBwTKy { 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:15016;top:1.1875rem;left:54rem; }
#CuWJMnqnsz50ncae66RQkLsWTtzBwTKy > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ { 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:15017;top:1.0625rem;left:57.5576171875rem; }
#TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { position:relative;display:block; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { background-color: transparent; background-image: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container > .video-iframe-container { display: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container { display: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .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); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { border-width: 0; border-radius: 0; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .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; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .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:0.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; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;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;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:60rem;height:47.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.7884116172791rem;left:0rem;height:9.44925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SMFbVAU2XvmBAle3wFGJhTlHFv63reQ7 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.75rem;width:47.8125rem;top:12.996746063233rem;left:5.40625rem;display:block; }
#Je7QAM28trP9BwMrHPIK1yw0TN6GdT9o { color:rgba(var(--color-primary-0),1);display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:40.479167938233rem;left:3.53125rem;height:5.1171875rem;text-align:center;text-align-last:center;display:block; }
#HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9 > .row .container { background-color: transparent; background-image: none; }#HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9 > .row .container > .video-iframe-container { display: none; }#HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9 > .row > .video-iframe-container { display: none; }#HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9 > .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); }#HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9 > .row .container { border-width: 0; border-radius: 0; }#HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9 > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#TgD1vl5hifaActA3dw6Qpl4mtLltr33W { color:#000000;display:block;width:55rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5234413146973rem;left:2.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i5I4NR0vbZxnpRpAc0ZT9mpzatAdlgo6 { 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:17.375rem;width:57.1875rem;top:4.0611982345581rem;left:1.40625rem;overflow:hidden;display:block; }
#couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#535051;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; }#couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG > .row .container { background-color: transparent; background-image: none; }#couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG > .row .container > .video-iframe-container { display: none; }#couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG > .row > .video-iframe-container { display: none; }#couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG > .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); }#couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG > .row .container { border-width: 0; border-radius: 0; }#couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG > .row .container { font-size:0.875rem;font-family:arial;height:65.75rem;width:60rem;position:relative;display:block; }#IBMndRoyq6dU8lOSUR1v52MKoBqbbliq { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:0rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C8hCrc3UpZZiVAZosItUTaAnLDiogmli { color:#f6eeee;display:block;width:59.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9303388595581rem;left:0rem;height:59.7760875rem;text-align:left;text-align-last:left;display:block; }
#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 { 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; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { background-color: transparent; background-image: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container > .video-iframe-container { display: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container { display: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .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); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { border-width: 0; border-radius: 0; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#ONC77cISF8E5LATlbRxLKyqZ7ZfWA4c3 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.9;letter-spacing:0;top:1.337890625rem;left:11.187500953674rem;height:14.9615625rem;text-align:justify;text-align-last:initial;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; }
#stAe0gyGTEZPFZ6wgGDMEvk1Sr0RO6R0 { 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:15.0625rem;width:10.3125rem;top:1.337890625rem;left:0rem;overflow:hidden;display:block; }
#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#535051;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; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { background-color: transparent; background-image: none; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container > .video-iframe-container { display: none; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row > .video-iframe-container { display: none; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .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); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { border-width: 0; border-radius: 0; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#DFH1I4rE5wq0xKK8xZhxd6zRhVCyiGNr { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:0rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rRJOqD4T1u5E1IAMRvtx8lk1eBusgtWW { color:#f6eeee;display:block;width:59.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5000004768372rem;left:0.50000095367432rem;height:1.0559875rem;text-align:center;text-align-last:center;display:block; }
#HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ { 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; }#HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ > .row .container { background-color: transparent; background-image: none; }#HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ > .row .container > .video-iframe-container { display: none; }#HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ > .row > .video-iframe-container { display: none; }#HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ > .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); }#HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ > .row .container { border-width: 0; border-radius: 0; }#HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#cMCrT8oCTT9CsgCUb731X2vTgTBXO6mf { color:rgba(var(--color-primary-3),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.9062385559082rem;left:0.12434864044189rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { 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; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { background-color: transparent; background-image: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container > .video-iframe-container { display: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container { display: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .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); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { border-width: 0; border-radius: 0; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.7929625511169rem;left:1.8125rem;height:1.13736875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tn9dZx08aR8TbknADpEIbEx416rG9JiB { position:absolute;display:block;z-index:15003;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0rem;display:block; }
#Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.503124237061rem;display:block; }
#WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:16.8125rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { position:absolute;display:block;z-index:15015;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:31.8125rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.4375rem;display:block; }
#ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:46.8125rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O6NNbywkdieUi8wWp9rTunmvrs1F2FZB { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.499820709229rem;display:block; }
#ZLlaACciDFlHuKzB5GFfFyCXMdT08FAk { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.0010414123535156rem;display:block; }
#IxkFfbcKUgSSo6FvbTCZ05iqngcLC1Ux { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467450141907rem;display:block; }
#AiawCy4g7pE4Pm6buAGOxbBvVNzapqmI { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:45.46875rem;display:block; }
#GTLJN0b2I9KO86PLb5pQ0qysCrFREikI { position:absolute;display:block;z-index:15007;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:6.75rem;left:5.1572914123535rem;display:block; }
#qDUk8fvGQo2AlC7FAu2qUuFBosktIqBy { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.125rem;width:1.125rem;top:8.125rem;left:23.632293701172rem;display:block; }
#oNym4PgCdxTIHCeyZJ4XgRHoFGMxn5l9 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2rem;width:2rem;top:8.004166440735rem;left:37.64166625rem;display:block; }
#kup5UJCU5Xu6gVpGPIO4laTDNMJuG6WU { position:absolute;display:block;z-index:15024;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.5rem;width:1.5rem;top:6.6875rem;left:50.65625rem;display:block; }
#LGB6010WAagrVNBKz3wqZq9wV1uw7wEt { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:8.3937492370606rem;left:7.6645812988281rem;display:block; }
#nkGTeoR7EQg4oebnHumecKPAvRmbidme { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.4375rem;top:7.2572937011719rem;left:21.1875rem;display:block; }
#wL8PSKcfff2XWkuQwVTNTmVU9wiJPvqL { position:absolute;display:block;z-index:15030;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:6.46875rem;left:36.03125rem;display:block; }
#pdFO5ls0PEPecvTer5IAsZ4kGoUL5TCb { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:7.625rem;left:53.96875rem;display:block; }
#rUsrIBuBT6z4yhUdrL4hhfQzqgouPkP3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:6.4375rem;left:5.5625rem; }
#Mq8xJMlTNms3P5GIJiFhEHaMXgNFKT0b { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:6.9375rem;left:36.5rem; }
#cTkzse5zdwCVpURT2WNfNv3rvh0fFEZ3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:6.4375rem;left:51.4375rem; }
#Tn1o2n5KsZvOpXwCk1L9yQkTeRISsfg6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:6.7500009536744rem;left:21.250000953674rem; }
#a8rw28owC1ABsoGycvfdp9IgqaVOkHDZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0475263595581rem;left:1.09375rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf { position:relative;display:block; }#VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf { background-color: transparent; background-image: none; }#VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf > .row .container > .video-iframe-container { display: none; }#VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf > .row > .video-iframe-container { display: none; }#VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf > .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); }#VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf { border-width: 0; border-radius: 0; }#VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf > .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; }#VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf > .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:13.4375rem;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; }#xVgQAdNr0tGx94E0RAQy3JMmnXrvKdt8 { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:11.3125rem;width:58.875rem;top:0.87434196472169rem;left:0.5625rem;display:block; }
#pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4993419647217rem;left:17.062500953674rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EvqUAFgx0AXbJ1WlhDQ5RwSxRVSRlTJX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:5.125rem;left:27.500000953674rem; }
#e8M4ecHCaCwuXQWGuGUBhXSor4THHtf2 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:7.125rem;left:29.281250953674rem;display:block; }
#f9naIIo647Eb3MlgTzP1fCyxDDDTHQie { position:absolute;display:block;z-index:15031;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.875rem;width:0.875rem;top:5.125rem;left:27.500000953674rem;display:block; }
#ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:58.8125rem;top:12.123699188233rem;left:0.59375rem;display:block; }
#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 { 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; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { background-color: transparent; background-image: none; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container > .video-iframe-container { display: none; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row > .video-iframe-container { display: none; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .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); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { border-width: 0; border-radius: 0; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#arvEfRZIxMtZNIuTXxOHyDylNZzorP6o { color:rgba(var(--color-primary-3),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.8124952316284rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAVvHHhKk4nGrm0d2TTmyss4m1wiIFaF { color:#848484;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:5.3932247161865rem;left:0rem;height:4.04948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r8rrqI3A5TgxTta1ZfdXyxKbzyuwATKG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:52.875rem;top:10.099609375rem;left:3.5625rem;display:block; }
#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/3ACLFa47/bg2.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; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F.adaptive-delivery-prevent-bg, #BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F.lazyload, #BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F.lazyloading { background-image: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { background-color: transparent; background-image: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .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); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { border-width: 0; border-radius: 0; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F::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; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#FdRxzWUhMlTshyGfC5P4wd2mEBcJDeeg { background-color:transparent;background-image: -webkit-linear-gradient(245deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(245deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(245deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(245deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(245deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.091796875rem;left:22.28125rem;display:block; }
#fQBUhBntMfzVTULALvlNTDW5Fe61tm7f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WLifTeLplwRpsOwMuTKlGcgMzw1kv7xl { color:#3d4051;display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.9;letter-spacing:0;top:7.48828125rem;left:7.5rem;height:3.324225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l0oEdophnXLBpS9iqBDwLcRTg4Ub4HDA { color:#3d4051;display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.9;letter-spacing:0;top:0.75846385955813rem;left:20.6875rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny { 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; }#AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny > .row .container { background-color: transparent; background-image: none; }#AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny > .row .container > .video-iframe-container { display: none; }#AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny > .row > .video-iframe-container { display: none; }#AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny > .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); }#AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny > .row .container { border-width: 0; border-radius: 0; }#AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#H2qtw674BATreDskOKf49hdFiBWIrJ24 { color:rgba(var(--color-primary-3),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.3750076293945rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VT63TuD76cfKvT7h2XXlP87uyGD55Siu { color:#848484;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:4.7499847412109rem;left:0rem;height:4.049475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW { 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; }#Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW > .row .container { background-color: transparent; background-image: none; }#Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW > .row .container > .video-iframe-container { display: none; }#Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW > .row > .video-iframe-container { display: none; }#Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW > .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); }#Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW > .row .container { border-width: 0; border-radius: 0; }#Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;display:block; }#ncQy2QArLT03H8myLKvrOTOGdGNW4To1 { 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:14.6875rem;width:14.6875rem;top:0rem;left:22.65625rem;overflow:hidden;display:block; }
#w6aQ5LUP4TQtIZmVEZ0g5TmRPEyucsSJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:14.6875rem;top:0rem;left:42.15625rem;overflow:hidden;display:block; }
#RDVgWDcl3AXIQI4422x1NKbE6mia35qk { 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:14.9375rem;width:14.9375rem;top:0rem;left:3.4375rem;overflow:hidden;display:block; }
#OKvxBDc45FDEElx3ThP7MRvqKZX4as0R { 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; }#OKvxBDc45FDEElx3ThP7MRvqKZX4as0R > .row .container { background-color: transparent; background-image: none; }#OKvxBDc45FDEElx3ThP7MRvqKZX4as0R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKvxBDc45FDEElx3ThP7MRvqKZX4as0R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKvxBDc45FDEElx3ThP7MRvqKZX4as0R > .row .container > .video-iframe-container { display: none; }#OKvxBDc45FDEElx3ThP7MRvqKZX4as0R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKvxBDc45FDEElx3ThP7MRvqKZX4as0R > .row > .video-iframe-container { display: none; }#OKvxBDc45FDEElx3ThP7MRvqKZX4as0R > .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); }#OKvxBDc45FDEElx3ThP7MRvqKZX4as0R > .row .container { border-width: 0; border-radius: 0; }#OKvxBDc45FDEElx3ThP7MRvqKZX4as0R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKvxBDc45FDEElx3ThP7MRvqKZX4as0R > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:60rem;position:relative;display:block; }#LDNMZniZz0SBoqT8wiVoHBZk5H2viltt { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:14.5rem;top:1.65625rem;left:42.21875rem;overflow:hidden;display:block; }
#KFLc3Q5TyOHMb5XFfcUCDaaFlHmuql4o { 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:15rem;width:15rem;top:1.75rem;left:3.5625rem;overflow:hidden;display:block; }
#Xh0aKUl8vA5mtSbSi6xMCizsfKtCTuPH { 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:14.6875rem;width:14.6875rem;top:1.78125rem;left:22.875rem;overflow:hidden;display:block; }
#nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ { 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; }#nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ > .row .container { background-color: transparent; background-image: none; }#nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ > .row .container > .video-iframe-container { display: none; }#nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ > .row > .video-iframe-container { display: none; }#nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ > .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); }#nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ > .row .container { border-width: 0; border-radius: 0; }#nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#Hup5iRzV8LDoEUFlctzS6cR01h3ZJmaN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.25rem;top:0.8125rem;left:42.875rem;overflow:hidden;display:block; }
#atcTnG1XgcawBJzdNhZzNd0AimlHKRER { 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:14.5rem;width:14.5rem;top:0.84375rem;left:3.65625rem;overflow:hidden;display:block; }
#y1NTCEMw8oelTktdXK3sAXJFIBrq9G1g { 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:14.625rem;width:14.625rem;top:0.625rem;left:22.6875rem;overflow:hidden;display:block; }
#vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza { 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; }#vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza > .row .container { background-color: transparent; background-image: none; }#vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza > .row .container > .video-iframe-container { display: none; }#vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza > .row > .video-iframe-container { display: none; }#vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza > .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); }#vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza > .row .container { border-width: 0; border-radius: 0; }#vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:60rem;position:relative;display:block; }#I0NXZkHimEC4gWTElbO883rzFCMzKl8I { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:13.9375rem;top:2.740234375rem;left:43.031250953674rem;overflow:hidden;display:block; }
#qxwVIhdeXrhX18ckZvx6ohQcnEIz95xC { 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:14.3125rem;width:14.3125rem;top:1.71875rem;left:2.3125rem;overflow:hidden;display:block; }
#Qrif8SEzDVJQwMbmNsXtXo2qEu7SnogN { 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:14.625rem;width:14.625rem;top:1.15625rem;left:22.6875rem;overflow:hidden;display:block; }
#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z { 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; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { background-color: transparent; background-image: none; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container > .video-iframe-container { display: none; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row > .video-iframe-container { display: none; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .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); }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { border-width: 0; border-radius: 0; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#up7Os5RuufBgCbpkNt6gn3nQTO2Xl2JV { background-color:transparent;background-image: -webkit-linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.1875rem;left:22.3125rem;display:block; }
#AxTcKNnueFGKAptDwZDSlhc1pibyFof3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dp75M4AbO3x3zAb8M2WxSzyfbdlXLoJW { background-color:transparent;background-image: -webkit-linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.1875004768372rem;left:39.125001907349rem;display:block; }
#tc79rx2PXQFt4yyICcTlkXexPJBvBao5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1zC70djz/bg02.jpg");background-position:top 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; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.adaptive-delivery-prevent-bg, #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.lazyload, #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.lazyloading { background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { background-color: transparent; background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,80,81,0.9); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,80,81,0.9); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .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); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { border-width: 0; border-radius: 0; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::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; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { font-size:0.875rem;font-family:arial;height:158.6875rem;width:60rem;position:relative;display:block; }#ygryeZmmxBthdSI0nsdhK7gStaTg4158 { color:rgba(var(--color-tertiary-0),1);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:3.3740234375rem;left:0rem;height:2.0247375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:0.6865234375rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { 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:15017;top:25.65625rem;left:1.21875rem; }
#FNpZpvc21nlsyEgG2EOWQdn8rTuohLFk { 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:15019;top:33.3125rem;left:2.6572265625rem; }
#HDJtlW6RheJJTMed8vPAcfbTDFSD3htv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:17.625rem;top:5.2724609375rem;left:0.59375rem;overflow:hidden;display:block; }
#cXMwWxc4eAIzTS44L7pSUreTkS4lRqrH { 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:29.8125rem;width:17.6875rem;top:5.4375rem;left:23.0693359375rem;overflow:hidden;display:block; }
#htN9SccEh4kRJpudz96IPs7ZtdXy8Eq7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:16.0625rem;top:37.90625rem;left:21.96875rem;overflow:hidden;display:block; }
#hxh25U0p9TCzkc8m1eEZXyDdKMHTlDc5 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:15.6875rem;top:5.1875rem;left:41.90625rem;overflow:hidden;display:block; }
#zZBfzR9ECTGHa7NTPp9MT1aqgBgESnB4 { position:absolute;display:block;z-index:15025;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:25.625rem;width:16.8125rem;top:63.96875rem;left:41.34375rem;overflow:hidden;display:block; }
#ZHIqNsdxGo6J4IF8AQUSwI9oTiBD07S5 { 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:25.4375rem;width:15.125rem;top:37.90625rem;left:40.695273515793rem;overflow:hidden;display:block; }
#uXXiyx7fofkyvMmiQVuBDnq3o9AaqapD { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:16.5rem;top:63.75rem;left:21.96875rem;overflow:hidden;display:block; }
#IT7Kl6eDuCI6c9zTGtn2rNwozQOG2hnH { position:absolute;display:block;z-index:15028;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:24.0625rem;width:16.875rem;top:37.90625rem;left:1.21875rem;overflow:hidden;display:block; }
#N6dvZ3Ozr0JFBuoUro7x3ygaPLT5H6tB { 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:26.6875rem;width:17.3125rem;top:62.84375rem;left:1.21875rem;overflow:hidden;display:block; }
#DsQQAubFkQaM2lWIqpAdaQb7W3ZDkXhH { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:30.9375rem;top:94.40625rem;left:0.59375rem;overflow:hidden;display:block; }
#qo03GSaHTGBHbIuwIaP4RlI6W5ELAXP1 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:28.0625rem;top:92.28125rem;left:31.9375rem;overflow:hidden;display:block; }
#Tca2i7MQq44QUbb730DG2lIKIIAIP5WP { position:absolute;display:block;z-index:15031;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.3125rem;width:29.875rem;top:107.3125rem;left:0rem;overflow:hidden;display:block; }
#oaIdARhnNsn5QB7ZklvVZgUmKa03XRKt { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:29.875rem;top:114rem;left:30.125rem;overflow:hidden;display:block; }
#SLyf94gvngNO2NMgQ3QWOaLP2iBfoWFd { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:27.9375rem;top:128.25rem;left:29.875rem;overflow:hidden;display:block; }
#K7zDsSssAVz2tszWPRo3TKJo6MoGQHoT { position:absolute;display:block;z-index:15034;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.3125rem;width:30.8125rem;top:140rem;left:29.1875rem;overflow:hidden;display:block; }
#U2mR9iKKUBz4ozaFLCqFUfyTOQ2bbyCR { position:absolute;display:block;z-index:15028;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:26rem;width:16.5rem;top:128.25rem;left:3.90625rem;overflow:hidden;display:block; }
#XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl { 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; }#XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl > .row .container { background-color: transparent; background-image: none; }#XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl > .row .container > .video-iframe-container { display: none; }#XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl > .row > .video-iframe-container { display: none; }#XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl > .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); }#XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl > .row .container { border-width: 0; border-radius: 0; }#XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#WONyNbeFc6TFvsvGINw3e17cuMDWTREe { color:rgba(var(--color-primary-3),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:0.060367584228516rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ByXTOFCAUq78Rykf8EBBieCW2NlSAEIT { color:#848484;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:6.9557304382325rem;left:0rem;height:2.0247375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H916okKKFdfuIDT6HCz8dE5i9lmM8UaF { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:52.875rem;top:10.099609375rem;left:3.5625rem;display:block; }
#cCwPftEOgHxLuEzRuINAdwosQ0FROzk8 { 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; }#cCwPftEOgHxLuEzRuINAdwosQ0FROzk8 > .row .container { background-color: transparent; background-image: none; }#cCwPftEOgHxLuEzRuINAdwosQ0FROzk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCwPftEOgHxLuEzRuINAdwosQ0FROzk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCwPftEOgHxLuEzRuINAdwosQ0FROzk8 > .row .container > .video-iframe-container { display: none; }#cCwPftEOgHxLuEzRuINAdwosQ0FROzk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCwPftEOgHxLuEzRuINAdwosQ0FROzk8 > .row > .video-iframe-container { display: none; }#cCwPftEOgHxLuEzRuINAdwosQ0FROzk8 > .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); }#cCwPftEOgHxLuEzRuINAdwosQ0FROzk8 > .row .container { border-width: 0; border-radius: 0; }#cCwPftEOgHxLuEzRuINAdwosQ0FROzk8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCwPftEOgHxLuEzRuINAdwosQ0FROzk8 > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#SMkqTCK9npWUMsTcf6Hmcc0WnHNCds4A { color:#3d4051;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:16.037760734558rem;left:1.9674482345581rem;height:11.3984375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#bCXy6BaW6rv7Db5azEwTuBF9XmoQQvyP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.373933792114rem;left:3.7491111755371rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SIIVTyErTUZ9i3NLeufn4NMuhwtF82IG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.4375rem;left:23.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qRnF4wlbzzLvlWGuBnqU8H1TQst8irCy { color:#3d4051;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:17.0625rem;left:21.875rem;height:7.5989375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yUdoz7CQNom9sTQIT8qNppozwrbrqCEB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27.4375rem;left:43.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scToBT7PTDwS5Qd55AF0QfyBvViTE0bm { color:#3d4051;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.9;letter-spacing:0;top:16.037089347839rem;left:41.437500953674rem;height:11.3984375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#pZ4TaN1FdKHC58J6BG61QsvpPVO2c9qT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:9.875rem;width:9.0625rem;top:1.0618896484375rem;left:5.6236982345581rem;overflow:hidden;display:block; }
#TQMwBoJiEavLxh3X2yUTay2fe3T5GAU3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:9.875rem;width:10.125rem;top:1.0625rem;left:25.062500953674rem;overflow:hidden;display:block; }
#nQO3xXH06zbhhHBAugNLgew8nkcpwXkw { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff2079;border-left:0.125rem solid #ff2079;border-right:0.125rem solid #ff2079;border-bottom:0.125rem solid #ff2079;border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:11.81392rem;width:11.75142rem;top:0.0625rem;left:24.0625rem;display:block; }
#Gp1I8orTzDAZTwp3G0TshtOyuPwZTFET { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:11.81392rem;width:11.75142rem;top:0rem;left:44.0625rem;display:block; }
#UtyzD7Osxdrtnsgo0V9kJJkfXMfWXX5P { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:9.875rem;width:10.125rem;top:1rem;left:45.062500953674rem;overflow:hidden;display:block; }
#CBNrEq1LXyJIKaGpRnDSyPb5QonvFRsD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:11.75rem;width:11.75rem;top:0.0625rem;left:4rem;display:block; }
#oBgdykAIwSg2hgCAkJvAdCmtcKrqgNpu { 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:15023;top:13.75rem;left:8.90625rem; }
#Pbp9uCszvAmi3zcOnTgvTduTH7MePeRk { 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:15024;top:13.75rem;left:48.90625rem; }
#w1KzEZ1ENNv01hoQkaoJO4OZ3fUB1qlz { 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:15025;top:13.75rem;left:28.90625rem; }
#mduGolamDMVup4nemO4tcUDsapywbN8I { 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; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { background-color: transparent; background-image: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .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); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { border-width: 0; border-radius: 0; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { font-size:0.875rem;font-family:arial;height:544.9375rem;width:60rem;position:relative;display:block; }#kd1E5xgmEFNbiTTmBhwuI4Kg1y5mzHZp { color:#3d4051;display:block;width:58.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:1.162109375rem;left:1.125rem;height:5.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EaBpusS3b5iZaOVclghD1s2enTnf1QEM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:51.375rem;top:27.5rem;left:4.3125rem;overflow:hidden;display:block; }
#BnNNwwBiXePPfmGTIeME8vb0ITEuCwzu { 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:12.9375rem;width:51.9375rem;top:42.375rem;left:4.03125rem;overflow:hidden;display:block; }
#UaPTyPrszCJET0uTJiq9nSttZWEdZ8Ix { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:52.9375rem;top:8.375rem;left:4.3125rem;overflow:hidden;display:block; }
#ZCd5pGKDENR8bWBJNftJEKbJ8MZUqds3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:51.875rem;top:56.9375rem;left:4.03125rem;overflow:hidden;display:block; }
#kope9A6hUJsgiV6OaTsh5TuNOI3UkiZp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:51.875rem;top:75.6875rem;left:4.0625rem;overflow:hidden;display:block; }
#KPwEo4qvlUZ14WdQxp6hISa0pSxvcXhP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:51.875rem;top:93.375rem;left:4.0625rem;overflow:hidden;display:block; }
#qDfDTqz9u6T39WDtZwPG6gQtGAyKwDJ7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:52.25rem;top:107.875rem;left:4.0625rem;overflow:hidden;display:block; }
#QQQiE8wTLg1CB6dNzIJbyEdKvA4mr484 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:52.25rem;top:123.625rem;left:4.125rem;overflow:hidden;display:block; }
#Mt7OJKsBP5AewpdG7JakGebSF54gqEwJ { 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:18rem;width:52.1875rem;top:138.75rem;left:3.875rem;overflow:hidden;display:block; }
#XtNTv8HDSs8BPtfm3X3ZPLUenybqODtC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:52.1875rem;top:157.6875rem;left:3.90625rem;overflow:hidden;display:block; }
#guQuyMJDWAgGpW4on6Tmp3FAi5xv7Kk4 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:51.1875rem;top:169.8125rem;left:3.90625rem;overflow:hidden;display:block; }
#LD0Vd8vOipM4Iw0KUSA1ZlX8gPEsUghu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:51.1875rem;top:188.375rem;left:4.40625rem;overflow:hidden;display:block; }
#AhS7zIM5XTMl1GPB6xu7tGkMRgL3ZBIu { 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: none;height:16.25rem;width:51.25rem;top:204.0625rem;left:4.03125rem;overflow:hidden;display:block; }
#ZEyqHK6RtehpieHinMsdaLWGxecUdesq { position:absolute;display:block;z-index:15016;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:10rem;width:51.25rem;top:221.9375rem;left:4.03125rem;overflow:hidden;display:block; }
#gO5rw59B2cT4tJRuiD6BL6HPDIg5rzqo { 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:12.9375rem;width:51.25rem;top:232.9375rem;left:3.875rem;overflow:hidden;display:block; }
#tiaqga9B1bCbdlfsXOL2el1QruAWkwlh { 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:16.25rem;width:49rem;top:248.125rem;left:4.03125rem;overflow:hidden;display:block; }
#pGHBQycgmGgkn5vk81TSSkLhIQHeXvwB { 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:12.125rem;width:49rem;top:265.4375rem;left:4.03125rem;overflow:hidden;display:block; }
#ZD5FnasuDoH06U59fR65zzkaoHQ5kv90 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.6875rem;width:49.375rem;top:278.75rem;left:4.03125rem;overflow:hidden;display:block; }
#Se31wV9BS1i0Sv1Kmo7GIMEnsey4f3PJ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:49.375rem;top:306.25rem;left:4.3125rem;overflow:hidden;display:block; }
#Ur1kV40yim4TCZMSVV7n6GAeTsbZsOmU { 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:14.25rem;width:49.375rem;top:323.5625rem;left:4.3125rem;overflow:hidden;display:block; }
#ApTvCCQGixkvVwmmZPzqL6TOy5lLOeig { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:49.375rem;top:340.0625rem;left:4.3125rem;overflow:hidden;display:block; }
#dXRMq0Tl91iJUroEFPzwFT7Fza55qDwn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:49.5625rem;top:350.5625rem;left:4.3125rem;overflow:hidden;display:block; }
#aGEklnUXIXMi6cn1ZSTZ6MuPLrK7Izay { position:absolute;display:block;z-index:15025;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.0625rem;width:49.6875rem;top:365.5625rem;left:4.3125rem;overflow:hidden;display:block; }
#B8PNoBbcycSlDGmNDItx8LwAc1IQ4SkV { 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:14.5rem;width:49.6875rem;top:384.6875rem;left:4.3125rem;overflow:hidden;display:block; }
#mUIvfMKGv0T1Iq55LrEo3otPcOIx76so { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:48.0625rem;top:401.1875rem;left:4.3125rem;overflow:hidden;display:block; }
#qzgmmxhJZKX8noO59ZxPDK1mp7Glb1HQ { position:absolute;display:block;z-index:15028;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:16.125rem;width:47.4375rem;top:417.8125rem;left:3.875rem;overflow:hidden;display:block; }
#L1v6xrNzZRGv5k2u9fTzdFctcQvA9DTg { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:47.4375rem;top:435.0625rem;left:4.03125rem;overflow:hidden;display:block; }
#VEK5OERQqc06Coh1FbCpvv5J4eJD5Lv5 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:44.5rem;top:448.1875rem;left:4.03125rem;overflow:hidden;display:block; }
#VFa0dyuUt7rvQHVGJxizsJhv5mIqUEVE { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:44.5rem;top:462.75rem;left:4.03125rem;overflow:hidden;display:block; }
#KTOWkzzULysTMJbd5qRwZ2LLwkwWhWh1 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:45.875rem;top:472.625rem;left:4.03125rem;overflow:hidden;display:block; }
#HTJySsvIzlvDTyLcPP4uq8TN5nAZNWis { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:47.5625rem;top:486rem;left:4.03125rem;overflow:hidden;display:block; }
#vvZCLWnbgkdzwCEe0E01TChwO5R7qzPG { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:47.5625rem;top:502.125rem;left:4.3125rem;overflow:hidden;display:block; }
#UG2fLIXQSWZl0qKd3QckgQfppdnhkbx8 { position:absolute;display:block;z-index:15035;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.375rem;width:48.875rem;top:516.375rem;left:4.3125rem;overflow:hidden;display:block; }
#l0oiZ3pHhc45Nn4uyP0ReQqDTJpvBABc { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:48.875rem;top:530.9375rem;left:4.3125rem;overflow:hidden;display:block; }
#G2gH5IT4fiGlbMwynFS67lAsauCJTULV { position:relative;display:block; }#G2gH5IT4fiGlbMwynFS67lAsauCJTULV { background-color: transparent; background-image: none; }#G2gH5IT4fiGlbMwynFS67lAsauCJTULV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2gH5IT4fiGlbMwynFS67lAsauCJTULV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2gH5IT4fiGlbMwynFS67lAsauCJTULV > .row .container > .video-iframe-container { display: none; }#G2gH5IT4fiGlbMwynFS67lAsauCJTULV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2gH5IT4fiGlbMwynFS67lAsauCJTULV > .row > .video-iframe-container { display: none; }#G2gH5IT4fiGlbMwynFS67lAsauCJTULV > .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); }#G2gH5IT4fiGlbMwynFS67lAsauCJTULV { border-width: 0; border-radius: 0; }#G2gH5IT4fiGlbMwynFS67lAsauCJTULV > .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; }#G2gH5IT4fiGlbMwynFS67lAsauCJTULV > .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:78.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; }#laWkXWTucqnK68lKAnqGKIqzKrtv8vxJ { color:#ff3300;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:17.531250953674rem;height:1.625rem;display:block; }
#ap5DdKeKa4PANLDdo5qTyGT0Sze4XCcN { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:30.059246063233rem;left:2.1875rem;height:11.69531875rem;text-align:justify;text-align-last:initial;display:block; }
#izD2JFcmIpWt1yHX7RVqgX8DGwJoIIcw { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:61.000003814698rem;left:2.1875rem;height:14.294275rem;text-align:justify;text-align-last:initial;display:block; }
#VDihsuQT7unB2eIt0i6WNVmG8TnodJNR { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.500001907349rem;left:2.1875rem;height:15.59375625rem;text-align:justify;text-align-last:initial;display:block; }
#BPd65QUozndBXHQlnZ9TvKdd3MhAbnBf { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:2.1875rem;height:7.79688125rem;text-align:justify;text-align-last:initial;display:block; }
#EGkZkqQavs8ymzhqk8obmR7dmmNvQCIX { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.625rem;left:2.1875rem;height:6.4974rem;text-align:justify;text-align-last:initial;display:block; }
#R7tHeEymOTR78PN4hMouKWNfL6eNrk3s { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.544271469116rem;left:2.1875rem;height:6.4974rem;text-align:justify;text-align-last:initial;display:block; }
#BUnnHvNwTbG0I6I4askgfe6E4VFwHkFv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.4375002384186rem;left:0rem; }
#mLCQfPXaVhLQOmTMz3xSUfUMTHzWOtp8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.625000238419rem;left:0rem; }
#XlONtMlnatNXt8zLTbSOQfZ4k7EVk2Dl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:43.500001907349rem;left:0rem; }
#qa5mxUsz1ZZJqUmflQSXpn4JHb6pnZ0h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:21.544271469116rem;left:0rem; }
#NTUsas94T53K0DvqSHIuWVoTXTopms1U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30.059246063233rem;left:0rem; }
#MeZQbaFgibDouLiU8Z5kua12XN6qsJ2J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:61.000003814698rem;left:0rem; }
#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { background-color: transparent; background-image: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .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); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { border-width: 0; border-radius: 0; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.115234375rem;left:0rem;height:7.630875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { background-color:#000000;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.386068344116rem;left:21.3125rem;display:block; }
#zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XiutyRDBP2C9qEBp4dKeWQEAP723c3va { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:9.86328125rem;left:0rem;height:1.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sg0enz0D7mCKPXuM5fdFgTR0LgmZ5fJc { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:12.48828125rem;left:0rem;height:1.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rx7UcEiWQuT6ATfW5aqtkVKGuQLC9gEv { width:3rem;height:3rem;top:0.5rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxIBb2TB28DITKIsAXgdyzHzVVi2qtbM { width:14.3125rem;height:1.3125rem;top:3.5rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9glmxaGLOQlumgtLPZx0kEqRqbrLlw3 { display:block; }
 }@media only screen and (max-width: 763px) { #bRvhVkGN5wVHcSTz4bT2ZQVP0aTnnXBs { width:11.375rem;height:1.3125rem;top:1.375rem;left:35.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB9rZNBgqAR7dZwJhiCsGBoV02ud5zSO { display:block; }
 }@media only screen and (max-width: 763px) { #s8upN0PdZLeEtpvP9Db4RM6UrQq2kSGf { width:3rem;height:3rem;top:0.5625rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { width:1.875rem;height:1.875rem;top:3.3125rem;left:32.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlESrxwnnqJxVQEew1lHnRKTx1EOeD6v { width:1.875rem;height:1.875rem;top:1.0625rem;left:32.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuWJMnqnsz50ncae66RQkLsWTtzBwTKy { width:1.875rem;height:1.875rem;top:1.1875rem;left:45.875rem;display:block; }
#CuWJMnqnsz50ncae66RQkLsWTtzBwTKy > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ { width:1.875rem;height:1.875rem;top:1.0625rem;left:45.875rem;display:block; }
#TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { display:block; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:47.75rem;height:9.4375rem;top:1.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMFbVAU2XvmBAle3wFGJhTlHFv63reQ7 { top:12.9375rem;left:0rem;width:47.75rem;height:26.715032679739rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je7QAM28trP9BwMrHPIK1yw0TN6GdT9o { top:40.4375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9 { display:block; }#HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgD1vl5hifaActA3dw6Qpl4mtLltr33W { top:1.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5I4NR0vbZxnpRpAc0ZT9mpzatAdlgo6 { top:4rem;left:0rem;width:47.75rem;height:14.507650273224rem;display:block; }
 }@media only screen and (max-width: 763px) { #couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG { display:block; }#couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBMndRoyq6dU8lOSUR1v52MKoBqbbliq { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8hCrc3UpZZiVAZosItUTaAnLDiogmli { top:2.875rem;left:0rem;width:47.75rem;height:59.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 { display:block; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONC77cISF8E5LATlbRxLKyqZ7ZfWA4c3 { width:47.75rem;height:14.9375rem;top:1.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stAe0gyGTEZPFZ6wgGDMEvk1Sr0RO6R0 { top:1.3125rem;left:0rem;width:10.3125rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 { display:block; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFH1I4rE5wq0xKK8xZhxd6zRhVCyiGNr { width:47.75rem;height:4.5rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRJOqD4T1u5E1IAMRvtx8lk1eBusgtWW { top:4.5rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ { display:block; }#HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMCrT8oCTT9CsgCUb731X2vTgTBXO6mf { width:47.75rem;height:2.8125rem;top:1.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11.375rem;height:1.125rem;top:3.75rem;left:0.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9dZx08aR8TbknADpEIbEx416rG9JiB { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:11.375rem;height:2.875rem;top:1.9375rem;left:12.218750953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { width:11.375rem;height:2.875rem;top:1.9375rem;left:24.156250953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { width:11.375rem;height:2.875rem;top:1.9375rem;left:36.093750953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6NNbywkdieUi8wWp9rTunmvrs1F2FZB { width:14.0625rem;height:14.0625rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLlaACciDFlHuKzB5GFfFyCXMdT08FAk { width:14.0625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxkFfbcKUgSSo6FvbTCZ05iqngcLC1Ux { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiawCy4g7pE4Pm6buAGOxbBvVNzapqmI { width:14.0625rem;height:14.0625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTLJN0b2I9KO86PLb5pQ0qysCrFREikI { width:1.375rem;height:1.375rem;top:6.75rem;left:3.6260414123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDUk8fvGQo2AlC7FAu2qUuFBosktIqBy { width:1.125rem;height:1.125rem;top:8.125rem;left:19.038543701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNym4PgCdxTIHCeyZJ4XgRHoFGMxn5l9 { width:2rem;height:2rem;top:8rem;left:29.98541625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kup5UJCU5Xu6gVpGPIO4laTDNMJuG6WU { width:1.5rem;height:1.5rem;top:6.6875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGB6010WAagrVNBKz3wqZq9wV1uw7wEt { width:1.0625rem;height:0.5625rem;top:8.375rem;left:6.1333312988281rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkGTeoR7EQg4oebnHumecKPAvRmbidme { width:1.4375rem;height:0.5625rem;top:7.25rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL8PSKcfff2XWkuQwVTNTmVU9wiJPvqL { width:1.625rem;height:1.625rem;top:6.4375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdFO5ls0PEPecvTer5IAsZ4kGoUL5TCb { width:0.8125rem;height:0.8125rem;top:7.625rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUsrIBuBT6z4yhUdrL4hhfQzqgouPkP3 { width:2.6875rem;height:2.6875rem;top:6.4375rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq8xJMlTNms3P5GIJiFhEHaMXgNFKT0b { width:2.5rem;height:2.5rem;top:6.9375rem;left:28.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTkzse5zdwCVpURT2WNfNv3rvh0fFEZ3 { width:2.5rem;height:2.5rem;top:6.4375rem;left:40.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1o2n5KsZvOpXwCk1L9yQkTeRISsfg6 { width:2.5rem;height:2.5rem;top:6.75rem;left:16.656250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8rw28owC1ABsoGycvfdp9IgqaVOkHDZ { width:12.8125rem;height:1.4375rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf { display:block; }#VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVgQAdNr0tGx94E0RAQy3JMmnXrvKdt8 { width:47.75rem;height:11.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { width:24.25rem;height:1.4375rem;top:2.4375rem;left:10.937500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvqUAFgx0AXbJ1WlhDQ5RwSxRVSRlTJX { width:3.375rem;height:3.375rem;top:5.125rem;left:21.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8M4ecHCaCwuXQWGuGUBhXSor4THHtf2 { width:1.4375rem;height:1.4375rem;top:7.125rem;left:23.156250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9naIIo647Eb3MlgTzP1fCyxDDDTHQie { width:0.875rem;height:0.875rem;top:5.125rem;left:21.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { width:47.75rem;height:0.125rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 { display:block; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arvEfRZIxMtZNIuTXxOHyDylNZzorP6o { width:47.75rem;height:2.375rem;top:1.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVvHHhKk4nGrm0d2TTmyss4m1wiIFaF { width:47.75rem;height:4rem;top:5.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8rrqI3A5TgxTta1ZfdXyxKbzyuwATKG { width:47.75rem;height:0.3125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F { display:block; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdRxzWUhMlTshyGfC5P4wd2mEBcJDeeg { width:15.4375rem;height:3.4375rem;top:3.0625rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQBUhBntMfzVTULALvlNTDW5Fe61tm7f { display:block; }
 }@media only screen and (max-width: 763px) { #WLifTeLplwRpsOwMuTKlGcgMzw1kv7xl { width:45rem;height:3.3125rem;top:7.4375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0oEdophnXLBpS9iqBDwLcRTg4Ub4HDA { width:18.625rem;height:2.375rem;top:0.75rem;left:14.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny { display:block; }#AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2qtw674BATreDskOKf49hdFiBWIrJ24 { width:47.75rem;height:2.375rem;top:2.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT63TuD76cfKvT7h2XXlP87uyGD55Siu { width:47.75rem;height:4rem;top:4.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW { display:block; }#Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncQy2QArLT03H8myLKvrOTOGdGNW4To1 { width:14.6875rem;height:14.6875rem;top:0rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6aQ5LUP4TQtIZmVEZ0g5TmRPEyucsSJ { width:14.6875rem;height:14.6875rem;top:0rem;left:31.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDVgWDcl3AXIQI4422x1NKbE6mia35qk { width:14.9375rem;height:14.9375rem;top:0rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKvxBDc45FDEElx3ThP7MRvqKZX4as0R { display:block; }#OKvxBDc45FDEElx3ThP7MRvqKZX4as0R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDNMZniZz0SBoqT8wiVoHBZk5H2viltt { width:14.5rem;height:14.5rem;top:1.625rem;left:31.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFLc3Q5TyOHMb5XFfcUCDaaFlHmuql4o { width:15rem;height:15rem;top:1.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh0aKUl8vA5mtSbSi6xMCizsfKtCTuPH { width:14.6875rem;height:14.6875rem;top:1.75rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ { display:block; }#nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hup5iRzV8LDoEUFlctzS6cR01h3ZJmaN { width:14.25rem;height:14.25rem;top:0.8125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atcTnG1XgcawBJzdNhZzNd0AimlHKRER { width:14.5rem;height:14.5rem;top:0.8125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1NTCEMw8oelTktdXK3sAXJFIBrq9G1g { width:14.625rem;height:14.625rem;top:0.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza { display:block; }#vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0NXZkHimEC4gWTElbO883rzFCMzKl8I { width:13.9375rem;height:11.875rem;top:2.6875rem;left:32.718750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxwVIhdeXrhX18ckZvx6ohQcnEIz95xC { width:14.3125rem;height:14.3125rem;top:1.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrif8SEzDVJQwMbmNsXtXo2qEu7SnogN { width:14.625rem;height:14.625rem;top:1.125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd18ifUgCuOIxJUv12n7JhMJCekUtr1z { display:block; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #up7Os5RuufBgCbpkNt6gn3nQTO2Xl2JV { width:15.375rem;height:3.4375rem;top:2.1875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxTcKNnueFGKAptDwZDSlhc1pibyFof3 { display:block; }
 }@media only screen and (max-width: 763px) { #dp75M4AbO3x3zAb8M2WxSzyfbdlXLoJW { width:15.375rem;height:3.4375rem;top:2.1875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc79rx2PXQFt4yyICcTlkXexPJBvBao5 { display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygryeZmmxBthdSI0nsdhK7gStaTg4158 { width:47.75rem;height:;top:3.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:47.75rem;height:0;top:0.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:4.375rem;height:4.375rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNpZpvc21nlsyEgG2EOWQdn8rTuohLFk { width:1.875rem;height:1.875rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDJtlW6RheJJTMed8vPAcfbTDFSD3htv { top:5.25rem;left:0rem;width:17.625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXMwWxc4eAIzTS44L7pSUreTkS4lRqrH { top:5.4375rem;left:16.9443359375rem;width:17.6875rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htN9SccEh4kRJpudz96IPs7ZtdXy8Eq7 { top:37.875rem;left:15.84375rem;width:16.0625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxh25U0p9TCzkc8m1eEZXyDdKMHTlDc5 { top:5.1875rem;left:32.0625rem;width:15.6875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZBfzR9ECTGHa7NTPp9MT1aqgBgESnB4 { top:63.9375rem;left:30.9375rem;width:16.8125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHIqNsdxGo6J4IF8AQUSwI9oTiBD07S5 { top:37.875rem;left:32.625rem;width:15.125rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXXiyx7fofkyvMmiQVuBDnq3o9AaqapD { top:63.75rem;left:15.84375rem;width:16.5rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT7Kl6eDuCI6c9zTGtn2rNwozQOG2hnH { top:37.875rem;left:0rem;width:16.875rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dvZ3Ozr0JFBuoUro7x3ygaPLT5H6tB { top:62.8125rem;left:0rem;width:17.3125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsQQAubFkQaM2lWIqpAdaQb7W3ZDkXhH { top:94.375rem;left:0rem;width:30.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo03GSaHTGBHbIuwIaP4RlI6W5ELAXP1 { top:92.25rem;left:19.6875rem;width:28.0625rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tca2i7MQq44QUbb730DG2lIKIIAIP5WP { top:107.3125rem;left:0rem;width:29.875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaIdARhnNsn5QB7ZklvVZgUmKa03XRKt { top:114rem;left:17.875rem;width:29.875rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLyf94gvngNO2NMgQ3QWOaLP2iBfoWFd { top:128.25rem;left:19.8125rem;width:27.9375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7zDsSssAVz2tszWPRo3TKJo6MoGQHoT { top:140rem;left:16.9375rem;width:30.8125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2mR9iKKUBz4ozaFLCqFUfyTOQ2bbyCR { top:128.25rem;left:0rem;width:16.5rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl { display:block; }#XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WONyNbeFc6TFvsvGINw3e17cuMDWTREe { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByXTOFCAUq78Rykf8EBBieCW2NlSAEIT { width:47.75rem;height:2rem;top:6.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H916okKKFdfuIDT6HCz8dE5i9lmM8UaF { width:47.75rem;height:0.3125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCwPftEOgHxLuEzRuINAdwosQ0FROzk8 { display:block; }#cCwPftEOgHxLuEzRuINAdwosQ0FROzk8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMkqTCK9npWUMsTcf6Hmcc0WnHNCds4A { width:16.0625rem;height:11.375rem;top:16rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCXy6BaW6rv7Db5azEwTuBF9XmoQQvyP { width:12.5rem;height:1.25rem;top:27.3125rem;left:1.6861982345581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIIVTyErTUZ9i3NLeufn4NMuhwtF82IG { width:12.5rem;height:1.25rem;top:27.4375rem;left:17.562500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRnF4wlbzzLvlWGuBnqU8H1TQst8irCy { width:16.0625rem;height:7.5625rem;top:17.0625rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUdoz7CQNom9sTQIT8qNppozwrbrqCEB { width:12.5rem;height:1.25rem;top:27.4375rem;left:33.437500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scToBT7PTDwS5Qd55AF0QfyBvViTE0bm { width:16.0625rem;height:11.375rem;top:16rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ4TaN1FdKHC58J6BG61QsvpPVO2c9qT { width:9.0625rem;height:9.875rem;top:1rem;left:3.5611982345581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQMwBoJiEavLxh3X2yUTay2fe3T5GAU3 { width:10.125rem;height:9.875rem;top:1.0625rem;left:18.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQO3xXH06zbhhHBAugNLgew8nkcpwXkw { width:11.75rem;height:11.8125rem;top:0.0625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1I8orTzDAZTwp3G0TshtOyuPwZTFET { width:11.75rem;height:11.875rem;top:0rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtyzD7Osxdrtnsgo0V9kJJkfXMfWXX5P { width:10.125rem;height:9.875rem;top:1rem;left:34.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBNrEq1LXyJIKaGpRnDSyPb5QonvFRsD { width:11.75rem;height:11.75rem;top:0.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBgdykAIwSg2hgCAkJvAdCmtcKrqgNpu { width:2.1875rem;height:2.1875rem;top:13.75rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbp9uCszvAmi3zcOnTgvTduTH7MePeRk { width:2.1875rem;height:2.1875rem;top:13.75rem;left:38.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1KzEZ1ENNv01hoQkaoJO4OZ3fUB1qlz { width:2.1875rem;height:2.1875rem;top:13.75rem;left:22.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kd1E5xgmEFNbiTTmBhwuI4Kg1y5mzHZp { width:47.75rem;height:5.6875rem;top:1.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaBpusS3b5iZaOVclghD1s2enTnf1QEM { top:27.5rem;left:0rem;width:47.75rem;height:10.862834549878rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnNNwwBiXePPfmGTIeME8vb0ITEuCwzu { top:42.375rem;left:0rem;width:47.75rem;height:11.89440433213rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaPTyPrszCJET0uTJiq9nSttZWEdZ8Ix { top:8.375rem;left:0rem;width:47.75rem;height:15.108618654073rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCd5pGKDENR8bWBJNftJEKbJ8MZUqds3 { top:56.9375rem;left:0rem;width:47.75rem;height:16.281024096386rem;display:block; }
 }@media only screen and (max-width: 763px) { #kope9A6hUJsgiV6OaTsh5TuNOI3UkiZp { top:75.6875rem;left:0rem;width:47.75rem;height:14.555120481927rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPwEo4qvlUZ14WdQxp6hISa0pSxvcXhP { top:93.375rem;left:0rem;width:47.75rem;height:11.851204819277rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDfDTqz9u6T39WDtZwPG6gQtGAyKwDJ7 { top:107.875rem;left:0rem;width:47.75rem;height:13.479665071771rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQQiE8wTLg1CB6dNzIJbyEdKvA4mr484 { top:123.625rem;left:0rem;width:47.75rem;height:12.280203349283rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt7OJKsBP5AewpdG7JakGebSF54gqEwJ { top:138.75rem;left:0rem;width:47.75rem;height:16.469461077844rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtNTv8HDSs8BPtfm3X3ZPLUenybqODtC { top:157.6875rem;left:0rem;width:47.75rem;height:11.094011976048rem;display:block; }
 }@media only screen and (max-width: 763px) { #guQuyMJDWAgGpW4on6Tmp3FAi5xv7Kk4 { top:169.8125rem;left:0rem;width:47.75rem;height:16.383089133089rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD0Vd8vOipM4Iw0KUSA1ZlX8gPEsUghu { top:188.375rem;left:0rem;width:47.75rem;height:13.176434676434rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhS7zIM5XTMl1GPB6xu7tGkMRgL3ZBIu { top:204.0625rem;left:0rem;width:47.75rem;height:15.140243902439rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEyqHK6RtehpieHinMsdaLWGxecUdesq { top:221.9375rem;left:0rem;width:47.75rem;height:9.3170731707319rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO5rw59B2cT4tJRuiD6BL6HPDIg5rzqo { top:232.9375rem;left:0rem;width:47.75rem;height:12.053963414634rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiaqga9B1bCbdlfsXOL2el1QruAWkwlh { top:248.125rem;left:0rem;width:47.75rem;height:15.835459183674rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGHBQycgmGgkn5vk81TSSkLhIQHeXvwB { top:265.4375rem;left:0rem;width:47.75rem;height:11.81568877551rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD5FnasuDoH06U59fR65zzkaoHQ5kv90 { top:278.75rem;left:0rem;width:47.75rem;height:25.80917721519rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se31wV9BS1i0Sv1Kmo7GIMEnsey4f3PJ { top:306.25rem;left:0rem;width:47.75rem;height:15.23164556962rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur1kV40yim4TCZMSVV7n6GAeTsbZsOmU { top:323.5625rem;left:0rem;width:47.75rem;height:13.781012658228rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApTvCCQGixkvVwmmZPzqL6TOy5lLOeig { top:340.0625rem;left:0rem;width:47.75rem;height:9.1873417721519rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXRMq0Tl91iJUroEFPzwFT7Fza55qDwn { top:350.5625rem;left:0rem;width:47.75rem;height:12.885876418663rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGEklnUXIXMi6cn1ZSTZ6MuPLrK7Izay { top:365.5625rem;left:0rem;width:47.75rem;height:17.358176100629rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8PNoBbcycSlDGmNDItx8LwAc1IQ4SkV { top:384.6875rem;left:0rem;width:47.75rem;height:13.934591194969rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUIvfMKGv0T1Iq55LrEo3otPcOIx76so { top:401.1875rem;left:0rem;width:47.75rem;height:15.39921976593rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzgmmxhJZKX8noO59ZxPDK1mp7Glb1HQ { top:417.8125rem;left:0rem;width:47.4375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1v6xrNzZRGv5k2u9fTzdFctcQvA9DTg { top:435.0625rem;left:0rem;width:47.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEK5OERQqc06Coh1FbCpvv5J4eJD5Lv5 { top:448.1875rem;left:0rem;width:44.5rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFa0dyuUt7rvQHVGJxizsJhv5mIqUEVE { top:462.75rem;left:0rem;width:44.5rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTOWkzzULysTMJbd5qRwZ2LLwkwWhWh1 { top:472.625rem;left:0rem;width:45.875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTJySsvIzlvDTyLcPP4uq8TN5nAZNWis { top:486rem;left:0rem;width:47.5625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvZCLWnbgkdzwCEe0E01TChwO5R7qzPG { top:502.125rem;left:0rem;width:47.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG2fLIXQSWZl0qKd3QckgQfppdnhkbx8 { top:516.375rem;left:0rem;width:47.75rem;height:13.067135549872rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0oiZ3pHhc45Nn4uyP0ReQqDTJpvBABc { top:530.9375rem;left:0rem;width:47.75rem;height:10.685741687979rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2gH5IT4fiGlbMwynFS67lAsauCJTULV { display:block; }#G2gH5IT4fiGlbMwynFS67lAsauCJTULV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laWkXWTucqnK68lKAnqGKIqzKrtv8vxJ { top:1.25rem;left:11.406250953674rem;width:24.9375rem;height:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap5DdKeKa4PANLDdo5qTyGT0Sze4XCcN { top:30rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izD2JFcmIpWt1yHX7RVqgX8DGwJoIIcw { top:61rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDihsuQT7unB2eIt0i6WNVmG8TnodJNR { top:43.5rem;left:0rem;width:47.75rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPd65QUozndBXHQlnZ9TvKdd3MhAbnBf { top:4.4375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGkZkqQavs8ymzhqk8obmR7dmmNvQCIX { top:13.625rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7tHeEymOTR78PN4hMouKWNfL6eNrk3s { top:21.5rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUnnHvNwTbG0I6I4askgfe6E4VFwHkFv { top:4.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLCQfPXaVhLQOmTMz3xSUfUMTHzWOtp8 { top:13.625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlONtMlnatNXt8zLTbSOQfZ4k7EVk2Dl { top:43.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa5mxUsz1ZZJqUmflQSXpn4JHb6pnZ0h { top:21.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTUsas94T53K0DvqSHIuWVoTXTopms1U { top:30rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeZQbaFgibDouLiU8Z5kua12XN6qsJ2J { top:61rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { width:47.75rem;height:7.625rem;top:1.0625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { width:17.375rem;height:3.4375rem;top:15.375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #XiutyRDBP2C9qEBp4dKeWQEAP723c3va { width:47.75rem;height:1.875rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg0enz0D7mCKPXuM5fdFgTR0LgmZ5fJc { width:47.75rem;height:1.875rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { position:relative;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rx7UcEiWQuT6ATfW5aqtkVKGuQLC9gEv { width:2.75rem;height:2.75rem;top:0.5625rem;left:17.249999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxIBb2TB28DITKIsAXgdyzHzVVi2qtbM { width:14.0625rem;height:2.4375rem;top:1.8750610351562rem;left:0rem;z-index:15018;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9glmxaGLOQlumgtLPZx0kEqRqbrLlw3 { display:block; }
 }@media only screen and (max-width: 763px) { #bRvhVkGN5wVHcSTz4bT2ZQVP0aTnnXBs { width:11.375rem;height:2.4375rem;top:0.71875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB9rZNBgqAR7dZwJhiCsGBoV02ud5zSO { display:block; }
 }@media only screen and (max-width: 763px) { #s8upN0PdZLeEtpvP9Db4RM6UrQq2kSGf { width:2.75rem;height:2.75rem;top:0.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { width:1.875rem;height:1.875rem;top:4.5625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlESrxwnnqJxVQEew1lHnRKTx1EOeD6v { width:1.875rem;height:1.875rem;top:7.6875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuWJMnqnsz50ncae66RQkLsWTtzBwTKy { width:1.6875rem;height:1.6875rem;top:1.125rem;left:14.4375rem;font-size:1.125rem;display:block; }
#CuWJMnqnsz50ncae66RQkLsWTtzBwTKy > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ { width:1.6875rem;height:1.6875rem;top:1.0625rem;left:17.8115234375rem;font-size:1.125rem;display:block; }
#TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { display:block; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/FtIu4AgC/bgm.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:19.4375rem;height:11.25rem;top:0rem;left:0.28125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SMFbVAU2XvmBAle3wFGJhTlHFv63reQ7 { height:11.20575rem;width:20rem;top:11.421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je7QAM28trP9BwMrHPIK1yw0TN6GdT9o { width:20rem;height:10.2356875rem;top:23.393230438233rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9 { display:block; }#HLNHpHOSGTNvRnbCDTTHNThqALDzv4K9 > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgD1vl5hifaActA3dw6Qpl4mtLltr33W { width:18.75rem;height:6.82425rem;top:1.75rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5I4NR0vbZxnpRpAc0ZT9mpzatAdlgo6 { width:20rem;height:5.9072580645161rem;top:9.82325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG { display:block; }#couW6PxhMKDy9ndsUUBR0ILCfAPrlmmG > .row .container { width:20rem;height:115.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBMndRoyq6dU8lOSUR1v52MKoBqbbliq { width:20rem;height:3.75rem;top:0.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #C8hCrc3UpZZiVAZosItUTaAnLDiogmli { width:20rem;height:110.45579375rem;top:5.2500003576279rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 { display:block; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONC77cISF8E5LATlbRxLKyqZ7ZfWA4c3 { width:20rem;height:38.472625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #stAe0gyGTEZPFZ6wgGDMEvk1Sr0RO6R0 { width:10.3125rem;height:15.0625rem;top:40.972rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 { display:block; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFH1I4rE5wq0xKK8xZhxd6zRhVCyiGNr { width:20rem;height:5.625rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rRJOqD4T1u5E1IAMRvtx8lk1eBusgtWW { width:20rem;height:3.16796875rem;top:8.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ { display:block; }#HPG1iD1e07oQ7wOiW5HTZiPoGBQOOPNQ > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMCrT8oCTT9CsgCUb731X2vTgTBXO6mf { width:20rem;height:2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11rem;height:2.59895625rem;top:1.9375rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9dZx08aR8TbknADpEIbEx416rG9JiB { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { width:14.0625rem;height:0.125rem;top:28.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:11rem;height:2.59895625rem;top:16.625rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { width:11rem;height:2.59895625rem;top:32.125rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { width:11rem;height:2.59895625rem;top:46.125rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6NNbywkdieUi8wWp9rTunmvrs1F2FZB { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLlaACciDFlHuKzB5GFfFyCXMdT08FAk { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxkFfbcKUgSSo6FvbTCZ05iqngcLC1Ux { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiawCy4g7pE4Pm6buAGOxbBvVNzapqmI { width:14.0625rem;height:14.0625rem;top:44.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTLJN0b2I9KO86PLb5pQ0qysCrFREikI { width:1.1875rem;height:1.1875rem;top:6.5rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDUk8fvGQo2AlC7FAu2qUuFBosktIqBy { width:0.9375rem;height:0.9375rem;top:21.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNym4PgCdxTIHCeyZJ4XgRHoFGMxn5l9 { width:1.25rem;height:1.25rem;top:36.110412597656rem;left:7.7979164123538rem;display:block; }
 }@media only screen and (max-width: 763px) { #kup5UJCU5Xu6gVpGPIO4laTDNMJuG6WU { width:1.3125rem;height:1.3125rem;top:50.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGB6010WAagrVNBKz3wqZq9wV1uw7wEt { width:1.0625rem;height:0.5625rem;top:8.1874980926512rem;left:10.413540840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkGTeoR7EQg4oebnHumecKPAvRmbidme { width:1.4375rem;height:0.5625rem;top:23.312507629394rem;left:10.101040840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL8PSKcfff2XWkuQwVTNTmVU9wiJPvqL { width:1.625rem;height:1.625rem;top:37.547912597656rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdFO5ls0PEPecvTer5IAsZ4kGoUL5TCb { width:0.8125rem;height:0.8125rem;top:52.625rem;left:10.538540840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUsrIBuBT6z4yhUdrL4hhfQzqgouPkP3 { width:2.5rem;height:2.5rem;top:6.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq8xJMlTNms3P5GIJiFhEHaMXgNFKT0b { width:2.5rem;height:2.5rem;top:36.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTkzse5zdwCVpURT2WNfNv3rvh0fFEZ3 { width:2.5rem;height:2.5rem;top:50.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1o2n5KsZvOpXwCk1L9yQkTeRISsfg6 { width:2.5rem;height:2.5rem;top:21.375rem;left:8.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8rw28owC1ABsoGycvfdp9IgqaVOkHDZ { width:12.8125rem;height:1.29980625rem;top:0.67903614044187rem;left:3.5937502980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf { display:block; }#VoPs5AfpVG9cGTfIfANJcEKIAfGVAxLf > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVgQAdNr0tGx94E0RAQy3JMmnXrvKdt8 { width:14.0625rem;height:14.0625rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { width:11rem;height:2.59895625rem;top:2.0625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvqUAFgx0AXbJ1WlhDQ5RwSxRVSRlTJX { width:2.5rem;height:2.5rem;top:6.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8M4ecHCaCwuXQWGuGUBhXSor4THHtf2 { width:0.8125rem;height:0.8125rem;top:6.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9naIIo647Eb3MlgTzP1fCyxDDDTHQie { width:0.875rem;height:0.875rem;top:8.9375rem;left:10.757290840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 { display:block; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arvEfRZIxMtZNIuTXxOHyDylNZzorP6o { width:20rem;height:3rem;top:0.55859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVvHHhKk4nGrm0d2TTmyss4m1wiIFaF { width:18.75rem;height:6.2995rem;top:5.3248701095581rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8rrqI3A5TgxTta1ZfdXyxKbzyuwATKG { width:11.875rem;height:0.0625rem;top:4.349609375rem;left:4.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F { background-color:#f2f2f2;background-image:none;display:block; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { background-color: transparent; background-image: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .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); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdRxzWUhMlTshyGfC5P4wd2mEBcJDeeg { width:19.0625rem;height:2.875rem;top:3.4029951095581rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQBUhBntMfzVTULALvlNTDW5Fe61tm7f { display:block; }
 }@media only screen and (max-width: 763px) { #WLifTeLplwRpsOwMuTKlGcgMzw1kv7xl { width:20rem;height:5.9479125rem;top:7.6959638595581rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #l0oEdophnXLBpS9iqBDwLcRTg4Ub4HDA { width:18.625rem;height:2.125rem;top:0.71549606323244rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny { display:block; }#AkgkdGKfUAUSJk0BO5tT8rptGuXKhpny > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2qtw674BATreDskOKf49hdFiBWIrJ24 { width:20rem;height:1.5rem;top:1.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VT63TuD76cfKvT7h2XXlP87uyGD55Siu { width:18.75rem;height:6.299475rem;top:2.9375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW { display:block; }#Q7yL3eyBM6Z6fBU7CWxfFDI7OEdTXFuW > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncQy2QArLT03H8myLKvrOTOGdGNW4To1 { width:14.3125rem;height:14.3125rem;top:30.4365234375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6aQ5LUP4TQtIZmVEZ0g5TmRPEyucsSJ { width:14.0625rem;height:14.0625rem;top:15.59375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDVgWDcl3AXIQI4422x1NKbE6mia35qk { width:14.25rem;height:14.25rem;top:0.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKvxBDc45FDEElx3ThP7MRvqKZX4as0R { display:block; }#OKvxBDc45FDEElx3ThP7MRvqKZX4as0R > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDNMZniZz0SBoqT8wiVoHBZk5H2viltt { width:13.6875rem;height:13.6875rem;top:14.65625rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFLc3Q5TyOHMb5XFfcUCDaaFlHmuql4o { width:13.3125rem;height:13.3125rem;top:0.625rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh0aKUl8vA5mtSbSi6xMCizsfKtCTuPH { width:13.6875rem;height:13.6875rem;top:28.9365234375rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ { display:block; }#nf7F62pwebguEhGKEg4W6H8XEFrOzDVJ > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hup5iRzV8LDoEUFlctzS6cR01h3ZJmaN { width:14.75rem;height:14.75rem;top:16.28125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atcTnG1XgcawBJzdNhZzNd0AimlHKRER { width:14.5625rem;height:14.5625rem;top:0.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1NTCEMw8oelTktdXK3sAXJFIBrq9G1g { width:15.0625rem;height:15.0625rem;top:32.4609375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza { display:block; }#vTA8zExvvM7wmQowr8ONuxwFHVVJ1xza > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0NXZkHimEC4gWTElbO883rzFCMzKl8I { width:14.4375rem;height:12.25rem;top:16.53125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxwVIhdeXrhX18ckZvx6ohQcnEIz95xC { width:13.8125rem;height:13.8125rem;top:0.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrif8SEzDVJQwMbmNsXtXo2qEu7SnogN { width:13.9375rem;height:13.9375rem;top:29.9990234375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd18ifUgCuOIxJUv12n7JhMJCekUtr1z { display:block; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #up7Os5RuufBgCbpkNt6gn3nQTO2Xl2JV { width:19.25rem;height:2.875rem;top:1.4375rem;left:0.37500005960464rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AxTcKNnueFGKAptDwZDSlhc1pibyFof3 { display:block; }
 }@media only screen and (max-width: 763px) { #dp75M4AbO3x3zAb8M2WxSzyfbdlXLoJW { width:15.375rem;height:3.4375rem;top:5.5625rem;left:2.3125rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tc79rx2PXQFt4yyICcTlkXexPJBvBao5 { display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:20rem;height:352.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygryeZmmxBthdSI0nsdhK7gStaTg4158 { width:18.75rem;height:1.57486875rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:20rem;height:1.5rem;top:1.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:3.75rem;height:3.75rem;top:4.09375rem;left:0rem;font-size:2.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FNpZpvc21nlsyEgG2EOWQdn8rTuohLFk { width:1.875rem;height:1.875rem;top:5.03125rem;left:3.75rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HDJtlW6RheJJTMed8vPAcfbTDFSD3htv { width:17.625rem;height:30.75rem;top:7.84375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXMwWxc4eAIzTS44L7pSUreTkS4lRqrH { width:17.6875rem;height:29.8125rem;top:39.8125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htN9SccEh4kRJpudz96IPs7ZtdXy8Eq7 { width:16.0625rem;height:24.9375rem;top:128.875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxh25U0p9TCzkc8m1eEZXyDdKMHTlDc5 { width:16.6875rem;height:30.0625rem;top:70.75rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZBfzR9ECTGHa7NTPp9MT1aqgBgESnB4 { width:16.8125rem;height:25.625rem;top:240rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHIqNsdxGo6J4IF8AQUSwI9oTiBD07S5 { width:15.125rem;height:25.4375rem;top:183.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXXiyx7fofkyvMmiQVuBDnq3o9AaqapD { width:16.5rem;height:27.8125rem;top:210.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT7Kl6eDuCI6c9zTGtn2rNwozQOG2hnH { width:16.875rem;height:24.0625rem;top:103.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dvZ3Ozr0JFBuoUro7x3ygaPLT5H6tB { width:17.3125rem;height:26.6875rem;top:155.5rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsQQAubFkQaM2lWIqpAdaQb7W3ZDkXhH { width:20rem;height:5.8584rem;top:267.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo03GSaHTGBHbIuwIaP4RlI6W5ELAXP1 { width:20rem;height:9.4873125rem;top:273.8583984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tca2i7MQq44QUbb730DG2lIKIIAIP5WP { width:20rem;height:12.2588125rem;top:284.408203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaIdARhnNsn5QB7ZklvVZgUmKa03XRKt { width:20rem;height:7.23825rem;top:297.7294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLyf94gvngNO2NMgQ3QWOaLP2iBfoWFd { width:20rem;height:7.74025rem;top:334.1552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7zDsSssAVz2tszWPRo3TKJo6MoGQHoT { width:20rem;height:8.640625rem;top:342.5205078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2mR9iKKUBz4ozaFLCqFUfyTOQ2bbyCR { width:16.5rem;height:26rem;top:306.7177734375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl { display:block; }#XsfeTn0NDmiDORu2DdqFK5sJR9UPWXnl > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WONyNbeFc6TFvsvGINw3e17cuMDWTREe { width:20rem;height:3rem;top:1.1842441558838rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByXTOFCAUq78Rykf8EBBieCW2NlSAEIT { width:18.75rem;height:3.1497375rem;top:4.1425991058349rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H916okKKFdfuIDT6HCz8dE5i9lmM8UaF { width:4.5rem;height:0.125rem;top:7.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCwPftEOgHxLuEzRuINAdwosQ0FROzk8 { display:block; }#cCwPftEOgHxLuEzRuINAdwosQ0FROzk8 > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMkqTCK9npWUMsTcf6Hmcc0WnHNCds4A { width:16.0625rem;height:10.19925rem;top:14.75rem;left:1.96875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #bCXy6BaW6rv7Db5azEwTuBF9XmoQQvyP { width:12.5rem;height:1.29948125rem;top:24.949223995209rem;left:3.7500001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIIVTyErTUZ9i3NLeufn4NMuhwtF82IG { width:12.5rem;height:1.29980625rem;top:50.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRnF4wlbzzLvlWGuBnqU8H1TQst8irCy { width:16.0625rem;height:6.7995rem;top:42.125rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #yUdoz7CQNom9sTQIT8qNppozwrbrqCEB { width:12.5rem;height:1.3rem;top:79.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scToBT7PTDwS5Qd55AF0QfyBvViTE0bm { width:16.0625rem;height:10.19925rem;top:69.3671875rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pZ4TaN1FdKHC58J6BG61QsvpPVO2c9qT { width:6.0625rem;height:9.875rem;top:1.0625rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQMwBoJiEavLxh3X2yUTay2fe3T5GAU3 { width:7.4375rem;height:9.875rem;top:28.531265258789rem;left:6.2812502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQO3xXH06zbhhHBAugNLgew8nkcpwXkw { width:11.75rem;height:11.8125rem;top:27.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1I8orTzDAZTwp3G0TshtOyuPwZTFET { width:11.75rem;height:11.875rem;top:53.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtyzD7Osxdrtnsgo0V9kJJkfXMfWXX5P { width:7.6875rem;height:9.875rem;top:55.0625rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBNrEq1LXyJIKaGpRnDSyPb5QonvFRsD { width:11.75rem;height:11.75rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBgdykAIwSg2hgCAkJvAdCmtcKrqgNpu { width:1.875rem;height:1.875rem;top:12.625rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbp9uCszvAmi3zcOnTgvTduTH7MePeRk { width:1.875rem;height:1.875rem;top:67.125rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1KzEZ1ENNv01hoQkaoJO4OZ3fUB1qlz { width:1.875rem;height:1.875rem;top:39.8125rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:20rem;height:258.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kd1E5xgmEFNbiTTmBhwuI4Kg1y5mzHZp { width:20rem;height:13.3828125rem;top:2.3124980926514rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #EaBpusS3b5iZaOVclghD1s2enTnf1QEM { width:20rem;height:4.54980625rem;top:25.68359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnNNwwBiXePPfmGTIeME8vb0ITEuCwzu { width:20rem;height:4.98144375rem;top:31.6083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaPTyPrszCJET0uTJiq9nSttZWEdZ8Ix { width:20rem;height:6.3282172373081rem;top:17.793rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCd5pGKDENR8bWBJNftJEKbJ8MZUqds3 { width:20rem;height:6.8192771084337rem;top:37.402375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kope9A6hUJsgiV6OaTsh5TuNOI3UkiZp { width:20rem;height:6.0963855421687rem;top:45.47075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPwEo4qvlUZ14WdQxp6hISa0pSxvcXhP { width:20rem;height:4.875rem;top:52.81640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDfDTqz9u6T39WDtZwPG6gQtGAyKwDJ7 { width:20rem;height:5.6459330143541rem;top:59.0293375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQQiE8wTLg1CB6dNzIJbyEdKvA4mr484 { width:20rem;height:5.0625rem;top:65.9248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt7OJKsBP5AewpdG7JakGebSF54gqEwJ { width:20rem;height:6.8982035928144rem;top:72.31741875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtNTv8HDSs8BPtfm3X3ZPLUenybqODtC { width:20rem;height:4.6467065868264rem;top:80.46485625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guQuyMJDWAgGpW4on6Tmp3FAi5xv7Kk4 { width:20rem;height:6.8620268620269rem;top:86.36134375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD0Vd8vOipM4Iw0KUSA1ZlX8gPEsUghu { width:20rem;height:5.5189255189255rem;top:94.47265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhS7zIM5XTMl1GPB6xu7tGkMRgL3ZBIu { width:20rem;height:6.3414634146344rem;top:101.2412125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEyqHK6RtehpieHinMsdaLWGxecUdesq { width:20rem;height:3.9024390243903rem;top:108.832025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO5rw59B2cT4tJRuiD6BL6HPDIg5rzqo { width:20rem;height:5.0487804878049rem;top:113.98436875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiaqga9B1bCbdlfsXOL2el1QruAWkwlh { width:20rem;height:6.6326530612244rem;top:120.28221875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGHBQycgmGgkn5vk81TSSkLhIQHeXvwB { width:20rem;height:4.9489795918367rem;top:128.16403125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD5FnasuDoH06U59fR65zzkaoHQ5kv90 { width:20rem;height:10.810126582279rem;top:134.362275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se31wV9BS1i0Sv1Kmo7GIMEnsey4f3PJ { width:20rem;height:6.3797468354431rem;top:146.4218375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur1kV40yim4TCZMSVV7n6GAeTsbZsOmU { width:20rem;height:5.7721518987342rem;top:154.0507125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApTvCCQGixkvVwmmZPzqL6TOy5lLOeig { width:20rem;height:3.8481012658228rem;top:161.0722rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXRMq0Tl91iJUroEFPzwFT7Fza55qDwn { width:20rem;height:5.3972257250946rem;top:166.16985625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGEklnUXIXMi6cn1ZSTZ6MuPLrK7Izay { width:20rem;height:7.2704402515725rem;top:172.81634375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8PNoBbcycSlDGmNDItx8LwAc1IQ4SkV { width:20rem;height:5.8364779874214rem;top:181.33584375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUIvfMKGv0T1Iq55LrEo3otPcOIx76so { width:20rem;height:6.4499349804944rem;top:188.42178125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzgmmxhJZKX8noO59ZxPDK1mp7Glb1HQ { width:20rem;height:6.7984189723319rem;top:196.12103125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1v6xrNzZRGv5k2u9fTzdFctcQvA9DTg { width:20rem;height:5.0592885375494rem;top:204.16890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEK5OERQqc06Coh1FbCpvv5J4eJD5Lv5 { width:20rem;height:5.9550561797752rem;top:210.4775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFa0dyuUt7rvQHVGJxizsJhv5mIqUEVE { width:20rem;height:4.0168539325843rem;top:217.6816rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTOWkzzULysTMJbd5qRwZ2LLwkwWhWh1 { width:20rem;height:5.4223433242507rem;top:222.9482rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTJySsvIzlvDTyLcPP4uq8TN5nAZNWis { width:20rem;height:6.149802890933rem;top:229.620075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvZCLWnbgkdzwCEe0E01TChwO5R7qzPG { width:20rem;height:5.2825229960578rem;top:237.0194875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG2fLIXQSWZl0qKd3QckgQfppdnhkbx8 { width:20rem;height:5.4731457800511rem;top:243.5517125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0oiZ3pHhc45Nn4uyP0ReQqDTJpvBABc { width:20rem;height:6.1875rem;top:250.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2gH5IT4fiGlbMwynFS67lAsauCJTULV { display:block; }#G2gH5IT4fiGlbMwynFS67lAsauCJTULV > .row .container { width:20rem;height:158.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laWkXWTucqnK68lKAnqGKIqzKrtv8vxJ { width:20rem;height:3.73698125rem;top:0.62504196166994rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ap5DdKeKa4PANLDdo5qTyGT0Sze4XCcN { width:20rem;height:23.39065rem;top:62.665405273438rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izD2JFcmIpWt1yHX7RVqgX8DGwJoIIcw { width:20rem;height:31.18748125rem;top:125.54809856415rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDihsuQT7unB2eIt0i6WNVmG8TnodJNR { width:20rem;height:32.48698125rem;top:89.389976501462rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPd65QUozndBXHQlnZ9TvKdd3MhAbnBf { width:20rem;height:18.1926875rem;top:6.8958339691163rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGkZkqQavs8ymzhqk8obmR7dmmNvQCIX { width:20rem;height:14.29425rem;top:28.108684539795rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7tHeEymOTR78PN4hMouKWNfL6eNrk3s { width:20rem;height:12.994775rem;top:45.899780273438rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUnnHvNwTbG0I6I4askgfe6E4VFwHkFv { display:flex;width:1.3125rem;height:1.3125rem;top:26.837240219116rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mLCQfPXaVhLQOmTMz3xSUfUMTHzWOtp8 { display:flex;width:1.3125rem;height:1.3125rem;top:44.628866195679rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XlONtMlnatNXt8zLTbSOQfZ4k7EVk2Dl { display:flex;width:1.3125rem;height:1.3125rem;top:61.394534111023rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qa5mxUsz1ZZJqUmflQSXpn4JHb6pnZ0h { display:flex;width:1.3125rem;height:1.3125rem;top:5.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NTUsas94T53K0DvqSHIuWVoTXTopms1U { display:flex;width:1.3125rem;height:1.3125rem;top:88.119143486025rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MeZQbaFgibDouLiU8Z5kua12XN6qsJ2J { display:flex;width:1.3125rem;height:1.3125rem;top:124.27673864364rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { width:20rem;height:8.2486875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { width:19.5625rem;height:2.875rem;top:18.3125rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #XiutyRDBP2C9qEBp4dKeWQEAP723c3va { width:20rem;height:5.0996125rem;top:12.387370109558rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Sg0enz0D7mCKPXuM5fdFgTR0LgmZ5fJc { width:20rem;height:3.3997375rem;top:21.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }