.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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, #000000);background-image: -moz-linear-gradient(180deg, #0e0e0e, #000000);background-image: -ms-linear-gradient(180deg, #0e0e0e, #000000);background-image: -o-linear-gradient(180deg, #0e0e0e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0e0e0e, #000000);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:#ededed;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:0.125rem;width:75rem;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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; }#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 { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .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 { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#OE0G3eNuoODIliNPRNEVmm9yAUB91s4N { color:#f6f6f6;display:block;width:14.5625rem;position:absolute;font-family:"russo one";font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:7.408203125rem;left:30.21875rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZN0vDBCgMDv3LUq3GhyMvIqzIvFCHKFN { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:"russo one";font-size:3.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.44);top:2.9951171875rem;left:16.375rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pXHlKQOHPIw5caMLqQcMqoH94wbne71M { box-sizing:content-box;color:#ffcc00;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:#f6f6f6;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; }
#ZfZivTkDZMiyhyT38U6et6ysHcgTTnbB { position:absolute;display:block;z-index:15014;border-top:0.25rem solid #948f2c;border-left:0.25rem solid #948f2c;border-right:0.25rem solid #948f2c;border-bottom:0.25rem solid #948f2c;box-shadow: none;height:31.25rem;width:55.6875rem;top:14.4375rem;left:9.40625rem;display:block; }
#VBzrlgiOevpO1hF2BTbi2iFxrT2AD4yU { position:absolute;display:block;z-index:15015;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.9375rem;width:0.9375rem;top:7.408203125rem;left:44.78125rem;overflow:hidden;display:block; }
#quqOBONEgvobAtLpCzHg6PFRcyz2vtQ1 { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.6875rem;top:4.1875rem;left:2.9375rem;display:none; }
#vxcZfrrILsFymXV5OLJDnpiy8HxznOox { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -moz-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -ms-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -o-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcc00' );";background-image: linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);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:21.9375rem;top:14.625rem;left:1.75rem;display:none; }
#lbHIxbnVRE7TqmzWwk9M3A9CtJ3yUFIe { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -moz-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -ms-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -o-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcc00' );";background-image: linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);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:21.9375rem;top:14.625rem;left:1.75rem;display:none; }
#CqbE48SPnK4vG1em1ng9OEPi47PcTDhV { 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; }#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:43.4375rem;width:75rem;position:relative;display:block; }#kCc39ZNaJCQVZvRFJ1MfqlSISN8cqWKA { position:absolute;display:block;z-index:15000;border-top:0.1875rem solid #948f2c;border-left:0.1875rem solid #948f2c;border-right:0.1875rem solid #948f2c;border-bottom:0.1875rem solid #948f2c;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.5) ;height:27.3125rem;width:48.9375rem;top:6rem;left:24.9375rem;display:block; }
#W6mBeHACioH1bLaTot4vlVlimizgdVFh { color:#e5e5e5;display:block;width:21.5625rem;position:absolute;font-family:"samsung font";font-size:3.0625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(229,229,229,0.31);top:6rem;left:1.4375rem;height:6.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LbDDutmThBv2bg3UdmUlL4cXF6xI7HTL { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -moz-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -ms-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -o-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcc00' );";background-image: linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);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:21.9375rem;top:14.625rem;left:1.75rem;display:block; }
#s7StfrTHmgVTweOTk3iMEX4Ncirb2Q7m { color:#dedede;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:17.40625rem;left:1.4375rem;height:15.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#QDQ5CuieArWSCPWNenKhEKEPEReL9nfw { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -moz-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -ms-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -o-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcc00' );";background-image: linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);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:21.9375rem;top:13.75rem;left:1.4375rem;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:130.375rem;width:75rem;position:relative;display:block; }#ItAXWsgqdUbxRRld2e5zvL2C3UnoD1Rt { color:#ffcc00;display:block;width:23.0625rem;position:absolute;font-family:"samsung font";font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.25rem;left:37.466796875rem;height:5.7734375rem;font-style:normal;display:block; }
#pZzuPD8VBmWUwLmkhhXDIufe24NlWexa { color:#dedede;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.640625rem;left:38.279296875rem;height:7.871125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#uWyheklV8gJVTPPUiMw24xu16wQdOlyL { color:#ffcc00;display:block;width:18.0625rem;position:absolute;font-family:"samsung font";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:39.583984375rem;left:8.37109375rem;height:5.7734375rem;font-style:normal;display:block; }
#ID485RKwr9eTqvwzz63AqUfyu7WW2SGL { color:#ffcc00;display:block;width:15.875rem;position:absolute;font-family:"samsung font";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:71.1923828125rem;left:41.6240234375rem;height:5.7734375rem;font-style:normal;display:block; }
#BQ6ENuRuFyDHrxePeSLQK7I3IypPeSGS { color:#dedede;display:block;width:19.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:46.34375rem;left:7.68359375rem;height:11.0195rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#hleglMFTUt2xEWKRmr6uRaeddJqLhpRv { color:#dedede;display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:78.0517578125rem;left:40.7490234375rem;height:11.0195rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Xo4K6nPbbhMDdc5ykyQ8B5X3u6tQ5zHK { position:absolute;display:block;z-index:15007;border-top:0.1875rem solid #948f2c;border-left:0.1875rem solid #948f2c;border-right:0.1875rem solid #948f2c;border-bottom:0.1875rem solid #948f2c;box-shadow: none;height:29.5625rem;width:52.8125rem;top:100.375rem;left:10.90625rem;display:block; }
#MRQDBbdeBIZKxtcdWEXvDfxNMiNrtAht { position:absolute;display:block;z-index:15008;border-top:0.1875rem solid #948f2c;border-left:0.1875rem solid #948f2c;border-right:0.1875rem solid #948f2c;border-bottom:0.1875rem solid #948f2c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:28.1875rem;top:4.25rem;left:3.12109375rem;overflow:hidden;display:block; }
#CIcKziHw02qcHcdfZ7K6gW1u9ldqiEAf { position:absolute;display:block;z-index:15009;border-top:0.1875rem solid #948f2c;border-left:0.1875rem solid #948f2c;border-right:0.1875rem solid #948f2c;border-bottom:0.1875rem solid #948f2c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:29.4375rem;top:39.583984375rem;left:40.7490234375rem;overflow:hidden;display:block; }
#ZdT0U9KZyOPlTpEEHVQMBH4x0KWAPW18 { position:absolute;display:block;z-index:15010;border-top:0.1875rem solid #948f2c;border-left:0.1875rem solid #948f2c;border-right:0.1875rem solid #948f2c;border-bottom:0.1875rem solid #948f2c;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.4375rem;width:29.5rem;top:71.1923828125rem;left:2.65234375rem;overflow:hidden;display:block; }
#SLt9uOPAt0FupzdoNI5kKJqJlfSeTXxs { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -moz-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -ms-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -o-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcc00' );";background-image: linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);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:21.9375rem;top:14.625rem;left:1.75rem;display:none; }
#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; }#H36CW4Fw4mSc1wvOllMc1Z76OTZu4csm { color:#ffcc00;display:block;width:45.874rem;position:absolute;font-family:"samsung font";font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.6865234375rem;left:14.5615234375rem;height:2.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tKtyPVeF4TbI5GT7nqFGml1VIWKDhLWf { box-sizing:content-box;color:#ffcc00;font-size:2.875rem;font-weight:400;line-height:1;height:4.1862rem;width:4.1862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15007;top:11.5625rem;left:38.6875rem;display:block; }
#HB5QdpftBFSkVq4G4h7MTAy6iu6FraDw { color:#e4e4e4;display:block;width:20.811625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:12.1875rem;left:15.625rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vPyhhZdfVMX8ycA6Z6TUu6T6nAIyri0K { color:#e4e4e4;display:block;width:20.8105625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:19.625rem;left:15.625rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ntHW62Rld41Smg90UL7ffCHuhL4EDzTW { color:#e4e4e4;display:block;width:20.8105625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:12.1875rem;left:43.3125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCTC0CVKnlwrwHl4yaZRDvxMHiVyxqha { color:#e4e4e4;display:block;width:20.8105625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:19.625rem;left:43.3125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#phzJuoTKtQQRu7p1fTurzvpHkw16bTIJ { box-sizing:content-box;color:#ffcc00;font-size:2.875rem;font-weight:400;line-height:1;height:4.18555rem;width:4.18555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15008;top:19.01953125rem;left:11.5009765625rem;display:block; }
#oydxz1qZ9DWeBNC7JzsaDfwxy4gIfHai { box-sizing:content-box;color:#ffcc00;font-size:2.875rem;font-weight:400;line-height:1;height:4.18555rem;width:4.18555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15009;top:10.837890625rem;left:11.5009765625rem;display:block; }
#bz9BdJyMLTBy0y0wbExogyguKAK8kwhZ { box-sizing:content-box;color:#ffcc00;font-size:2.875rem;font-weight:400;line-height:1;height:4.18555rem;width:4.18555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15010;top:19.01953125rem;left:39.1884765625rem;display:block; }
#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F { 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; }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row .container { background-color: transparent; background-image: none; }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row .container > .video-iframe-container { display: none; }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row > .video-iframe-container { display: none; }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .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); }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row .container { border-width: 0; border-radius: 0; }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#u3ZhEVez6zfsoXVpxfVsf77h6TkCsR47 { position:absolute;display:block;z-index:15001;border-top:0.1875rem solid #948f2c;border-left:0.1875rem solid #948f2c;border-right:0.1875rem solid #948f2c;border-bottom:0.1875rem solid #948f2c;box-shadow: none;height:36.5rem;width:65.0625rem;top:2.0625rem;left:4.96875rem;display:block; }
#IxEkBux9pSVCuOPwKFPHbgPTSmEV0bzv { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -moz-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -ms-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);background-image: -o-linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcc00' );";background-image: linear-gradient(19deg, rgba(0,0,0,0), #ffcc00);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:21.9375rem;top:14.625rem;left:1.75rem;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:46.875rem;width:75rem;position:relative;display:block; }#tiryl6TCCTVPf9RqaLp41gB5gp11de74 { color:#3b3c3c;display:block;width:19.3125rem;position:absolute;font-family:monteserrat;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.037109375rem;left:27.84375rem;height:3.8984375rem;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; }
#CcXM4Wa05hk8BWZFObnvKylhuerVsAnm { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:"russo one";font-size:3.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.44);top:2.1875rem;left:16.375rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OMAQCXxmlMnMMEgXM7yKIGOGfluTHl0f { color:#f6f6f6;display:block;width:14.5625rem;position:absolute;font-family:"russo one";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:6.375rem;left:30.21875rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l2TGKDCPAuoowIS99X9RwktOx4R6koKR { 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:0.9375rem;width:0.9375rem;top:6.349609375rem;left:44.78125rem;overflow:hidden;display:block; }
#fr06UOD8iGsFiZhMLnxvT57GeLBnxKGu { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"samsung font";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:30.9375rem;left:25.84375rem;height:1.29980625rem;display:block; }
#wyBWnH5ezuN2nIgd8i8XXAl6QPctFG7F { background-color:#00b52e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:22.6875rem;left:29.59375rem;display:block; }
#QnJ0eqxwC7NEBXdfkWBxTykVTCygIbTG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5eAHyCFx3WTJgGuTQJzwM6lAnI5uQ7K { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:18.9375rem;left:36.0625rem;overflow:hidden;display:block; }
#t4EZlmEPHtL8pkkGWtUNk1uRpSF2UorZ { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"samsung font";font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:36.125rem;left:29.15625rem;height:1.625rem;display:block; }
#c3pcsWVg4mdGbhnanDqXVoq9Xur946as { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8.1875rem;top:38.90625rem;left:44.8125rem;overflow:hidden;display:block; }
#tVD3Z717yo4qZJLsxc1TdmDcEpMTCqod { position:absolute;display:block;z-index:15031;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:3rem;width:5.4375rem;top:39.6875rem;left:34.78125rem;overflow:hidden;display:block; }
#MURkdilN6tpn9N6SnhLQVrBc4P2i0MKd { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.5rem;top:39.5rem;left:25.09375rem;overflow:hidden;display:block; }
#zzXJviWdPNzJRrP51AodumStnLo6lXkF { color:#f6f6f6;display:block;width:14.5625rem;position:absolute;font-family:"russo one";font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:7.408203125rem;left:30.21875rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ia6qQmn5BoF6PSvf99nnX013ZoqUBzgg { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.6875rem;top:2.5625rem;left:3rem;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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OE0G3eNuoODIliNPRNEVmm9yAUB91s4N { top:7.375rem;left:16.59375rem;width:14.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN0vDBCgMDv3LUq3GhyMvIqzIvFCHKFN { width:42.25rem;height:5rem;top:2.9375rem;left:2.75rem;font-size:3.875rem;display:block; }
 }@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) { #ZfZivTkDZMiyhyT38U6et6ysHcgTTnbB { top:14.4375rem;left:0rem;width:47.25rem;height:26.515151515151rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBzrlgiOevpO1hF2BTbi2iFxrT2AD4yU { top:7.375rem;left:31.15625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quqOBONEgvobAtLpCzHg6PFRcyz2vtQ1 { top:4.1875rem;left:0rem;width:14.125rem;height:2.6875rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxcZfrrILsFymXV5OLJDnpiy8HxznOox { width:21.9375rem;height:0.25rem;top:14.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbHIxbnVRE7TqmzWwk9M3A9CtJ3yUFIe { width:21.9375rem;height:0.25rem;top:14.625rem;left:0rem;display:none; }
 }@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) { #kCc39ZNaJCQVZvRFJ1MfqlSISN8cqWKA { top:6rem;left:0rem;width:47.375rem;height:26.440453384419rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6mBeHACioH1bLaTot4vlVlimizgdVFh { top:6rem;left:0rem;width:21.5625rem;height:6.125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbDDutmThBv2bg3UdmUlL4cXF6xI7HTL { width:21.9375rem;height:0.25rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7StfrTHmgVTweOTk3iMEX4Ncirb2Q7m { top:17.375rem;left:0rem;width:20.125rem;height:0;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDQ5CuieArWSCPWNenKhEKEPEReL9nfw { width:21.9375rem;height:0.25rem;top:13.75rem;left:0rem;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:4.25rem;left:23.841796875rem;width:23.0625rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZzuPD8VBmWUwLmkhhXDIufe24NlWexa { top:11.625rem;left:24.654296875rem;width:21.4375rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWyheklV8gJVTPPUiMw24xu16wQdOlyL { top:39.5625rem;left:0rem;width:18.0625rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID485RKwr9eTqvwzz63AqUfyu7WW2SGL { top:71.1875rem;left:27.9990234375rem;width:15.875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ6ENuRuFyDHrxePeSLQK7I3IypPeSGS { top:46.3125rem;left:0rem;width:19.4375rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hleglMFTUt2xEWKRmr6uRaeddJqLhpRv { top:78rem;left:25.5rem;width:21.75rem;height:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo4K6nPbbhMDdc5ykyQ8B5X3u6tQ5zHK { top:100.375rem;left:0rem;width:47.375rem;height:26.518786982249rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRQDBbdeBIZKxtcdWEXvDfxNMiNrtAht { top:4.25rem;left:0rem;width:28.1875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIcKziHw02qcHcdfZ7K6gW1u9ldqiEAf { top:39.5625rem;left:17.9375rem;width:29.4375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdT0U9KZyOPlTpEEHVQMBH4x0KWAPW18 { top:71.1875rem;left:0rem;width:29.5rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLt9uOPAt0FupzdoNI5kKJqJlfSeTXxs { width:21.9375rem;height:0.25rem;top:14.625rem;left:0rem;display:none; }
 }@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) { #H36CW4Fw4mSc1wvOllMc1Z76OTZu4csm { top:4.625rem;left:0.9365234375rem;width:45.8125rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKtyPVeF4TbI5GT7nqFGml1VIWKDhLWf { width:4.125rem;height:4.125rem;top:11.5625rem;left:25.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB5QdpftBFSkVq4G4h7MTAy6iu6FraDw { top:12.1875rem;left:2rem;width:20.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPyhhZdfVMX8ycA6Z6TUu6T6nAIyri0K { top:19.625rem;left:2rem;width:20.75rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntHW62Rld41Smg90UL7ffCHuhL4EDzTW { top:12.1875rem;left:27rem;width:20.75rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCTC0CVKnlwrwHl4yaZRDvxMHiVyxqha { top:19.625rem;left:27rem;width:20.75rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phzJuoTKtQQRu7p1fTurzvpHkw16bTIJ { width:4.125rem;height:4.125rem;top:19rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oydxz1qZ9DWeBNC7JzsaDfwxy4gIfHai { width:4.125rem;height:4.125rem;top:10.8125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz9BdJyMLTBy0y0wbExogyguKAK8kwhZ { width:4.125rem;height:4.125rem;top:19rem;left:25.5634765625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlzsguZd2wLmPTK7yhpGG2V630mkIE6F { display:block; }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3ZhEVez6zfsoXVpxfVsf77h6TkCsR47 { top:2.0625rem;left:0rem;width:47.75rem;height:26.787704130644rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxEkBux9pSVCuOPwKFPHbgPTSmEV0bzv { width:21.9375rem;height:0.25rem;top:14.625rem;left:0rem;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) { #tiryl6TCCTVPf9RqaLp41gB5gp11de74 { top:13rem;left:14.21875rem;width:19.3125rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcXM4Wa05hk8BWZFObnvKylhuerVsAnm { width:42.25rem;height:5rem;top:2.1875rem;left:2.75rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMAQCXxmlMnMMEgXM7yKIGOGfluTHl0f { top:6.375rem;left:16.59375rem;width:14.5625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2TGKDCPAuoowIS99X9RwktOx4R6koKR { top:6.3125rem;left:31.15625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr06UOD8iGsFiZhMLnxvT57GeLBnxKGu { top:30.9375rem;left:12.21875rem;width:23.3125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyBWnH5ezuN2nIgd8i8XXAl6QPctFG7F { width:15.8125rem;height:4rem;top:22.6875rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnJ0eqxwC7NEBXdfkWBxTykVTCygIbTG { display:block; }
 }@media only screen and (max-width: 763px) { #g5eAHyCFx3WTJgGuTQJzwM6lAnI5uQ7K { top:18.9375rem;left:22.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4EZlmEPHtL8pkkGWtUNk1uRpSF2UorZ { top:36.125rem;left:15.53125rem;width:16.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3pcsWVg4mdGbhnanDqXVoq9Xur946as { top:38.875rem;left:31.1875rem;width:8.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVD3Z717yo4qZJLsxc1TdmDcEpMTCqod { top:39.6875rem;left:21.15625rem;width:5.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MURkdilN6tpn9N6SnhLQVrBc4P2i0MKd { top:39.5rem;left:11.46875rem;width:3.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzXJviWdPNzJRrP51AodumStnLo6lXkF { top:7.375rem;left:16.59375rem;width:14.5625rem;height:1.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ia6qQmn5BoF6PSvf99nnX013ZoqUBzgg { top:2.5625rem;left:0rem;width:14.125rem;height:2.6875rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vtTN1uxNwCBzTsiQBeXcIhtTZSDiAu6A { background-color:#ffffff;background-image:none;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:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:none;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:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OE0G3eNuoODIliNPRNEVmm9yAUB91s4N { width:14.5605625rem;height:1.23730625rem;top:6.25rem;left:2.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZN0vDBCgMDv3LUq3GhyMvIqzIvFCHKFN { width:20rem;height:0;top:1.5620651245118rem;left:0rem;font-size:2rem;display:none; }
 }@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:left;text-align-last:left;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) { #ZfZivTkDZMiyhyT38U6et6ysHcgTTnbB { height:10.942760942761rem;width:19.5rem;top:11.0888671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBzrlgiOevpO1hF2BTbi2iFxrT2AD4yU { width:0.625rem;height:0.625rem;top:6.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quqOBONEgvobAtLpCzHg6PFRcyz2vtQ1 { top:3.5703125rem;left:2.9375rem;width:14.125rem;height:2.6806625rem;z-index:15016;color:#ffffff;font-size:2.0625rem;font-family:"russo one";display:block; }
 }@media only screen and (max-width: 763px) { #vxcZfrrILsFymXV5OLJDnpiy8HxznOox { width:20rem;height:0.1875rem;top:26.5rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #lbHIxbnVRE7TqmzWwk9M3A9CtJ3yUFIe { width:20rem;height:0.1875rem;top:27.375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #CqbE48SPnK4vG1em1ng9OEPi47PcTDhV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCc39ZNaJCQVZvRFJ1MfqlSISN8cqWKA { height:10.755875rem;width:19.124rem;top:22.8095703125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6mBeHACioH1bLaTot4vlVlimizgdVFh { width:17.374rem;height:3.5rem;top:4.4921875rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(229,229,229,0.29);display:block; }
 }@media only screen and (max-width: 763px) { #LbDDutmThBv2bg3UdmUlL4cXF6xI7HTL { width:20rem;height:0.1875rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7StfrTHmgVTweOTk3iMEX4Ncirb2Q7m { width:20rem;height:5.68359375rem;top:12.314453125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDQ5CuieArWSCPWNenKhEKEPEReL9nfw { width:20rem;height:0.25rem;top:37.90625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(9deg, rgba(0,0,0,0), #ffcc00);background-image: -moz-linear-gradient(9deg, rgba(0,0,0,0), #ffcc00);background-image: -ms-linear-gradient(9deg, rgba(0,0,0,0), #ffcc00);background-image: -o-linear-gradient(9deg, rgba(0,0,0,0), #ffcc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcc00' );";background-image: linear-gradient(9deg, rgba(0,0,0,0), #ffcc00);background-size:auto !important;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:147.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItAXWsgqdUbxRRld2e5zvL2C3UnoD1Rt { width:16.6873125rem;height:1.58105625rem;top:4.125rem;left:1.5625rem;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.499375rem;height:10.411125rem;top:8.5rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uWyheklV8gJVTPPUiMw24xu16wQdOlyL { width:18.0625rem;height:1.58105625rem;top:47.875rem;left:1.25rem;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) { #ID485RKwr9eTqvwzz63AqUfyu7WW2SGL { width:15.875rem;height:1.58105625rem;top:86.0625rem;left:2.0625rem;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) { #BQ6ENuRuFyDHrxePeSLQK7I3IypPeSGS { width:19.4375rem;height:11.8984375rem;top:50.75rem;left:0.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hleglMFTUt2xEWKRmr6uRaeddJqLhpRv { width:20rem;height:13.38575rem;top:89.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xo4K6nPbbhMDdc5ykyQ8B5X3u6tQ5zHK { height:11.010218365062rem;width:19.625rem;top:129.294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRQDBbdeBIZKxtcdWEXvDfxNMiNrtAht { width:19.625rem;height:19.494456762749rem;top:20.6591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIcKziHw02qcHcdfZ7K6gW1u9ldqiEAf { width:19.625rem;height:15.291666666667rem;top:64rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdT0U9KZyOPlTpEEHVQMBH4x0KWAPW18 { width:19.625rem;height:15.591896186441rem;top:105.0146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLt9uOPAt0FupzdoNI5kKJqJlfSeTXxs { width:20rem;height:0.1875rem;top:144.9375rem;left:0rem;z-index:15006;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:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H36CW4Fw4mSc1wvOllMc1Z76OTZu4csm { width:19.6245625rem;height:0;top:2.7202682495117rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tKtyPVeF4TbI5GT7nqFGml1VIWKDhLWf { width:1.625rem;height:1.625rem;top:9.25rem;left:2.125rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(255,204,0,0.44);display:block; }
 }@media only screen and (max-width: 763px) { #HB5QdpftBFSkVq4G4h7MTAy6iu6FraDw { width:16.3125rem;height:1.2246125rem;top:4.0966796875rem;left:3.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPyhhZdfVMX8ycA6Z6TUu6T6nAIyri0K { width:16.1865rem;height:2.44921875rem;top:9.25rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntHW62Rld41Smg90UL7ffCHuhL4EDzTW { width:16.3115rem;height:2.44921875rem;top:16.1875rem;left:3.6884765625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCTC0CVKnlwrwHl4yaZRDvxMHiVyxqha { width:16.6865rem;height:2.2734375rem;top:22.6875rem;left:3.3134765625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #phzJuoTKtQQRu7p1fTurzvpHkw16bTIJ { width:1.8125rem;height:1.8125rem;top:22.6875rem;left:2.03125rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(255,204,0,0.44);display:block; }
 }@media only screen and (max-width: 763px) { #oydxz1qZ9DWeBNC7JzsaDfwxy4gIfHai { width:1.75rem;height:1.75rem;top:3.8349609375rem;left:1.9375rem;font-size:1.1875rem;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(255,204,0,0.44);display:block; }
 }@media only screen and (max-width: 763px) { #bz9BdJyMLTBy0y0wbExogyguKAK8kwhZ { width:1.6875rem;height:1.6875rem;top:16.1875rem;left:2.09375rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(255,204,0,0.44);display:block; }
 }@media only screen and (max-width: 763px) { #XlzsguZd2wLmPTK7yhpGG2V630mkIE6F { background-color:transparent;background-image:none;display:block; }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row .container { background-color: transparent; background-image: none; }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row .container > .video-iframe-container { display: none; }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row > .video-iframe-container { display: none; }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .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); }#XlzsguZd2wLmPTK7yhpGG2V630mkIE6F > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3ZhEVez6zfsoXVpxfVsf77h6TkCsR47 { height:11.009606147934rem;width:19.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxEkBux9pSVCuOPwKFPHbgPTSmEV0bzv { width:20rem;height:0.1875rem;top:14.875rem;left:0rem;z-index:15007;display:block; }
 }@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:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiryl6TCCTVPf9RqaLp41gB5gp11de74 { width:19.3125rem;height:1.21875rem;top:11.125rem;left:0.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CcXM4Wa05hk8BWZFObnvKylhuerVsAnm { width:20rem;height:auto;top:2.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMAQCXxmlMnMMEgXM7yKIGOGfluTHl0f { width:14.5625rem;height:0;top:5.75rem;left:2.75rem;font-size:0;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0);color:#ffcc00;display:block; }
 }@media only screen and (max-width: 763px) { #l2TGKDCPAuoowIS99X9RwktOx4R6koKR { width:0.625rem;height:0.625rem;top:5.1875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr06UOD8iGsFiZhMLnxvT57GeLBnxKGu { width:17.625rem;height:0.9746125rem;top:20.10546875rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyBWnH5ezuN2nIgd8i8XXAl6QPctFG7F { width:13.125rem;height:3.25rem;top:14.71875rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnJ0eqxwC7NEBXdfkWBxTykVTCygIbTG { display:block; }
 }@media only screen and (max-width: 763px) { #g5eAHyCFx3WTJgGuTQJzwM6lAnI5uQ7K { width:1.5rem;height:1.5rem;top:13.96875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4EZlmEPHtL8pkkGWtUNk1uRpSF2UorZ { width:13.5rem;height:1.29980625rem;top:36.1875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3pcsWVg4mdGbhnanDqXVoq9Xur946as { width:8.1875rem;height:4.5625rem;top:40.15625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVD3Z717yo4qZJLsxc1TdmDcEpMTCqod { width:5.4375rem;height:3rem;top:40.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MURkdilN6tpn9N6SnhLQVrBc4P2i0MKd { width:3.5rem;height:3.375rem;top:41.40625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzXJviWdPNzJRrP51AodumStnLo6lXkF { width:14.5605625rem;height:1.23730625rem;top:5.125rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0);color:#ffffff;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Ia6qQmn5BoF6PSvf99nnX013ZoqUBzgg { top:2.5625rem;left:3rem;width:14.125rem;height:2.6806625rem;z-index:15017;color:#ffffff;font-size:2.0625rem;font-family:"russo one";display:block; }
 }