.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:226,222,255;--color-primary-1:169,157,255;--color-primary-2:111,92,255;--color-primary-3:25,0,218;--color-primary-4:11,16,32;--color-secondary-0:255,233,217;--color-secondary-1:255,180,128;--color-secondary-2:255,105,0;--color-secondary-3:128,53,0;--color-secondary-4:38,16,0;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Unbounded";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e4bc47e-1c57-4f63-8087-4cb57bd29266/Designsanstitre5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::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; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#A3FGXKRtzNSWQU7QrTclcStHmThhUHhd { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:"code pro";font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0);top:9.0625rem;left:4.375rem;height:7.049rem;display:block; }
#BM0Kc6T2DPp0OfVX1BXkueboU2qAdqLM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.5rem;left:4.375rem;height:1.298825rem;display:block; }
#ECMgXUbPZUTmQ3DnqQlBAyXSBdVCBfhy { color:rgba(var(--color-tertiary-0),1);display:block;width:30.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.819986343384rem;left:4.375rem;height:3.900925rem;display:block; }
#bdmAbK2Anyww1Ox9VoUEeWlKpVie5nko { box-sizing:content-box;height:0.124511875rem;width:11.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.437335968017rem;left:4.375rem;display:block; }
#lATeULN8rdhWk62CvCJbmK4IEHGKUKFm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5620125rem;width:3.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.6875rem;left:8.6875rem; }
#SBa0GoXXfIZzWtH2z6qyu9xFf0Xip3W6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.87475625rem;width:2.87475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:25.6875rem;left:20.5rem; }
#UXRCiFxkglT49He72NA3DAb1FTXV0DHg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.18725625rem;width:3.18725625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:25.6875rem;left:32.25rem; }
#yiygqthB6dmdOprmb15PDNGcrz9hFR2n { box-sizing:content-box;height:4.37378125rem;width:0.061035125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;left:15.875rem;display:block; }
#RhA9TcDMpxw6rizNVpft6onvGlbelfZv { box-sizing:content-box;height:4.37378125rem;width:0.061035125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;left:27.5rem;display:block; }
#EObUO4sZ04BH2LSzhuzmMdAERpmGpPXE { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:"code pro";font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:29.875rem;left:7.625rem;height:2.03125rem;display:block; }
#ShqE2ALaebRycMPcigXbyqlt97ycWLg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.999025rem;position:absolute;font-family:"code pro";font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:29.875rem;left:21.4375rem;height:2.03125rem;display:block; }
#BvKDofs9NXpOu8kyW6BCeO4ztEfdiONh { color:rgba(var(--color-tertiary-4),1);display:block;width:5.81176875rem;position:absolute;font-family:"code pro";font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:29.875rem;left:30.9375rem;height:2.03125rem;display:block; }
#CkyCsmfyu70Tsegstqo1VpykpcxtZitB { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5595625rem;position:absolute;font-family:"code pro";font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:32.25rem;left:6.1875rem;height:3.41175625rem;text-align:center;text-align-last:center;display:block; }
#eJm77MT8aHyIuPXWigwGBcqB1IGxDqM0 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:"code pro";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.25rem;left:29.8125rem;height:3.41175625rem;text-align:center;text-align-last:center;display:block; }
#hLAVRPiSpzTgOX0eZsSWQOaz7drlFRbP { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:"code pro";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.25rem;left:17.75rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#x2TLDBeVmrqnv0DDBVPg3fXKyS1Mngbp { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.375rem;top:0rem;left:62.52083146765rem;overflow:hidden;display:block; }
#RFy3oSTWZavz3dgWGxJZZ0v7CFiAJxTS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.4990234375rem;left:7.2493495941163rem;height:1.1375rem;display:block; }
#gRGO631rFIpFvx2oFA54Kw4Kk7QGlWvs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8123375rem;width:1.8123375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.1612954139709rem;left:4.375rem; }
#Wa9GP1aqTF2fgnCX87xlJvCtEOZxkn9v { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:51.125rem;top:3.0891952514649rem;left:23.585316374147rem;overflow:hidden;display:block; }
#esim5Ts6wOUPlyAO92lMudIdTNHvHluU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.375rem;top:0rem;left:62.52083146765rem;overflow:hidden;display:none; }
#NgEBQh8yNE0FzS1i3HlNWFqm2a3vfEM0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5625rem;width:67.5rem;display:none; }
#lip39unWQeVRN6sVIfpSm4V1zKSmOuZ5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#iiIyfrTwg1XaObmk0GTakF0EqkTAbunn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iiIyfrTwg1XaObmk0GTakF0EqkTAbunn > .row .container { background-color: transparent; background-image: none; }#iiIyfrTwg1XaObmk0GTakF0EqkTAbunn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiIyfrTwg1XaObmk0GTakF0EqkTAbunn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiIyfrTwg1XaObmk0GTakF0EqkTAbunn > .row .container > .video-iframe-container { display: none; }#iiIyfrTwg1XaObmk0GTakF0EqkTAbunn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiIyfrTwg1XaObmk0GTakF0EqkTAbunn > .row > .video-iframe-container { display: none; }#iiIyfrTwg1XaObmk0GTakF0EqkTAbunn > .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); }#iiIyfrTwg1XaObmk0GTakF0EqkTAbunn > .row .container { border-width: 0; border-radius: 0; }#iiIyfrTwg1XaObmk0GTakF0EqkTAbunn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iiIyfrTwg1XaObmk0GTakF0EqkTAbunn > .row .container { font-size:0.875rem;font-family:arial;height:56.8125rem;width:75rem;position:relative;display:block; }#r7bTSRDTi3QhSIGCkhMZTBG6vRvE8EUQ { position:absolute;display:block;z-index:15000;height:26.8125rem;width:65.5625rem;top:0rem;left:1.9362564086914rem;display:block; }
#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { background-color: transparent; background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .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); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { border-width: 0; border-radius: 0; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:"code pro";font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:4.3095703125rem;left:1.6240234375rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#GGS4sJ6xhJQtXSOFaNA6pfEDTdCHuz3D { color:rgba(var(--color-secondary-2),1);display:block;width:14.499rem;position:absolute;font-family:"code pro";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.99951171875rem;left:1.62451171875rem;height:1.298825rem;display:block; }
#LfIIWM0GXKkTSwLdab2DIzTBlNaPzIq6 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.3427734375rem;left:1.6240234375rem;height:4.63156875rem;display:block; }
#RUC26SPPvQZdNmFDSiFTu2cz7FruVa1l { box-sizing:content-box;height:0.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3427734375rem;left:51.5625rem;display:block; }
#Refxk9UepXls5FwrT4clOuBy1dL55wrA { box-sizing:content-box;height:14.6875rem;width:0.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5rem;left:58.875rem;display:block; }
#BzpGvXgVVoTuv707ToOrrA4rd2wovKmg { color:rgba(var(--color-tertiary-4),1);display:block;width:10.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.7529296875rem;left:47.29541015625rem;height:3.8964875rem;display:block; }
#uCpLhAlCmbJPH8WN3pXzSKDbmy7BLkvA { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4326171875rem;left:47.294921875rem;height:3.8964875rem;display:block; }
#VORLZRpFEttxfFSKXzoevhNRGz7N0enl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4326171875rem;left:60.3427734375rem;height:3.65411875rem;display:block; }
#fsyhTTJLe39197UD4VQ5n2R2apH8JMQk { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.7236328125rem;left:60.3427734375rem;height:3.8964875rem;display:block; }
#MGlTe4wdxKp47wlwed2FCVGQnI7B229V { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:"code pro";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.3095703125rem;left:49.7021484375rem;height:1.38139375rem;display:block; }
#DInqCUApVufOKx10EpvffGWHwd4ZMmvC { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9365rem;position:absolute;font-family:"code pro";font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.87060546875rem;left:49.7021484375rem;height:1.38139375rem;display:block; }
#lsHJANTTH4SMSaR5Wq58vuERfHBqOiTx { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8730625rem;position:absolute;font-family:"code pro";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.87060546875rem;left:63.0908203125rem;height:1.38139375rem;display:block; }
#nIobElZ6RTkq40aBK7xIoy5UEpqJE46c { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:"code pro";font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.30908203125rem;left:62.247314453125rem;height:1.38139375rem;display:block; }
#QUXiRwFbqtUCbccSNoKXZs7BSNiDr1vf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:13.86962890625rem;left:47.294921875rem; }
#AmCawqpP6q3fbXHJ9fIEqN5UryWK6H88 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:13.809814453125rem;left:60.341796875rem; }
#dVXiM4yRSt6CmnMPHvLzrwHUT066Jz8W { 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:15019;opacity:1;top:4.30908203125rem;left:47.294921875rem; }
#R0FqzHwBORqNa6mamAWLZC7i9wK4tBtG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.30908203125rem;left:60.341796875rem; }
#rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO > .row .container { background-color: transparent; background-image: none; }#rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO > .row .container > .video-iframe-container { display: none; }#rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO > .row > .video-iframe-container { display: none; }#rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO > .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); }#rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO > .row .container { border-width: 0; border-radius: 0; }#rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#tDzb4H7mdPxzU3Ne6FiMVyHAPJMpLXti { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:"code pro";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:4.99755859375rem;left:2.264404296875rem;height:4.5rem;display:block; }
#U09auK4OWzb5mzFJn7qQnzVvrsRwHG8H { color:rgba(var(--color-tertiary-0),1);display:block;width:30.186375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:27.006021499634rem;left:41.156412124634rem;height:3.5981875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xScV03FcASifikGAo8GFSFRoiuvnWO5J { box-sizing:content-box;height:5.3125rem;width:31.625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3740234375rem;left:36.5771484375rem;display:block; }
#O4l46kXcD7NNoIm5lUcBXRtrsbW52tW8 { color:rgba(var(--color-secondary-2),1);display:block;width:9.375rem;position:absolute;font-family:"code pro";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.2646484375rem;height:1.298825rem;display:block; }
#RtSsu10KDfEWUrUMVSLdraaXEwSvBqfJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:24.764404296875rem;left:38.70361328125rem; }
#i7ke2Tc4WfrhF6kKykd2baKetRpvFfMV { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.310375rem;width:6.25rem;top:23.794761657715rem;left:2.2639980316162rem;overflow:hidden;display:block; }
#UE3LZIHSB2BagUs5Sq1qHbdAFpezgmNg { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8106875rem;width:6.25rem;top:12.809244155884rem;left:2.2639980316162rem;overflow:hidden;display:block; }
#NAwe1y9BfM1QmNT9FSmUURgGU7tf81QZ { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.99975rem;width:37.4365rem;top:2.62451171875rem;left:37.5rem;display:block; }
#aeeriV2ZTh9k9zqCgLwEssccEPEvZ1wh { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8121875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:13.589680671692rem;left:9.0983066558837rem;height:5.25213125rem;text-align:justify;text-align-last:initial;display:block; }
#sqcKr5lRHaGiTPGAgHB1l2OHVX7LcxfK { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:24.763996124267rem;left:9.1927089691163rem;height:5.25213125rem;display:block; }
#qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT { position:relative;display:block; }#qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT { background-color: transparent; background-image: none; }#qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT > .row .container > .video-iframe-container { display: none; }#qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT > .row > .video-iframe-container { display: none; }#qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT > .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); }#qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT { border-width: 0; border-radius: 0; }#qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT > .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; }#qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT > .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:15.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qRTb7LMz73ZN37De2fBdx40WA4gLEW46 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:"code pro";font-size:2rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:3.125rem;left:1.1376953125rem;height:4.00065rem;display:block; }
#ZPErbGF1fuBur8PEhlaTqL2b3EBzr0o5 { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:"code pro";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.24267578125rem;left:1.1376953125rem;height:1.298825rem;display:block; }
#EhVLK40tEkeD8wvxfBPBi2iFrPuF530L { color:rgba(var(--color-tertiary-2),1);display:block;width:26.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:1.1376953125rem;height:3.8964875rem;display:block; }
#yDZgJ0s7Vy2DnU7WEyawV9Cg0TWwRA5E { box-sizing:content-box;height:12.5rem;width:0.124511875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6552734375rem;left:37.437744140625rem;display:block; }
#D9KJXa765LHS9eLNEEE2zh5LG6J7bx9P { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.453125rem;left:49.490966796875rem; }
#iZvh3WHm0qIzAn5c9gcT0LIuzIsvF2Mx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.078125rem;left:41.507568359375rem; }
#ZT15me46u6CO6LrefI5AJTfJpNJDIBVl { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;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:15008;opacity:1;top:4.3896484375rem;left:58.40576171875rem; }
#ANhWaTdLWhuSqTvfsg5963OIpnqcnOo3 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;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:15009;opacity:1;top:4.3896484375rem;left:65.677490234375rem; }
#R2G5fbp0D4XC03hy24mUSxPfLNwLyWZ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.936525rem;position:absolute;font-family:"code pro";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.934326171875rem;left:40.601806640625rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#IqRhqbOIP6yvnIruVCXPPM5ungNhbIK1 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.561525rem;position:absolute;font-family:"code pro";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.934326171875rem;left:48.585205078125rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#Ut6DIJMlnwBiaIAtkQMr4hfJHIMPTUEd { color:rgba(var(--color-tertiary-4),1);display:block;width:4.936525rem;position:absolute;font-family:"code pro";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.934326171875rem;left:57.34375rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#yP5Brn3JT68EzFzIz6wzuCCKMfyZkVTy { color:rgba(var(--color-tertiary-4),1);display:block;width:4.936525rem;position:absolute;font-family:"code pro";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.50439453125rem;left:64.615478515625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#umkkeC06HhDcQ9roT0AMG19KUUT3LH5t { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#iHwBU0TW32v24zRm5r9FSPOvBHM3wKbW { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#u9roSHwunn2IEDo9OAM6ddmvtCutEI3p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u9roSHwunn2IEDo9OAM6ddmvtCutEI3p > .row .container { background-color: transparent; background-image: none; }#u9roSHwunn2IEDo9OAM6ddmvtCutEI3p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9roSHwunn2IEDo9OAM6ddmvtCutEI3p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9roSHwunn2IEDo9OAM6ddmvtCutEI3p > .row .container > .video-iframe-container { display: none; }#u9roSHwunn2IEDo9OAM6ddmvtCutEI3p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9roSHwunn2IEDo9OAM6ddmvtCutEI3p > .row > .video-iframe-container { display: none; }#u9roSHwunn2IEDo9OAM6ddmvtCutEI3p > .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); }#u9roSHwunn2IEDo9OAM6ddmvtCutEI3p > .row .container { border-width: 0; border-radius: 0; }#u9roSHwunn2IEDo9OAM6ddmvtCutEI3p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u9roSHwunn2IEDo9OAM6ddmvtCutEI3p > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#a0QFMTM8GvBCrAB0e0vtxTNHAHvVKEM3 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.311875rem;position:absolute;font-family:"code pro";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:2.1533174514771rem;left:24.342447280884rem;height:1.875rem;display:block; }
#r48cv3XOF3f2iDmmIgtJXCblgs1pCJLD { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8105625rem;position:absolute;font-family:"code pro";font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:9.09375rem;left:27.13916015625rem;height:;display:block; }
#ZCQVEfWZg56h3uf8yNGsxEWh634mxQLR { 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-bottom:0;border-left:0;border-right:0;border-top: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: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:"code pro";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.74935rem;height:2.3120125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:13.749185562134rem;left:12.393392562866rem;display:block; }
#FGHPwZEyize1gxyq9KdW2GMvgqTuc1lH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2XDWZgVywIfKCZZgs0xtxBDwAPKhpfk { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:9.4970664978025rem;left:8.51806640625rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#ErDTNmHiyAxsHETIGT5tMQ5zFiImqFPI { color:rgba(var(--color-tertiary-1),1);display:block;width:14.561375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:8.849281311035rem;left:30.217283248901rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#bc3lEPAoE1wCT9PGtyiZ5016b9vZAP7l { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:8.8460254669187rem;left:53.916013717651rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#Eht6noqFIKuWeK7BRZqnwhQZWcSPt7B8 { 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-bottom:0;border-left:0;border-right:0;border-top: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: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:"code pro";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.74935rem;height:2.3120125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:13.749996185302rem;left:35.125326156616rem;display:block; }
#rPSadSlkguliFWmUo3cEqyl9dSMaErqx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bEklolOWIbWxmZ0z8WVkBa21nnT8CfIi { 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-bottom:0;border-left:0;border-right:0;border-top: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: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:"code pro";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.74935rem;height:2.3120125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:13.749996185302rem;left:58.789876937866rem;display:block; }
#NsTTCulLGazXwZD35SJoWx3ewvdqZlXm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LfJ6SdwFEgJqNt8Vv0rXRBKwO5tNA957 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.7486875rem;position:absolute;font-family:"code pro";font-size:1.1875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:5.4028291702271rem;left:9.3929042816163rem;height:3.0877125rem;text-align:center;text-align-last:center;display:block; }
#faF4ZcsTeRuwsATeVMwOdXryx3MJ9PV5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3111875rem;position:absolute;font-family:"code pro";font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:6.1328096389771rem;left:31.343587875366rem;height:1.625rem;display:block; }
#TBUkgFMlZTsG2LGlEJ9ABHbluyccNkvI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124375rem;position:absolute;font-family:"code pro";font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:6.1328096389771rem;left:54.103185653686rem;height:1.625rem;display:block; }
#BGBFic6LQ3HR5cHAIGyegcGGFhtQRgqH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3111875rem;position:absolute;font-family:"code pro";font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:6.1328096389771rem;left:31.343587875366rem;height:1.62435rem;display:none; }
#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { 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; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#Sl7lT3z6nme0gBgodBTGqS5PfRR47wQf { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:3.75rem;left:38.24951171875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tolQgs7f6ynhTLmtdpzrUEpDKvSGeIgU { color:rgba(var(--color-tertiary-3),0.6);display:block;width:12.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:5.54931640625rem;left:38.249509811401rem;height:8.0728rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { color:rgba(var(--color-tertiary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.75rem;left:18rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { color:rgba(var(--color-tertiary-3),0.6);display:block;width:17.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:5.54931640625rem;left:17.998861312866rem;height:4.8228rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r4oUawHDCocPg7szPoIgFlJm5OA604C9 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.99925rem;position:absolute;font-family:"code pro";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:3.75rem;left:57.874755859375rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { 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:15035;opacity:1;top:6.5625rem;left:55.765380859375rem; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#rDXOuNnKZhkqFXwBsqhRsgfv1B0RGV54 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.6853125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:8.052978515625rem;left:1.07666015625rem;height:3.4125rem;display:block; }
#R8Qd9EReCBhmvpiWpfAWM0lJkkWUVfk2 { 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:15041;opacity:1;top:6.5625rem;left:59.278564453125rem; }
#R8Qd9EReCBhmvpiWpfAWM0lJkkWUVfk2 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#wiRWdqhv3TfiITaGyqOhvTMJbBwH9Zdb { 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:15042;opacity:1;top:6.5625rem;left:62.52197265625rem; }
#GaDkhd42RsnebJUAwCURIEl5Q4lPkXMa { 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:15043;opacity:1;top:6.5625rem;left:65.872802734375rem; }
#GaDkhd42RsnebJUAwCURIEl5Q4lPkXMa > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Fy5vMRTx4ULbTaMnNsohXyN0DRAw2flX { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:14.12475rem;top:2.21435546875rem;left:0rem;overflow:hidden;display:block; }
#KDRhIq83Pz4UZSzre4XKUxLXPTmpCpPJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06176875rem;width:2.06176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.6884765625rem;left:24.786458969116rem;display:none; }
#d8f2KNDpRxtOoX5vmk7pvBo8ReIxWVJK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06176875rem;width:2.06176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.7509765625rem;left:77.411458969119rem;display:none; }
#Ogc91EH7cytzf41I3i553THykXB4h0wI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06176875rem;width:2.06176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:6.8759765625rem;left:76.411458969119rem;display:none; }
#Ogc91EH7cytzf41I3i553THykXB4h0wI > img { max-width: 100%;max-height:100%; width:2.06176875rem; height:2.06176875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3FGXKRtzNSWQU7QrTclcStHmThhUHhd { top:9.0625rem;left:0rem;width:29rem;height:7.0625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM0Kc6T2DPp0OfVX1BXkueboU2qAdqLM { top:21.5rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECMgXUbPZUTmQ3DnqQlBAyXSBdVCBfhy { top:18.8125rem;left:0rem;width:30.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdmAbK2Anyww1Ox9VoUEeWlKpVie5nko { top:17.375rem;left:0rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lATeULN8rdhWk62CvCJbmK4IEHGKUKFm { top:25.6875rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBa0GoXXfIZzWtH2z6qyu9xFf0Xip3W6 { top:25.6875rem;left:6.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXRCiFxkglT49He72NA3DAb1FTXV0DHg { top:25.6875rem;left:18.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiygqthB6dmdOprmb15PDNGcrz9hFR2n { top:27.125rem;left:2.25rem;width:0;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhA9TcDMpxw6rizNVpft6onvGlbelfZv { top:27.125rem;left:13.875rem;width:0;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EObUO4sZ04BH2LSzhuzmMdAERpmGpPXE { top:29.875rem;left:0rem;width:6.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShqE2ALaebRycMPcigXbyqlt97ycWLg9 { top:29.875rem;left:7.8125rem;width:0.9375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvKDofs9NXpOu8kyW6BCeO4ztEfdiONh { top:29.875rem;left:17.3125rem;width:5.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkyCsmfyu70Tsegstqo1VpykpcxtZitB { top:32.25rem;left:0rem;width:8.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJm77MT8aHyIuPXWigwGBcqB1IGxDqM0 { top:32.25rem;left:16.1875rem;width:8.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLAVRPiSpzTgOX0eZsSWQOaz7drlFRbP { top:32.1875rem;left:4.1248378753662rem;width:7.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2TLDBeVmrqnv0DDBVPg3fXKyS1Mngbp { top:0rem;left:34.9375rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFy3oSTWZavz3dgWGxJZZ0v7CFiAJxTS { top:6.4375rem;left:0rem;width:12.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRGO631rFIpFvx2oFA54Kw4Kk7QGlWvs { top:6.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa9GP1aqTF2fgnCX87xlJvCtEOZxkn9v { top:3.0625rem;left:0rem;width:47.75rem;height:31.288508557457rem;display:block; }
 }@media only screen and (max-width: 763px) { #esim5Ts6wOUPlyAO92lMudIdTNHvHluU { top:0rem;left:34.9375rem;width:12.375rem;height:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgEBQh8yNE0FzS1i3HlNWFqm2a3vfEM0 { width:47.75rem;height:27.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lip39unWQeVRN6sVIfpSm4V1zKSmOuZ5 { display:none; }
 }@media only screen and (max-width: 763px) { #iiIyfrTwg1XaObmk0GTakF0EqkTAbunn { display:block; }#iiIyfrTwg1XaObmk0GTakF0EqkTAbunn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7bTSRDTi3QhSIGCkhMZTBG6vRvE8EUQ { top:0rem;left:0rem;width:47.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:25.3125rem;height:5.625rem;top:4.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGS4sJ6xhJQtXSOFaNA6pfEDTdCHuz3D { top:1.9375rem;left:0rem;width:14.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfIIWM0GXKkTSwLdab2DIzTBlNaPzIq6 { top:12.3125rem;left:0rem;width:30.5rem;height:4.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUC26SPPvQZdNmFDSiFTu2cz7FruVa1l { top:12.3125rem;left:33.0625rem;width:14.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Refxk9UepXls5FwrT4clOuBy1dL55wrA { top:5rem;left:45.25rem;width:0.0625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzpGvXgVVoTuv707ToOrrA4rd2wovKmg { top:6.75rem;left:33.67041015625rem;width:10.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCpLhAlCmbJPH8WN3pXzSKDbmy7BLkvA { top:16.375rem;left:33.669921875rem;width:10.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VORLZRpFEttxfFSKXzoevhNRGz7N0enl { top:16.375rem;left:36.0625rem;width:11.6875rem;height:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsyhTTJLe39197UD4VQ5n2R2apH8JMQk { top:6.6875rem;left:37.0625rem;width:10.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGlTe4wdxKp47wlwed2FCVGQnI7B229V { top:4.25rem;left:36.0771484375rem;width:6.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DInqCUApVufOKx10EpvffGWHwd4ZMmvC { top:13.8125rem;left:36.0771484375rem;width:7.875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsHJANTTH4SMSaR5Wq58vuERfHBqOiTx { top:13.8125rem;left:40.9375rem;width:6.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIobElZ6RTkq40aBK7xIoy5UEpqJE46c { top:4.25rem;left:39.9375rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUXiRwFbqtUCbccSNoKXZs7BSNiDr1vf { top:13.8125rem;left:33.669921875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmCawqpP6q3fbXHJ9fIEqN5UryWK6H88 { top:13.75rem;left:46.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVXiM4yRSt6CmnMPHvLzrwHUT066Jz8W { top:4.25rem;left:33.669921875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0FqzHwBORqNa6mamAWLZC7i9wK4tBtG { top:4.25rem;left:46.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO { display:block; }#rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDzb4H7mdPxzU3Ne6FiMVyHAPJMpLXti { top:4.9375rem;left:0rem;width:23rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U09auK4OWzb5mzFJn7qQnzVvrsRwHG8H { top:27rem;left:17.625rem;width:30.125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xScV03FcASifikGAo8GFSFRoiuvnWO5J { top:26.3125rem;left:0rem;width:31.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4l46kXcD7NNoIm5lUcBXRtrsbW52tW8 { top:2.625rem;left:0rem;width:9.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtSsu10KDfEWUrUMVSLdraaXEwSvBqfJ { top:24.75rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7ke2Tc4WfrhF6kKykd2baKetRpvFfMV { top:23.75rem;left:0rem;width:6.25rem;height:7.310375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE3LZIHSB2BagUs5Sq1qHbdAFpezgmNg { top:12.75rem;left:0rem;width:6.25rem;height:6.8106875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAwe1y9BfM1QmNT9FSmUURgGU7tf81QZ { top:2.5625rem;left:10.375rem;width:37.375rem;height:20.965251993375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeeriV2ZTh9k9zqCgLwEssccEPEvZ1wh { top:13.5625rem;left:0rem;width:25.75rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqcKr5lRHaGiTPGAgHB1l2OHVX7LcxfK { top:24.75rem;left:0rem;width:25.625rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT { display:block; }#qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRTb7LMz73ZN37De2fBdx40WA4gLEW46 { top:3.125rem;left:0rem;width:29.1875rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPErbGF1fuBur8PEhlaTqL2b3EBzr0o5 { top:1.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhVLK40tEkeD8wvxfBPBi2iFrPuF530L { top:8.125rem;left:0rem;width:26.375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDZgJ0s7Vy2DnU7WEyawV9Cg0TWwRA5E { top:1.625rem;left:23.812744140625rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9KJXa765LHS9eLNEEE2zh5LG6J7bx9P { top:4.4375rem;left:35.865966796875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZvh3WHm0qIzAn5c9gcT0LIuzIsvF2Mx { top:5.0625rem;left:27.882568359375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT15me46u6CO6LrefI5AJTfJpNJDIBVl { top:4.375rem;left:44.78076171875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANhWaTdLWhuSqTvfsg5963OIpnqcnOo3 { top:4.375rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2G5fbp0D4XC03hy24mUSxPfLNwLyWZ7 { top:8.875rem;left:26.976806640625rem;width:4.875rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqRhqbOIP6yvnIruVCXPPM5ungNhbIK1 { top:8.875rem;left:34.960205078125rem;width:5.5rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut6DIJMlnwBiaIAtkQMr4hfJHIMPTUEd { top:8.875rem;left:42.875rem;width:4.875rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP5Brn3JT68EzFzIz6wzuCCKMfyZkVTy { top:9.5rem;left:42.875rem;width:4.875rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umkkeC06HhDcQ9roT0AMG19KUUT3LH5t { display:none; }
 }@media only screen and (max-width: 763px) { #iHwBU0TW32v24zRm5r9FSPOvBHM3wKbW { display:none; }
 }@media only screen and (max-width: 763px) { #u9roSHwunn2IEDo9OAM6ddmvtCutEI3p { display:block; }#u9roSHwunn2IEDo9OAM6ddmvtCutEI3p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0QFMTM8GvBCrAB0e0vtxTNHAHvVKEM3 { top:2.125rem;left:10.717447280884rem;width:26.25rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r48cv3XOF3f2iDmmIgtJXCblgs1pCJLD { top:9.0625rem;left:13.51416015625rem;width:22.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCQVEfWZg56h3uf8yNGsxEWh634mxQLR { width:4.6875rem;height:2.25rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGHPwZEyize1gxyq9KdW2GMvgqTuc1lH { display:block; }
 }@media only screen and (max-width: 763px) { #r2XDWZgVywIfKCZZgs0xtxBDwAPKhpfk { top:9.4375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErDTNmHiyAxsHETIGT5tMQ5zFiImqFPI { top:8.8125rem;left:16.592283248901rem;width:14.5rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc3lEPAoE1wCT9PGtyiZ5016b9vZAP7l { top:8.8125rem;left:33.3125rem;width:14.4375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eht6noqFIKuWeK7BRZqnwhQZWcSPt7B8 { width:4.6875rem;height:2.25rem;top:13.6875rem;left:21.500326156616rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPSadSlkguliFWmUo3cEqyl9dSMaErqx { display:block; }
 }@media only screen and (max-width: 763px) { #bEklolOWIbWxmZ0z8WVkBa21nnT8CfIi { width:4.6875rem;height:2.25rem;top:13.6875rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsTTCulLGazXwZD35SJoWx3ewvdqZlXm { display:block; }
 }@media only screen and (max-width: 763px) { #LfJ6SdwFEgJqNt8Vv0rXRBKwO5tNA957 { top:5.375rem;left:0rem;width:10.6875rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faF4ZcsTeRuwsATeVMwOdXryx3MJ9PV5 { top:6.125rem;left:17.718587875366rem;width:12.25rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBUkgFMlZTsG2LGlEJ9ABHbluyccNkvI { top:6.125rem;left:33.6875rem;width:14.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGBFic6LQ3HR5cHAIGyegcGGFhtQRgqH { top:29.4375rem;left:0rem;width:10.9375rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sl7lT3z6nme0gBgodBTGqS5PfRR47wQf { width:8.5625rem;height:1.8125rem;top:3.75rem;left:24.62451171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tolQgs7f6ynhTLmtdpzrUEpDKvSGeIgU { width:12.375rem;height:7.9375rem;top:5.5rem;left:24.624509811401rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { width:17.0625rem;height:1.75rem;top:3.75rem;left:4.374267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { width:17.0625rem;height:4.8125rem;top:5.5rem;left:4.3738613128662rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4oUawHDCocPg7szPoIgFlJm5OA604C9 { width:7.9375rem;height:1.75rem;top:3.75rem;left:39.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { width:2.1875rem;height:2.1875rem;top:6.5625rem;left:42.140380859375rem;display:block; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #rDXOuNnKZhkqFXwBsqhRsgfv1B0RGV54 { top:8rem;left:0rem;width:13.625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Qd9EReCBhmvpiWpfAWM0lJkkWUVfk2 { top:6.5625rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#R8Qd9EReCBhmvpiWpfAWM0lJkkWUVfk2 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #wiRWdqhv3TfiITaGyqOhvTMJbBwH9Zdb { top:6.5625rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaDkhd42RsnebJUAwCURIEl5Q4lPkXMa { top:6.5625rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#GaDkhd42RsnebJUAwCURIEl5Q4lPkXMa > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Fy5vMRTx4ULbTaMnNsohXyN0DRAw2flX { top:2.1875rem;left:0rem;width:14.0625rem;height:5.2890869749907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDRhIq83Pz4UZSzre4XKUxLXPTmpCpPJ { top:6.3125rem;left:11.786458969116rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8f2KNDpRxtOoX5vmk7pvBo8ReIxWVJK { top:7.375rem;left:45.75rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ogc91EH7cytzf41I3i553THykXB4h0wI { top:7.5rem;left:45.75rem;width:2rem;height:2rem;display:none; }
#Ogc91EH7cytzf41I3i553THykXB4h0wI > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:20rem;height:44.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b5b9d2ce-3bd2-4958-89de-1daf517a7b15/noroot.crop_1283x1014_253,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #A3FGXKRtzNSWQU7QrTclcStHmThhUHhd { width:12.93375rem;height:3.14808125rem;top:7.0625rem;left:3.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BM0Kc6T2DPp0OfVX1BXkueboU2qAdqLM { width:12.431625rem;height:1.29964375rem;top:6.9611rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ECMgXUbPZUTmQ3DnqQlBAyXSBdVCBfhy { width:15.4996875rem;height:2.11115rem;top:11rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bdmAbK2Anyww1Ox9VoUEeWlKpVie5nko { width:7.8125rem;height:0.060221375rem;top:5.6486rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lATeULN8rdhWk62CvCJbmK4IEHGKUKFm { display:flex;width:2.8125rem;height:2.8125rem;top:14.75rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #SBa0GoXXfIZzWtH2z6qyu9xFf0Xip3W6 { display:flex;width:2.8125rem;height:2.8125rem;top:24.125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #UXRCiFxkglT49He72NA3DAb1FTXV0DHg { display:flex;width:3.125rem;height:3.125rem;top:33.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yiygqthB6dmdOprmb15PDNGcrz9hFR2n { width:0;height:4.311525rem;top:22.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhA9TcDMpxw6rizNVpft6onvGlbelfZv { width:0;height:4.3125rem;top:30.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EObUO4sZ04BH2LSzhuzmMdAERpmGpPXE { width:5.625rem;height:1.29964375rem;top:17.5625rem;left:7.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShqE2ALaebRycMPcigXbyqlt97ycWLg9 { width:0.9375rem;height:1.29964375rem;top:27.5rem;left:9.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvKDofs9NXpOu8kyW6BCeO4ztEfdiONh { width:4.4995125rem;height:1.09944375rem;top:37.125rem;left:7.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CkyCsmfyu70Tsegstqo1VpykpcxtZitB { width:8.4985625rem;height:3.41175625rem;top:19.1875rem;left:5.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJm77MT8aHyIuPXWigwGBcqB1IGxDqM0 { width:8.125rem;height:3.41175625rem;top:38.8125rem;left:5.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLAVRPiSpzTgOX0eZsSWQOaz7drlFRbP { width:9.5605625rem;height:1.13725rem;top:29.5625rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x2TLDBeVmrqnv0DDBVPg3fXKyS1Mngbp { width:9.4360625rem;height:9.4360625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFy3oSTWZavz3dgWGxJZZ0v7CFiAJxTS { width:11.7496875rem;height:0.9749375rem;top:9.43603515625rem;left:4.1243489980697rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gRGO631rFIpFvx2oFA54Kw4Kk7QGlWvs { display:flex;width:2.1248375rem;height:2.1248375rem;top:0rem;left:17.87434899807rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wa9GP1aqTF2fgnCX87xlJvCtEOZxkn9v { width:20rem;height:13.105134474328rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #esim5Ts6wOUPlyAO92lMudIdTNHvHluU { width:9.4360625rem;height:9.4360625rem;top:9.9375rem;left:11.84895837307rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #NgEBQh8yNE0FzS1i3HlNWFqm2a3vfEM0 { top:0rem;left:0rem;width:9.75rem;height:5.5rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lip39unWQeVRN6sVIfpSm4V1zKSmOuZ5 { top:0rem;left:0rem;width:20rem;height:44.1875rem;z-index:14998;background-color:rgba(var(--color-tertiary-2),0.7);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iiIyfrTwg1XaObmk0GTakF0EqkTAbunn { display:block; }#iiIyfrTwg1XaObmk0GTakF0EqkTAbunn > .row .container { width:20rem;height:115.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7bTSRDTi3QhSIGCkhMZTBG6vRvE8EUQ { width:20rem;height:21.6868125rem;top:2.0861625671387E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:10.061875rem;height:2.24964375rem;top:3.9786777496338rem;left:4.9682615995407rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGS4sJ6xhJQtXSOFaNA6pfEDTdCHuz3D { width:12.937rem;height:1.2182625rem;top:1.25rem;left:3.5302733182907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfIIWM0GXKkTSwLdab2DIzTBlNaPzIq6 { width:15.7486875rem;height:4.2223rem;top:7.1069438457488rem;left:2.1248372793197rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #RUC26SPPvQZdNmFDSiFTu2cz7FruVa1l { width:14.6875rem;height:0.060221375rem;top:46.78565625rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Refxk9UepXls5FwrT4clOuBy1dL55wrA { width:0.061035125rem;height:14.6875rem;top:64.16196640625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzpGvXgVVoTuv707ToOrrA4rd2wovKmg { width:13.3121875rem;height:2.2745rem;top:15.308430671692rem;left:3.3430989980697rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCpLhAlCmbJPH8WN3pXzSKDbmy7BLkvA { width:12.561875rem;height:2.2745rem;top:26.874185562134rem;left:3.7182615995407rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VORLZRpFEttxfFSKXzoevhNRGz7N0enl { width:14.8746875rem;height:2.2745rem;top:32.428384780884rem;left:2.5618489980697rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fsyhTTJLe39197UD4VQ5n2R2apH8JMQk { width:12.874375rem;height:2.2745rem;top:21.33056640625rem;left:3.5620115995407rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MGlTe4wdxKp47wlwed2FCVGQnI7B229V { width:5.4370125rem;height:1.2182625rem;top:13.330891609192rem;left:7.28108727932rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DInqCUApVufOKx10EpvffGWHwd4ZMmvC { width:6.311875rem;height:1.13725rem;top:24.995929718017rem;left:6.8432615995406rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsHJANTTH4SMSaR5Wq58vuERfHBqOiTx { width:5.68685rem;height:1.13725rem;top:30.391437530517rem;left:7.15657556057rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nIobElZ6RTkq40aBK7xIoy5UEpqJE46c { width:5.812175rem;height:1.13725rem;top:19.33349609375rem;left:7.0939124822619rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUXiRwFbqtUCbccSNoKXZs7BSNiDr1vf { display:flex;width:1.3745125rem;height:1.3745125rem;top:24.877115249634rem;left:4.3953450918197rem; }
 }@media only screen and (max-width: 763px) { #AmCawqpP6q3fbXHJ9fIEqN5UryWK6H88 { display:flex;width:1.4363625rem;height:1.4363625rem;top:30.24169921875rem;left:4.9682615995407rem; }
 }@media only screen and (max-width: 763px) { #dVXiM4yRSt6CmnMPHvLzrwHUT066Jz8W { display:flex;width:1.437175rem;height:1.437175rem;top:13.221028327942rem;left:4.9682615995407rem; }
 }@media only screen and (max-width: 763px) { #R0FqzHwBORqNa6mamAWLZC7i9wK4tBtG { display:flex;width:1.4363625rem;height:1.4363625rem;top:19.182941436767rem;left:4.9682615995407rem; }
 }@media only screen and (max-width: 763px) { #rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO { display:block; }#rH8wGy0z6uBG3GtqNMB4O0fooBXBA8rO > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDzb4H7mdPxzU3Ne6FiMVyHAPJMpLXti { width:8.499375rem;height:4.04829375rem;top:3.4847002029419rem;left:5.7495115995407rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U09auK4OWzb5mzFJn7qQnzVvrsRwHG8H { width:20rem;height:6.7464375rem;top:63.692175rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xScV03FcASifikGAo8GFSFRoiuvnWO5J { width:20rem;height:5.3125rem;top:57.129675rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4l46kXcD7NNoIm5lUcBXRtrsbW52tW8 { width:8.4375rem;height:1.2182625rem;top:1.2499999403954rem;left:5.7812498807907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RtSsu10KDfEWUrUMVSLdraaXEwSvBqfJ { display:flex;width:1.6870125rem;height:1.6870125rem;top:55.519971936035rem;left:2.12646484375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7ke2Tc4WfrhF6kKykd2baKetRpvFfMV { width:5.499675rem;height:6.4371875rem;top:22.823893234134rem;left:7.2501624822619rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE3LZIHSB2BagUs5Sq1qHbdAFpezgmNg { width:5.06185rem;height:5.499675rem;top:9.5572910308837rem;left:7.46907556057rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAwe1y9BfM1QmNT9FSmUURgGU7tf81QZ { height:11.2141875rem;width:20rem;top:28.3007375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeeriV2ZTh9k9zqCgLwEssccEPEvZ1wh { width:16.875rem;height:6.09019375rem;top:15.056955337524rem;left:1.5616861581802rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqcKr5lRHaGiTPGAgHB1l2OHVX7LcxfK { width:17.1875rem;height:7.30825rem;top:29.261066436767rem;left:1.4054361581802rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT { display:block; }#qeMcgFhZ1vKU26SEeMUe9TFlpeQGBsfT > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRTb7LMz73ZN37De2fBdx40WA4gLEW46 { width:12.1875rem;height:4.31196875rem;top:2.8531999588012rem;left:3.9062498807907rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPErbGF1fuBur8PEhlaTqL2b3EBzr0o5 { width:10.437rem;height:1.2182625rem;top:0.87483596801756rem;left:4.7802733182907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhVLK40tEkeD8wvxfBPBi2iFrPuF530L { width:15.747875rem;height:4.54900625rem;top:8.2381229400638rem;left:2.1248372793197rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDZgJ0s7Vy2DnU7WEyawV9Cg0TWwRA5E { width:0.060221375rem;height:12.5rem;top:13.4982125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9KJXa765LHS9eLNEEE2zh5LG6J7bx9P { display:flex;width:2.5rem;height:2.5rem;top:19.875rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #iZvh3WHm0qIzAn5c9gcT0LIuzIsvF2Mx { display:flex;width:2.1875rem;height:2.1875rem;top:14.625rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #ZT15me46u6CO6LrefI5AJTfJpNJDIBVl { display:flex;width:1.93685rem;height:1.93685rem;top:14.75rem;left:11.9375rem; }
 }@media only screen and (max-width: 763px) { #ANhWaTdLWhuSqTvfsg5963OIpnqcnOo3 { display:flex;width:1.93685rem;height:1.93685rem;top:20.125rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #R2G5fbp0D4XC03hy24mUSxPfLNwLyWZ7 { width:3.49935rem;height:1.62464375rem;top:17.1875rem;left:5.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqRhqbOIP6yvnIruVCXPPM5ungNhbIK1 { width:3.8745125rem;height:1.62464375rem;top:22.8125rem;left:10.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ut6DIJMlnwBiaIAtkQMr4hfJHIMPTUEd { width:3.5620125rem;height:1.62464375rem;top:17.1875rem;left:11.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yP5Brn3JT68EzFzIz6wzuCCKMfyZkVTy { width:4.1870125rem;height:0.812325rem;top:22.375rem;left:5.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umkkeC06HhDcQ9roT0AMG19KUUT3LH5t { top:14.9375rem;left:10.1875rem;width:0.0618489375rem;height:8.75rem;z-index:15014;background-color:rgba(var(--color-tertiary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iHwBU0TW32v24zRm5r9FSPOvBHM3wKbW { top:19.25rem;left:5.8125rem;width:8.75rem;height:0.0618489375rem;z-index:15015;background-color:rgba(var(--color-tertiary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u9roSHwunn2IEDo9OAM6ddmvtCutEI3p { display:block; }#u9roSHwunn2IEDo9OAM6ddmvtCutEI3p > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0QFMTM8GvBCrAB0e0vtxTNHAHvVKEM3 { width:11.875rem;height:2.6988625rem;top:1.1865234375rem;left:4.0624998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r48cv3XOF3f2iDmmIgtJXCblgs1pCJLD { width:20rem;height:0;top:16.63411875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCQVEfWZg56h3uf8yNGsxEWh634mxQLR { width:4.6875rem;height:2.24935rem;top:11.183273077011rem;left:7.6562494039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGHPwZEyize1gxyq9KdW2GMvgqTuc1lH { display:block; }
 }@media only screen and (max-width: 763px) { #r2XDWZgVywIfKCZZgs0xtxBDwAPKhpfk { width:10.1236875rem;height:2.11115rem;top:8.1046552658081rem;left:4.9373372793197rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErDTNmHiyAxsHETIGT5tMQ5zFiImqFPI { width:14.493rem;height:2.11115rem;top:16.634114742279rem;left:2.7530924081803rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bc3lEPAoE1wCT9PGtyiZ5016b9vZAP7l { width:14.4360625rem;height:2.11115rem;top:25.391438961029rem;left:2.7815755605697rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eht6noqFIKuWeK7BRZqnwhQZWcSPt7B8 { width:4.6875rem;height:2.24935rem;top:19.969075679779rem;left:7.6562494039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPSadSlkguliFWmUo3cEqyl9dSMaErqx { display:block; }
 }@media only screen and (max-width: 763px) { #bEklolOWIbWxmZ0z8WVkBa21nnT8CfIi { width:4.6875rem;height:2.24935rem;top:28.150228023529rem;left:7.6562494039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsTTCulLGazXwZD35SJoWx3ewvdqZlXm { display:block; }
 }@media only screen and (max-width: 763px) { #LfJ6SdwFEgJqNt8Vv0rXRBKwO5tNA957 { width:7.1875rem;height:2.436525rem;top:5.6697585582733rem;left:6.4062498807906rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #faF4ZcsTeRuwsATeVMwOdXryx3MJ9PV5 { width:9.4995rem;height:1.2182625rem;top:15.467935085297rem;left:5.2498372793197rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBUkgFMlZTsG2LGlEJ9ABHbluyccNkvI { width:14.0625rem;height:1.62435rem;top:30.695800065994rem;left:2.9687498807907rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BGBFic6LQ3HR5cHAIGyegcGGFhtQRgqH { width:6.936875rem;height:1.2182625rem;top:24.173177242279rem;left:6.5307615995406rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { display:none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:20rem;height:60.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sl7lT3z6nme0gBgodBTGqS5PfRR47wQf { width:18.125rem;height:1.79931875rem;top:10.83821875rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tolQgs7f6ynhTLmtdpzrUEpDKvSGeIgU { width:18.125rem;height:8.074875rem;top:31.35743125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { width:18.125rem;height:1.79931875rem;top:7.7889rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { width:18.125rem;height:4.824875rem;top:21.5966875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4oUawHDCocPg7szPoIgFlJm5OA604C9 { width:17.1183125rem;height:1.79931875rem;top:13.8875375rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { display:flex;width:1.3745125rem;height:1.3745125rem;top:40.68199375rem;left:9.3125rem; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:1.3745125rem; height:1.3745125rem; } }@media only screen and (max-width: 763px) { #rDXOuNnKZhkqFXwBsqhRsgfv1B0RGV54 { width:13.6230625rem;height:3.41064375rem;top:16.93685625rem;left:3.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8Qd9EReCBhmvpiWpfAWM0lJkkWUVfk2 { display:flex;width:2.1875rem;height:2.1875rem;top:43.30650625rem;left:8.875rem; }
#R8Qd9EReCBhmvpiWpfAWM0lJkkWUVfk2 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #wiRWdqhv3TfiITaGyqOhvTMJbBwH9Zdb { display:flex;width:2.1875rem;height:2.1875rem;top:46.74400625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #GaDkhd42RsnebJUAwCURIEl5Q4lPkXMa { display:flex;width:2.1875rem;height:2.1875rem;top:50.18150625rem;left:8.875rem; }
#GaDkhd42RsnebJUAwCURIEl5Q4lPkXMa > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Fy5vMRTx4ULbTaMnNsohXyN0DRAw2flX { width:14.0625rem;height:5.2889rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDRhIq83Pz4UZSzre4XKUxLXPTmpCpPJ { display:flex;width:2.436525rem;height:2.436525rem;top:27.67090625rem;left:8.75rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #d8f2KNDpRxtOoX5vmk7pvBo8ReIxWVJK { display:flex;width:2.436525rem;height:2.436525rem;top:53.61900625rem;left:8.75rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #Ogc91EH7cytzf41I3i553THykXB4h0wI { display:flex;width:2.436525rem;height:2.436525rem;top:57.30553125rem;left:8.75rem;z-index:15015; }
#Ogc91EH7cytzf41I3i553THykXB4h0wI > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; } }