.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:225,226,231;--color-primary-1:166,169,182;--color-primary-2:106,112,133;--color-primary-3:64,67,80;--color-primary-4:7,16,51;--color-secondary-0:254,233,233;--color-secondary-1:251,180,182;--color-secondary-2:246,105,108;--color-secondary-3:123,53,54;--color-secondary-4:37,16,16;--color-tertiary-0:255,255,255;--color-tertiary-1:243,243,243;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Satoshi";--paragraphs-font-family:"Satoshi"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { position:relative;display:block; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { background-color: transparent; background-image: none; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container > .video-iframe-container { display: none; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row > .video-iframe-container { display: none; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .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); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { border-width: 0; border-radius: 0; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .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; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .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:5.5rem;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; }#hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { 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:3.75rem;width:14.625rem;top:0.875rem;left:23.5302734375rem;overflow:hidden;display:block; }
#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#33c7ea;background-image:url("https://images.assets-landingi.com/uc/ebd7000f-32ae-41d7-bff9-a565025604fc/Untitleddesign20240827T171555651.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { color:rgba(var(--color-tertiary-0),1);display:block;width:39.3125rem;position:absolute;font-family:adelle;font-size:3.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25927734375rem;left:1.36865234375rem;height:12.9184375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vynaln5OL9DQNMi4RLW6gKTXw4F82ItT { color:#00b9e5;display:block;width:27.5rem;position:absolute;font-family:guthen;font-size:3.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.99658203125rem;left:1.36865234375rem;height:4.38720625rem;font-style:normal;display:block; }
#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { background-color: transparent; background-image: none; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container > .video-iframe-container { display: none; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row > .video-iframe-container { display: none; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .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); }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { border-width: 0; border-radius: 0; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:60rem;position:relative;display:block; }#nr9u6yBmIxbbT37bcUNJ4KFIf8rtDyKs { color:rgba(var(--color-tertiary-4),1);display:block;width:49.3115rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:5.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#PM4he4q4EIWQO2OORFTP24gkMfUb2la1 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.375rem;left:1.25rem;height:17.54734375rem;text-align:left;text-align-last:left;display:block; }
#v3nnPS46PLcHnuIyiTVh59lXi3Z1oaTd { position:absolute;display:block;z-index:15004;height:21.75rem;width:28.625rem;top:11.375rem;left:29.5rem;display:block; }
#g0pnEvHXFDyU7UT1TMIrhuZ5QD8hoKb2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.05908203125rem;left:1.25rem;height:;text-align:left;text-align-last:left;display:block; }#g0pnEvHXFDyU7UT1TMIrhuZ5QD8hoKb2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g0pnEvHXFDyU7UT1TMIrhuZ5QD8hoKb2 li:before{  }
#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { background-color: transparent; background-image: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container > .video-iframe-container { display: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container { display: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .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); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { border-width: 0; border-radius: 0; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#QiTRyXEkfKZ4vrDgH50M2tirBEV8CXZE { color:rgba(var(--color-tertiary-0),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.25rem;left:5.78125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEmGlDTwupvJz3DOIRAc5KrvNNwvxsQe { color:rgba(var(--color-tertiary-1),1);display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.91845703125rem;left:0.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJRSozO6oICECtmWsiOXAa8fz3wCHQz8 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.1875rem;width:15rem;top:17.6875rem;left:3.25rem;display:block; }
#TSfx2PIo2h59dPi3lHNmhpqfJeepcFam { color:rgba(var(--color-secondary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.9375rem;left:3.1875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VlITmlOPq3p4KTC8hdoxsmd0eSWZ2XuM { color:rgba(var(--color-secondary-2),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.5625rem;left:4.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhkQKOEsFp9aOFAKND4reIVuVUvzI2Li { color:rgba(var(--color-secondary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.9375rem;left:21.6875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PkfWgdV2HQDTS7CiBLgZ1yGAFuQDaiwA { color:rgba(var(--color-secondary-2),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.5625rem;left:23.34375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FK5xTPyFCLgD3T09a1QMyxZLhUXsKwU0 { color:rgba(var(--color-secondary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.9375rem;left:41.1875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gmlKwB0RgFPV5CRma7lhgu0K8hovEh42 { color:rgba(var(--color-secondary-2),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.625rem;left:42.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#neM17Ikx5BIZZ9sn35QCPURpSrwSbpuv { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.1875rem;width:15rem;top:17.6875rem;left:21.8125rem;display:block; }
#TVKwIqUf8hHETfBBIconbTTiC1o9Xe09 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.1875rem;width:15rem;top:17.6875rem;left:41.1875rem;display:block; }
#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { background-color: transparent; background-image: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container > .video-iframe-container { display: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container { display: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .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); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { border-width: 0; border-radius: 0; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;position:relative;display:block; }#IhxHpEKBgxJU3CQ0a2ypnZUg5zE0RMkM { color:rgba(var(--color-tertiary-4),1);display:block;width:49.3110625rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0361328125rem;left:5.34423828125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#MQIJSSeBkiaD3LGTnJ9WFvPHCBHZENtz { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:"satoshi heavy";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.25rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:34.25rem;left:19.53125rem;display:block; }
#mWCJoBq8dSPiZcFLAFoSsZcL3hLT7LTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nlNq4I9QWmDvyQ92PW7ID1XeVhZNKddF { color:rgba(var(--color-tertiary-4),1);display:block;width:55.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.625rem;left:2.3125rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#a44OS3NMuBA43RCw3SyUzqI90la3U1G9 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:13.5625rem;top:20.25rem;left:0.875rem;display:block; }
#xbECAsn3KhKuvcTmDlbRA7bCOKVgynFW { 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:3.3125rem;width:4.1875rem;top:21.125rem;left:5.5625rem;overflow:hidden;display:block; }
#yV8DMLAf1lzxnNhtygqVzCLVXgO9ykek { color:#121b6e;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:25.3125rem;left:1.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PhLaxfTwW4BLww8GK3XP51OzhTaEREPg { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:13.5625rem;top:20.25rem;left:15.9375rem;display:block; }
#AW1XT0vzC3GUKwfBs40c3QVkLbVrgcFR { color:#121b6e;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.3125rem;left:16.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uy8xV5gZWqiWXdwFn5RewLb6cESsJTtv { 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:3.5rem;width:3.5rem;top:21.0625rem;left:21rem;overflow:hidden;display:block; }
#Vo56q2FnxfzurmIUTAc2GGDORNJdu1HA { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:13.5625rem;top:20.25rem;left:30.8125rem;display:block; }
#u2MyWs7iU1sKTIwDdThGPztimqHKg8Zf { color:#121b6e;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:25.3125rem;left:31.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KOhmLWicOgMh2o3ebIPXeIJcpV1DWvym { 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:3.625rem;width:4.375rem;top:21rem;left:35.625rem;overflow:hidden;display:block; }
#Fy4xr7yLkptoJaeMCewZxtiA11CCE6o8 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:13.5625rem;top:20.25rem;left:45.625rem;display:block; }
#C8oUMUTGazlrBytOJSXeiBy9QFSQd25W { color:#121b6e;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:25.3125rem;left:46.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rfQSgT0TrvKZJG2woMaWe6F20IBMWWul { 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:3.5rem;width:3.8125rem;top:21.0625rem;left:50.5rem;overflow:hidden;display:block; }
#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { background-color: transparent; background-image: none; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container > .video-iframe-container { display: none; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row > .video-iframe-container { display: none; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .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); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { border-width: 0; border-radius: 0; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#OeoVvxi9qOLWCIxCZQGh0DkZlEikGbUT { color:#031569;display:block;width:60rem;position:absolute;font-family:adelle;font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:11.25rem;left:0rem;height:7.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nqxd0MkZH66Uw74fWft6CzWAUXMxOirx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:3rem;left:27.75rem; }
#fFXG02W2E3ZIu7k39fAr476sINTBc8qE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:4.6875rem;left:25rem; }
#z7mGBMwx2sUUbh3gdmBxJRyAtrZNMakD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:4.6875rem;left:32.1875rem; }
#vd8cSu0twHA4dfSShdHicM6FFrcbq24l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:5.375rem;left:22.9375rem; }
#mnfa0RVz7u0sbTMRkpGM5Vi75p5O5VQq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:5.375rem;left:35rem; }
#smu5TULkmlFsABqF4LZbk4nbRaAaKKVe { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.375rem;width:25.625rem;top:21.9375rem;left:3.3125rem;display:block; }
#PLy8P1qtAupm3x2R0XH6TpdvDLEpcuHc { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.375rem;width:25.625rem;top:21.9375rem;left:31.0625rem;display:block; }
#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);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; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { background-color: transparent; background-image: none; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container > .video-iframe-container { display: none; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row > .video-iframe-container { display: none; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .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); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { border-width: 0; border-radius: 0; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#xT0GyXDnUL2Cv8thoryreln774BnIKzK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3.125rem;left:25.625rem; }
#e9LbbZ8erm6crWpk74gtk2FfPflZNCu4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:3.125rem;left:27.4375rem; }
#emM4Uda950Fgm34WxiKMXT0VvtTCHNPN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3.125rem;left:29.25rem; }
#FX0XHMf4kLmCabs6fVnmGyJ3FhfGlPlC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:3.125rem;left:31.0625rem; }
#wcxaiHclovviqKI1mQneSTyiOMp12eEo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:3.125rem;left:32.8125rem; }
#Se6lXGXRl0WFkUO6uoOHcK16vP7EMEhZ { color:#031569;display:block;width:60rem;position:absolute;font-family:adelle;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.375rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nMbcbCw1x1ayDL9p3bTU0MhGMzlto3IX { color:#031569;display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.625rem;left:6.875rem;height:7.312rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CJGg2QChisvatTKsLcQBcyfbgidWT2wl { color:#031569;display:block;width:60rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:18.1875rem;left:0rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121b6e;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; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { background-color: transparent; background-image: none; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container > .video-iframe-container { display: none; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row > .video-iframe-container { display: none; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .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); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { border-width: 0; border-radius: 0; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#ksWDs9TuHZfqWvMMZGgs6I9tyUWpTiWP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:9.8125rem;top:1.125rem;left:0.625rem;overflow:hidden;display:block; }
#yAAMfTXCsU40v7ophbM7XxMAKxJQiU0s { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.625rem;left:15rem;height:7.34766875rem;font-style:normal;display:block; }
#qQHx52QdpVbhZxdfzhQHqlAihNeqQVrC { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:4.625rem;left:30rem;height:11.0215125rem;font-style:normal;display:block; }
#rag5RNS4BGntQutUuMTzfPpTuyN7AWTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:4.625rem;left:45rem;height:9.7969rem;font-style:normal;display:block; }
#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121b6e;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; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { background-color: transparent; background-image: none; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container > .video-iframe-container { display: none; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row > .video-iframe-container { display: none; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .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); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { border-width: 0; border-radius: 0; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#zBcGmphMHZRKmbTIzzW0HfWTaeFwAkLl { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:0rem;left:30rem;height:3.6738375rem;font-style:normal;display:block; }
#m65PCgbDnsM3DVrszm369TswZ6uMtIy7 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:0rem;left:45rem;height:3.6738375rem;font-style:normal;display:block; }
#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121b6e;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; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { background-color: transparent; background-image: none; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container > .video-iframe-container { display: none; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row > .video-iframe-container { display: none; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .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); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { border-width: 0; border-radius: 0; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#CbGOUVhQ7lHlzQAnoEK983cxIABqTOgH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:1.2246125rem;font-style:normal;display:block; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM { 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;opacity:1;top:0rem;left:50.059476852417rem; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq { 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:15020;opacity:1;top:0rem;left:52.871976852417rem; }
#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#rxsl8CRqetMUdirik2NTICT3ypQyyBtW { 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;opacity:1;top:0rem;left:44.999998092651rem; }
#rxsl8CRqetMUdirik2NTICT3ypQyyBtW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 { 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:15020;opacity:1;top:0rem;left:47.739698410034rem; }
#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { display:block; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { top:0.875rem;left:17.4052734375rem;width:14.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { top:5.25rem;left:0rem;width:39.3125rem;height:12.875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vynaln5OL9DQNMi4RLW6gKTXw4F82ItT { top:23.9375rem;left:0rem;width:27.5rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe { display:block; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nr9u6yBmIxbbT37bcUNJ4KFIf8rtDyKs { top:4.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM4he4q4EIWQO2OORFTP24gkMfUb2la1 { top:11.375rem;left:0rem;width:24.3125rem;height:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3nnPS46PLcHnuIyiTVh59lXi3Z1oaTd { top:11.375rem;left:19.125rem;width:28.625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0pnEvHXFDyU7UT1TMIrhuZ5QD8hoKb2 { top:31rem;left:0rem;width:24rem;height:;font-size:1.5rem;display:block; }#g0pnEvHXFDyU7UT1TMIrhuZ5QD8hoKb2 li:before{  }
 }@media only screen and (max-width: 763px) { #BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m { display:block; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiTRyXEkfKZ4vrDgH50M2tirBEV8CXZE { width:47.75rem;height:3.875rem;top:10.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEmGlDTwupvJz3DOIRAc5KrvNNwvxsQe { top:4.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJRSozO6oICECtmWsiOXAa8fz3wCHQz8 { width:15rem;height:13.1875rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfx2PIo2h59dPi3lHNmhpqfJeepcFam { width:15.125rem;height:4.0625rem;top:18.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlITmlOPq3p4KTC8hdoxsmd0eSWZ2XuM { width:11.875rem;height:4.875rem;top:23.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhkQKOEsFp9aOFAKND4reIVuVUvzI2Li { width:15.0625rem;height:4.0625rem;top:18.9375rem;left:15.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkfWgdV2HQDTS7CiBLgZ1yGAFuQDaiwA { width:11.75rem;height:4.875rem;top:23.5625rem;left:17.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK5xTPyFCLgD3T09a1QMyxZLhUXsKwU0 { width:15.125rem;height:4.0625rem;top:18.9375rem;left:32.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmlKwB0RgFPV5CRma7lhgu0K8hovEh42 { width:13rem;height:4.875rem;top:23.625rem;left:34.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neM17Ikx5BIZZ9sn35QCPURpSrwSbpuv { width:15rem;height:13.1875rem;top:17.6875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVKwIqUf8hHETfBBIconbTTiC1o9Xe09 { width:15rem;height:13.1875rem;top:17.6875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhxHpEKBgxJU3CQ0a2ypnZUg5zE0RMkM { top:4rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQIJSSeBkiaD3LGTnJ9WFvPHCBHZENtz { width:20.9375rem;height:3.25rem;top:34.25rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWCJoBq8dSPiZcFLAFoSsZcL3hLT7LTR { display:block; }
 }@media only screen and (max-width: 763px) { #nlNq4I9QWmDvyQ92PW7ID1XeVhZNKddF { top:8.625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a44OS3NMuBA43RCw3SyUzqI90la3U1G9 { width:13.5625rem;height:10.3125rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbECAsn3KhKuvcTmDlbRA7bCOKVgynFW { top:21.125rem;left:0rem;width:4.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV8DMLAf1lzxnNhtygqVzCLVXgO9ykek { width:12.375rem;height:3.25rem;top:25.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhLaxfTwW4BLww8GK3XP51OzhTaEREPg { width:13.5625rem;height:10.3125rem;top:20.25rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW1XT0vzC3GUKwfBs40c3QVkLbVrgcFR { width:12.375rem;height:3.25rem;top:25.3125rem;left:10.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy8xV5gZWqiWXdwFn5RewLb6cESsJTtv { top:21.0625rem;left:14.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo56q2FnxfzurmIUTAc2GGDORNJdu1HA { width:13.5625rem;height:10.3125rem;top:20.25rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2MyWs7iU1sKTIwDdThGPztimqHKg8Zf { width:12.375rem;height:3.25rem;top:25.3125rem;left:25.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOhmLWicOgMh2o3ebIPXeIJcpV1DWvym { top:21rem;left:29.5rem;width:4.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy4xr7yLkptoJaeMCewZxtiA11CCE6o8 { width:13.5625rem;height:10.3125rem;top:20.25rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8oUMUTGazlrBytOJSXeiBy9QFSQd25W { width:12.375rem;height:3.25rem;top:25.3125rem;left:35.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfQSgT0TrvKZJG2woMaWe6F20IBMWWul { top:21.0625rem;left:43.9375rem;width:3.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLwu8bMamOzePhO9lSnT6fZJXUbaAGew { display:block; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeoVvxi9qOLWCIxCZQGh0DkZlEikGbUT { width:47.75rem;height:7.75rem;top:11.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqxd0MkZH66Uw74fWft6CzWAUXMxOirx { top:3rem;left:21.625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFXG02W2E3ZIu7k39fAr476sINTBc8qE { top:4.6875rem;left:18.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7mGBMwx2sUUbh3gdmBxJRyAtrZNMakD { top:4.6875rem;left:26.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd8cSu0twHA4dfSShdHicM6FFrcbq24l { top:5.375rem;left:16.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnfa0RVz7u0sbTMRkpGM5Vi75p5O5VQq { top:5.375rem;left:28.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smu5TULkmlFsABqF4LZbk4nbRaAaKKVe { top:21.9375rem;left:0rem;width:25.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLy8P1qtAupm3x2R0XH6TpdvDLEpcuHc { top:21.9375rem;left:22.125rem;width:25.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRDv010z8PvOFIasV4oI4ITtnsSQXeyd { display:block; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT0GyXDnUL2Cv8thoryreln774BnIKzK { top:3.125rem;left:19.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9LbbZ8erm6crWpk74gtk2FfPflZNCu4 { top:3.125rem;left:21.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emM4Uda950Fgm34WxiKMXT0VvtTCHNPN { top:3.125rem;left:23.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX0XHMf4kLmCabs6fVnmGyJ3FhfGlPlC { top:3.125rem;left:24.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxaiHclovviqKI1mQneSTyiOMp12eEo { top:3.125rem;left:26.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se6lXGXRl0WFkUO6uoOHcK16vP7EMEhZ { width:47.75rem;height:1.25rem;top:6.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMbcbCw1x1ayDL9p3bTU0MhGMzlto3IX { width:46.25rem;height:7.25rem;top:9.625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJGg2QChisvatTKsLcQBcyfbgidWT2wl { width:47.75rem;height:1rem;top:18.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr { display:block; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksWDs9TuHZfqWvMMZGgs6I9tyUWpTiWP { top:1.125rem;left:0rem;width:9.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAAMfTXCsU40v7ophbM7XxMAKxJQiU0s { top:4.625rem;left:11.9375rem;width:11.0625rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQHx52QdpVbhZxdfzhQHqlAihNeqQVrC { top:4.625rem;left:23.875rem;width:11.0625rem;height:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rag5RNS4BGntQutUuMTzfPpTuyN7AWTJ { top:4.625rem;left:35.8125rem;width:11.0625rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 { display:block; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBcGmphMHZRKmbTIzzW0HfWTaeFwAkLl { top:0rem;left:23.875rem;width:11.125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m65PCgbDnsM3DVrszm369TswZ6uMtIy7 { top:0rem;left:35.8125rem;width:11.125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS { display:block; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbGOUVhQ7lHlzQAnoEK983cxIABqTOgH { top:0rem;left:0rem;width:14.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM { top:0rem;left:39.340726852417rem;width:1.875rem;height:1.875rem;display:block; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #HAVRpO425wwvTW4LsDniXgMwEUFVUUvq { top:0rem;left:42.153226852417rem;width:1.875rem;height:1.875rem;display:block; }
#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rxsl8CRqetMUdirik2NTICT3ypQyyBtW { top:0rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
#rxsl8CRqetMUdirik2NTICT3ypQyyBtW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 { top:0rem;left:37.020948410034rem;width:1.875rem;height:1.875rem;display:block; }
#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { display:block; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { width:8.6875rem;height:2.125rem;top:0.65625rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/cea11165-0a53-45dd-b627-7635b3be7c25/Untitleddesign20240827T175219385.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { width:19.0625rem;height:12.9980625rem;top:3.701171875rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vynaln5OL9DQNMi4RLW6gKTXw4F82ItT { width:17.0605625rem;height:2.5996125rem;top:16.4091796875rem;left:1.46923828125rem;font-size:2rem;color:#00b9e5;display:block; }
 }@media only screen and (max-width: 763px) { #bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe { display:block; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { width:20rem;height:79.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nr9u6yBmIxbbT37bcUNJ4KFIf8rtDyKs { width:16.125rem;height:4.2246125rem;top:2.06298828125rem;left:1.9375rem;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PM4he4q4EIWQO2OORFTP24gkMfUb2la1 { width:20rem;height:11.6992125rem;top:7.98974609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3nnPS46PLcHnuIyiTVh59lXi3Z1oaTd { width:20rem;height:21.75rem;top:34.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0pnEvHXFDyU7UT1TMIrhuZ5QD8hoKb2 { width:20rem;height:10.8618125rem;top:21.150390625rem;left:0rem;font-size:1.125rem;display:block; }#g0pnEvHXFDyU7UT1TMIrhuZ5QD8hoKb2 li:before{  }
 }@media only screen and (max-width: 763px) { #BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m { background-color:#071033;background-image:none;display:block; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { background-color: transparent; background-image: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container > .video-iframe-container { display: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container { display: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .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); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiTRyXEkfKZ4vrDgH50M2tirBEV8CXZE { width:20rem;height:5.8496125rem;top:7.9482421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEmGlDTwupvJz3DOIRAc5KrvNNwvxsQe { width:20rem;height:2.11230625rem;top:3.1982421875rem;left:0rem;font-size:1.625rem;font-family:adelle;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TJRSozO6oICECtmWsiOXAa8fz3wCHQz8 { width:14.9375rem;height:12.25rem;top:16.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfx2PIo2h59dPi3lHNmhpqfJeepcFam { width:14.9375rem;height:3.65625rem;top:18.625rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlITmlOPq3p4KTC8hdoxsmd0eSWZ2XuM { width:11.875rem;height:4.38720625rem;top:23.3125rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhkQKOEsFp9aOFAKND4reIVuVUvzI2Li { width:15.0625rem;height:3.65625rem;top:33.125rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkfWgdV2HQDTS7CiBLgZ1yGAFuQDaiwA { width:11.75rem;height:4.38720625rem;top:37.875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK5xTPyFCLgD3T09a1QMyxZLhUXsKwU0 { width:15.125rem;height:3.65625rem;top:48.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmlKwB0RgFPV5CRma7lhgu0K8hovEh42 { width:13rem;height:4.38720625rem;top:53rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neM17Ikx5BIZZ9sn35QCPURpSrwSbpuv { width:15rem;height:13.1875rem;top:31.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVKwIqUf8hHETfBBIconbTTiC1o9Xe09 { width:15rem;height:13.1875rem;top:46.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { width:20rem;height:84.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhxHpEKBgxJU3CQ0a2ypnZUg5zE0RMkM { width:20rem;height:2.11230625rem;top:2.875rem;left:0rem;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MQIJSSeBkiaD3LGTnJ9WFvPHCBHZENtz { width:19.9355625rem;height:3.24805rem;top:71.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWCJoBq8dSPiZcFLAFoSsZcL3hLT7LTR { display:block; }
 }@media only screen and (max-width: 763px) { #nlNq4I9QWmDvyQ92PW7ID1XeVhZNKddF { width:20rem;height:11.69925rem;top:6.716796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a44OS3NMuBA43RCw3SyUzqI90la3U1G9 { width:13.5625rem;height:10.3125rem;top:20.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbECAsn3KhKuvcTmDlbRA7bCOKVgynFW { width:4.1875rem;height:3.3125rem;top:20.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV8DMLAf1lzxnNhtygqVzCLVXgO9ykek { width:12.375rem;height:3.25rem;top:25.125rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhLaxfTwW4BLww8GK3XP51OzhTaEREPg { width:13.5625rem;height:10.3125rem;top:32.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW1XT0vzC3GUKwfBs40c3QVkLbVrgcFR { width:12.375rem;height:3.25rem;top:37.125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy8xV5gZWqiWXdwFn5RewLb6cESsJTtv { width:3.5rem;height:3.5rem;top:32.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo56q2FnxfzurmIUTAc2GGDORNJdu1HA { width:13.5625rem;height:10.3125rem;top:43.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2MyWs7iU1sKTIwDdThGPztimqHKg8Zf { width:12.375rem;height:3.25rem;top:48.6875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOhmLWicOgMh2o3ebIPXeIJcpV1DWvym { width:4.375rem;height:3.625rem;top:44.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy4xr7yLkptoJaeMCewZxtiA11CCE6o8 { width:13.5625rem;height:10.3125rem;top:55.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8oUMUTGazlrBytOJSXeiBy9QFSQd25W { width:12.375rem;height:3.25rem;top:60.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfQSgT0TrvKZJG2woMaWe6F20IBMWWul { width:3.8125rem;height:3.5rem;top:56.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLwu8bMamOzePhO9lSnT6fZJXUbaAGew { display:block; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeoVvxi9qOLWCIxCZQGh0DkZlEikGbUT { width:20rem;height:7.875rem;top:9.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqxd0MkZH66Uw74fWft6CzWAUXMxOirx { display:flex;width:4.4375rem;height:4.4375rem;top:2.75rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #fFXG02W2E3ZIu7k39fAr476sINTBc8qE { display:flex;width:2.8125rem;height:2.8125rem;top:4.375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #z7mGBMwx2sUUbh3gdmBxJRyAtrZNMakD { display:flex;width:2.8125rem;height:2.8125rem;top:4.375rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #vd8cSu0twHA4dfSShdHicM6FFrcbq24l { display:flex;width:2.125rem;height:2.125rem;top:5.0625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #mnfa0RVz7u0sbTMRkpGM5Vi75p5O5VQq { display:flex;width:2.125rem;height:2.125rem;top:5.0625rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #smu5TULkmlFsABqF4LZbk4nbRaAaKKVe { height:11.25rem;width:20rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLy8P1qtAupm3x2R0XH6TpdvDLEpcuHc { height:11.21875rem;width:20rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRDv010z8PvOFIasV4oI4ITtnsSQXeyd { display:block; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT0GyXDnUL2Cv8thoryreln774BnIKzK { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #e9LbbZ8erm6crWpk74gtk2FfPflZNCu4 { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #emM4Uda950Fgm34WxiKMXT0VvtTCHNPN { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #FX0XHMf4kLmCabs6fVnmGyJ3FhfGlPlC { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #wcxaiHclovviqKI1mQneSTyiOMp12eEo { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:12.1875rem; }
 }@media only screen and (max-width: 763px) { #Se6lXGXRl0WFkUO6uoOHcK16vP7EMEhZ { width:20rem;height:6.5625rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMbcbCw1x1ayDL9p3bTU0MhGMzlto3IX { width:19rem;height:14.297875rem;top:14.625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJGg2QChisvatTKsLcQBcyfbgidWT2wl { width:20rem;height:1rem;top:30.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr { display:block; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksWDs9TuHZfqWvMMZGgs6I9tyUWpTiWP { width:6.8125rem;height:1.875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAAMfTXCsU40v7ophbM7XxMAKxJQiU0s { width:20rem;height:5.24903125rem;top:4.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qQHx52QdpVbhZxdfzhQHqlAihNeqQVrC { width:11.125rem;height:9.44825625rem;top:11.5625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rag5RNS4BGntQutUuMTzfPpTuyN7AWTJ { width:7.562125rem;height:8.39845rem;top:11.477277755738rem;left:11.188742041588rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 { display:block; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBcGmphMHZRKmbTIzzW0HfWTaeFwAkLl { width:11.125rem;height:3.14941875rem;top:1rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m65PCgbDnsM3DVrszm369TswZ6uMtIy7 { width:11.125rem;height:3.14941875rem;top:0.9990234375rem;left:8.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS { display:block; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbGOUVhQ7lHlzQAnoEK983cxIABqTOgH { width:12.125rem;height:1.04980625rem;top:0.625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM { display:flex;width:1.25rem;height:1.25rem;top:0.52468109130859rem;left:13.486327528954rem;font-size:0.875rem; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #HAVRpO425wwvTW4LsDniXgMwEUFVUUvq { display:flex;width:1.25rem;height:1.25rem;top:0.5rem;left:18.75rem;font-size:0.875rem; }
#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #rxsl8CRqetMUdirik2NTICT3ypQyyBtW { display:flex;width:1.25rem;height:1.25rem;top:0.52468109130859rem;left:15.243252158165rem;font-size:0.875rem; }
#rxsl8CRqetMUdirik2NTICT3ypQyyBtW > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 { display:flex;width:1.25rem;height:1.25rem;top:0.52468109130859rem;left:17.055220007896rem;font-size:0.875rem; }
#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }