.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:220,246,230;--color-primary-1:139,226,171;--color-primary-2:22,197,87;--color-primary-3:11,99,44;--color-primary-4:3,30,13;--color-secondary-0:217,217,252;--color-secondary-1:128,128,246;--color-secondary-2:0,0,236;--color-secondary-3:0,0,118;--color-secondary-4:0,0,35;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"Roboto Condensed"; }@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;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); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG { position:relative;display:block; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG { background-color: transparent; background-image: none; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container > .video-iframe-container { display: none; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row > .video-iframe-container { display: none; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .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); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG { border-width: 0; border-radius: 0; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .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; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dbc40f46-00fb-448b-b4d8-419967698e07/carbonfibre.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK.adaptive-delivery-prevent-bg, #CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK.lazyload, #CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK.lazyloading { background-image: none; }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK > .row .container { background-color: transparent; background-image: none; }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.86); }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK > .row .container > .video-iframe-container { display: none; }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.86); }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK > .row > .video-iframe-container { display: none; }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK > .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); }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK > .row .container { border-width: 0; border-radius: 0; }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK > .row .container { font-size:0.875rem;font-family:arial;height:68.0625rem;width:75rem;position:relative;display:block; }#eseKKnFPe5ettfCyszTKmTAOpkmkEg0i { position:absolute;display:block;z-index:14998;background-color:#ee1a18;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:8.6875rem;width:12.75rem;top:0rem;left:39.8125rem;display:block; }
#BGMcPKkwuA52ffoqGPIPsZrzMOxMMclq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:29.3125rem;top:1.6875rem;left:23.125rem;overflow:hidden;display:block; }
#aJUSVoZduhCvsCMmTK5OJxA6etWwTRLD { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8cf7fd31-f174-4346-93c4-7cba48694294/mpouraheliar33484691.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.2495rem;width:60.3125rem;top:43.623046875rem;left:8.187255859375rem;display:block; }#aJUSVoZduhCvsCMmTK5OJxA6etWwTRLD.adaptive-delivery-prevent-bg, #aJUSVoZduhCvsCMmTK5OJxA6etWwTRLD.lazyload, #aJUSVoZduhCvsCMmTK5OJxA6etWwTRLD.lazyloading { background-image: none; }
#K4NANn2QDqCKOpHhpgVMKthKTgwPpiX9 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:13.3125rem;left:20.71875rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JDCHI0erUVTXk3WQv3sbz4ILrVT0vsy3 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:24.625rem;left:24.625rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#RvobRSe45aZX0ZJotEdm7O1OPSNKIsfy { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:24.75rem;left:30.125rem;height:2.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z8WWB3mAvti4EigiJ2tiC27RWAXIFiVM { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:16.9375rem;left:20.71875rem;height:6.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wscqA5PhgSAOO5f90r16FXZgIRTZ5605 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:24.625rem;left:41.75rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#D5iSK02BkWEDBqpelDfI9Dvt3Swg8pNB { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:15016;line-height:.9;letter-spacing:0;top:24.625rem;left:45.75rem;height:2.5869125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UrlaxafKsBkSigi29wk4Moldnb3LMTD0 { color:#ee1a18;display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:23.375rem;left:37.6875rem;height:5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rKKa237LQP4ficfv4fUZcSliOKnxAVph { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),0.6);border-left:0.125rem solid rgba(var(--color-secondary-2),0.6);border-right:0.125rem solid rgba(var(--color-secondary-2),0.6);border-bottom:0.125rem solid rgba(var(--color-secondary-2),0.6);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 6.25rem rgba(var(--color-secondary-2),0.59) ;height:4.5625rem;width:29.625rem;top:23.375rem;left:22.625rem;display:block; }
#SQIFqkFS4qsCxTCqimU13fmZAPhRzc1n { box-sizing:content-box;color:#ee1a18;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:30.125rem;left:48.0625rem;display:none; }
#qdp0HmR3CB1XJtteJd1PC1ErrRKJN9EM { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.6875rem;width:17.5625rem;top:0rem;left:22.5rem;display:block; }
#yV2qaJOTLHCDUm7xEZG8Qb9uHLpK1m9U { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.03);font-size:15.375rem;font-weight:400;line-height:1;height:22rem;width:22rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14995;top:8.1875rem;left:8.1875rem;display:block; }
#OzkC3zUQ3tUd6H3vPAE4nW35E4kGirN9 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:.9;letter-spacing:0;top:25.0625rem;left:51.375rem;height:1.574225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#phWl3wsaTJIVzptpviFV2AGfPTAyJz24 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:4.0625rem;top:24.75rem;left:50.3125rem;display:block; }
#i578kO59bG5VaxRgZyGwSic1FC6ssMne { color:rgba(var(--color-tertiary-0),0.7);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.2734375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#X6TMMB0CUcD7pqZIC0NmcKhbPc9q4XH6 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:61.4375rem;height:2.2734375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pqlK81fk9CbrT17V3aUx76JBu6ikGApX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:"font awesome";font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:29.25rem;left:29.78125rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ySEn3hNGHBkz5V90qqiRBTI6atI1BdUM { color:rgba(var(--color-tertiary-0),0.7);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;top:31.69921875rem;left:26.03125rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sqRWHlpPyOgiiGFValpAvb7ka3OVNfV8 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:36.875rem;left:28.625rem;display:block; }
#aZWRRyR9vItiuCPgMctvOk3Mx3yz7xle { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:2.5rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.62) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36.375rem;left:27.8125rem;display:block; }
#GwXEutQtBhPm7KhM8801JtQAApCySIhy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dbc40f46-00fb-448b-b4d8-419967698e07/carbonfibre.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU.adaptive-delivery-prevent-bg, #qMusTWItfqhlyT3X5h6kpMnokgrfb2tU.lazyload, #qMusTWItfqhlyT3X5h6kpMnokgrfb2tU.lazyloading { background-image: none; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container { background-color: transparent; background-image: none; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.86); }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container > .video-iframe-container { display: none; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.86); }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row > .video-iframe-container { display: none; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .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); }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container { border-width: 0; border-radius: 0; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#IvucX0M8G0Q3Ow8JusQQ28B4l6LAhyKA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:15.875rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z3MqPD9C05ZTvp9UHu4ES7KNo8LsMsaK { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.8125rem;left:0.0625rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFPkWGrTBINfBZ50huZq8DTvaNwTHr3P { color:rgba(var(--color-tertiary-0),0.7);display:block;width:7.4375rem;position:absolute;font-family:"font awesome";font-size:4.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:10.8125rem;left:4.4375rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qpNL2byTxNNUEl09TPKuX4C5pHUNolSd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:15.875rem;left:29.375rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N411fprc4CExrMfpKo3NJAe7Hs6Jx30v { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:21.8125rem;left:29.4375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kexMba6LJyEBA9V8GaPHTPVpZVNctVPD { color:rgba(var(--color-tertiary-0),0.7);display:block;width:7.4375rem;position:absolute;font-family:"font awesome";font-size:4.375rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:10.8125rem;left:33.8125rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZzxPno87Hv0MO91pMVK3b35DNUJgKORi { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.8125rem;left:58.8125rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zFn5RJtw0vMaEm6S4n4zT2Cn6bZ6oC7O { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:15.875rem;left:58.75rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rfbZLXGzrhtwoTkxTJTfaci5N2kfWTLE { color:rgba(var(--color-tertiary-0),0.7);display:block;width:7.4375rem;position:absolute;font-family:"font awesome";font-size:4.375rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:10.8125rem;left:63.1875rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IDWZRuoTJ5T3Pcnwkd9vk0KROdN4uiOv { color:#ee1a18;display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:5.375rem;left:13.09375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dbc40f46-00fb-448b-b4d8-419967698e07/carbonfibre.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS.adaptive-delivery-prevent-bg, #Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS.lazyload, #Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS.lazyloading { background-image: none; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container { background-color: transparent; background-image: none; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.86); }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container > .video-iframe-container { display: none; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.86); }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row > .video-iframe-container { display: none; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .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); }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container { border-width: 0; border-radius: 0; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#SMnoCk4LowCiZxzWlztA4CN37w0TDM7u { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:6.6875rem;left:33.5625rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kkyKrvU179BcyWTVHRgMdRcQtAWG0hp9 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.25rem;left:33.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Btcfkb5DvWpm7T1NpUWBQcT8ryovLRAT { color:rgba(var(--color-tertiary-0),0.8);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:12.875rem;left:36.0625rem;height:10.41114375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aQOwFC7tFIxqDUxsuBIkVIBuvQADGi64 { box-sizing:content-box;color:#25d366;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:12.375rem;left:32.6875rem;display:block; }
#gPfJbnLN92DBqXXKU6qKamTXlVlIPTNJ { box-sizing:content-box;color:#25d366;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:16.6875rem;left:32.6875rem;display:block; }
#tMrksNBihGOMLg1Z4QeUnpkFfPbt7T4c { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:28.375rem;top:1.5625rem;left:2.470703125rem;overflow:hidden;display:block; }
#A3AvZHJVa7TJuP9LhkEGIsWnCBWAp8F9 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0.71);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),0.6);border-left:0.125rem solid rgba(var(--color-secondary-2),0.6);border-right:0.125rem solid rgba(var(--color-secondary-2),0.6);border-bottom:0.125rem solid rgba(var(--color-secondary-2),0.6);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 6.25rem rgba(var(--color-secondary-2),0.59) ;height:18.125rem;width:66.3125rem;top:3.875rem;left:4.375rem;display:block; }
#kwNFSa15cWrwV2dxxvll7rx47RUoxrwo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:2.5rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.5625rem;left:60.5625rem;display:none; }
#s4ClLo5BRtWO3XQhbnPMRes2U3bq4oba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EFPBBqOmnD2p7EQBKbVAwTqhrrH5d0lX { 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:block;z-index:15000;display:none; }
#koweQWXf7oJ1SmJpcl2gbHM1ILtmMJ5z { color:rgba(var(--color-tertiary-4),0.7);display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:6.65625rem;left:10.09375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX { position:relative;display:block; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX { background-color: transparent; background-image: none; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container > .video-iframe-container { display: none; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row > .video-iframe-container { display: none; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .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); }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX { border-width: 0; border-radius: 0; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .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; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zZ56nhOfUCihp4FoGJN88LCyfZsdg5H3 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:6.65625rem;left:10.09375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 { position:relative;display:block; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 { background-color: transparent; background-image: none; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container > .video-iframe-container { display: none; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row > .video-iframe-container { display: none; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .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); }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 { border-width: 0; border-radius: 0; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .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; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kTd7mqJwu1NfH3TUpO1BIwe611WwJAly { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:24.9375rem;top:3.5rem;left:10.4375rem;overflow:hidden;display:block; }
#VkomHNzyMs8UVnlPc7prRmMsPTlvrfNt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:24.9375rem;top:3.5rem;left:39.625rem;overflow:hidden;display:block; }
#BJBil2WFOmtF8UwHQvDhVlbSHLIPna9A { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:24.75rem;top:15.6875rem;left:10.4375rem;overflow:hidden;display:block; }
#TT5oAiHiNkewTln7OentaPCRJ9yr8D3F { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:24.875rem;top:15.6875rem;left:39.625rem;overflow:hidden;display:block; }
#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw { position:relative;display:block; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw { background-color: transparent; background-image: none; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container > .video-iframe-container { display: none; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row > .video-iframe-container { display: none; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .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); }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw { border-width: 0; border-radius: 0; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .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; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LOq9q1gxz6eHz81NclwAy43oVsq3CAxn { color:#ff0042;display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:6.65625rem;left:10.09375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh { 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; }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row .container { background-color: transparent; background-image: none; }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row .container > .video-iframe-container { display: none; }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row > .video-iframe-container { display: none; }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .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); }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row .container { border-width: 0; border-radius: 0; }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#P33RMVWxxizfI26mfuJiXBgdsb9eJBKT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:8.5625rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#M6iz956EMmIpbIEOs5GV6sPWepxpTkkr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:6.875rem;top:3rem;left:12rem;overflow:hidden;display:block; }
#lSQhNTzULUy8dPNpCKy17w2HsLpJX0dt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:2.9375rem;left:23.375rem;overflow:hidden;display:block; }
#HT0fi80OuMTrxrVO1TWN41rzByry4PiE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.875rem;top:3.1875rem;left:58.5rem;overflow:hidden;display:block; }
#gsZIeQSLm4GHeiJxoeTUWtDv81gMb7tw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:5.125rem;top:3.125rem;left:69.875rem;overflow:hidden;display:block; }
#QBmCLpcPSCKO5IwzNGfbT5mrLVQihdHR { position:absolute;display:block;z-index:15003;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:5.125rem;width:6.3125rem;top:3rem;left:46.3125rem;overflow:hidden;display:block; }
#ray0xIu4z7xdOudbWOTOZN6HdXwn38zL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:8.5625rem;top:3.625rem;left:33.0625rem;overflow:hidden;display:block; }
#IyCIQpJ2vlbhJFSIOz3eJQRD0P89Ie4R { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:5.125rem;top:3.125rem;left:69.875rem;overflow:hidden;display:none; }
#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J { 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; }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row .container { background-color: transparent; background-image: none; }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row .container > .video-iframe-container { display: none; }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row > .video-iframe-container { display: none; }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .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); }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row .container { border-width: 0; border-radius: 0; }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#MnESIxSMThM4UoZK97JsZvXUiAs6lvXo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:6rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#LxIhuG2q0E7ms0miz5zevsXTCSifniXn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:6rem;top:3.46875rem;left:12.5rem;overflow:hidden;display:block; }
#wWPnqstucKvEZhbL4ii1e9sqWwwDBSV4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:5.4375rem;top:3.375rem;left:23.4375rem;overflow:hidden;display:block; }
#Ekzr8OXedBKTCllKgvCSToZQTmVz54wR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.3125rem;top:3.15625rem;left:59.47265625rem;overflow:hidden;display:block; }
#Ud07mtHzQJafz0emgTX8CyHudszKXyqA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:6.5625rem;top:3.9375rem;left:68.29375rem;overflow:hidden;display:block; }
#ZHvz3ATuOIphU9IqEWc3nPmBZaLgfuN9 { position:absolute;display:block;z-index:15003;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.1875rem;width:7.9375rem;top:4.6875rem;left:45.5625rem;overflow:hidden;display:block; }
#ZWDgyZEA0ekPeDMbsp7oPsKs9m5mcfNq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:5.6875rem;top:3.5625rem;left:34.625rem;overflow:hidden;display:block; }
#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt { 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; }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row .container { background-color: transparent; background-image: none; }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row .container > .video-iframe-container { display: none; }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row > .video-iframe-container { display: none; }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .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); }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row .container { border-width: 0; border-radius: 0; }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#gtDRvl13N8HivxC1IiGJfnv79BM7Wefi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:7.625rem;top:3.46875rem;left:5.1875rem;overflow:hidden;display:block; }
#xFVCoXbqOknGybD5Lu7NFWtiLkNW8vfk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:3.0625rem;left:18rem;overflow:hidden;display:block; }
#GqtZTrCU1VuwITx6chAMK7sZaGlXRLKK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:6.3125rem;top:3.5rem;left:28.4375rem;overflow:hidden;display:block; }
#RSreGzTCVTVoQH2s3e2L6oFtZQfSXFN0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:9.625rem;top:3.4375rem;left:62.5625rem;overflow:hidden;display:block; }
#yCPF2web9iABwinlOxaF2gpKTeyW2QlI { position:absolute;display:block;z-index:15003;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:6.375rem;width:6.375rem;top:2.375rem;left:52.4375rem;overflow:hidden;display:block; }
#BqZ8CwdASgWfri40Rt91qmbBruTSrRMF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:8.4375rem;top:3.25rem;left:39.375rem;overflow:hidden;display:block; }
#WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF { position:relative;display:block; }#WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF { background-color: transparent; background-image: none; }#WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF > .row .container > .video-iframe-container { display: none; }#WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF > .row > .video-iframe-container { display: none; }#WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF > .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); }#WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF { border-width: 0; border-radius: 0; }#WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF > .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; }#WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container { background-color: transparent; background-image: none; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container > .video-iframe-container { display: none; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row > .video-iframe-container { display: none; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .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); }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container { border-width: 0; border-radius: 0; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#uCweM3l1XHHdxRC0ciFpNxW1tnOhexTI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:13rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#pqGdeH0aRJQskzJcd9H1WSS6hNa2TrOi { color:rgba(var(--color-tertiary-0),0.7);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:2.76215rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q2KnTcI1sGPuCTgeNqBQF78aVqobdKMS { color:rgba(var(--color-tertiary-0),0.7);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.625rem;left:61.4375rem;height:5.52345rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#psAGm0zJTCCymVmvsn8zzyuL70oP0x1T { color:#ff0000;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.3798828125rem;left:41.09375rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hp1Fn3ZsS6Gf87i3WNQkkGOq0HLhIT3B { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.25rem;left:61.4375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GEOhGa6NUCiPDi9uCTyxtNNgh0G65B3h { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:2.5rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.5625rem;left:60.5625rem;display:none; }
#L9e9quxCio3Ubv9EFL3i2XQpCeV8QriQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cCNe44h7z1zcpND749xZJCEGxt08Isez { 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:block;z-index:15000;display:none; }
#sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED { border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-secondary-2),1);border-bottom:0rem solid rgba(var(--color-secondary-2),1);background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED > .row .container { background-color: transparent; background-image: none; }#sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED > .row .container > .video-iframe-container { display: none; }#sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED > .row > .video-iframe-container { display: none; }#sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED > .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); }#sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED > .row .container { border-width: 0; border-radius: 0; }#sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#Mg2RcaDDLxZiSMUCytPnH5vDX6ym1fn7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:2.5rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.62) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.625rem;left:60.5625rem;display:block; }
#sLAlXc56wPvbS1a6UtuLc5yfV8NC79ys { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gi6hVq95rvTyFXbJVc0zBDol34v0K8lt { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1rem;left:61.25rem;display:block; }
#KASR0oTVDXS5Fk5KLb7vIVz2GFhesdUP { color:rgba(var(--color-tertiary-0),0.7);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:1.6875rem;left:29.5rem;height:1.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ivfhhBCxOIQeOSFvIMqImMysRw3ZOV3P { position:absolute;display:block;z-index:15008;background-color:#ed1c24;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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.3125rem;left:73.6875rem;display:block; }
#Ai5DQ4QdhpMC0rpTy2NlMwQbHJLknaFW { color:rgba(var(--color-tertiary-0),0.7);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.80859375rem;left:2rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#JobyaTXZMM9T9Ad6QoyGpxoZ4vQHlAWs { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:1.5rem;left:0rem;display:block; }
#QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare { border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-secondary-2),1);border-bottom:0rem solid rgba(var(--color-secondary-2),1);background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare > .row .container { border-width: 0; border-radius: 0; }#QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:none; }#TtMb3McMcTbSpCG3dXO1zKJFeJhguhbF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:2.5rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.5625rem;left:60.5625rem;display:block; }
#wwnCTEmTLK32UmRge6etqehzxPdVCroC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XwRgQfkl2aceqUkHAIbr5i6ZLdWzKI4w { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1rem;left:61.25rem;display:block; }
#b3Q5vvN1fNolwxNQJ05DQWhmUgskqO3I { color:rgba(var(--color-tertiary-0),0.7);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:1.6875rem;left:29.5rem;height:1.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qs2VVtnhn1WliTI0JqneC3XFwWkWJcdb { position:absolute;display:block;z-index:15008;background-color:#ed1c24;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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.3125rem;left:73.6875rem;display:none; }
#ZretdS4UA7rGxOk6RkhMcV7EEpGBGyQI { color:rgba(var(--color-tertiary-0),0.7);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:1.6875rem;left:29.5rem;height:1.25rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG { display:block; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK { display:block; }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eseKKnFPe5ettfCyszTKmTAOpkmkEg0i { width:12.75rem;height:8.6875rem;top:0rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGMcPKkwuA52ffoqGPIPsZrzMOxMMclq { width:29.3125rem;height:10rem;top:1.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJUSVoZduhCvsCMmTK5OJxA6etWwTRLD { width:47.75rem;height:23.1875rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4NANn2QDqCKOpHhpgVMKthKTgwPpiX9 { width:33.5625rem;height:4.375rem;top:13.3125rem;left:7.09375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDCHI0erUVTXk3WQv3sbz4ILrVT0vsy3 { width:5.25rem;height:2.5rem;top:24.625rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvobRSe45aZX0ZJotEdm7O1OPSNKIsfy { width:8.9375rem;height:2.5rem;top:24.75rem;left:16.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8WWB3mAvti4EigiJ2tiC27RWAXIFiVM { width:33.5625rem;height:6.25rem;top:16.9375rem;left:7.09375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wscqA5PhgSAOO5f90r16FXZgIRTZ5605 { width:3.875rem;height:2.5rem;top:24.625rem;left:28.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5iSK02BkWEDBqpelDfI9Dvt3Swg8pNB { width:4.875rem;height:2.5625rem;top:24.625rem;left:32.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrlaxafKsBkSigi29wk4Moldnb3LMTD0 { width:5.375rem;height:5rem;top:23.375rem;left:24.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKKa237LQP4ficfv4fUZcSliOKnxAVph { width:29.625rem;height:4.5625rem;top:23.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQIFqkFS4qsCxTCqimU13fmZAPhRzc1n { width:2rem;height:2rem;top:30.125rem;left:34.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qdp0HmR3CB1XJtteJd1PC1ErrRKJN9EM { width:17.5625rem;height:8.6875rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV2qaJOTLHCDUm7xEZG8Qb9uHLpK1m9U { width:22rem;height:22rem;top:8.1875rem;left:0rem;font-size:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzkC3zUQ3tUd6H3vPAE4nW35E4kGirN9 { width:2.625rem;height:1.5625rem;top:25.0625rem;left:37.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phWl3wsaTJIVzptpviFV2AGfPTAyJz24 { width:4.0625rem;height:2.125rem;top:24.75rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i578kO59bG5VaxRgZyGwSic1FC6ssMne { width:18.4375rem;height:2.25rem;top:1.6875rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6TMMB0CUcD7pqZIC0NmcKhbPc9q4XH6 { width:13.5625rem;height:2.25rem;top:1.6875rem;left:34.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqlK81fk9CbrT17V3aUx76JBu6ikGApX { width:15.4375rem;height:1.5625rem;top:29.25rem;left:16.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySEn3hNGHBkz5V90qqiRBTI6atI1BdUM { width:23.125rem;height:1.1875rem;top:31.6875rem;left:12.40625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqRWHlpPyOgiiGFValpAvb7ka3OVNfV8 { width:2.375rem;height:2.375rem;top:36.875rem;left:15rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZWRRyR9vItiuCPgMctvOk3Mx3yz7xle { width:19.375rem;height:3.4375rem;top:36.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwXEutQtBhPm7KhM8801JtQAApCySIhy { display:block; }
 }@media only screen and (max-width: 763px) { #qMusTWItfqhlyT3X5h6kpMnokgrfb2tU { display:block; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvucX0M8G0Q3Ow8JusQQ28B4l6LAhyKA { width:16.25rem;height:5.625rem;top:15.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3MqPD9C05ZTvp9UHu4ES7KNo8LsMsaK { width:16.1875rem;height:2.75rem;top:21.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFPkWGrTBINfBZ50huZq8DTvaNwTHr3P { width:7.4375rem;height:4.375rem;top:10.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpNL2byTxNNUEl09TPKuX4C5pHUNolSd { width:15.25rem;height:5.625rem;top:15.875rem;left:15.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N411fprc4CExrMfpKo3NJAe7Hs6Jx30v { width:16.1875rem;height:2.75rem;top:21.8125rem;left:15.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kexMba6LJyEBA9V8GaPHTPVpZVNctVPD { width:7.4375rem;height:4.375rem;top:10.8125rem;left:20.1875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzxPno87Hv0MO91pMVK3b35DNUJgKORi { width:16.1875rem;height:2.75rem;top:21.8125rem;left:31.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFn5RJtw0vMaEm6S4n4zT2Cn6bZ6oC7O { width:16.25rem;height:5.625rem;top:15.875rem;left:31.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfbZLXGzrhtwoTkxTJTfaci5N2kfWTLE { width:7.4375rem;height:4.375rem;top:10.8125rem;left:40.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDWZRuoTJ5T3Pcnwkd9vk0KROdN4uiOv { width:47.75rem;height:1.875rem;top:5.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS { display:block; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMnoCk4LowCiZxzWlztA4CN37w0TDM7u { width:36.1875rem;height:2.8125rem;top:6.6875rem;left:11.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkyKrvU179BcyWTVHRgMdRcQtAWG0hp9 { width:33.9375rem;height:1.625rem;top:10.25rem;left:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btcfkb5DvWpm7T1NpUWBQcT8ryovLRAT { width:30.5625rem;height:10.375rem;top:12.875rem;left:17.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQOwFC7tFIxqDUxsuBIkVIBuvQADGi64 { width:3.4375rem;height:3.4375rem;top:12.375rem;left:19.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPfJbnLN92DBqXXKU6qKamTXlVlIPTNJ { width:3.4375rem;height:3.4375rem;top:16.6875rem;left:19.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMrksNBihGOMLg1Z4QeUnpkFfPbt7T4c { width:28.375rem;height:20.375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3AvZHJVa7TJuP9LhkEGIsWnCBWAp8F9 { width:47.5rem;height:18.125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwNFSa15cWrwV2dxxvll7rx47RUoxrwo { width:14.4375rem;height:3.4375rem;top:0.5625rem;left:33.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4ClLo5BRtWO3XQhbnPMRes2U3bq4oba { display:block; }
 }@media only screen and (max-width: 763px) { #EFPBBqOmnD2p7EQBKbVAwTqhrrH5d0lX { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #koweQWXf7oJ1SmJpcl2gbHM1ILtmMJ5z { width:20rem;height:1.125rem;top:2rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX { display:block; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZ56nhOfUCihp4FoGJN88LCyfZsdg5H3 { width:47.75rem;height:2.8125rem;top:6.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 { display:block; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTd7mqJwu1NfH3TUpO1BIwe611WwJAly { width:24.9375rem;height:10.5rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkomHNzyMs8UVnlPc7prRmMsPTlvrfNt { width:24.9375rem;height:8.6875rem;top:3.5rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJBil2WFOmtF8UwHQvDhVlbSHLIPna9A { width:24.75rem;height:8.5rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5oAiHiNkewTln7OentaPCRJ9yr8D3F { width:24.875rem;height:7.9375rem;top:15.6875rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw { display:block; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOq9q1gxz6eHz81NclwAy43oVsq3CAxn { width:47.75rem;height:2.8125rem;top:6.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh { display:block; }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P33RMVWxxizfI26mfuJiXBgdsb9eJBKT { width:8.5625rem;height:5.125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6iz956EMmIpbIEOs5GV6sPWepxpTkkr { width:6.875rem;height:5.125rem;top:3rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSQhNTzULUy8dPNpCKy17w2HsLpJX0dt { width:5.125rem;height:5.125rem;top:2.9375rem;left:13.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0fi80OuMTrxrVO1TWN41rzByry4PiE { width:6.875rem;height:3.9375rem;top:3.1875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsZIeQSLm4GHeiJxoeTUWtDv81gMb7tw { width:5.125rem;height:4.3125rem;top:3.125rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBmCLpcPSCKO5IwzNGfbT5mrLVQihdHR { width:6.3125rem;height:5.125rem;top:3rem;left:29.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ray0xIu4z7xdOudbWOTOZN6HdXwn38zL { width:8.5625rem;height:3.375rem;top:3.625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyCIQpJ2vlbhJFSIOz3eJQRD0P89Ie4R { width:5.125rem;height:4.3125rem;top:3.125rem;left:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J { display:block; }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnESIxSMThM4UoZK97JsZvXUiAs6lvXo { width:6rem;height:5.125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxIhuG2q0E7ms0miz5zevsXTCSifniXn { width:6rem;height:4.1875rem;top:3.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWPnqstucKvEZhbL4ii1e9sqWwwDBSV4 { width:5.4375rem;height:4.375rem;top:3.375rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekzr8OXedBKTCllKgvCSToZQTmVz54wR { width:4.3125rem;height:4.8125rem;top:3.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud07mtHzQJafz0emgTX8CyHudszKXyqA { width:6.5625rem;height:4.0625rem;top:3.9375rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHvz3ATuOIphU9IqEWc3nPmBZaLgfuN9 { width:7.9375rem;height:2.1875rem;top:4.6875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWDgyZEA0ekPeDMbsp7oPsKs9m5mcfNq { width:5.6875rem;height:4rem;top:3.5625rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saUH0AoOT64uKKCBxTvOJA1udCc9rTFt { display:block; }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtDRvl13N8HivxC1IiGJfnv79BM7Wefi { width:7.625rem;height:4.25rem;top:3.4375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFVCoXbqOknGybD5Lu7NFWtiLkNW8vfk { width:5.0625rem;height:5.0625rem;top:3.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqtZTrCU1VuwITx6chAMK7sZaGlXRLKK { width:6.3125rem;height:4.125rem;top:3.5rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSreGzTCVTVoQH2s3e2L6oFtZQfSXFN0 { width:9.625rem;height:4.3125rem;top:3.4375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCPF2web9iABwinlOxaF2gpKTeyW2QlI { width:6.375rem;height:6.375rem;top:2.375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqZ8CwdASgWfri40Rt91qmbBruTSrRMF { width:8.4375rem;height:4.625rem;top:3.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF { display:block; }#WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 { display:block; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCweM3l1XHHdxRC0ciFpNxW1tnOhexTI { width:13rem;height:4.625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqGdeH0aRJQskzJcd9H1WSS6hNa2TrOi { width:12.4375rem;height:2.75rem;top:9.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2KnTcI1sGPuCTgeNqBQF78aVqobdKMS { width:13.5625rem;height:5.5rem;top:8.625rem;left:34.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psAGm0zJTCCymVmvsn8zzyuL70oP0x1T { width:19.3125rem;height:1.375rem;top:11.375rem;left:27.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp1Fn3ZsS6Gf87i3WNQkkGOq0HLhIT3B { width:12.4375rem;height:2.4375rem;top:3.25rem;left:35.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEOhGa6NUCiPDi9uCTyxtNNgh0G65B3h { width:14.4375rem;height:3.4375rem;top:0.5625rem;left:33.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9e9quxCio3Ubv9EFL3i2XQpCeV8QriQ { display:block; }
 }@media only screen and (max-width: 763px) { #cCNe44h7z1zcpND749xZJCEGxt08Isez { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED { display:block; }#sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mg2RcaDDLxZiSMUCytPnH5vDX6ym1fn7 { width:14.4375rem;height:3.4375rem;top:0.625rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLAlXc56wPvbS1a6UtuLc5yfV8NC79ys { display:block; }
 }@media only screen and (max-width: 763px) { #Gi6hVq95rvTyFXbJVc0zBDol34v0K8lt { width:2.4375rem;height:2.4375rem;top:1rem;left:45.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KASR0oTVDXS5Fk5KLb7vIVz2GFhesdUP { width:30.0625rem;height:1.25rem;top:1.6875rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivfhhBCxOIQeOSFvIMqImMysRw3ZOV3P { width:0.625rem;height:0.625rem;top:0.3125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5DQ4QdhpMC0rpTy2NlMwQbHJLknaFW { width:18.4375rem;height:1.125rem;top:1.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JobyaTXZMM9T9Ad6QoyGpxoZ4vQHlAWs { width:1.6875rem;height:1.6875rem;top:1.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare { display:none; }#QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TtMb3McMcTbSpCG3dXO1zKJFeJhguhbF { width:14.4375rem;height:3.4375rem;top:0.5625rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwnCTEmTLK32UmRge6etqehzxPdVCroC { display:block; }
 }@media only screen and (max-width: 763px) { #XwRgQfkl2aceqUkHAIbr5i6ZLdWzKI4w { width:2.4375rem;height:2.4375rem;top:1rem;left:45.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Q5vvN1fNolwxNQJ05DQWhmUgskqO3I { width:9.625rem;height:2.125rem;top:1.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs2VVtnhn1WliTI0JqneC3XFwWkWJcdb { width:0.625rem;height:0.625rem;top:0.3125rem;left:47.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZretdS4UA7rGxOk6RkhMcV7EEpGBGyQI { width:10.1875rem;height:1.0625rem;top:2.5rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container { background-color: transparent; background-image: none; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container > .video-iframe-container { display: none; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row > .video-iframe-container { display: none; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .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); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container { border-width: 0; border-radius: 0; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK { display:block; }#CDsN9li52nOSFDDD4DkNTQwWBmpyTXiK > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eseKKnFPe5ettfCyszTKmTAOpkmkEg0i { width:7.125rem;height:7.0625rem;top:0rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGMcPKkwuA52ffoqGPIPsZrzMOxMMclq { width:18.625rem;height:6.5rem;top:2.271484375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJUSVoZduhCvsCMmTK5OJxA6etWwTRLD { width:17.125rem;height:8.6875rem;top:19.125rem;left:1.4375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #K4NANn2QDqCKOpHhpgVMKthKTgwPpiX9 { width:20rem;height:2.1875rem;top:11.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDCHI0erUVTXk3WQv3sbz4ILrVT0vsy3 { width:7.5rem;height:1.875rem;top:27.375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvobRSe45aZX0ZJotEdm7O1OPSNKIsfy { width:6.5rem;height:1.79980625rem;top:27.5625rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8WWB3mAvti4EigiJ2tiC27RWAXIFiVM { width:20rem;height:3.125rem;top:13.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wscqA5PhgSAOO5f90r16FXZgIRTZ5605 { width:3.875rem;height:0;top:30.8125rem;left:5.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5iSK02BkWEDBqpelDfI9Dvt3Swg8pNB { width:3.75rem;height:1.79980625rem;top:27.5rem;left:12.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrlaxafKsBkSigi29wk4Moldnb3LMTD0 { width:1.8125rem;height:2.8125rem;top:26.9375rem;left:11.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKKa237LQP4ficfv4fUZcSliOKnxAVph { width:19.75rem;height:6.0625rem;top:23.9375rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #SQIFqkFS4qsCxTCqimU13fmZAPhRzc1n { width:1.4375rem;height:1.4375rem;top:35.3125rem;left:9.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdp0HmR3CB1XJtteJd1PC1ErrRKJN9EM { width:12.9375rem;height:7.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV2qaJOTLHCDUm7xEZG8Qb9uHLpK1m9U { width:9.8125rem;height:9.8125rem;top:7.5rem;left:0rem;font-size:6.8125rem;color:rgba(255,255,255,0.09);display:block; }
 }@media only screen and (max-width: 763px) { #OzkC3zUQ3tUd6H3vPAE4nW35E4kGirN9 { width:1.9375rem;height:1.2363275rem;top:27.75rem;left:16.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phWl3wsaTJIVzptpviFV2AGfPTAyJz24 { width:2.9375rem;height:1.5rem;top:27.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i578kO59bG5VaxRgZyGwSic1FC6ssMne { width:12.5rem;height:1.7871125rem;top:16.5625rem;left:3.75rem;font-size:0.6875rem;line-height:1.3;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6TMMB0CUcD7pqZIC0NmcKhbPc9q4XH6 { width:13.5625rem;height:0;top:36.625rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqlK81fk9CbrT17V3aUx76JBu6ikGApX { width:15.437rem;height:1.25rem;top:33.0615234375rem;left:2.24853515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySEn3hNGHBkz5V90qqiRBTI6atI1BdUM { width:17.8125rem;height:1.0683625rem;top:31.01171875rem;left:1.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqRWHlpPyOgiiGFValpAvb7ka3OVNfV8 { width:2.625rem;height:2.6875rem;top:38.4375rem;left:1.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZWRRyR9vItiuCPgMctvOk3Mx3yz7xle { width:17.5rem;height:3.4375rem;top:38.125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwXEutQtBhPm7KhM8801JtQAApCySIhy { display:block; }
 }@media only screen and (max-width: 763px) { #qMusTWItfqhlyT3X5h6kpMnokgrfb2tU { display:block; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvucX0M8G0Q3Ow8JusQQ28B4l6LAhyKA { width:20rem;height:3.125rem;top:12.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3MqPD9C05ZTvp9UHu4ES7KNo8LsMsaK { width:16.1875rem;height:2.76171875rem;top:16.25rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFPkWGrTBINfBZ50huZq8DTvaNwTHr3P { width:7.4375rem;height:2.8125rem;top:9.6875rem;left:6.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpNL2byTxNNUEl09TPKuX4C5pHUNolSd { width:11.0625rem;height:3.125rem;top:24.625rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N411fprc4CExrMfpKo3NJAe7Hs6Jx30v { width:16.1875rem;height:2.76171875rem;top:28.0625rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kexMba6LJyEBA9V8GaPHTPVpZVNctVPD { width:7.4375rem;height:2rem;top:22.1875rem;left:6.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzxPno87Hv0MO91pMVK3b35DNUJgKORi { width:16.1875rem;height:2.76171875rem;top:40.625rem;left:1.9375rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #zFn5RJtw0vMaEm6S4n4zT2Cn6bZ6oC7O { width:16.25rem;height:3.125rem;top:37.1875rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfbZLXGzrhtwoTkxTJTfaci5N2kfWTLE { width:7.4375rem;height:2rem;top:34.875rem;left:6.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDWZRuoTJ5T3Pcnwkd9vk0KROdN4uiOv { width:20rem;height:3.125rem;top:4.09375rem;left:0rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS { display:block; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMnoCk4LowCiZxzWlztA4CN37w0TDM7u { width:20rem;height:1.5625rem;top:16.6103515625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkyKrvU179BcyWTVHRgMdRcQtAWG0hp9 { width:16.5rem;height:2.76171875rem;top:19.0478515625rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Btcfkb5DvWpm7T1NpUWBQcT8ryovLRAT { width:14.375rem;height:13.125rem;top:24.1103515625rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQOwFC7tFIxqDUxsuBIkVIBuvQADGi64 { width:1.875rem;height:1.875rem;top:23.8603515625rem;left:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPfJbnLN92DBqXXKU6qKamTXlVlIPTNJ { width:1.875rem;height:1.875rem;top:30.2978515625rem;left:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMrksNBihGOMLg1Z4QeUnpkFfPbt7T4c { width:16.8125rem;height:12.0625rem;top:2.4375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3AvZHJVa7TJuP9LhkEGIsWnCBWAp8F9 { width:19.75rem;height:28.3125rem;top:10.0478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwNFSa15cWrwV2dxxvll7rx47RUoxrwo { width:11.6875rem;height:2.9375rem;top:41.1875rem;left:8.3125rem;z-index:15014;background-color:#003cfb;background-image:none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 1.875rem #0635c9 ;border-top:0rem solid #003cfb;border-left:2rem solid #003cfb;border-right:0rem solid #003cfb;border-bottom:0rem solid #003cfb;font-size:1.0625rem;font-weight:700;font-style:normal;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #s4ClLo5BRtWO3XQhbnPMRes2U3bq4oba { display:block; }
 }@media only screen and (max-width: 763px) { #EFPBBqOmnD2p7EQBKbVAwTqhrrH5d0lX { top:41.9375rem;left:9.125rem;width:1.5rem;height:1.5rem;z-index:15015;color:#ffffff;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #koweQWXf7oJ1SmJpcl2gbHM1ILtmMJ5z { width:5.9375rem;height:0;top:41.625rem;left:0rem;font-size:1.125rem;z-index:15009;color:#ffffff;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX { display:block; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZ56nhOfUCihp4FoGJN88LCyfZsdg5H3 { width:20rem;height:1.5625rem;top:3.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 { display:block; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTd7mqJwu1NfH3TUpO1BIwe611WwJAly { width:20rem;height:8.420875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkomHNzyMs8UVnlPc7prRmMsPTlvrfNt { width:20rem;height:6.9668125rem;top:9.357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJBil2WFOmtF8UwHQvDhVlbSHLIPna9A { width:20rem;height:6.8681875rem;top:17.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5oAiHiNkewTln7OentaPCRJ9yr8D3F { width:20rem;height:6.3818125rem;top:24.9423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw { display:block; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOq9q1gxz6eHz81NclwAy43oVsq3CAxn { width:20rem;height:3.125rem;top:3.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row .container { background-color: transparent; background-image: none; }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row .container > .video-iframe-container { display: none; }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row > .video-iframe-container { display: none; }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .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); }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row .container { border-width: 0; border-radius: 0; }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJuQeqVrF2HTxdkZxTQ948T1z14L5EUh > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P33RMVWxxizfI26mfuJiXBgdsb9eJBKT { width:8.5625rem;height:5.125rem;top:1.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6iz956EMmIpbIEOs5GV6sPWepxpTkkr { width:6.875rem;height:5.125rem;top:1.3125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSQhNTzULUy8dPNpCKy17w2HsLpJX0dt { width:5.125rem;height:5.125rem;top:9.5rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0fi80OuMTrxrVO1TWN41rzByry4PiE { width:6.875rem;height:3.9375rem;top:19.09375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsZIeQSLm4GHeiJxoeTUWtDv81gMb7tw { width:5.125rem;height:4.3125rem;top:26.6875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBmCLpcPSCKO5IwzNGfbT5mrLVQihdHR { width:6.3125rem;height:5.125rem;top:18.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ray0xIu4z7xdOudbWOTOZN6HdXwn38zL { width:8.5625rem;height:3.375rem;top:10.375rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyCIQpJ2vlbhJFSIOz3eJQRD0P89Ie4R { width:5.875rem;height:4.9375rem;top:26.6875rem;left:11.9375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row .container { background-color: transparent; background-image: none; }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row .container > .video-iframe-container { display: none; }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row > .video-iframe-container { display: none; }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .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); }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row .container { border-width: 0; border-radius: 0; }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFtXfkAEhiFCSUvlOmPJqgNJdcuTHX9J > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnESIxSMThM4UoZK97JsZvXUiAs6lvXo { width:6rem;height:5.125rem;top:1.25rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxIhuG2q0E7ms0miz5zevsXTCSifniXn { width:6rem;height:4.1875rem;top:1.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWPnqstucKvEZhbL4ii1e9sqWwwDBSV4 { width:5.4375rem;height:4.375rem;top:2.3125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekzr8OXedBKTCllKgvCSToZQTmVz54wR { width:4.3125rem;height:4.8125rem;top:16.6875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud07mtHzQJafz0emgTX8CyHudszKXyqA { width:6.5625rem;height:4.0625rem;top:17.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHvz3ATuOIphU9IqEWc3nPmBZaLgfuN9 { width:4.9375rem;height:1.3125rem;top:10.84375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWDgyZEA0ekPeDMbsp7oPsKs9m5mcfNq { width:5.6875rem;height:4rem;top:9.25rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saUH0AoOT64uKKCBxTvOJA1udCc9rTFt { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row .container { background-color: transparent; background-image: none; }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row .container > .video-iframe-container { display: none; }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row > .video-iframe-container { display: none; }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .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); }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row .container { border-width: 0; border-radius: 0; }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#saUH0AoOT64uKKCBxTvOJA1udCc9rTFt > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtDRvl13N8HivxC1IiGJfnv79BM7Wefi { width:7.625rem;height:4.25rem;top:2.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFVCoXbqOknGybD5Lu7NFWtiLkNW8vfk { width:5.0625rem;height:5.0625rem;top:2.15625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqtZTrCU1VuwITx6chAMK7sZaGlXRLKK { width:6.3125rem;height:4.125rem;top:10.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSreGzTCVTVoQH2s3e2L6oFtZQfSXFN0 { width:8.3125rem;height:3.6875rem;top:17.8125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCPF2web9iABwinlOxaF2gpKTeyW2QlI { width:6.375rem;height:6.375rem;top:16.46875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqZ8CwdASgWfri40Rt91qmbBruTSrRMF { width:8.4375rem;height:4.625rem;top:10.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF { display:block; }#WAsRHXPMNOhwRlZ09OEoFRxPzS0ZxqrF > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 { display:block; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCweM3l1XHHdxRC0ciFpNxW1tnOhexTI { width:13rem;height:4.625rem;top:3.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqGdeH0aRJQskzJcd9H1WSS6hNa2TrOi { width:12.4375rem;height:2.2734375rem;top:13.75rem;left:3.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2KnTcI1sGPuCTgeNqBQF78aVqobdKMS { width:13.5625rem;height:5.52345rem;top:17.1875rem;left:3.21875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #psAGm0zJTCCymVmvsn8zzyuL70oP0x1T { width:14.4375rem;height:1.3808625rem;top:22.5rem;left:2.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hp1Fn3ZsS6Gf87i3WNQkkGOq0HLhIT3B { width:8.125rem;height:1.625rem;top:9.625rem;left:5.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GEOhGa6NUCiPDi9uCTyxtNNgh0G65B3h { width:11.6875rem;height:2.9375rem;top:8.65625rem;left:8.3125rem;z-index:15012;background-color:#003cfb;background-image:none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 1.875rem #0635c9 ;border-top:0rem solid #003cfb;border-left:2rem solid #003cfb;border-right:0rem solid #003cfb;border-bottom:0rem solid #003cfb;font-size:1.0625rem;font-weight:700;font-style:normal;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #L9e9quxCio3Ubv9EFL3i2XQpCeV8QriQ { display:block; }
 }@media only screen and (max-width: 763px) { #cCNe44h7z1zcpND749xZJCEGxt08Isez { top:9.375rem;left:9.0625rem;width:1.5rem;height:1.5rem;z-index:15013;color:#ffffff;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED { position:relative;z-index:auto;display:none; }#sJEPAO8TbgWAQCuV2PImk8XtXUCi2HED > .row .container { width:20rem;height:21.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mg2RcaDDLxZiSMUCytPnH5vDX6ym1fn7 { width:14.4375rem;height:3.4375rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLAlXc56wPvbS1a6UtuLc5yfV8NC79ys { display:block; }
 }@media only screen and (max-width: 763px) { #Gi6hVq95rvTyFXbJVc0zBDol34v0K8lt { width:2.4375rem;height:2.4375rem;top:18.13671875rem;left:8.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KASR0oTVDXS5Fk5KLb7vIVz2GFhesdUP { width:20rem;height:3.75rem;top:13.13671875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivfhhBCxOIQeOSFvIMqImMysRw3ZOV3P { width:0.3125rem;height:0.3125rem;top:5.9375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5DQ4QdhpMC0rpTy2NlMwQbHJLknaFW { width:18.4375rem;height:1.13671875rem;top:10.75rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JobyaTXZMM9T9Ad6QoyGpxoZ4vQHlAWs { width:1.6875rem;height:1.6875rem;top:7.8125rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare { position:fixed;z-index:199999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25d366, #00c149);background-image: -moz-linear-gradient(180deg, #25d366, #00c149);background-image: -ms-linear-gradient(180deg, #25d366, #00c149);background-image: -o-linear-gradient(180deg, #25d366, #00c149);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#00c149' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#00c149' );";background-image: linear-gradient(180deg, #25d366, #00c149);background-size:auto !important;bottom:0rem;left:0rem;right:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare > .row .container { background-color: transparent; background-image: none; }#QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare > .row .container > .video-iframe-container { display: none; }#QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare > .row > .video-iframe-container { display: none; }#QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare > .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); }#QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare > .row .container { border-width: 0; border-radius: 0; }#QNl0pw5oEfD7BTTRDF6WQv5Gg7Tvgare > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtMb3McMcTbSpCG3dXO1zKJFeJhguhbF { width:20rem;height:4.3125rem;top:-0.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;z-index:15010;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wwnCTEmTLK32UmRge6etqehzxPdVCroC { display:block; }
 }@media only screen and (max-width: 763px) { #XwRgQfkl2aceqUkHAIbr5i6ZLdWzKI4w { width:2.3125rem;height:2.3125rem;top:0.1875rem;left:14.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Q5vvN1fNolwxNQJ05DQWhmUgskqO3I { width:10.1875rem;height:1.0625rem;top:0.9375rem;left:3.5rem;font-size:1.0625rem;color:#ffffff;text-align:right;text-align-last:right;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qs2VVtnhn1WliTI0JqneC3XFwWkWJcdb { width:0.4375rem;height:0.4375rem;top:0.8125rem;left:15.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ZretdS4UA7rGxOk6RkhMcV7EEpGBGyQI { width:1.625rem;height:1.1254875rem;top:0.84375rem;left:16.5625rem;font-size:0.5625rem;color:rgba(255,255,255,0.71);text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15008;display:block; }
 }