.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:250,217,217;--color-primary-1:239,129,129;--color-primary-2:223,3,3;--color-primary-3:112,2,2;--color-primary-4:33,0,0;--color-secondary-0:228,250,225;--color-secondary-1:164,239,155;--color-secondary-2:72,223,55;--color-secondary-3:36,112,28;--color-secondary-4:11,33,8;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:228,228,228;--color-tertiary-3:59,60,60;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:transparent;background-image: -webkit-linear-gradient(180deg, #0e0e0e, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #0e0e0e, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #0e0e0e, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #0e0e0e, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #0e0e0e, rgba(var(--color-tertiary-4),1));background-size:cover !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(13,13,64,0.56);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; }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row .container { background-color: transparent; background-image: none; }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row .container > .video-iframe-container { display: none; }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row > .video-iframe-container { display: none; }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .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); }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row .container { border-width: 0; border-radius: 0; }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#ZN0vDBCgMDv3LUq3GhyMvIqzIvFCHKFN { color:rgba(var(--color-primary-0),1);display:block;width:6.0625rem;position:absolute;font-family:oswald;font-size:0.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.8250000476837rem;left:68.937500953675rem;height:0.4875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nEZNz4BxNuVdJIUXvekQsTIvTR25ErJZ { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0.50625002384186rem;left:25.224999427796rem;height:1.3rem;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c0505, #120303);background-image: -moz-linear-gradient(180deg, #0c0505, #120303);background-image: -ms-linear-gradient(180deg, #0c0505, #120303);background-image: -o-linear-gradient(180deg, #0c0505, #120303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0505', endColorstr='#120303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0505', endColorstr='#120303' );";background-image: linear-gradient(180deg, #0c0505, #120303);background-size:cover !important;font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OE0G3eNuoODIliNPRNEVmm9yAUB91s4N { color:rgba(var(--color-tertiary-1),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:18.00937461853rem;left:1.1875rem;height:9.075rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HgJxTVogp2pWbKAg6pSWWBmPFTZHHaNP { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:30.350002288818rem;left:15.739062309265rem;height:4.275rem;font-style:normal;display:block; }
#giVheBrIPLloTUzgphDhfNkezRAzzu7D { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:14.808810710907rem;left:6.431640625rem;height:8.33333125rem;font-style:normal;display:none; }
#pXHlKQOHPIw5caMLqQcMqoH94wbne71M { box-sizing:content-box;color:rgba(var(--color-primary-0),1);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:15013;top:10.375rem;left:31.5625rem;display:none; }
#kd4uWCCgdlmqNp0rERQ5s7OBQBbuZPdz { color:rgba(var(--color-tertiary-1),1);display:block;width:26.7480625rem;position:absolute;font-family:"samsung font";font-size:2rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:16.875rem;left:43.875rem;height:2.152775rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ft1hpdhu2Ogt8Soqk39RUZ1JRsr8zqLh { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:19.0625rem;top:2.6000000461936rem;left:49.839844703674rem;overflow:hidden;display:block; }
#bVNVQ7fBSb2MzsmGIMcPheBv8QtT5NW3 { background-color:#ea0d0d;background-image:none;border-top:0;border-left:0;border-right:0.125rem solid #a88700;border-bottom:0.3125rem solid #8c7000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-primary-0),0.44) ;box-sizing:border-box;color:#f3f3f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"samsung font";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.325rem;height:3.6rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.359375rem;left:46.708592414856rem;display:block; }
#htnypVQxJU3HsTuOVMk5NVaRv6ots6iu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JWWsKbf1AiZ79qrPTxA7Gatka3PITn4B { color:rgba(var(--color-primary-0),1);display:block;width:20rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.0992188453674rem;left:25.726563453674rem;height:18.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ogpri2IZwI1ylLFXODfvDp33Dukd44E9 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:21.5rem;top:0rem;left:0rem;display:block; }
#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0324df, #ce0000);background-image: -moz-linear-gradient(180deg, #0324df, #ce0000);background-image: -ms-linear-gradient(180deg, #0324df, #ce0000);background-image: -o-linear-gradient(180deg, #0324df, #ce0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0324df', endColorstr='#ce0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0324df', endColorstr='#ce0000' );";background-image: linear-gradient(180deg, #0324df, #ce0000);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; }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row .container { background-color: transparent; background-image: none; }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row .container > .video-iframe-container { display: none; }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row > .video-iframe-container { display: none; }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .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); }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row .container { border-width: 0; border-radius: 0; }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:75rem;position:relative;display:block; }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #020202, #02010c);background-image: -moz-linear-gradient(180deg, #020202, #02010c);background-image: -ms-linear-gradient(180deg, #020202, #02010c);background-image: -o-linear-gradient(180deg, #020202, #02010c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#02010c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#02010c' );";background-image: linear-gradient(180deg, #020202, #02010c);background-size:contain !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; }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row .container { background-color: transparent; background-image: none; }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row .container > .video-iframe-container { display: none; }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row > .video-iframe-container { display: none; }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .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); }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row .container { border-width: 0; border-radius: 0; }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#TILJDI3QS2Jl7s6aEo4JKTpZOtDGPvc8 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(19deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(19deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(19deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(19deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(19deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.4375rem;width:29.4375rem;top:13.6875rem;left:1.0625rem;display:block; }
#LbDDutmThBv2bg3UdmUlL4cXF6xI7HTL { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(19deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(19deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(19deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(19deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(19deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.25rem;width:29.4375rem;top:14.625rem;left:1.75rem;display:block; }
#s7StfrTHmgVTweOTk3iMEX4Ncirb2Q7m { color:#f1fafa;display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:11.881252765656rem;left:39.362500190735rem;height:6.3rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#FqyLTzZQcvz6Ap63akeRP4Qxv35cbgpU { color:rgba(var(--color-tertiary-2),1);display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:34.925000190735rem;height:10.64375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RMM9ueraWOAutTqTATxA5wmXBEU4HUE4 { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.76172208786rem;left:60.849999427796rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#OPVrfC7DDTUEOkef08EKK8cTLqyLS1yv { background-color:#ea0d0d;background-image:none;border-top:0;border-left:0;border-right:0.125rem solid #a88700;border-bottom:0.3125rem solid #8c7000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-primary-0),0.44) ;box-sizing:border-box;color:#f3f3f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"samsung font";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.2875rem;height:3.55rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25.421873092651rem;left:4.70703125rem;display:block; }
#ALBJOUbf6eroxI2IQgbvdyrJlxHTI5H8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UUEHqt86XISzFkrd2gKd4TFDXnRTazDT { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:18.75rem;top:0.62421989440918rem;left:6.405468940735rem;overflow:hidden;display:block; }
#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row .container { background-color: transparent; background-image: none; }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row .container > .video-iframe-container { display: none; }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row > .video-iframe-container { display: none; }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .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); }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row .container { border-width: 0; border-radius: 0; }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#ItAXWsgqdUbxRRld2e5zvL2C3UnoD1Rt { color:rgba(var(--color-primary-0),1);display:block;width:58.25rem;position:absolute;font-family:"samsung font";font-size:4.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.2484378814698rem;left:8.374218940735rem;height:5.3625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pZzuPD8VBmWUwLmkhhXDIufe24NlWexa { color:#dedede;display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:22.262501716614rem;left:9.217968940735rem;height:3.15rem;font-style:italic;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ao6BTOBgXw2s3K26vDXg37vxfTIpubLM { color:rgba(var(--color-secondary-0),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.5742197036744rem;left:20.499218940735rem;height:1.70625rem;text-align:right;text-align-last:right;display:block; }
#kMGl0Uc0l4Kc1o83hMl2qSQzLlkGrqC4 { color:rgba(var(--color-secondary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.796875953674rem;left:26.531250953674rem;height:2.6rem;text-align:justify;text-align-last:initial;display:block; }
#zAZV5KU51wl9mbrUHfN94875tdE8SG5L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row .container { background-color: transparent; background-image: none; }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row .container > .video-iframe-container { display: none; }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row > .video-iframe-container { display: none; }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .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); }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row .container { border-width: 0; border-radius: 0; }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#ebWio0vuRKcSUFxfUFD6db2WgZ1lEtha { background-color:#e50914;background-image:none;border-top:0;border-left:0;border-right:0.125rem solid #a88700;border-bottom:0.3125rem solid #8c7000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-primary-0),0.26) ;box-sizing:border-box;color:#0c0c0c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"samsung font";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9625rem;height:3.7rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.260944366455rem;left:25.249218940735rem;display:block; }
#Cltrwk2XTSTmOZK17VcyxuVd9J7IbVmK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#geMTuekDNhJqHmiPWV3EPwdPXnr0LPuI { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:38.3125rem;top:0rem;left:17.073437690735rem;overflow:hidden;display:block; }
#sBlCsqNck8KMu5xKTdobubrkMWlrPIXo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:1.375rem;left:2.875rem;display:none; }
#mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(6,12,225,0.9), rgba(179,0,0,0.97));background-image: -moz-linear-gradient(180deg, rgba(6,12,225,0.9), rgba(179,0,0,0.97));background-image: -ms-linear-gradient(180deg, rgba(6,12,225,0.9), rgba(179,0,0,0.97));background-image: -o-linear-gradient(180deg, rgba(6,12,225,0.9), rgba(179,0,0,0.97));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#060ce1e5', endColorstr='#b30000f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#060ce1e5', endColorstr='#b30000f7' );";background-image: linear-gradient(180deg, rgba(6,12,225,0.9), rgba(179,0,0,0.97));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; }#mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE > .row .container { background-color: transparent; background-image: none; }#mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE > .row .container > .video-iframe-container { display: none; }#mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE > .row > .video-iframe-container { display: none; }#mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE > .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); }#mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE > .row .container { border-width: 0; border-radius: 0; }#mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row .container { background-color: transparent; background-image: none; }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row .container > .video-iframe-container { display: none; }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row > .video-iframe-container { display: none; }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .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); }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row .container { border-width: 0; border-radius: 0; }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#yqLQA9u7sZ8ZTATxgW1GTomocpFbdfCR { color:rgba(var(--color-primary-0),1);display:block;width:72rem;position:absolute;font-family:"samsung font";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:0rem;left:1.5rem;height:3.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lz18yk2X27P5NvR4W6HdPnu1tKtiXWcy { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:anybody;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0937538146972rem;left:30.037499427796rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row .container { background-color: transparent; background-image: none; }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row .container > .video-iframe-container { display: none; }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row > .video-iframe-container { display: none; }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .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); }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row .container { border-width: 0; border-radius: 0; }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#URWckPCGzavpNmpERCPPqETwPUeINNdl { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ececec' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:25.9375rem;width:20.625rem;top:6.375rem;left:2.1875rem;display:block; }
#xEt5i9rCOQOJLo5Wb2mT0sXDn4ibfQUM { color:#f4c720;display:block;width:7.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.749994277954rem;left:8.967968940735rem;height:2.19375rem;display:block; }
#OpGQnJ9fosIQbEyCOI13rAy3xaiTG6Q7 { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:14.374212265014rem;left:4.75rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoRTi9LUBTwPELzByPV0iXXoTuPUBhmc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.5) ;height:11rem;width:11.5625rem;top:3.3745613098144rem;left:6.6861982345581rem;overflow:hidden;display:block; }
#vzMdyFMTJ3OTp0uGrGS5NJ8qn7pf3Qyk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:20.5625rem;left:4.75rem;height:8.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ota60mDvUqvVzSfNm3sSsXebwhIIdh8U { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:20.625rem;top:9.5rem;left:2.1875rem;display:block; }
#DpQoMfZzr5CwGEAPQEe4P3zI3IDoMtFC { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ececec' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:25.9375rem;width:20.625rem;top:6.375rem;left:27.1875rem;display:block; }
#IRpBST0n1Ws2qi2QiqHwvBRvX7pprBVv { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:20.562498092651rem;left:54.750000953674rem;height:1.6625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ALwlu66SRTUNCDKIAIEkqTU4TuStiOE8 { color:#f4c720;display:block;width:7.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.746870040894rem;left:33.968750953674rem;height:2.19375rem;display:block; }
#V4i6C1PoX0I8WZhn6TCM2TB5DFT9LdN0 { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:14.374212265014rem;left:29.750000953674rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDcBbAmGpXQpHKy7hks0Dz13GTM2saS1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.5) ;height:11.4375rem;width:11.4375rem;top:3.1554687023163rem;left:31.781250953674rem;overflow:hidden;display:block; }
#bbTqXe7AS1fnGtXpXzGNfFJFfCvP5Mkh { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:20.625rem;top:9.5rem;left:27.1875rem;display:block; }
#Qwn3sTx2byfHRvWOWMQJouDVLHSgwrcR { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ececec' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ececec);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:25.9375rem;width:20.625rem;top:6.375rem;left:52.1875rem;display:block; }
#Jay9ZSVz5y71csdNzrvomWE6RsKMITCg { color:#f4c720;display:block;width:7.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.75rem;left:59rem;height:2.19375rem;display:block; }
#wvbXyuVquHCDtITTycy00L4zunklJwwK { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:15.700000047684rem;left:54.750000953674rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8lU5Gx3lQpgRgfpN3dbMPRhqA9TdBcV { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.375rem;border-top-right-radius:6.375rem;border-bottom-left-radius:6.375rem;border-bottom-right-radius:6.375rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.5) ;height:10.375rem;width:8.8125rem;top:4.0484373569489rem;left:58.093750953674rem;overflow:hidden;display:block; }
#wwGnbukPcrE8QzOPf50ZgnOyLmSlA9xH { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:20.625rem;top:9.5rem;left:52.1875rem;display:block; }
#MofZyQbTTdkZa4U3ims6gol0KTLkN7sP { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:19.942966461182rem;left:27.500000953674rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e50606, rgba(6,5,142,0.64));background-image: -moz-linear-gradient(180deg, #e50606, rgba(6,5,142,0.64));background-image: -ms-linear-gradient(180deg, #e50606, rgba(6,5,142,0.64));background-image: -o-linear-gradient(180deg, #e50606, rgba(6,5,142,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50606', endColorstr='#06058ea3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50606', endColorstr='#06058ea3' );";background-image: linear-gradient(180deg, #e50606, rgba(6,5,142,0.64));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; }#NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1 > .row .container { background-color: transparent; background-image: none; }#NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1 > .row .container > .video-iframe-container { display: none; }#NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1 > .row > .video-iframe-container { display: none; }#NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1 > .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); }#NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1 > .row .container { border-width: 0; border-radius: 0; }#NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row .container { background-color: transparent; background-image: none; }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row .container > .video-iframe-container { display: none; }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row > .video-iframe-container { display: none; }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .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); }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row .container { border-width: 0; border-radius: 0; }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#QFnNohwxvAHnc199phvOtNH5mMckhsRy { color:rgba(var(--color-primary-0),1);display:block;width:19.375rem;position:absolute;font-family:"samsung font";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.486722946167rem;left:27.812500953674rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJ5cKJhXI7f5TOmB3Wh7R2OPHfGUtHBT { color:#d7d7d7;display:block;width:41.375rem;position:absolute;font-family:"samsung font";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:0.9367126226425rem;left:17.498436927796rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w65qkmSLZNSddbFfXvXt9se5kwLn1FF0 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:10.0625rem;top:2.9742188453674rem;left:31.675000190735rem;overflow:hidden;display:none; }
#OHaGIabRPdqn9BHxEnGefA3310Dahw0V { background-color:#e50914;background-image:none;border-top:0;border-left:0;border-right:0.125rem solid #df5300;border-bottom:0.3125rem solid #df5300;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;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:"samsung font";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:36.049999713897rem;left:26.443749427796rem;display:none; }
#F7w5JZIm6qPtghRrwA26Zp0PadfusJKI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sbb4nEKia4wWu51Mv04JI5HSlwdbP1mu { color:#c70034;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:20.562500476837rem;left:28.018750190735rem;height:3.1625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KeLTTqE0bTvss3vLnbHfhGebO5fNbbCG { color:#c70034;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:21.524219989777rem;left:28.018750190735rem;height:4.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Hw9ickUWEH35rC04Pm3PZyNm1UtFhrWE { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ea0d0d, #0d0a0a);background-image: -moz-linear-gradient(180deg, #ea0d0d, #0d0a0a);background-image: -ms-linear-gradient(180deg, #ea0d0d, #0d0a0a);background-image: -o-linear-gradient(180deg, #ea0d0d, #0d0a0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0d0d', endColorstr='#0d0a0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0d0d', endColorstr='#0d0a0a' );";background-image: linear-gradient(180deg, #ea0d0d, #0d0a0a);background-size:auto !important;border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:39.4375rem;width:20.0625rem;top:1.125rem;left:51.3125rem;display:none; }
#eI6014zf0wGwH6fc6GqX9ipVeIZ0FT7J { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:29.375rem;left:6.4375rem;display:none; }
#m2pCVJthr0hEyEsCTEewqSa5QGRQLhP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:2.0625rem;left:0rem;display:none; }
#Pb99ZuZhkXcuO3xpnkFeEWUVFaxc8z6k { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:3.5rem;left:4.625rem;display:none; }
#Dfiyqiu4RgLmv9vIMybF2zJc1anOmc5H { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:61.25rem;left:4.5625rem;display:none; }
#dheVXKsxoLbCPO33xNVOpeWINrelrRUi { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:37.75rem;left:0rem;display:none; }
#x9dKfRwXfdSnUllvzNvHwMGN3KqeGF0N { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ea0d0d, #0d0a0a);background-image: -moz-linear-gradient(180deg, #ea0d0d, #0d0a0a);background-image: -ms-linear-gradient(180deg, #ea0d0d, #0d0a0a);background-image: -o-linear-gradient(180deg, #ea0d0d, #0d0a0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0d0d', endColorstr='#0d0a0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0d0d', endColorstr='#0d0a0a' );";background-image: linear-gradient(180deg, #ea0d0d, #0d0a0a);background-size:auto !important;border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:39.4375rem;width:20.0625rem;top:0.93671876192094rem;left:51.487500190735rem;display:none; }
#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row .container { background-color: transparent; background-image: none; }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row .container > .video-iframe-container { display: none; }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row > .video-iframe-container { display: none; }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .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); }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row .container { border-width: 0; border-radius: 0; }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row .container { font-size:0.875rem;font-family:arial;height:76.8125rem;width:75rem;position:relative;display:block; }#TXv4WRXuRcQi9lttdkOKQQOnMrLvWwzh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:12.1875rem;top:2.9742202758789rem;left:31.675000190735rem;overflow:hidden;display:block; }
#PfIka4XbdtBLerRiglumyOEKuiqyArkN { color:#c70034;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:25.5rem;left:28.812500953674rem;height:3.1625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f4fQoMPJN5ISXbUCZuQhzly4TuZVzzsS { color:#c70034;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:27.88046503067rem;left:28.812500953674rem;height:7.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OSh0neoJHhq85tTabkkckz8JCGUNBD55 { background-color:#e50914;background-image:none;border-top:0;border-left:0;border-right:0.125rem solid #df5300;border-bottom:0.3125rem solid #df5300;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;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:"samsung font";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:36.049999713897rem;left:26.443749427796rem;display:block; }
#rXXeFvxAZz7nLV6GMIfeyn9tVqpbWZGE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhTt86HMsyoTkdtg6ql07rTy6h35stgs { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1234375rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:72.521100997925rem;left:44.625000953674rem;height:1.2375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J9LTqWO91tdT4DWograhMZ6drtePypSF { color:#c4c4c4;display:block;width:33.8734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.8;letter-spacing:0;top:59.784381866455rem;left:41.126561164856rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C8ZcTFcBrPNePRtvQtPTBFbgbGWsdgy4 { color:rgba(var(--color-primary-0),1);display:block;width:41.875rem;position:absolute;font-family:"samsung font";font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:48.059383869171rem;left:0rem;height:8.6625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ID8MOApROm8A10g0SfphI61xyeTCTzrG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:59.08437538147rem;left:6.1875rem; }
#oZ25rM2WBC9oimzSIxJCGS0DlIxnCsq1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:59.08437538147rem;left:0.9375rem; }
#mc03ILCtTnoOC6ekhRxOv10Ef2JdXVBH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:59.08437538147rem;left:11.874999046326rem; }
#d30uRTDZyO4iNmRNEiTG0rPOFAPyPJDL { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ea0d0d, #0d0a0a);background-image: -moz-linear-gradient(180deg, #ea0d0d, #0d0a0a);background-image: -ms-linear-gradient(180deg, #ea0d0d, #0d0a0a);background-image: -o-linear-gradient(180deg, #ea0d0d, #0d0a0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0d0d', endColorstr='#0d0a0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0d0d', endColorstr='#0d0a0a' );";background-image: linear-gradient(180deg, #ea0d0d, #0d0a0a);background-size:auto !important;border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:39.4375rem;width:20.0625rem;top:0.86171543598175rem;left:51.468750953674rem;display:block; }
#Zf0cV1U3wWKNVi1Bt9hGtfdFXmyJt11b { color:#c70034;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:24.76718711853rem;left:53.312500953674rem;height:3.1625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iLaWh1ZRL55okuqzpgl81QmzR96SZfg2 { color:#c70034;display:block;width:17.375rem;position:absolute;font-family:monteserrat;font-size:3.3125rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:27.949997425079rem;left:52.423436164856rem;height:7.2875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5VOXCqEyuTEwdMXBvrldJSM3FTZI6Pc { background-color:#e50914;background-image:none;border-top:0;border-left:0;border-right:0.125rem solid #df5300;border-bottom:0.3125rem solid #df5300;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;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:"samsung font";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4rem;height:3.2625rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:36.750001490116rem;left:51.800000190735rem;display:block; }
#yFgT956T7ErTHiClLG03sSTbzRAhuLhv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ur0o66Oys4Lvyh4Q0tfwbIMMt5abhDzw { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:21.5625rem;left:6.875rem;display:none; }
#B054D8NvT2HgmrTS0s2GlVgL4oGTq8Q4 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:65.125rem;left:7.0625rem;display:none; }
#yPA1B5dAvZ1qL3ICeA6xsp7kWIGkKuxD { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:46.1875rem;left:7rem;display:none; }
#oBXGRNeaKfXNCgb9WxTnv4EMXlyPBJpU { color:rgba(var(--color-primary-0),1);display:block;width:13.0625rem;position:absolute;font-family:monteserrat;font-size:1.1875rem;font-weight:700;z-index:15039;line-height:.8;letter-spacing:0;top:29.848434925079rem;left:30.968750953674rem;height:0.95rem;text-align:center;text-align-last:center;display:block; }
#yKHTKMfNeRSTOdpnr7whf2IvWEURd2cD { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ea0d0d, #0d0a0a);background-image: -moz-linear-gradient(180deg, #ea0d0d, #0d0a0a);background-image: -ms-linear-gradient(180deg, #ea0d0d, #0d0a0a);background-image: -o-linear-gradient(180deg, #ea0d0d, #0d0a0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0d0d', endColorstr='#0d0a0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0d0d', endColorstr='#0d0a0a' );";background-image: linear-gradient(180deg, #ea0d0d, #0d0a0a);background-size:auto !important;border-top:0.5rem solid rgba(var(--color-primary-2),1);border-left:0.5rem solid rgba(var(--color-primary-2),1);border-right:0.5rem solid rgba(var(--color-primary-2),1);border-bottom:0.5rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:39.4375rem;width:20.0625rem;top:0rem;left:26.175000190735rem;display:block; }
#hWG623CqCMLsR7ABM8rJOC3V9tuF5baU { color:rgba(var(--color-primary-0),1);display:block;width:13.0625rem;position:absolute;font-family:monteserrat;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:.8;letter-spacing:0;top:29.84765625rem;left:55.468750953674rem;height:0.95rem;text-align:center;text-align-last:center;display:block; }
#VVbLv9V3FiW7EdazTqHT9wvfiOGInrX0 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:12.1875rem;top:2.9742155075073rem;left:56.406250953674rem;overflow:hidden;display:block; }
#XVlyDQtmlVwEApsQvxJToXzPlBH5oT7h { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:95.5625rem;left:0rem;display:none; }
#APlP3Ce1dJzdTTrPSrSTNTVTxis4d3rC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d3d3;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; }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row .container { background-color: transparent; background-image: none; }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row .container > .video-iframe-container { display: none; }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row > .video-iframe-container { display: none; }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .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); }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row .container { border-width: 0; border-radius: 0; }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#NCT2b4HXACiy6gtRA9XvRMzR33ba2QA0 { color:#282828;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.18124961853rem;left:17.217968940735rem;height:1.1375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bebxJob5TCdf164tgQKJLv1vT3mU18Ad { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:14.0625rem;top:1.6875rem;left:29.625000953674rem;overflow:hidden;display:block; }
#K3C0tG8roL7oUTbwTlau5JDwkKJmc6AC { color:rgba(var(--color-tertiary-3),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.25rem;left:16.625rem;height:1.38125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tiryl6TCCTVPf9RqaLp41gB5gp11de74 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:monteserrat;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4375rem;left:27.25rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U0yXUE3MGIdbDttQH8RDgEL3Gyw0nxkv { color:rgba(var(--color-tertiary-3),1);display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.324998855591rem;left:17.936718940735rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qG4ipViMnDXbUEE1LL9GgkgbP7GICD3I { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:6.3125rem;left:0rem;display:none; }
#qWEd250sJ47Khs2W9xqcQFWRwTSgwdel { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:7.5rem;left:3.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A { display:block; }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZN0vDBCgMDv3LUq3GhyMvIqzIvFCHKFN { width:6.0625rem;height:0.4375rem;top:1.8125rem;left:41.6875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEZNz4BxNuVdJIUXvekQsTIvTR25ErJZ { top:0.5rem;left:11.599999427796rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OE0G3eNuoODIliNPRNEVmm9yAUB91s4N { top:18rem;left:0rem;width:20.0625rem;height:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgJxTVogp2pWbKAg6pSWWBmPFTZHHaNP { top:30.3125rem;left:2.1140623092651rem;width:29.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giVheBrIPLloTUzgphDhfNkezRAzzu7D { top:26rem;left:0rem;width:16.875rem;height:3.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXHlKQOHPIw5caMLqQcMqoH94wbne71M { width:3.125rem;height:3.125rem;top:10.375rem;left:17.9375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kd4uWCCgdlmqNp0rERQ5s7OBQBbuZPdz { top:16.875rem;left:21.0625rem;width:26.6875rem;height:2.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ft1hpdhu2Ogt8Soqk39RUZ1JRsr8zqLh { top:2.5625rem;left:28.6875rem;width:19.0625rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVNVQ7fBSb2MzsmGIMcPheBv8QtT5NW3 { width:25.3125rem;height:3.5625rem;top:28.3125rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htnypVQxJU3HsTuOVMk5NVaRv6ots6iu { display:block; }
 }@media only screen and (max-width: 763px) { #JWWsKbf1AiZ79qrPTxA7Gatka3PITn4B { top:2.0625rem;left:12.101563453674rem;width:20rem;height:18.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogpri2IZwI1ylLFXODfvDp33Dukd44E9 { width:21.5rem;height:9.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t { display:block; }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqbE48SPnK4vG1em1ng9OEPi47PcTDhV { display:block; }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TILJDI3QS2Jl7s6aEo4JKTpZOtDGPvc8 { width:29.375rem;height:0.375rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbDDutmThBv2bg3UdmUlL4cXF6xI7HTL { width:29.375rem;height:0.1875rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7StfrTHmgVTweOTk3iMEX4Ncirb2Q7m { top:11.875rem;left:13.8125rem;width:33.9375rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqyLTzZQcvz6Ap63akeRP4Qxv35cbgpU { top:0rem;left:19.25rem;width:28.5rem;height:10.625rem;font-size:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMM9ueraWOAutTqTATxA5wmXBEU4HUE4 { top:21.75rem;left:35.25rem;width:12.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPVrfC7DDTUEOkef08EKK8cTLqyLS1yv { width:25.25rem;height:3.5rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALBJOUbf6eroxI2IQgbvdyrJlxHTI5H8 { display:block; }
 }@media only screen and (max-width: 763px) { #UUEHqt86XISzFkrd2gKd4TFDXnRTazDT { top:0.5625rem;left:0rem;width:18.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC { display:block; }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItAXWsgqdUbxRRld2e5zvL2C3UnoD1Rt { top:1.1875rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZzuPD8VBmWUwLmkhhXDIufe24NlWexa { top:22.25rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao6BTOBgXw2s3K26vDXg37vxfTIpubLM { top:9.5625rem;left:6.874218940735rem;width:34rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMGl0Uc0l4Kc1o83hMl2qSQzLlkGrqC4 { top:14.75rem;left:12.906250953674rem;width:21.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAZV5KU51wl9mbrUHfN94875tdE8SG5L { display:block; }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebWio0vuRKcSUFxfUFD6db2WgZ1lEtha { width:21.9375rem;height:3.6875rem;top:26.25rem;left:11.624218940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cltrwk2XTSTmOZK17VcyxuVd9J7IbVmK { display:block; }
 }@media only screen and (max-width: 763px) { #geMTuekDNhJqHmiPWV3EPwdPXnr0LPuI { top:0rem;left:3.4484376907349rem;width:38.3125rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBlCsqNck8KMu5xKTdobubrkMWlrPIXo { top:1.375rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE { display:block; }#mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE { display:block; }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqLQA9u7sZ8ZTATxgW1GTomocpFbdfCR { top:0rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz18yk2X27P5NvR4W6HdPnu1tKtiXWcy { top:4.0625rem;left:16.412499427796rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRVt3ey0P51VSxS7rPgFqKracaIPGmNI { display:block; }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URWckPCGzavpNmpERCPPqETwPUeINNdl { top:6.375rem;left:0rem;width:20.625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEt5i9rCOQOJLo5Wb2mT0sXDn4ibfQUM { top:17.6875rem;left:4.4054689407349rem;width:7.0625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpGQnJ9fosIQbEyCOI13rAy3xaiTG6Q7 { top:14.3125rem;left:0.1875rem;width:15.5rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoRTi9LUBTwPELzByPV0iXXoTuPUBhmc { top:3.3125rem;left:2.1236982345581rem;width:11.5625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzMdyFMTJ3OTp0uGrGS5NJ8qn7pf3Qyk { top:20.5625rem;left:0.1875rem;width:15.5rem;height:9.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ota60mDvUqvVzSfNm3sSsXebwhIIdh8U { top:9.5rem;left:0rem;width:20.625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpQoMfZzr5CwGEAPQEe4P3zI3IDoMtFC { top:6.375rem;left:11.125rem;width:20.625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRpBST0n1Ws2qi2QiqHwvBRvX7pprBVv { top:20.5rem;left:31.937500953674rem;width:15.5rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALwlu66SRTUNCDKIAIEkqTU4TuStiOE8 { top:16.6875rem;left:20.281250953674rem;width:7.0625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4i6C1PoX0I8WZhn6TCM2TB5DFT9LdN0 { top:14.3125rem;left:16.062500953674rem;width:15.5rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDcBbAmGpXQpHKy7hks0Dz13GTM2saS1 { top:3.125rem;left:18.093750953674rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbTqXe7AS1fnGtXpXzGNfFJFfCvP5Mkh { top:9.5rem;left:11.125rem;width:20.625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwn3sTx2byfHRvWOWMQJouDVLHSgwrcR { top:6.375rem;left:27rem;width:20.625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jay9ZSVz5y71csdNzrvomWE6RsKMITCg { top:17.75rem;left:36.1875rem;width:7.0625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvbXyuVquHCDtITTycy00L4zunklJwwK { top:15.6875rem;left:31.937500953674rem;width:15.5rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8lU5Gx3lQpgRgfpN3dbMPRhqA9TdBcV { top:4rem;left:35.281250953674rem;width:8.8125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwGnbukPcrE8QzOPf50ZgnOyLmSlA9xH { top:9.5rem;left:27rem;width:20.625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MofZyQbTTdkZa4U3ims6gol0KTLkN7sP { top:19.9375rem;left:11.75rem;width:20rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1 { display:block; }#NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDv204vfQNV1yBihRmIUi3ME2TXKutXm { display:block; }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFnNohwxvAHnc199phvOtNH5mMckhsRy { top:2.4375rem;left:14.187500953674rem;width:19.375rem;height:3.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ5cKJhXI7f5TOmB3Wh7R2OPHfGUtHBT { top:0.875rem;left:3.8734369277954rem;width:41.375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w65qkmSLZNSddbFfXvXt9se5kwLn1FF0 { top:2.9375rem;left:17.987500190735rem;width:10.0625rem;height:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHaGIabRPdqn9BHxEnGefA3310Dahw0V { width:20.4375rem;height:3.3125rem;top:36rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7w5JZIm6qPtghRrwA26Zp0PadfusJKI { display:block; }
 }@media only screen and (max-width: 763px) { #sbb4nEKia4wWu51Mv04JI5HSlwdbP1mu { top:37.1875rem;left:0rem;width:17.25rem;height:3.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeLTTqE0bTvss3vLnbHfhGebO5fNbbCG { top:41rem;left:0rem;width:17.25rem;height:4.375rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hw9ickUWEH35rC04Pm3PZyNm1UtFhrWE { top:1.125rem;left:26.5625rem;width:20.0625rem;height:39.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eI6014zf0wGwH6fc6GqX9ipVeIZ0FT7J { top:29.375rem;left:0rem;width:7.0625rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2pCVJthr0hEyEsCTEewqSa5QGRQLhP6 { top:2.0625rem;left:0rem;width:20rem;height:2.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pb99ZuZhkXcuO3xpnkFeEWUVFaxc8z6k { top:3.5rem;left:0rem;width:20rem;height:;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dfiyqiu4RgLmv9vIMybF2zJc1anOmc5H { top:61.25rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dheVXKsxoLbCPO33xNVOpeWINrelrRUi { top:37.75rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9dKfRwXfdSnUllvzNvHwMGN3KqeGF0N { top:0.875rem;left:26.5625rem;width:20.0625rem;height:39.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 { display:block; }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXv4WRXuRcQi9lttdkOKQQOnMrLvWwzh { top:2.9375rem;left:17.987500190735rem;width:12.1875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfIka4XbdtBLerRiglumyOEKuiqyArkN { top:25.5rem;left:14.375rem;width:17.375rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4fQoMPJN5ISXbUCZuQhzly4TuZVzzsS { top:27.875rem;left:14.375rem;width:17.375rem;height:7.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSh0neoJHhq85tTabkkckz8JCGUNBD55 { width:20.4375rem;height:3.3125rem;top:36rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXXeFvxAZz7nLV6GMIfeyn9tVqpbWZGE { display:block; }
 }@media only screen and (max-width: 763px) { #rhTt86HMsyoTkdtg6ql07rTy6h35stgs { top:72.5rem;left:5.6875rem;width:26.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9LTqWO91tdT4DWograhMZ6drtePypSF { top:59.75rem;left:0rem;width:33.8125rem;height:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8ZcTFcBrPNePRtvQtPTBFbgbGWsdgy4 { top:48rem;left:0rem;width:41.875rem;height:8.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID8MOApROm8A10g0SfphI61xyeTCTzrG { top:59.0625rem;left:1.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ25rM2WBC9oimzSIxJCGS0DlIxnCsq1 { top:59.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc03ILCtTnoOC6ekhRxOv10Ef2JdXVBH { top:59.0625rem;left:7.3124990463256rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d30uRTDZyO4iNmRNEiTG0rPOFAPyPJDL { top:0.8125rem;left:26.5625rem;width:20.0625rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf0cV1U3wWKNVi1Bt9hGtfdFXmyJt11b { top:24.75rem;left:30.25rem;width:17.375rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLaWh1ZRL55okuqzpgl81QmzR96SZfg2 { top:27.9375rem;left:30.25rem;width:17.375rem;height:7.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5VOXCqEyuTEwdMXBvrldJSM3FTZI6Pc { width:20.375rem;height:3.25rem;top:36.75rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFgT956T7ErTHiClLG03sSTbzRAhuLhv { display:block; }
 }@media only screen and (max-width: 763px) { #ur0o66Oys4Lvyh4Q0tfwbIMMt5abhDzw { top:21.5625rem;left:2.3437500596046rem;width:6.1875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B054D8NvT2HgmrTS0s2GlVgL4oGTq8Q4 { top:65.125rem;left:2.5312500596046rem;width:5.8125rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPA1B5dAvZ1qL3ICeA6xsp7kWIGkKuxD { top:46.1875rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBXGRNeaKfXNCgb9WxTnv4EMXlyPBJpU { top:29.8125rem;left:17.281250953674rem;width:13.0625rem;height:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKHTKMfNeRSTOdpnr7whf2IvWEURd2cD { top:0rem;left:10.6875rem;width:20.0625rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWG623CqCMLsR7ABM8rJOC3V9tuF5baU { top:29.8125rem;left:32.656250953674rem;width:13.0625rem;height:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVbLv9V3FiW7EdazTqHT9wvfiOGInrX0 { top:2.9375rem;left:33.593750953674rem;width:12.1875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVlyDQtmlVwEApsQvxJToXzPlBH5oT7h { top:95.5625rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #APlP3Ce1dJzdTTrPSrSTNTVTxis4d3rC { display:none; }
 }@media only screen and (max-width: 763px) { #MmDKgg1wS39W9hq5LiccuycJKTyWH1VV { display:block; }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCT2b4HXACiy6gtRA9XvRMzR33ba2QA0 { top:14.125rem;left:3.5929689407349rem;width:40.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bebxJob5TCdf164tgQKJLv1vT3mU18Ad { top:1.6875rem;left:16.000000953674rem;width:14.0625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3C0tG8roL7oUTbwTlau5JDwkKJmc6AC { top:10.25rem;left:2.9999990463257rem;width:40.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiryl6TCCTVPf9RqaLp41gB5gp11de74 { top:7.4375rem;left:13.625000953674rem;width:19.3125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0yXUE3MGIdbDttQH8RDgEL3Gyw0nxkv { top:12.3125rem;left:4.3117189407349rem;width:40.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG4ipViMnDXbUEE1LL9GgkgbP7GICD3I { top:6.3125rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWEd250sJ47Khs2W9xqcQFWRwTSgwdel { top:7.5rem;left:0rem;width:12.5rem;height:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #de0909, #000000);background-image: -moz-linear-gradient(180deg, #de0909, #000000);background-image: -ms-linear-gradient(180deg, #de0909, #000000);background-image: -o-linear-gradient(180deg, #de0909, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0909', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0909', endColorstr='#000000' );";background-image: linear-gradient(180deg, #de0909, #000000);background-size:auto !important;position:relative;z-index:auto;display:block; }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row .container { background-color: transparent; background-image: none; }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row .container > .video-iframe-container { display: none; }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row > .video-iframe-container { display: none; }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .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); }#vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZN0vDBCgMDv3LUq3GhyMvIqzIvFCHKFN { width:6.0625rem;height:auto;top:1.8125rem;left:6.9375rem;font-size:0.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nEZNz4BxNuVdJIUXvekQsTIvTR25ErJZ { width:12.5rem;height:1.3rem;top:0rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c0101, #2e0303);background-image: -moz-linear-gradient(180deg, #0c0101, #2e0303);background-image: -ms-linear-gradient(180deg, #0c0101, #2e0303);background-image: -o-linear-gradient(180deg, #0c0101, #2e0303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0101', endColorstr='#2e0303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0101', endColorstr='#2e0303' );";background-image: linear-gradient(180deg, #0c0101, #2e0303);background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OE0G3eNuoODIliNPRNEVmm9yAUB91s4N { width:14.559375rem;height:11.55rem;top:43.987500190735rem;left:2.7203124165535rem;font-size:1.3125rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0);color:rgba(255,255,255,0.85);font-family:var(--headlines-font-family);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #HgJxTVogp2pWbKAg6pSWWBmPFTZHHaNP { width:20rem;height:auto;top:30.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0070e8;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #giVheBrIPLloTUzgphDhfNkezRAzzu7D { width:16.3109375rem;height:4.05rem;top:38.375rem;left:1.8445313572884rem;font-size:1.125rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.74);color:#d0d0d0;font-weight:300;font-style:italic;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #pXHlKQOHPIw5caMLqQcMqoH94wbne71M { width:3.125rem;height:3.125rem;top:42.811415672303rem;left:2.7191842198372rem;font-size:2.1875rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #kd4uWCCgdlmqNp0rERQ5s7OBQBbuZPdz { width:10.374375rem;height:0;top:47.477214813233rem;left:4.8122830986977rem;font-size:1.5rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0);color:#eaeaea;line-height:1;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #Ft1hpdhu2Ogt8Soqk39RUZ1JRsr8zqLh { width:16rem;height:20rem;top:8.875rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVNVQ7fBSb2MzsmGIMcPheBv8QtT5NW3 { width:17.3rem;height:3.025rem;top:57.22500038147rem;left:1.3312500119209rem;font-size:1.375rem;font-family:"russo one";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #htnypVQxJU3HsTuOVMk5NVaRv6ots6iu { display:block; }
 }@media only screen and (max-width: 763px) { #JWWsKbf1AiZ79qrPTxA7Gatka3PITn4B { width:20rem;height:6.3375rem;top:29.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ogpri2IZwI1ylLFXODfvDp33Dukd44E9 { top:0.625rem;left:3.2187500596046rem;width:13.5625rem;height:5.6875rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #0b00cc);background-image: -moz-linear-gradient(180deg, #ff0000, #0b00cc);background-image: -ms-linear-gradient(180deg, #ff0000, #0b00cc);background-image: -o-linear-gradient(180deg, #ff0000, #0b00cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#0b00cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#0b00cc' );";background-image: linear-gradient(180deg, #ff0000, #0b00cc);background-size:auto !important;display:block; }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row .container { background-color: transparent; background-image: none; }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row .container > .video-iframe-container { display: none; }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row > .video-iframe-container { display: none; }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .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); }#ew4ltahi3XrH4oaMcixsZLQ5H0qSm31t > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqbE48SPnK4vG1em1ng9OEPi47PcTDhV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #231a1d, #050505);background-image: -moz-linear-gradient(180deg, #231a1d, #050505);background-image: -ms-linear-gradient(180deg, #231a1d, #050505);background-image: -o-linear-gradient(180deg, #231a1d, #050505);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#231a1d', endColorstr='#050505' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#231a1d', endColorstr='#050505' );";background-image: linear-gradient(180deg, #231a1d, #050505);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row .container { background-color: transparent; background-image: none; }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row .container > .video-iframe-container { display: none; }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row > .video-iframe-container { display: none; }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .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); }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row .container { border-width: 0; border-radius: 0; }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TILJDI3QS2Jl7s6aEo4JKTpZOtDGPvc8 { width:20rem;height:0.375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbDDutmThBv2bg3UdmUlL4cXF6xI7HTL { width:20rem;height:0.1875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7StfrTHmgVTweOTk3iMEX4Ncirb2Q7m { width:20rem;height:8.925rem;top:9.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqyLTzZQcvz6Ap63akeRP4Qxv35cbgpU { width:20rem;height:2.6rem;top:2.1117191314698rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMM9ueraWOAutTqTATxA5wmXBEU4HUE4 { width:12.5rem;height:6.5rem;top:20.337500572204rem;left:3.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPVrfC7DDTUEOkef08EKK8cTLqyLS1yv { width:18.8375rem;height:3.45rem;top:55.436719894409rem;left:0.58125001192093rem;font-size:1.375rem;font-family:"russo one";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ALBJOUbf6eroxI2IQgbvdyrJlxHTI5H8 { display:block; }
 }@media only screen and (max-width: 763px) { #UUEHqt86XISzFkrd2gKd4TFDXnRTazDT { width:18.75rem;height:23.5rem;top:30.837497711182rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC { background-color:transparent;background-image:none;display:block; }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row .container { background-color: transparent; background-image: none; }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row .container > .video-iframe-container { display: none; }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row > .video-iframe-container { display: none; }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .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); }#Zgq3JWKcm8ZFpETtql7rFwIAIP188nfC > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItAXWsgqdUbxRRld2e5zvL2C3UnoD1Rt { width:16.6859375rem;height:1.58125rem;top:2.8742189407349rem;left:1.6570313572884rem;font-size:1.4375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,204,0,0.46);display:block; }
 }@media only screen and (max-width: 763px) { #pZzuPD8VBmWUwLmkhhXDIufe24NlWexa { width:18.4984375rem;height:8.925rem;top:7.910937309265rem;left:0.75078123807906rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ao6BTOBgXw2s3K26vDXg37vxfTIpubLM { width:20rem;height:3.4125rem;top:19.024219512939rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMGl0Uc0l4Kc1o83hMl2qSQzLlkGrqC4 { width:20rem;height:2.6rem;top:24.93593788147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAZV5KU51wl9mbrUHfN94875tdE8SG5L { background-color:transparent;background-image:none;display:block; }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row .container { background-color: transparent; background-image: none; }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row .container > .video-iframe-container { display: none; }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row > .video-iframe-container { display: none; }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .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); }#zAZV5KU51wl9mbrUHfN94875tdE8SG5L > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebWio0vuRKcSUFxfUFD6db2WgZ1lEtha { width:19.8875rem;height:3.1625rem;top:17.524219036103rem;left:0rem;font-size:1.625rem;font-family:"samsung font";font-weight:700;font-style:normal;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,204,0,0.26) ;display:block; }
 }@media only screen and (max-width: 763px) { #Cltrwk2XTSTmOZK17VcyxuVd9J7IbVmK { display:block; }
 }@media only screen and (max-width: 763px) { #geMTuekDNhJqHmiPWV3EPwdPXnr0LPuI { width:20rem;height:13.278125rem;top:1.796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBlCsqNck8KMu5xKTdobubrkMWlrPIXo { top:15.356250286102rem;left:3.7500000596046rem;width:12.5rem;height:0.975rem;z-index:15013;color:rgba(var(--color-secondary-0),1);text-align:center;text-align-last:center;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE { display:block; }#mokXTLAR0imoWgoQG7gzKEfWeDuoXfOE > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE { background-color:transparent;background-image:none;display:block; }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row .container { background-color: transparent; background-image: none; }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row .container > .video-iframe-container { display: none; }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row > .video-iframe-container { display: none; }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .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); }#WOvaJteDfBwTDEgu3DO5AaTFIOCE9tHE > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqLQA9u7sZ8ZTATxgW1GTomocpFbdfCR { width:19.625rem;height:13.75rem;top:1.0624971389771rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lz18yk2X27P5NvR4W6HdPnu1tKtiXWcy { width:12.5rem;height:3.9rem;top:14.961718082428rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRVt3ey0P51VSxS7rPgFqKracaIPGmNI { background-color:transparent;background-image:none;display:block; }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row .container { background-color: transparent; background-image: none; }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row .container > .video-iframe-container { display: none; }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row > .video-iframe-container { display: none; }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .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); }#uRVt3ey0P51VSxS7rPgFqKracaIPGmNI > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URWckPCGzavpNmpERCPPqETwPUeINNdl { width:20rem;height:25.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEt5i9rCOQOJLo5Wb2mT0sXDn4ibfQUM { width:7.0625rem;height:2.19375rem;top:12.624219894409rem;left:6.780468940735rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpGQnJ9fosIQbEyCOI13rAy3xaiTG6Q7 { width:15.5rem;height:2.1rem;top:9.2484397888181rem;left:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoRTi9LUBTwPELzByPV0iXXoTuPUBhmc { width:11.5625rem;height:11rem;top:-1.7507820129394rem;left:4.4984369277954rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzMdyFMTJ3OTp0uGrGS5NJ8qn7pf3Qyk { width:15.5rem;height:9.975rem;top:16.000001907349rem;left:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ota60mDvUqvVzSfNm3sSsXebwhIIdh8U { width:20rem;height:0.8125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpQoMfZzr5CwGEAPQEe4P3zI3IDoMtFC { width:20rem;height:25.9375rem;top:34.156250953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRpBST0n1Ws2qi2QiqHwvBRvX7pprBVv { width:15.5rem;height:1.6625rem;top:81.2500038147rem;left:2.2500000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALwlu66SRTUNCDKIAIEkqTU4TuStiOE8 { width:7.0625rem;height:2.19375rem;top:46.80859375rem;left:6.4687500596044rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4i6C1PoX0I8WZhn6TCM2TB5DFT9LdN0 { width:15.5rem;height:2.1rem;top:43.37343788147rem;left:2.2500000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDcBbAmGpXQpHKy7hks0Dz13GTM2saS1 { width:10.1875rem;height:10.1875rem;top:32.375rem;left:4.9062500596046rem;overflow:hidden;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #bbTqXe7AS1fnGtXpXzGNfFJFfCvP5Mkh { width:20rem;height:0.8125rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwn3sTx2byfHRvWOWMQJouDVLHSgwrcR { width:20rem;height:25.9375rem;top:65.2499961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jay9ZSVz5y71csdNzrvomWE6RsKMITCg { width:7.0625rem;height:2.19375rem;top:78.43750190735rem;left:6.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvbXyuVquHCDtITTycy00L4zunklJwwK { width:15.5rem;height:2.1rem;top:76.387500762938rem;left:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8lU5Gx3lQpgRgfpN3dbMPRhqA9TdBcV { width:9.3125rem;height:10.9375rem;top:64.735939025881rem;left:5.90625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wwGnbukPcrE8QzOPf50ZgnOyLmSlA9xH { width:20rem;height:0.8125rem;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MofZyQbTTdkZa4U3ims6gol0KTLkN7sP { width:20rem;height:4.63125rem;top:50.068752288818rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1 { display:block; }#NAPtkh9k4nuWH0SgTOvTP5dLqeary9T1 > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDv204vfQNV1yBihRmIUi3ME2TXKutXm { background-color:transparent;background-image:none;display:block; }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row .container { background-color: transparent; background-image: none; }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row .container > .video-iframe-container { display: none; }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row > .video-iframe-container { display: none; }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .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); }#NDv204vfQNV1yBihRmIUi3ME2TXKutXm > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFnNohwxvAHnc199phvOtNH5mMckhsRy { width:20rem;height:4.2625rem;top:6.1374883651733rem;left:0rem;font-size:1.9375rem;color:rgba(237,236,248,0.87);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJ5cKJhXI7f5TOmB3Wh7R2OPHfGUtHBT { width:17.5rem;height:0;top:6.9rem;left:1.25rem;font-size:1.75rem;color:#eaeaea;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w65qkmSLZNSddbFfXvXt9se5kwLn1FF0 { width:14.0625rem;height:21.3125rem;top:13.4375rem;left:3rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OHaGIabRPdqn9BHxEnGefA3310Dahw0V { width:17.3875rem;height:3.35rem;top:47.03750038147rem;left:1.2874999642372rem;font-size:1.375rem;font-family:"russo one";font-weight:400;font-style:normal;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #F7w5JZIm6qPtghRrwA26Zp0PadfusJKI { display:block; }
 }@media only screen and (max-width: 763px) { #sbb4nEKia4wWu51Mv04JI5HSlwdbP1mu { width:17.3109375rem;height:3.1625rem;top:38.637483596802rem;left:1.3445313572884rem;font-size:1.4375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #KeLTTqE0bTvss3vLnbHfhGebO5fNbbCG { width:17.3109375rem;height:6.6rem;top:40.4375rem;left:1.3445313572884rem;font-size:3rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Hw9ickUWEH35rC04Pm3PZyNm1UtFhrWE { width:19rem;height:39.4375rem;top:13.4375rem;left:0rem;border-top:0.5rem solid #ff0000;border-left:0.5rem solid #ff0000;border-right:0.5rem solid #ff0000;border-bottom:0.5rem solid #ff0000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #eI6014zf0wGwH6fc6GqX9ipVeIZ0FT7J { top:33.256249427796rem;left:7.9062505364419rem;width:4.1875rem;height:1.54375rem;z-index:15034;color:rgba(var(--color-primary-0),1);font-family:monteserrat;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2pCVJthr0hEyEsCTEewqSa5QGRQLhP6 { top:1rem;left:0rem;width:20rem;height:3.0875rem;z-index:15035;color:rgba(var(--color-primary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:amsipro-black;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb99ZuZhkXcuO3xpnkFeEWUVFaxc8z6k { top:55.300001144409rem;left:3.5937500596046rem;width:12.8125rem;height:4.5rem;z-index:15041;font-size:2.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Dfiyqiu4RgLmv9vIMybF2zJc1anOmc5H { top:59.800001144409rem;left:3.7500000596046rem;width:12.5rem;height:1.86875rem;z-index:15042;color:rgba(var(--color-secondary-0),1);font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dheVXKsxoLbCPO33xNVOpeWINrelrRUi { top:42.300001144409rem;left:3.5312500596046rem;width:12.9375rem;height:1.6875rem;z-index:15043;line-height:1.5;font-family:monteserrat;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-0),1);font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9dKfRwXfdSnUllvzNvHwMGN3KqeGF0N { width:19rem;height:39.4375rem;top:5.2109375rem;left:0rem;border-top:0.5rem solid #ff0000;border-left:0.5rem solid #ff0000;border-right:0.5rem solid #ff0000;border-bottom:0.5rem solid #ff0000;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 { background-color:transparent;background-image:none;display:block; }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row .container { background-color: transparent; background-image: none; }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row .container > .video-iframe-container { display: none; }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row > .video-iframe-container { display: none; }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .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); }#PIMz9Eg4QCqn5Odiu9OGIRA3WwZQNu32 > .row .container { width:20rem;height:161.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXv4WRXuRcQi9lttdkOKQQOnMrLvWwzh { width:13.1875rem;height:19.9375rem;top:5.8500022888184rem;left:3.4062500596046rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PfIka4XbdtBLerRiglumyOEKuiqyArkN { width:17.3109375rem;height:3.1625rem;top:30.374999642372rem;left:1.3445313572884rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4fQoMPJN5ISXbUCZuQhzly4TuZVzzsS { width:17.3109375rem;height:6.1875rem;top:33.487499713897rem;left:1.3445313572884rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSh0neoJHhq85tTabkkckz8JCGUNBD55 { width:17.425rem;height:3.4rem;top:39.625rem;left:1.25rem;font-size:1.375rem;font-family:"russo one";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rXXeFvxAZz7nLV6GMIfeyn9tVqpbWZGE { display:block; }
 }@media only screen and (max-width: 763px) { #rhTt86HMsyoTkdtg6ql07rTy6h35stgs { width:13.56175rem;height:2.625rem;top:151.375rem;left:3.25rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#959595;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J9LTqWO91tdT4DWograhMZ6drtePypSF { width:20rem;height:11.475rem;top:138.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8ZcTFcBrPNePRtvQtPTBFbgbGWsdgy4 { width:20rem;height:11rem;top:127.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ID8MOApROm8A10g0SfphI61xyeTCTzrG { display:flex;width:3.125rem;height:3.125rem;top:155.8125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #oZ25rM2WBC9oimzSIxJCGS0DlIxnCsq1 { display:flex;width:3.125rem;height:3.125rem;top:155.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #mc03ILCtTnoOC6ekhRxOv10Ef2JdXVBH { display:flex;width:3.125rem;height:3.125rem;top:155.8125rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #d30uRTDZyO4iNmRNEiTG0rPOFAPyPJDL { width:19rem;height:39.4375rem;top:52.3125rem;left:0rem;border-top:0.5rem solid #ff0000;border-left:0.5rem solid #ff0000;border-right:0.5rem solid #ff0000;border-bottom:0.5rem solid #ff0000;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Zf0cV1U3wWKNVi1Bt9hGtfdFXmyJt11b { width:17.375rem;height:3.1625rem;top:77.6875rem;left:1.3125rem;font-size:1.4375rem;color:#fffbfc;display:block; }
 }@media only screen and (max-width: 763px) { #iLaWh1ZRL55okuqzpgl81QmzR96SZfg2 { width:17.375rem;height:6.1875rem;top:81.562501430512rem;left:0.86171871423719rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5VOXCqEyuTEwdMXBvrldJSM3FTZI6Pc { width:18.875rem;height:3.25rem;top:88.25rem;left:0.375rem;font-size:1.375rem;font-family:"russo one";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yFgT956T7ErTHiClLG03sSTbzRAhuLhv { display:block; }
 }@media only screen and (max-width: 763px) { #ur0o66Oys4Lvyh4Q0tfwbIMMt5abhDzw { top:24.4375rem;left:7.75rem;width:4.5rem;height:1.3rem;z-index:15039;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #B054D8NvT2HgmrTS0s2GlVgL4oGTq8Q4 { top:73.1875rem;left:7.8125rem;width:4.4375rem;height:1.3rem;z-index:15040;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #yPA1B5dAvZ1qL3ICeA6xsp7kWIGkKuxD { top:46.500013351441rem;left:2.8125000596046rem;width:14.375rem;height:3.5rem;z-index:15041;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-0),1);font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oBXGRNeaKfXNCgb9WxTnv4EMXlyPBJpU { width:13.0625rem;height:0.95rem;top:82.812486171725rem;left:3.4687500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKHTKMfNeRSTOdpnr7whf2IvWEURd2cD { width:19rem;height:39.375rem;top:5.4375rem;left:0rem;border-top:0.5rem solid #ff0000;border-left:0.5rem solid #ff0000;border-right:0.5rem solid #ff0000;border-bottom:0.5rem solid #ff0000;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #hWG623CqCMLsR7ABM8rJOC3V9tuF5baU { width:13.0625rem;height:0.95rem;top:34.937499523163rem;left:3.4687500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVbLv9V3FiW7EdazTqHT9wvfiOGInrX0 { width:12.1875rem;height:18.5rem;top:56.037502288818rem;left:3.9062500596046rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XVlyDQtmlVwEApsQvxJToXzPlBH5oT7h { top:103.82502746582rem;left:0rem;width:20rem;height:15.84375rem;z-index:15042;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;font-family:monteserrat;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APlP3Ce1dJzdTTrPSrSTNTVTxis4d3rC { display:flex;top:96.825004577638rem;left:7.3750005364419rem;width:5.25rem;height:5.25rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #MmDKgg1wS39W9hq5LiccuycJKTyWH1VV { background-color:#bcbcbc;background-image:none;display:block; }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row .container { background-color: transparent; background-image: none; }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row .container > .video-iframe-container { display: none; }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row > .video-iframe-container { display: none; }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .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); }#MmDKgg1wS39W9hq5LiccuycJKTyWH1VV > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCT2b4HXACiy6gtRA9XvRMzR33ba2QA0 { width:20rem;height:0.975rem;top:15.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bebxJob5TCdf164tgQKJLv1vT3mU18Ad { width:10.5625rem;height:4.625rem;top:0rem;left:4.7187500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K3C0tG8roL7oUTbwTlau5JDwkKJmc6AC { width:12.5625rem;height:1.95rem;top:11.0625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiryl6TCCTVPf9RqaLp41gB5gp11de74 { width:19.3125rem;height:1.625rem;top:4.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0yXUE3MGIdbDttQH8RDgEL3Gyw0nxkv { width:20rem;height:0.975rem;top:13.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qG4ipViMnDXbUEE1LL9GgkgbP7GICD3I { top:6.3125rem;left:0rem;width:20rem;height:;z-index:15019;text-align:center;text-align-last:center;color:#3b3c3c;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWEd250sJ47Khs2W9xqcQFWRwTSgwdel { top:7.53125rem;left:3.7500000596046rem;width:12.5rem;height:2.68125rem;z-index:15020;text-align:center;text-align-last:center;color:#3b3c3c;font-size:0.6875rem;display:block; }
 }