.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:223,233,255;--color-primary-1:125,131,255;--color-primary-2:93,146,255;--color-primary-3:56,88,153;--color-primary-4:0,29,61;--color-secondary-0:255,255,255;--color-secondary-1:250,250,250;--color-secondary-2:249,249,249;--color-secondary-3:217,217,217;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Mulish";--paragraphs-font-family:"Mulish"; }@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); }#hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF > .row .container { background-color: transparent; background-image: none; }#hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF > .row .container > .video-iframe-container { display: none; }#hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF > .row > .video-iframe-container { display: none; }#hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF > .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); }#hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF > .row .container { border-width: 0; border-radius: 0; }#hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#IwvGxmcaAZRbQ82TvakhiL8StECze06T { box-sizing:content-box;height:4.1875rem;width:72.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),0.9);background-image:none;top:4.5625rem;left:1.25rem;border-top:0.0625rem solid #eae7e5;border-left:0.0625rem solid #eae7e5;border-right:0.0625rem solid #eae7e5;border-bottom:0.0625rem solid #eae7e5;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 1rem rgba(var(--color-secondary-4),0.21) ;display:block; }
#PrfqqQiFkUlrS3b6deXqmt8PP73mGNQe { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.9375rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.437283039093rem;left:57.937288284302rem;display:block; }
#NiU0CbeTyspWyiKNcgKUbaWn04QAwKDs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5pIHptLxXeCyTSbMXXxKRFOANwhKRCv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6245125rem;width:3.5620125rem;top:5.4835071563721rem;left:2.5132389068604rem;overflow:hidden;display:block; }
#ERUG1cCO30RPJb2sp8qPzGh6WAxiA7kF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.5625rem;left:49.5625rem;display:block; }
#ikZlI0a4pAQCdtt5pu5AsGTqUOvRIfc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Twd9fdHDCDnuTUzy24VSN3CvuqJ6TJWT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.5625rem;left:42.6875rem;display:block; }
#P9H8ZkdI3VBOtCNzWvs88ELpfCTs1W9L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JxHhnPlsALhZqn7EReAZFFeOTx4QBEwc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5.5625rem;left:26.375rem;display:block; }
#bVZZzAQgmqhcQotTSWObvaaC9R8T20aJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rXDuhZ0am221LrNJ0QsHLowKbi8PqKzp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5.5625rem;left:33.5625rem;display:block; }
#b6076QTNo6V82UtKBOAuM3e0TCibMtg7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UnB9DhnI57L9ffwlWGI0pKrPewuaBmNi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:1.4375rem;left:71.75rem; }
#UnB9DhnI57L9ffwlWGI0pKrPewuaBmNi > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#TLySUOhUWISQB8OG9QBsAVeuQzQvGgWU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:1.25rem;left:69.625rem; }
#TLySUOhUWISQB8OG9QBsAVeuQzQvGgWU > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#rVRlSwkGeQvDXlrCJ83kHCF3Ea2dZr1H { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.375rem;left:67.5rem; }
#rVRlSwkGeQvDXlrCJ83kHCF3Ea2dZr1H > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#XXduTHbu8FT62x84cUR8AHbF4XTgT0Ky { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:19.9370625rem;height:2.24935rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0926649570465rem;left:1.25rem;display:block; }
#hSPleJRAOmrdcNf9rX68FAcO3rTXNyl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QLdhTZ6pgAEgJLDDmCf6ZPUpD6hSc5mx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#T4cb2cgUNuP4EfDKdIynAHaZizr5x0T2 { position:relative;display:none; }#T4cb2cgUNuP4EfDKdIynAHaZizr5x0T2 { border-width: 0; border-radius: 0; }#T4cb2cgUNuP4EfDKdIynAHaZizr5x0T2 > .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; }#T4cb2cgUNuP4EfDKdIynAHaZizr5x0T2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HKx7MouyJ2EVxuPalO4swwJdND4wNIN6 { box-sizing:content-box;height:4.1875rem;width:72.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),0.7);background-image:none;top:4.5625rem;left:1.25rem;border-top:0.0625rem solid #eae7e5;border-left:0.0625rem solid #eae7e5;border-right:0.0625rem solid #eae7e5;border-bottom:0.0625rem solid #eae7e5;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 1rem rgba(var(--color-secondary-4),0.21) ;display:none; }
#ZQ05SzNTJTTEimkofl83NeCC0d5tNrAQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:7.0625rem;left:3.75rem;display:none; }
#AEqVNvrVlmdVOtCPw5O6EKP9orFAdyLr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:4.625rem;left:3.75rem;display:none; }
#PTWuThwmpA9nB3nHbTzCrQTaPSAoDL6F { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:2.1875rem;left:3.75rem;display:none; }
#pD9tidl3CcBrJ1TIcwuq3O1vzPko5o4E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { 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; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { border-width: 0; border-radius: 0; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { color:rgba(var(--color-primary-4),1);display:block;width:20.25rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6rem;left:12.875rem;height:3.125rem;font-style:normal;display:block; }
#EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { color:rgba(var(--color-primary-4),1);display:block;width:24.5625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.1875rem;left:12.875rem;height:3.4125rem;font-style:normal;display:block; }
#uypy5t1b45WpDXQD1dTk7cod2vJJAOwu { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.936625rem;height:2.56163125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.0625rem;left:12.875rem;display:block; }
#eCKyPoMKsiPGV3a59p4LetinTOnaDwrz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SDTK4p2vds7aupgAbZggfi96o8Wcpkeq { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2b2d42;border-left:0.0625rem solid #2b2d42;border-right:0.0625rem solid #2b2d42;border-bottom:0.0625rem solid #2b2d42;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.625rem;left:12.875rem;display:block; }
#LXXnKpJ3wBZHlOBtrlJy6b6J5uiuk6Oc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c6EgtQ9AD0kHFRvMneHwr6dUXkMdr9UW { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:21.4375rem;top:0.96875rem;left:43.125rem;overflow:hidden;display:block; }
#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { 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; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { background-color: transparent; background-image: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { border-width: 0; border-radius: 0; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.97981739044187rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { background-color: transparent; background-image: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .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); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { border-width: 0; border-radius: 0; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#we2qy1nzrheCS96teVKAdGXg8TTyfgvW { color:#2b2d42;display:block;width:14.4998125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.923831939698rem;left:2.1244659423828rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8123125rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:13.06107711792rem;left:1.9673290252686rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.311435699463rem;left:20.624998092651rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { color:#2b2d42;display:block;width:14.625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.937145233154rem;left:20.874467849731rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { color:#2b2d42;display:block;width:15.375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.935367584229rem;left:39.374998092651rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8123125rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:13.122341156006rem;left:39.467329025269rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { color:rgba(var(--color-primary-4),1);display:block;width:14.8118125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.923826217651rem;left:58.218214035034rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8118125rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.412817001342rem;left:58.218214035034rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gTfsCnCTH2FgrzrOCv8PGoiKUwBnWRwX { box-sizing:content-box;height:20.1875rem;width:16.9375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0.87456512451175rem;left:0.81163215637206rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.25rem 0.25rem 1rem #c1c1c1 ;display:block; }
#aLfT48eFBkSzaLAk8DTUUkBfcS1bWq9W { box-sizing:content-box;height:20.25rem;width:16.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0.87456512451175rem;left:19.656034469604rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.25rem 0.25rem 1rem #c1c1c1 ;display:block; }
#ASMBFKV0hxNxUlX801TJWgWgULLiITJb { box-sizing:content-box;height:20.1875rem;width:16.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0.87456512451175rem;left:38.406038284302rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.25rem 0.25rem 1rem #c1c1c1 ;display:block; }
#BnGOLD8WL3h1clyoNbnNdIq8HoZPv4LK { box-sizing:content-box;height:20.3125rem;width:16.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0.87456512451175rem;left:57.156038284302rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.25rem 0.25rem 1rem #c1c1c1 ;display:block; }
#X8BFcRkcyxO5OptLoUdrzr4EWAd3ErOp { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:9rem;width:16rem;top:1.2734375rem;left:1.25rem;overflow:hidden;display:block; }
#tpaXhlNFdRBx50VV0Z7a9KlB2KTXqLab { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.9375rem;width:15.9375rem;top:1.375rem;left:20.15625rem;overflow:hidden;display:block; }
#LWZOmo0SUDdyD4QkLlKU01R45GgTR8y1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.875rem;width:15.875rem;top:1.2849426269531rem;left:38.811853408814rem;overflow:hidden;display:block; }
#fE4r5cHLMAdgvzPLybhTTkRmWC75h3Cy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.9375rem;width:15.9375rem;top:1.2495651245118rem;left:57.562501907349rem;overflow:hidden;display:block; }
#gUkaL8vHigTORqZtJLKfTaL8gufrzGx9 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.37464427948rem;left:1.3121452331543rem;display:block; }
#crHH8WzEkgTmVL4gDDUAHcHnwEzqvpRq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hNDB5VpJ4mAVeRozCfHa3N7MUroBPTrr { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8123125rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.373045921326rem;left:20.217504501342rem;display:block; }
#UPQrMwUQDkmymP3hppvkfuSLMQ5rqWRt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NlW08RgmaWfrymQO61azIaTruMJDnDEA { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8114375rem;height:2.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:18.43714427948rem;left:57.717504501343rem;display:block; }
#rgw2G6J4gs737TN9kKvsgSiSMkS5BxGl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gONb17p5hq1Cvv65pnzLTgSQUxh79Qaa { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8114375rem;height:2.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:18.373045921326rem;left:39.030893325806rem;display:block; }
#g6HH7boQH0E9r9sOJREt4JniLSxxTtFy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8DvlugRoCgxWU362pavGzQbcTgCJFNv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { background-color: transparent; background-image: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container > .video-iframe-container { display: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container { display: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .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); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { border-width: 0; border-radius: 0; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#EcoT8WVdGnPkgphBZSvDyiJXSZQOnILT { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.5rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.78125rem;left:28.750001907349rem;display:block; }
#BnsabkrbAvIsDlaZtrNyMvEfDAgRbirF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl > .row .container { background-color: transparent; background-image: none; }#a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl > .row .container > .video-iframe-container { display: none; }#a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl > .row > .video-iframe-container { display: none; }#a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl > .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); }#a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl > .row .container { border-width: 0; border-radius: 0; }#a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;position:relative;display:block; }#kqrtV69qHQLhOWkOghdBXMMBMJ80yqak { position:absolute;display:block;z-index:15002;height:40.625rem;width:72.9375rem;top:1.181640625rem;left:1.0308170318604rem;display:block; }
#Stti1IpMAFUqmhkTatKKsL4aAqDtCR4f { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:1.125rem solid rgba(var(--color-primary-4),1);border-left:1.125rem solid rgba(var(--color-primary-4),1);border-right:1.125rem solid rgba(var(--color-primary-4),1);border-bottom:1.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.1161875rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:23.6875rem;left:29.4375rem;display:block; }
#cKdTHC1LlptAEGAL3PrUBFOWkZ0SaGpe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container { background-color: transparent; background-image: none; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container > .video-iframe-container { display: none; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row > .video-iframe-container { display: none; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .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); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container { border-width: 0; border-radius: 0; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#Ch2RTM52DatdISmhfilVheAkkvDEBgLE { color:rgba(var(--color-tertiary-1),1);display:block;width:11.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0616340637207rem;left:8.1868495941163rem;height:3.9rem;display:block; }
#Q6K7SmzZeEidIdb1w0eMfRlsCTTAoZMH { color:rgba(var(--color-tertiary-1),1);display:block;width:9.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.25rem;left:8.1875rem;height:1.3rem;display:block; }
#Ogf78LdHi6eTWL6t4TT0l3aabtF6NcLX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.0625rem;left:32.6875rem; }
#BNRGi0ywbc3u9ooGv8pisGOPDHbnZU68 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.6875rem solid rgba(var(--color-primary-4),1);border-left:0.6875rem solid rgba(var(--color-primary-4),1);border-right:0.6875rem solid rgba(var(--color-primary-4),1);border-bottom:0.6875rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.3125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:right;text-align-last:right;top:5.1875rem;left:33.4375rem;display:block; }
#ViPelCqLS45Bx8M6sSTfon7KupST3Fw8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WEFc7Hy8MO5TD0BLbKyRy2zVgvBd6qrM { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.9600696563721rem;left:34.187501907349rem; }
#WEFc7Hy8MO5TD0BLbKyRy2zVgvBd6qrM > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#DBcpC6oxfO8nQQhgxHKvTeoalvs0T45o { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.6875rem solid rgba(var(--color-primary-4),1);border-left:0.6875rem solid rgba(var(--color-primary-4),1);border-right:0.6875rem solid rgba(var(--color-primary-4),1);border-bottom:0.6875rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.4375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:right;text-align-last:right;top:5.1875rem;left:38.125rem;display:block; }
#xc8dmqkuwIT16VldUWRZd8ZsNVTSDQa9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LM2nACzsGR9miSFgkpUT5EvDfTu6pxt8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.013888875rem;left:39.013890782349rem; }
#LM2nACzsGR9miSFgkpUT5EvDfTu6pxt8 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#HxIoE0x8RFI3EEIvto8lWx09qGJcmU0w { color:rgba(var(--color-tertiary-1),1);display:block;width:9.436875rem;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:2.0625rem;left:56.8125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#VAVTfcT0RPxwPHngvyy8gk1HUG6qeeCe { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;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:4rem;left:55.75rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#DO0X2z9bhmlBPkW4GQgPwl7vrmRATnqU { color:rgba(var(--color-tertiary-1),1);display:block;width:12.25rem;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:2.3125rem;left:34.8125rem;height:1.3rem;display:block; }
#J670PyZaa5ddR6wdS4QPcXHe4kIV0UaW { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.6875rem solid rgba(var(--color-primary-4),1);border-left:0.6875rem solid rgba(var(--color-primary-4),1);border-right:0.6875rem solid rgba(var(--color-primary-4),1);border-bottom:0.6875rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.4375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:right;text-align-last:right;top:5.1875rem;left:42.625rem;display:block; }
#L0Kh9TppbGW4SNl5gFBAIc2CbyHT3Rsd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDFGQKR2X4BGunub23AQuOIOIMNhTuGr { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.0625rem;left:43.5625rem; }
#TDFGQKR2X4BGunub23AQuOIOIMNhTuGr > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF { display:block; }#hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwvGxmcaAZRbQ82TvakhiL8StECze06T { top:4.5625rem;left:0rem;width:47.625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrfqqQiFkUlrS3b6deXqmt8PP73mGNQe { width:14.9375rem;height:2.5625rem;top:5.375rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiU0CbeTyspWyiKNcgKUbaWn04QAwKDs { display:block; }
 }@media only screen and (max-width: 763px) { #B5pIHptLxXeCyTSbMXXxKRFOANwhKRCv { top:5.4375rem;left:0rem;width:3.5rem;height:2.5786111423116rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERUG1cCO30RPJb2sp8qPzGh6WAxiA7kF { width:6.375rem;height:2.3125rem;top:5.5625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikZlI0a4pAQCdtt5pu5AsGTqUOvRIfc7 { display:block; }
 }@media only screen and (max-width: 763px) { #Twd9fdHDCDnuTUzy24VSN3CvuqJ6TJWT { width:6.375rem;height:2.3125rem;top:5.5625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9H8ZkdI3VBOtCNzWvs88ELpfCTs1W9L { display:block; }
 }@media only screen and (max-width: 763px) { #JxHhnPlsALhZqn7EReAZFFeOTx4QBEwc { width:6.1875rem;height:2.3125rem;top:5.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZZzAQgmqhcQotTSWObvaaC9R8T20aJ { display:block; }
 }@media only screen and (max-width: 763px) { #rXDuhZ0am221LrNJ0QsHLowKbi8PqKzp { width:8.125rem;height:2.3125rem;top:5.5625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6076QTNo6V82UtKBOAuM3e0TCibMtg7 { display:block; }
 }@media only screen and (max-width: 763px) { #UnB9DhnI57L9ffwlWGI0pKrPewuaBmNi { top:1.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#UnB9DhnI57L9ffwlWGI0pKrPewuaBmNi > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #TLySUOhUWISQB8OG9QBsAVeuQzQvGgWU { width:1.5625rem;height:1.5625rem;top:1.25rem;left:46.1875rem;display:block; }
#TLySUOhUWISQB8OG9QBsAVeuQzQvGgWU > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #rVRlSwkGeQvDXlrCJ83kHCF3Ea2dZr1H { width:1.5625rem;height:1.5625rem;top:1.375rem;left:46.1875rem;display:block; }
#rVRlSwkGeQvDXlrCJ83kHCF3Ea2dZr1H > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #XXduTHbu8FT62x84cUR8AHbF4XTgT0Ky { width:19.875rem;height:2.1875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSPleJRAOmrdcNf9rX68FAcO3rTXNyl6 { display:block; }
 }@media only screen and (max-width: 763px) { #QLdhTZ6pgAEgJLDDmCf6ZPUpD6hSc5mx { display:none; }
 }@media only screen and (max-width: 763px) { #T4cb2cgUNuP4EfDKdIynAHaZizr5x0T2 { display:none; }#T4cb2cgUNuP4EfDKdIynAHaZizr5x0T2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HKx7MouyJ2EVxuPalO4swwJdND4wNIN6 { top:4.5625rem;left:0rem;width:47.625rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQ05SzNTJTTEimkofl83NeCC0d5tNrAQ { top:7.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AEqVNvrVlmdVOtCPw5O6EKP9orFAdyLr { top:4.625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTWuThwmpA9nB3nHbTzCrQTaPSAoDL6F { top:2.1875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pD9tidl3CcBrJ1TIcwuq3O1vzPko5o4E { display:none; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { top:6rem;left:0rem;width:20.25rem;height:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { top:10.1875rem;left:0rem;width:24.5625rem;height:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uypy5t1b45WpDXQD1dTk7cod2vJJAOwu { width:14.875rem;height:2.5rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCKyPoMKsiPGV3a59p4LetinTOnaDwrz { display:block; }
 }@media only screen and (max-width: 763px) { #SDTK4p2vds7aupgAbZggfi96o8Wcpkeq { width:14.75rem;height:2.3125rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXXnKpJ3wBZHlOBtrlJy6b6J5uiuk6Oc { display:block; }
 }@media only screen and (max-width: 763px) { #c6EgtQ9AD0kHFRvMneHwr6dUXkMdr9UW { top:0.9375rem;left:26.3125rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { top:0.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { top:10.875rem;left:0rem;width:14.4375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { top:13rem;left:0rem;width:14.75rem;height:4.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { top:13.25rem;left:9.25rem;width:14.625rem;height:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { top:10.875rem;left:9.25rem;width:14.625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { top:10.875rem;left:20.4375rem;width:15.375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { top:13.0625rem;left:21.0625rem;width:14.75rem;height:4.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { top:10.875rem;left:33rem;width:14.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { top:13.375rem;left:33rem;width:14.75rem;height:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTfsCnCTH2FgrzrOCv8PGoiKUwBnWRwX { top:0.8125rem;left:0rem;width:16.9375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLfT48eFBkSzaLAk8DTUUkBfcS1bWq9W { top:0.8125rem;left:6.9375rem;width:16.9375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASMBFKV0hxNxUlX801TJWgWgULLiITJb { top:0.8125rem;left:18.9375rem;width:16.9375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnGOLD8WL3h1clyoNbnNdIq8HoZPv4LK { top:0.8125rem;left:30.8125rem;width:16.9375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8BFcRkcyxO5OptLoUdrzr4EWAd3ErOp { top:1.25rem;left:0rem;width:16rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpaXhlNFdRBx50VV0Z7a9KlB2KTXqLab { top:1.375rem;left:7.9375rem;width:15.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWZOmo0SUDdyD4QkLlKU01R45GgTR8y1 { top:1.25rem;left:19.6875rem;width:15.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE4r5cHLMAdgvzPLybhTTkRmWC75h3Cy { top:1.1875rem;left:31.625rem;width:15.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUkaL8vHigTORqZtJLKfTaL8gufrzGx9 { width:15.8125rem;height:2.1875rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crHH8WzEkgTmVL4gDDUAHcHnwEzqvpRq { display:block; }
 }@media only screen and (max-width: 763px) { #hNDB5VpJ4mAVeRozCfHa3N7MUroBPTrr { width:15.75rem;height:2.1875rem;top:18.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPQrMwUQDkmymP3hppvkfuSLMQ5rqWRt { display:block; }
 }@media only screen and (max-width: 763px) { #NlW08RgmaWfrymQO61azIaTruMJDnDEA { width:15.75rem;height:2.1875rem;top:18.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgw2G6J4gs737TN9kKvsgSiSMkS5BxGl { display:block; }
 }@media only screen and (max-width: 763px) { #gONb17p5hq1Cvv65pnzLTgSQUxh79Qaa { width:15.75rem;height:2.1875rem;top:18.3125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6HH7boQH0E9r9sOJREt4JniLSxxTtFy { display:block; }
 }@media only screen and (max-width: 763px) { #T8DvlugRoCgxWU362pavGzQbcTgCJFNv { display:block; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcoT8WVdGnPkgphBZSvDyiJXSZQOnILT { width:17.5rem;height:2.75rem;top:0.75rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnsabkrbAvIsDlaZtrNyMvEfDAgRbirF { display:block; }
 }@media only screen and (max-width: 763px) { #a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl { display:block; }#a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqrtV69qHQLhOWkOghdBXMMBMJ80yqak { top:1.125rem;left:0rem;width:47.75rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stti1IpMAFUqmhkTatKKsL4aAqDtCR4f { width:16.0625rem;height:3.25rem;top:23.625rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKdTHC1LlptAEGAL3PrUBFOWkZ0SaGpe { display:block; }
 }@media only screen and (max-width: 763px) { #qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe { display:block; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ch2RTM52DatdISmhfilVheAkkvDEBgLE { top:2rem;left:0rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6K7SmzZeEidIdb1w0eMfRlsCTTAoZMH { top:7.25rem;left:0rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogf78LdHi6eTWL6t4TT0l3aabtF6NcLX { top:2.0625rem;left:19.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNRGi0ywbc3u9ooGv8pisGOPDHbnZU68 { width:3.25rem;height:3.4375rem;top:5.1875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViPelCqLS45Bx8M6sSTfon7KupST3Fw8 { display:block; }
 }@media only screen and (max-width: 763px) { #WEFc7Hy8MO5TD0BLbKyRy2zVgvBd6qrM { top:5.9375rem;left:20.562501907349rem;width:1.75rem;height:1.75rem;display:block; }
#WEFc7Hy8MO5TD0BLbKyRy2zVgvBd6qrM > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #DBcpC6oxfO8nQQhgxHKvTeoalvs0T45o { width:3.4375rem;height:3.4375rem;top:5.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc8dmqkuwIT16VldUWRZd8ZsNVTSDQa9 { display:block; }
 }@media only screen and (max-width: 763px) { #LM2nACzsGR9miSFgkpUT5EvDfTu6pxt8 { top:6rem;left:25.388890782349rem;width:1.625rem;height:1.625rem;display:block; }
#LM2nACzsGR9miSFgkpUT5EvDfTu6pxt8 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #HxIoE0x8RFI3EEIvto8lWx09qGJcmU0w { top:2.0625rem;left:38.375rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAVTfcT0RPxwPHngvyy8gk1HUG6qeeCe { top:3.9375rem;left:37.125rem;width:10.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO0X2z9bhmlBPkW4GQgPwl7vrmRATnqU { top:2.3125rem;left:21.1875rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J670PyZaa5ddR6wdS4QPcXHe4kIV0UaW { width:3.3125rem;height:3.3125rem;top:5.1875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0Kh9TppbGW4SNl5gFBAIc2CbyHT3Rsd { display:block; }
 }@media only screen and (max-width: 763px) { #TDFGQKR2X4BGunub23AQuOIOIMNhTuGr { top:6.0625rem;left:29.9375rem;width:1.625rem;height:1.625rem;display:block; }
#TDFGQKR2X4BGunub23AQuOIOIMNhTuGr > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF { position:relative;z-index:auto;display:block; }#hfmP3vL9WXKZXBgJ1suoSbLWpLGBdTRF > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwvGxmcaAZRbQ82TvakhiL8StECze06T { width:18rem;height:4.1875rem;top:6.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrfqqQiFkUlrS3b6deXqmt8PP73mGNQe { width:20rem;height:2.125rem;top:6.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiU0CbeTyspWyiKNcgKUbaWn04QAwKDs { display:block; }
 }@media only screen and (max-width: 763px) { #B5pIHptLxXeCyTSbMXXxKRFOANwhKRCv { width:3.2495125rem;height:2.37426875rem;top:7.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERUG1cCO30RPJb2sp8qPzGh6WAxiA7kF { width:6.375rem;height:2.3125rem;top:21.5625rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikZlI0a4pAQCdtt5pu5AsGTqUOvRIfc7 { display:block; }
 }@media only screen and (max-width: 763px) { #Twd9fdHDCDnuTUzy24VSN3CvuqJ6TJWT { width:6.375rem;height:2.3125rem;top:19.25rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9H8ZkdI3VBOtCNzWvs88ELpfCTs1W9L { display:block; }
 }@media only screen and (max-width: 763px) { #JxHhnPlsALhZqn7EReAZFFeOTx4QBEwc { width:6.1875rem;height:2.3125rem;top:21.4375rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVZZzAQgmqhcQotTSWObvaaC9R8T20aJ { display:block; }
 }@media only screen and (max-width: 763px) { #rXDuhZ0am221LrNJ0QsHLowKbi8PqKzp { width:8.125rem;height:2.3125rem;top:16.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6076QTNo6V82UtKBOAuM3e0TCibMtg7 { display:block; }
 }@media only screen and (max-width: 763px) { #UnB9DhnI57L9ffwlWGI0pKrPewuaBmNi { width:1.5625rem;height:1.5625rem;top:0.5625rem;left:12.0625rem;display:block; }
#UnB9DhnI57L9ffwlWGI0pKrPewuaBmNi > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #TLySUOhUWISQB8OG9QBsAVeuQzQvGgWU { width:1.5625rem;height:1.5625rem;top:0.5625rem;left:9.21875rem;font-size:1.125rem;display:block; }
#TLySUOhUWISQB8OG9QBsAVeuQzQvGgWU > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #rVRlSwkGeQvDXlrCJ83kHCF3Ea2dZr1H { width:1.5625rem;height:1.5625rem;top:0.5625rem;left:6.4375rem;font-size:1.125rem;display:block; }
#rVRlSwkGeQvDXlrCJ83kHCF3Ea2dZr1H > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #XXduTHbu8FT62x84cUR8AHbF4XTgT0Ky { width:16.125rem;height:2.25rem;top:3.3125rem;left:1.9375rem;font-size:0.75rem;background-color:#a0a0a0;background-image:none;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #hSPleJRAOmrdcNf9rX68FAcO3rTXNyl6 { display:block; }
 }@media only screen and (max-width: 763px) { #QLdhTZ6pgAEgJLDDmCf6ZPUpD6hSc5mx { display:flex;top:7.375rem;left:15.4375rem;width:2.625rem;height:2.625rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #T4cb2cgUNuP4EfDKdIynAHaZizr5x0T2 { display:block; }#T4cb2cgUNuP4EfDKdIynAHaZizr5x0T2 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKx7MouyJ2EVxuPalO4swwJdND4wNIN6 { width:17.99825rem;height:10.18575rem;top:0rem;left:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ05SzNTJTTEimkofl83NeCC0d5tNrAQ { top:7.0625rem;left:3.6875rem;width:12.5rem;height:1.625rem;z-index:15002;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEqVNvrVlmdVOtCPw5O6EKP9orFAdyLr { top:4.625rem;left:3.6875rem;width:12.5rem;height:1.625rem;z-index:15001;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTWuThwmpA9nB3nHbTzCrQTaPSAoDL6F { top:2.1875rem;left:3.6875rem;width:12.5rem;height:1.625rem;z-index:15000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD9tidl3CcBrJ1TIcwuq3O1vzPko5o4E { display:flex;top:0.8125rem;left:16.5625rem;width:1.37413125rem;height:1.37413125rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { background-color:#ffffff;background-image:none;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { width:16.375rem;height:2rem;top:1rem;left:1.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { width:18.875rem;height:2.68125rem;top:3.5625rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uypy5t1b45WpDXQD1dTk7cod2vJJAOwu { width:12.8125rem;height:2rem;top:5.4375rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCKyPoMKsiPGV3a59p4LetinTOnaDwrz { display:block; }
 }@media only screen and (max-width: 763px) { #SDTK4p2vds7aupgAbZggfi96o8Wcpkeq { width:12.576388875rem;height:2.076388875rem;top:8.3125rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXXnKpJ3wBZHlOBtrlJy6b6J5uiuk6Oc { display:block; }
 }@media only screen and (max-width: 763px) { #c6EgtQ9AD0kHFRvMneHwr6dUXkMdr9UW { width:16.6875rem;height:16.6875rem;top:43.0371015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { width:18.1234375rem;height:1.4625rem;top:0.86171913146975rem;left:0.93828123807906rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { width:16.747625rem;height:0.975rem;top:11.486720085144rem;left:1.6250000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { width:14.810875rem;height:4.375rem;top:13.124114990234rem;left:2.6558952331543rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { width:14.6244375rem;height:3.25rem;top:34.311965942382rem;left:2.4694595336914rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { width:16.8119375rem;height:0.975rem;top:32.687321662903rem;left:1.5953480005264rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { width:16.625rem;height:1.95rem;top:53.582206726074rem;left:1.6255326271057rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { width:14.8118125rem;height:4.375rem;top:55.457212341309rem;left:2.5617904663086rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { width:16.5625rem;height:0.975rem;top:75.318714141844rem;left:1.7178622484207rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { width:14.8118125rem;height:4.0625rem;top:77.343759216306rem;left:2.5626754760742rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gTfsCnCTH2FgrzrOCv8PGoiKUwBnWRwX { width:16.9375rem;height:20.25rem;top:1.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLfT48eFBkSzaLAk8DTUUkBfcS1bWq9W { width:16.9375rem;height:20.1875rem;top:22.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASMBFKV0hxNxUlX801TJWgWgULLiITJb { width:16.9375rem;height:20.3125rem;top:43.521840942382rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnGOLD8WL3h1clyoNbnNdIq8HoZPv4LK { width:16.9375rem;height:20.125rem;top:65.283212341306rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8BFcRkcyxO5OptLoUdrzr4EWAd3ErOp { width:15.75rem;height:8.8125rem;top:1.7105827331543rem;left:1.968217253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpaXhlNFdRBx50VV0Z7a9KlB2KTXqLab { width:15.875rem;height:8.9375rem;top:22.687324523926rem;left:1.9240208135843rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWZOmo0SUDdyD4QkLlKU01R45GgTR8y1 { width:15.9375rem;height:8.9375rem;top:43.959337234497rem;left:1.9371448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE4r5cHLMAdgvzPLybhTTkRmWC75h3Cy { width:15.3125rem;height:8.5625rem;top:65.657857574462rem;left:2.2524350456541rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUkaL8vHigTORqZtJLKfTaL8gufrzGx9 { width:15.8125rem;height:2.1875rem;top:18.75rem;left:2.0007114410401rem;display:block; }
 }@media only screen and (max-width: 763px) { #crHH8WzEkgTmVL4gDDUAHcHnwEzqvpRq { display:block; }
 }@media only screen and (max-width: 763px) { #hNDB5VpJ4mAVeRozCfHa3N7MUroBPTrr { width:15.75rem;height:2.1875rem;top:39.685722351074rem;left:2.0610809326172rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPQrMwUQDkmymP3hppvkfuSLMQ5rqWRt { display:block; }
 }@media only screen and (max-width: 763px) { #NlW08RgmaWfrymQO61azIaTruMJDnDEA { width:15.75rem;height:2.1875rem;top:82.845353759769rem;left:2.0619659423828rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgw2G6J4gs737TN9kKvsgSiSMkS5BxGl { display:block; }
 }@media only screen and (max-width: 763px) { #gONb17p5hq1Cvv65pnzLTgSQUxh79Qaa { width:15.75rem;height:2.1875rem;top:61.020063293457rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6HH7boQH0E9r9sOJREt4JniLSxxTtFy { display:block; }
 }@media only screen and (max-width: 763px) { #T8DvlugRoCgxWU362pavGzQbcTgCJFNv { display:none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EcoT8WVdGnPkgphBZSvDyiJXSZQOnILT { width:16.061625rem;height:3.24913125rem;top:57.873262405396rem;left:1.9687501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnsabkrbAvIsDlaZtrNyMvEfDAgRbirF { display:block; }
 }@media only screen and (max-width: 763px) { #a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl { display:block; }#a8tmMOUKBr128GGi4T8q2rMWrdo7H7nl > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqrtV69qHQLhOWkOghdBXMMBMJ80yqak { width:20rem;height:17.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Stti1IpMAFUqmhkTatKKsL4aAqDtCR4f { width:15.9995rem;height:4.375rem;top:2.11669921875rem;left:1.9677733778954rem;z-index:15011;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:.6;display:block; }
 }@media only screen and (max-width: 763px) { #cKdTHC1LlptAEGAL3PrUBFOWkZ0SaGpe { display:block; }
 }@media only screen and (max-width: 763px) { #qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe { background-color:transparent;background-image: -webkit-linear-gradient(top, #001d3d, #000000);background-image: -moz-linear-gradient(top, #001d3d, #000000);background-image: -ms-linear-gradient(top, #001d3d, #000000);background-image: -o-linear-gradient(top, #001d3d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d3d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d3d', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #001d3d, #000000);background-size:cover !important;display:block; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container { background-color: transparent; background-image: none; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container > .video-iframe-container { display: none; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row > .video-iframe-container { display: none; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .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); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ch2RTM52DatdISmhfilVheAkkvDEBgLE { width:9.375rem;height:5.2rem;top:9.994140625rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6K7SmzZeEidIdb1w0eMfRlsCTTAoZMH { width:9.375rem;height:1.3rem;top:15.8984375rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ogf78LdHi6eTWL6t4TT0l3aabtF6NcLX { display:flex;width:1.75rem;height:1.75rem;top:2.57421875rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #BNRGi0ywbc3u9ooGv8pisGOPDHbnZU68 { width:3.375rem;height:3.1875rem;top:5.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViPelCqLS45Bx8M6sSTfon7KupST3Fw8 { display:block; }
 }@media only screen and (max-width: 763px) { #WEFc7Hy8MO5TD0BLbKyRy2zVgvBd6qrM { display:flex;width:2rem;height:2rem;top:6rem;left:3.6875rem; }
#WEFc7Hy8MO5TD0BLbKyRy2zVgvBd6qrM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #DBcpC6oxfO8nQQhgxHKvTeoalvs0T45o { width:3.1875rem;height:3.4375rem;top:5.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc8dmqkuwIT16VldUWRZd8ZsNVTSDQa9 { display:block; }
 }@media only screen and (max-width: 763px) { #LM2nACzsGR9miSFgkpUT5EvDfTu6pxt8 { display:flex;width:1.4375rem;height:1.4375rem;top:6.1875rem;left:9.375rem; }
#LM2nACzsGR9miSFgkpUT5EvDfTu6pxt8 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #HxIoE0x8RFI3EEIvto8lWx09qGJcmU0w { width:9.375rem;height:1.3rem;top:19.625rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAVTfcT0RPxwPHngvyy8gk1HUG6qeeCe { width:10.625rem;height:1.3rem;top:21.5rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DO0X2z9bhmlBPkW4GQgPwl7vrmRATnqU { width:9.375rem;height:1.3rem;top:2.798828125rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J670PyZaa5ddR6wdS4QPcXHe4kIV0UaW { width:3.3125rem;height:3.3125rem;top:5.3125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0Kh9TppbGW4SNl5gFBAIc2CbyHT3Rsd { display:block; }
 }@media only screen and (max-width: 763px) { #TDFGQKR2X4BGunub23AQuOIOIMNhTuGr { display:flex;width:1.62464375rem;height:1.62464375rem;top:6.125rem;left:14.3125rem; }
#TDFGQKR2X4BGunub23AQuOIOIMNhTuGr > img { max-width: 100%;max-height:100%; width:1.62464375rem; height:1.62464375rem; } }