.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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfffe;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; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { background-color: transparent; background-image: none; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container > .video-iframe-container { display: none; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row > .video-iframe-container { display: none; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .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); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { border-width: 0; border-radius: 0; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { font-size:14px;font-family:arial;height:74px;width:1200px;position:relative;display:block; }#uZnAQtXOMHUKmVaPrwXRJ5vvr8X0EFqT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:74px;width:74px;top:-0.5px;left:99.5px;overflow:hidden;display:block; }
#MI3M1iwRWL5ULgOTBwHmaUh3aOvmyGOp { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #caab71, #caab71);background-image: -moz-linear-gradient(360deg, #caab71, #caab71);background-image: -ms-linear-gradient(360deg, #caab71, #caab71);background-image: -o-linear-gradient(360deg, #caab71, #caab71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#caab71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#caab71' );";background-image: linear-gradient(360deg, #caab71, #caab71);background-size:auto !important;border-top:1px solid #caab71;border-left:1px solid #caab71;border-right:1px solid #caab71;border-bottom:1px solid #caab71;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#1a202d;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:148px;height:47px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:15px;left:948px;display:block; }
#D6hGTUtL5FcH4mumBiVWF9FhxNs0aUuI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#U1su8mXokaa4EIE8WMR2i1zapxhmgG3n { position:absolute;display:block;z-index:15011;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:29px;width:35px;top:15px;left:1074px;overflow:hidden;display:block; }
#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8659d9d-f489-42ae-b0df-02b32049dd2d/10.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b.adaptive-delivery-prevent-bg, #cS24LPRkkOCE6k2LcoAHatvm7NTZg52b.lazyload, #cS24LPRkkOCE6k2LcoAHatvm7NTZg52b.lazyloading { background-image: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container { background-color: transparent; background-image: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,32,45,0.66); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container > .video-iframe-container { display: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,32,45,0.66); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row > .video-iframe-container { display: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .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); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container { border-width: 0; border-radius: 0; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container { font-size:14px;font-family:arial;height:906px;width:1200px;overflow:visible;position:relative;display:block; }#bC1kyOoCclmWW007xaWQGEiOOLmnSAbb { color:#ffffff;display:block;width:519px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:346.1953125px;left:340.5px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVegebQmqwJdGgtCc95Sc8vxkZhx9NmN { position:absolute;display:block;z-index:15008;border-top:1px solid rgba(255,255,255,0.55);border-left:1px solid rgba(255,255,255,0.55);border-right:1px solid rgba(255,255,255,0.55);border-bottom:1px solid rgba(255,255,255,0.55);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:193px;width:398px;top:241px;left:63.7265625px;overflow:hidden;display:none; }
#siz0UB2kzdnUkJSXEZXbCyhuSpNbyrRQ { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5483d, #d73f00);background-image: -moz-linear-gradient(360deg, #e5483d, #d73f00);background-image: -ms-linear-gradient(360deg, #e5483d, #d73f00);background-image: -o-linear-gradient(360deg, #e5483d, #d73f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5483d', endColorstr='#d73f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5483d', endColorstr='#d73f00' );";background-image: linear-gradient(360deg, #e5483d, #d73f00);background-size:auto !important;border-top:1px solid #b21e1e;border-left:1px solid #b21e1e;border-right:1px solid #b21e1e;border-bottom:1px solid #b21e1e;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:294px;height:72px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:729px;left:453px;display:block; }
#eZfZza48pCHH6menFAduBpHZL0E7rgAa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sDBKOXwHvdG0IQT2P6o5OhP4mZQC0XW8 { box-sizing:content-box;height:532px;width:920px;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(244,244,245,0.52), rgba(0,0,0,0.72));background-image: -moz-linear-gradient(180deg, rgba(244,244,245,0.52), rgba(0,0,0,0.72));background-image: -ms-linear-gradient(180deg, rgba(244,244,245,0.52), rgba(0,0,0,0.72));background-image: -o-linear-gradient(180deg, rgba(244,244,245,0.52), rgba(0,0,0,0.72));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#84f4f4f5', endColorstr='#b7000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#84f4f4f5', endColorstr='#b7000000' );";background-image: linear-gradient(180deg, rgba(244,244,245,0.52), rgba(0,0,0,0.72));background-size:auto !important;top:315.40625px;left:140px;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sISBQNoatIroTn7nJSm8yEO2IMTIH5x8 { position:absolute;display:block;z-index:15010;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:37px;width:44px;top:729px;left:711px;overflow:hidden;display:block; }
#SC71II0ocx1spGzsqDt9yhxtN85uvT3e { position:absolute;display:block;z-index:15000;border-top:1px solid rgba(244,244,245,0.35);border-left:1px solid rgba(244,244,245,0.35);border-right:1px solid rgba(244,244,245,0.35);border-bottom:1px solid rgba(244,244,245,0.35);border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 3px 15px rgba(244,244,245,0.6) ;height:241px;width:728px;top:40.609375px;left:235px;overflow:hidden;display:block; }
#UNCR34H7ilLkxwhhb1KXGKWNJQ72loIf { color:#f4f4f5;display:block;width:296px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:69.375px;left:646.5px;height:109.188px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EoTAFzlgMhiDd5JhfRxB5o4e0gyPd7t7 { position:absolute;display:block;z-index:15011;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:38px;width:38px;top:228.6875px;left:903.5px;overflow:hidden;display:block; }
#fJcVSJHTOtfFTDe9W7sVb8hOZ4tU4vRh { color:#caab71;display:block;width:258px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:190.6875px;left:646.5px;height:23.3906px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sdCyyifAnh2iKkGVtRe7xynlx3HyrcfZ { box-sizing:content-box;height:63px;width:209px;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -moz-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -ms-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -o-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#19caab71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#19caab71' );";background-image: linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-size:auto !important;top:395px;left:244px;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#UgTUzv7sa6TFOgVHbCa7pmm0Fs8gTP0p { color:#f4f4f5;display:block;width:163px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:407px;left:267px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O7scK9G5au4A7I1zucD8CrXm7XE6gaWh { position:absolute;display:block;z-index:15020;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:148px;width:122px;top:523px;left:287px;overflow:hidden;display:block; }
#KHFebuv7Uxz3hE1QwHZJ5iUvNlLx087F { box-sizing:content-box;height:285px;width:208px;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a202d, #383e4d);background-image: -moz-linear-gradient(180deg, #1a202d, #383e4d);background-image: -ms-linear-gradient(180deg, #1a202d, #383e4d);background-image: -o-linear-gradient(180deg, #1a202d, #383e4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );";background-image: linear-gradient(180deg, #1a202d, #383e4d);background-size:auto !important;top:395px;left:244px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:1px solid #caab71;border-left:1px solid #caab71;border-right:1px solid #caab71;border-bottom:1px solid #caab71;box-shadow: 3px 3px 10px rgba(202,171,113,0.4) ;display:block; }
#uRy2eg9n4ALSxXVC8qUMip0wJqPPud7N { color:#ffffff;display:block;width:53px;position:absolute;font-family:montserrat;font-size:50px;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:458px;left:253px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ih3Ru9AuEFE3L9htZMvto1T8eSg8OViv { color:#ffffff;display:block;width:148px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:472px;left:305px;height:36.3906px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kyb1bKfdMZVCClTnCngkD9E5HlwDAamx { position:absolute;display:block;z-index:15020;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:165px;width:108px;top:515.5px;left:546px;overflow:hidden;display:block; }
#h3E8bm7pNmO3zDH3zBAuKiNPL4Obqb4n { box-sizing:content-box;height:285px;width:208px;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a202d, #383e4d);background-image: -moz-linear-gradient(180deg, #1a202d, #383e4d);background-image: -ms-linear-gradient(180deg, #1a202d, #383e4d);background-image: -o-linear-gradient(180deg, #1a202d, #383e4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );";background-image: linear-gradient(180deg, #1a202d, #383e4d);background-size:auto !important;top:395px;left:495px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:1px solid #caab71;border-left:1px solid #caab71;border-right:1px solid #caab71;border-bottom:1px solid #caab71;box-shadow: 3px 3px 10px rgba(202,171,113,0.4) ;display:block; }
#XauActNy7J9XDFPWLhzqtsa1CE9A11VD { color:#ffffff;display:block;width:148px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:472px;left:557px;height:36.3906px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vsKIhpaTDcudmd5duqQb5XxdLyrrySXa { box-sizing:content-box;height:63px;width:209px;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -moz-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -ms-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -o-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#19caab71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#19caab71' );";background-image: linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-size:auto !important;top:395px;left:495px;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#l3hyAD7nevWgAAMo9htutg1aQu4ctIrd { color:#f4f4f5;display:block;width:163px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:407px;left:518px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmUPDVXsWqd2M7pzODZT1qJM0TEGiws8 { color:#ffffff;display:block;width:53px;position:absolute;font-family:montserrat;font-size:50px;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:458px;left:504px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wryPzXEgu3fR4HLb5GQCBCfMaOoCFeO9 { color:#f4f4f5;display:block;width:163px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:407px;left:768px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HhzX5MLLCNIBpcFhz0enSuG1XL7GDUAE { box-sizing:content-box;height:63px;width:209px;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -moz-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -ms-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -o-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#19caab71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#19caab71' );";background-image: linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-size:auto !important;top:395px;left:745px;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#NipP6xEuQ0zWHtXXVz4HNZ2TRiJwTm1E { color:#ffffff;display:block;width:148px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:472px;left:807px;height:36.3906px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i9b5XQiIRncCgLXuttnSVa5XTVbZ6f8y { box-sizing:content-box;height:285px;width:208px;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a202d, #383e4d);background-image: -moz-linear-gradient(180deg, #1a202d, #383e4d);background-image: -ms-linear-gradient(180deg, #1a202d, #383e4d);background-image: -o-linear-gradient(180deg, #1a202d, #383e4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );";background-image: linear-gradient(180deg, #1a202d, #383e4d);background-size:auto !important;top:395px;left:745px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:1px solid #caab71;border-left:1px solid #caab71;border-right:1px solid #caab71;border-bottom:1px solid #caab71;box-shadow: 3px 3px 10px rgba(202,171,113,0.4) ;display:block; }
#k5zD3LT5y25Mgk1yvgx9foSrW1LPQNUD { color:#ffffff;display:block;width:53px;position:absolute;font-family:montserrat;font-size:50px;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:458px;left:754px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gFaXaWxMMd4fV83GN12o27Taoot2xVfx { position:absolute;display:block;z-index:15020;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:148px;width:125px;top:524px;left:790px;overflow:hidden;display:block; }
#QdzporAfT9TC1lWn8sTwZvg5Zepare88 { position:absolute;display:block;z-index:15000;border-top:1px solid rgba(244,244,245,0.35);border-left:1px solid rgba(244,244,245,0.35);border-right:1px solid rgba(244,244,245,0.35);border-bottom:1px solid rgba(244,244,245,0.35);border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 3px 15px rgba(244,244,245,0.6) ;height:240px;width:413px;top:40.609375px;left:235px;overflow:hidden;display:none; }
#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232939;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; }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row .container { background-color: transparent; background-image: none; }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row .container > .video-iframe-container { display: none; }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row > .video-iframe-container { display: none; }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .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); }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row .container { border-width: 0; border-radius: 0; }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row .container { font-size:14px;font-family:arial;height:865px;width:1200px;position:relative;display:block; }#k3OA3qK6poDLPwt00P7eASaVWdsJ1tD8 { color:#ffffff;display:block;width:442px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:161px;left:148px;height:54.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PhpO4sezdgiIKlTsL6p5P6Ro8ANlDvyk { position:absolute;display:block;z-index:15014;background-color:#caab71;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: none;height:6px;width:132px;top:226px;left:148px;display:block; }
#SXTTcmiFXds220TETwF6wIftQ6al1EVq { color:#caab71;display:block;width:441px;position:absolute;font-family:montserrat;font-size:19px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:137px;left:149px;height:24.6953px;font-style:normal;display:block; }
#d94dm8a4Z2pt8l2ucqwhf1bOvWynICGf { position:absolute;display:block;z-index:15001;background-color:#1a202d;background-image:none;border-top:1px solid #4f525b;border-left:1px solid #4f525b;border-right:1px solid #4f525b;border-bottom:1px solid #4f525b;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 20px rgba(202,171,113,0.5) ;height:697px;width:1080px;top:55.5px;left:60px;display:block; }
#iwAidKyWeluaTnITXF52dn7SMV2TGw7W { position:absolute;display:block;z-index:15047;border-top:1px solid rgba(244,244,245,0.26);border-left:1px solid rgba(244,244,245,0.26);border-right:1px solid rgba(244,244,245,0.26);border-bottom:1px solid rgba(244,244,245,0.26);border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;height:343px;width:413px;top:279px;left:148px;overflow:hidden;display:block; }
#dkmerpcfBXInqTf12gLKyFJBKUpcltV2 { position:absolute;display:block;z-index:15018;height:440px;width:400px;top:221px;left:653px;display:block; }
#U6ud0qVFuczafnGoh1r59vqgMwRUreDP { background-color:#1a202d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row .container { background-color: transparent; background-image: none; }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row .container > .video-iframe-container { display: none; }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row > .video-iframe-container { display: none; }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .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); }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row .container { border-width: 0; border-radius: 0; }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row .container { font-size:14px;font-family:arial;height:400px;width:1200px;overflow:visible;position:relative;display:block; }#vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232939;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; }#vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq > .row .container { background-color: transparent; background-image: none; }#vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq > .row .container > .video-iframe-container { display: none; }#vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq > .row > .video-iframe-container { display: none; }#vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq > .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); }#vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq > .row .container { border-width: 0; border-radius: 0; }#vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq > .row .container { font-size:14px;font-family:arial;height:493px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH { display:block; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZnAQtXOMHUKmVaPrwXRJ5vvr8X0EFqT { top:0px;left:0px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #MI3M1iwRWL5ULgOTBwHmaUh3aOvmyGOp { width:148px;height:47px;top:15px;left:589px;display:block; }
 }@media only screen and (max-width: 763px) { #D6hGTUtL5FcH4mumBiVWF9FhxNs0aUuI { display:block; }
 }@media only screen and (max-width: 763px) { #U1su8mXokaa4EIE8WMR2i1zapxhmgG3n { top:15px;left:729px;width:35px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #cS24LPRkkOCE6k2LcoAHatvm7NTZg52b { display:block; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bC1kyOoCclmWW007xaWQGEiOOLmnSAbb { top:346px;left:122.5px;width:519px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xVegebQmqwJdGgtCc95Sc8vxkZhx9NmN { top:241px;left:0px;width:398px;height:193px;display:block; }
 }@media only screen and (max-width: 763px) { #siz0UB2kzdnUkJSXEZXbCyhuSpNbyrRQ { width:294px;height:72px;top:729px;left:235px;display:block; }
 }@media only screen and (max-width: 763px) { #eZfZza48pCHH6menFAduBpHZL0E7rgAa { display:block; }
 }@media only screen and (max-width: 763px) { #sDBKOXwHvdG0IQT2P6o5OhP4mZQC0XW8 { top:315px;left:0px;width:764px;height:532px;display:none; }
 }@media only screen and (max-width: 763px) { #sISBQNoatIroTn7nJSm8yEO2IMTIH5x8 { top:729px;left:493px;width:44px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #SC71II0ocx1spGzsqDt9yhxtN85uvT3e { top:40px;left:17px;width:728px;height:241px;display:block; }
 }@media only screen and (max-width: 763px) { #UNCR34H7ilLkxwhhb1KXGKWNJQ72loIf { top:69px;left:428.5px;width:296px;height:109px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #EoTAFzlgMhiDd5JhfRxB5o4e0gyPd7t7 { top:228px;left:685.5px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #fJcVSJHTOtfFTDe9W7sVb8hOZ4tU4vRh { top:190px;left:428.5px;width:258px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sdCyyifAnh2iKkGVtRe7xynlx3HyrcfZ { top:395px;left:26px;width:209px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #UgTUzv7sa6TFOgVHbCa7pmm0Fs8gTP0p { top:407px;left:49px;width:163px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #O7scK9G5au4A7I1zucD8CrXm7XE6gaWh { top:523px;left:69px;width:122px;height:148px;display:block; }
 }@media only screen and (max-width: 763px) { #KHFebuv7Uxz3hE1QwHZJ5iUvNlLx087F { top:395px;left:26px;width:208px;height:285px;display:block; }
 }@media only screen and (max-width: 763px) { #uRy2eg9n4ALSxXVC8qUMip0wJqPPud7N { top:458px;left:35px;width:53px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ih3Ru9AuEFE3L9htZMvto1T8eSg8OViv { top:472px;left:87px;width:148px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #kyb1bKfdMZVCClTnCngkD9E5HlwDAamx { top:515px;left:328px;width:108px;height:165px;display:none; }
 }@media only screen and (max-width: 763px) { #h3E8bm7pNmO3zDH3zBAuKiNPL4Obqb4n { top:395px;left:277px;width:208px;height:285px;display:none; }
 }@media only screen and (max-width: 763px) { #XauActNy7J9XDFPWLhzqtsa1CE9A11VD { top:472px;left:339px;width:148px;height:36px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #vsKIhpaTDcudmd5duqQb5XxdLyrrySXa { top:395px;left:277px;width:209px;height:63px;display:none; }
 }@media only screen and (max-width: 763px) { #l3hyAD7nevWgAAMo9htutg1aQu4ctIrd { top:407px;left:300px;width:163px;height:41px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #cmUPDVXsWqd2M7pzODZT1qJM0TEGiws8 { top:458px;left:286px;width:53px;height:65px;font-size:50px;display:none; }
 }@media only screen and (max-width: 763px) { #wryPzXEgu3fR4HLb5GQCBCfMaOoCFeO9 { top:407px;left:550px;width:163px;height:41px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #HhzX5MLLCNIBpcFhz0enSuG1XL7GDUAE { top:395px;left:527px;width:209px;height:63px;display:none; }
 }@media only screen and (max-width: 763px) { #NipP6xEuQ0zWHtXXVz4HNZ2TRiJwTm1E { top:472px;left:589px;width:148px;height:36px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #i9b5XQiIRncCgLXuttnSVa5XTVbZ6f8y { top:395px;left:527px;width:208px;height:285px;display:none; }
 }@media only screen and (max-width: 763px) { #k5zD3LT5y25Mgk1yvgx9foSrW1LPQNUD { top:458px;left:536px;width:53px;height:65px;font-size:50px;display:none; }
 }@media only screen and (max-width: 763px) { #gFaXaWxMMd4fV83GN12o27Taoot2xVfx { top:524px;left:572px;width:125px;height:148px;display:none; }
 }@media only screen and (max-width: 763px) { #QdzporAfT9TC1lWn8sTwZvg5Zepare88 { top:40px;left:17px;width:413px;height:240px;display:none; }
 }@media only screen and (max-width: 763px) { #sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX { display:block; }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3OA3qK6poDLPwt00P7eASaVWdsJ1tD8 { top:161px;left:0px;width:442px;height:54px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #PhpO4sezdgiIKlTsL6p5P6Ro8ANlDvyk { top:226px;left:39px;width:132px;height:6px;display:block; }
 }@media only screen and (max-width: 763px) { #SXTTcmiFXds220TETwF6wIftQ6al1EVq { top:137px;left:0px;width:441px;height:24px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #d94dm8a4Z2pt8l2ucqwhf1bOvWynICGf { width:762px;height:697px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iwAidKyWeluaTnITXF52dn7SMV2TGw7W { top:279px;left:0px;width:413px;height:343px;display:block; }
 }@media only screen and (max-width: 763px) { #dkmerpcfBXInqTf12gLKyFJBKUpcltV2 { top:221px;left:364px;width:400px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #U6ud0qVFuczafnGoh1r59vqgMwRUreDP { display:block; }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq { display:block; }#vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH { display:block; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { width:320px;height:69px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZnAQtXOMHUKmVaPrwXRJ5vvr8X0EFqT { width:55px;height:55px;top:7px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MI3M1iwRWL5ULgOTBwHmaUh3aOvmyGOp { width:117px;height:41px;top:14px;left:187px;border-top-left-radius:010px;border-top-right-radius:010px;border-bottom-left-radius:010px;border-bottom-right-radius:010px;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #caab71, #caab71);background-image: -moz-linear-gradient(360deg, #caab71, #caab71);background-image: -ms-linear-gradient(360deg, #caab71, #caab71);background-image: -o-linear-gradient(360deg, #caab71, #caab71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#caab71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#caab71' );";background-image: linear-gradient(360deg, #caab71, #caab71);background-size:auto !important;font-family:montserrat;color:#1a202d;font-size:12px;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D6hGTUtL5FcH4mumBiVWF9FhxNs0aUuI { display:block; }
 }@media only screen and (max-width: 763px) { #U1su8mXokaa4EIE8WMR2i1zapxhmgG3n { width:37px;height:30px;top:9px;left:283px;display:block; }
 }@media only screen and (max-width: 763px) { #cS24LPRkkOCE6k2LcoAHatvm7NTZg52b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa0a3be5-3ffe-4a8c-bebf-e684bd3133fe/10031.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b.adaptive-delivery-prevent-bg, #cS24LPRkkOCE6k2LcoAHatvm7NTZg52b.lazyload, #cS24LPRkkOCE6k2LcoAHatvm7NTZg52b.lazyloading { background-image: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container { background-color: transparent; background-image: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,32,45,0.96); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container > .video-iframe-container { display: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,32,45,0.96); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row > .video-iframe-container { display: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .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); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container { width:320px;height:762px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bC1kyOoCclmWW007xaWQGEiOOLmnSAbb { width:320px;height:39px;top:77px;left:0px;font-size:15px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xVegebQmqwJdGgtCc95Sc8vxkZhx9NmN { width:318px;height:154.203px;top:580.1953125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #siz0UB2kzdnUkJSXEZXbCyhuSpNbyrRQ { width:210px;height:56px;top:646px;left:55px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d73f00, #e5483d);background-image: -moz-linear-gradient(360deg, #d73f00, #e5483d);background-image: -ms-linear-gradient(360deg, #d73f00, #e5483d);background-image: -o-linear-gradient(360deg, #d73f00, #e5483d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d73f00', endColorstr='#e5483d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d73f00', endColorstr='#e5483d' );";background-image: linear-gradient(360deg, #d73f00, #e5483d);background-size:auto !important;font-family:montserrat;color:#ffffff;font-size:15px;border-top:1px solid #b21e1e;border-left:1px solid #b21e1e;border-right:1px solid #b21e1e;border-bottom:1px solid #b21e1e;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eZfZza48pCHH6menFAduBpHZL0E7rgAa { display:block; }
 }@media only screen and (max-width: 763px) { #sDBKOXwHvdG0IQT2P6o5OhP4mZQC0XW8 { top:236px;left:0px;width:318px;height:553px;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(244,244,245,0.56), #000000);background-image: -moz-linear-gradient(169deg, rgba(244,244,245,0.56), #000000);background-image: -ms-linear-gradient(169deg, rgba(244,244,245,0.56), #000000);background-image: -o-linear-gradient(169deg, rgba(244,244,245,0.56), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ef4f4f5', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ef4f4f5', endColorstr='#000000' );";background-image: linear-gradient(169deg, rgba(244,244,245,0.56), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sISBQNoatIroTn7nJSm8yEO2IMTIH5x8 { width:45px;height:35px;top:646px;left:236px;display:block; }
 }@media only screen and (max-width: 763px) { #SC71II0ocx1spGzsqDt9yhxtN85uvT3e { width:318px;height:107px;top:28px;left:0px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;overflow:hidden;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #UNCR34H7ilLkxwhhb1KXGKWNJQ72loIf { width:320px;height:32.5px;top:30px;left:0px;font-size:25px;text-align:center;text-align-last:center;color:#f4f4f5;display:block; }
 }@media only screen and (max-width: 763px) { #EoTAFzlgMhiDd5JhfRxB5o4e0gyPd7t7 { width:20px;height:20px;top:186.96875px;left:278px;display:none; }
 }@media only screen and (max-width: 763px) { #fJcVSJHTOtfFTDe9W7sVb8hOZ4tU4vRh { width:175px;height:0;top:150.78125px;left:145px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #sdCyyifAnh2iKkGVtRe7xynlx3HyrcfZ { width:152px;height:52px;top:154px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #UgTUzv7sa6TFOgVHbCa7pmm0Fs8gTP0p { width:135px;height:36.375px;top:163px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #O7scK9G5au4A7I1zucD8CrXm7XE6gaWh { width:91px;height:109px;top:258px;left:50px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KHFebuv7Uxz3hE1QwHZJ5iUvNlLx087F { width:152px;height:217px;top:154px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uRy2eg9n4ALSxXVC8qUMip0wJqPPud7N { width:53px;height:65px;top:284px;left:0px;font-size:50px;text-align:center;text-align-last:center;color:#f4f4f5;display:block; }
 }@media only screen and (max-width: 763px) { #ih3Ru9AuEFE3L9htZMvto1T8eSg8OViv { width:155px;height:31.1875px;top:219px;left:0px;font-size:12px;text-align:center;text-align-last:center;color:#f4f4f5;display:block; }
 }@media only screen and (max-width: 763px) { #kyb1bKfdMZVCClTnCngkD9E5HlwDAamx { width:74px;height:116px;top:256px;left:224px;overflow:hidden;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #h3E8bm7pNmO3zDH3zBAuKiNPL4Obqb4n { width:152px;height:217px;top:154px;left:165px;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #XauActNy7J9XDFPWLhzqtsa1CE9A11VD { width:155px;height:31.1875px;top:219px;left:165px;font-size:12px;text-align:center;text-align-last:center;color:#f4f4f5;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #vsKIhpaTDcudmd5duqQb5XxdLyrrySXa { width:152px;height:52px;top:154px;left:166px;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #l3hyAD7nevWgAAMo9htutg1aQu4ctIrd { width:135px;height:36.375px;top:163px;left:175px;font-size:14px;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #cmUPDVXsWqd2M7pzODZT1qJM0TEGiws8 { width:53px;height:65px;top:284px;left:165px;font-size:50px;text-align:center;text-align-last:center;color:#f4f4f5;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #wryPzXEgu3fR4HLb5GQCBCfMaOoCFeO9 { width:135px;height:36.375px;top:408px;left:93px;font-size:14px;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #HhzX5MLLCNIBpcFhz0enSuG1XL7GDUAE { width:152px;height:52px;top:399px;left:84px;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #NipP6xEuQ0zWHtXXVz4HNZ2TRiJwTm1E { width:155px;height:31.1876px;top:464px;left:83px;font-size:12px;text-align:center;text-align-last:center;color:#f4f4f5;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #i9b5XQiIRncCgLXuttnSVa5XTVbZ6f8y { width:152px;height:217px;top:399px;left:83px;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #k5zD3LT5y25Mgk1yvgx9foSrW1LPQNUD { width:53px;height:65px;top:529px;left:83px;font-size:50px;text-align:center;text-align-last:center;color:#f4f4f5;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #gFaXaWxMMd4fV83GN12o27Taoot2xVfx { width:91px;height:109px;top:503px;left:133px;overflow:hidden;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #QdzporAfT9TC1lWn8sTwZvg5Zepare88 { width:318px;height:184px;top:30.078125px;left:0px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;overflow:hidden;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c68dff42-a730-4295-980d-6b0c4a8b4055/Untitleddesign.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX.adaptive-delivery-prevent-bg, #sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX.lazyload, #sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX.lazyloading { background-image: none; }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row .container { background-color: transparent; background-image: none; }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #232939; }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row .container > .video-iframe-container { display: none; }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #232939; }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row > .video-iframe-container { display: none; }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .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); }#sLr8SmiMxd5wv2KWg1peiGTMNJEmHqFX > .row .container { width:320px;height:647px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3OA3qK6poDLPwt00P7eASaVWdsJ1tD8 { width:320px;height:0;top:44.1875px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PhpO4sezdgiIKlTsL6p5P6Ro8ANlDvyk { width:132px;height:4px;top:62px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #SXTTcmiFXds220TETwF6wIftQ6al1EVq { width:320px;height:18.1953px;top:26px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d94dm8a4Z2pt8l2ucqwhf1bOvWynICGf { width:318px;height:697px;top:55px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #iwAidKyWeluaTnITXF52dn7SMV2TGw7W { width:320px;height:265px;top:116px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #dkmerpcfBXInqTf12gLKyFJBKUpcltV2 { width:320px;height:440px;top:93px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U6ud0qVFuczafnGoh1r59vqgMwRUreDP { background-color:#1a202d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row .container { background-color: transparent; background-image: none; }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row .container > .video-iframe-container { display: none; }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row > .video-iframe-container { display: none; }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .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); }#U6ud0qVFuczafnGoh1r59vqgMwRUreDP > .row .container { width:320px;height:613px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq { display:block; }#vfWL9yLVJfeBJAgpVTErpTrxJMmk0Gfq > .row .container { width:320px;height:622px;position:relative;display:block; } }