.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #252525, #0b1a35);background-image: -moz-linear-gradient(180deg, #252525, #0b1a35);background-image: -ms-linear-gradient(180deg, #252525, #0b1a35);background-image: -o-linear-gradient(180deg, #252525, #0b1a35);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#0b1a35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#0b1a35' );";background-image: linear-gradient(180deg, #252525, #0b1a35);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:60rem;position:relative;display:block; }#yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { color:#ffffff;display:block;width:39.436875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.0919594764709rem;left:10.28076171875rem;height:4.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xuhz1ucd1Pe15hm3ZDJrWHPUTQxuKPA4 { color:#dba857;display:block;width:59.2496875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.25rem;left:0.37353515625rem;height:2.274575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oBdtPpFB8sZCmO7mcC7wXsU3e4J862bN { color:#ffffff;display:block;width:53.499375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.4375rem;left:3.3125rem;height:1.381025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49948125rem;width:11.5625rem;top:0.96770840883256rem;left:24.218753814698rem;overflow:hidden;display:block; }
#JhnRzH8Mn8dpqC5vV9q4qQ9NiNX3QmtM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.062375rem;width:46.875rem;top:16.625rem;left:6.5625rem;display:block; }
#HqeaGv6AHb8pd3iwQooa0KLAobwGCPyG { background-color:#dba857;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.62475rem;height:4.18738125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:44.125rem;left:7.8125rem;display:block; }
#aqOg7tyy4GvHL0fZyFblc1TTfGMdoR4R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WyU8rR58FTd65N6WTQhWnvpu4tGRJFDr { color:#ffffff;display:block;width:53.499375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:50.375rem;left:3.3125rem;height:1.381025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yUcXTpmHottc3S4aCk05QKd2rLoaQ7kX { box-sizing:content-box;height:26.625rem;width:47.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:16.3125rem;left:6.25rem;display:block; }
#k159dpzwBpnbU1PZVMy5SbGHKN7CtqZu { position:absolute;display:block;z-index:14999;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:27.5rem;width:23.4375rem;top:35.6875rem;left:36.5625rem;overflow:hidden;display:block; }
#bzT0oXrfKaMiRZMyA3kMLTbSpnN1CAeG { 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:61.4375rem;width:55.3125rem;top:0rem;left:51.4375rem;overflow:hidden;display:block; }
#mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS > .row .container { background-color: transparent; background-image: none; }#mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS > .row .container > .video-iframe-container { display: none; }#mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS > .row > .video-iframe-container { display: none; }#mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS > .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); }#mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS > .row .container { border-width: 0; border-radius: 0; }#mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:60rem;position:relative;display:block; }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b1a35, #0b1a35);background-image: -moz-linear-gradient(180deg, #0b1a35, #0b1a35);background-image: -ms-linear-gradient(180deg, #0b1a35, #0b1a35);background-image: -o-linear-gradient(180deg, #0b1a35, #0b1a35);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1a35', endColorstr='#0b1a35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1a35', endColorstr='#0b1a35' );";background-image: linear-gradient(180deg, #0b1a35, #0b1a35);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row .container { background-color: transparent; background-image: none; }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row .container > .video-iframe-container { display: none; }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row > .video-iframe-container { display: none; }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .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); }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row .container { border-width: 0; border-radius: 0; }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:60rem;position:relative;display:block; }#s8pVQbV0KyLaa3T3nedWuLbxgVaqS9vX { color:#ffffff;display:block;width:59.99925rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5623550415039rem;left:0rem;height:2.400175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VfAF9finH2p8pPDDf8P1Sk2yog2GG9P6 { color:#dba857;display:block;width:46.4995625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9618053436281rem;left:6.7491340637206rem;height:2.1940125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fn35bbVwl9xU4V8Qi4VpnzT82U5PfzdM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.062375rem;width:46.875rem;top:12.25rem;left:6.625rem;display:block; }
#bmdgrVCZtk4vm2TPiPV92q0KfaNhS8NZ { background-color:#dba857;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.812375rem;height:4.1862rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.527347140014rem;left:17.092739105224rem;display:block; }
#PloiIgrxJWI6bIL35CV3pXyFPDIMWkRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EAL6qCltMlsg672VFSzISStQlzrVN8o4 { box-sizing:content-box;height:26.625rem;width:47.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:11.9375rem;left:6.3125rem;display:block; }
#I8aJ7d7Dz191IMRvmLLBELnVRIuMpGBp { position:absolute;display:block;z-index:14999;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:27.49925rem;width:23.43675rem;top:28.87225151062rem;left:36.563228607177rem;overflow:hidden;display:block; }
#ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2 > .row .container { background-color: transparent; background-image: none; }#ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2 > .row .container > .video-iframe-container { display: none; }#ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2 > .row > .video-iframe-container { display: none; }#ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2 > .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); }#ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2 > .row .container { border-width: 0; border-radius: 0; }#ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2 > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:block; }#doTubxzRwEwR8QC05ktX3LxOB4DcfqRs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5625rem;width:29.5rem;top:25.4375rem;left:0rem;display:block; }
#CP2XunEZ4rKZl3qDn01EgdRX4iCgX7NB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.56175rem;width:29.4994375rem;top:25.4375rem;left:30.5rem;display:block; }
#XP4MhbqlVPa2bnnut811v1fvly4RJtHT { background-color:#dba857;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.624rem;height:4.1862rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:43.811846256256rem;left:7.687171936035rem;display:block; }
#XmBg5n1ifnFSLDDQ0TTqB873B50eTNgA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKLXp6oAhd8If9aruLmOtJGRCH6IVLMI { 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:197.8125rem;width:60rem;display:none; }
#p08IqV9DnuNtuRZ8wNNuGTr22nVoiFw2 { 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:186.875rem;width:60rem;display:none; }
#yLnq8vWD86m8ioBrgx3434VMwUbaMTE8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5625rem;width:29.5rem;top:8.1875rem;left:0rem;display:block; }
#irhBPtbRStovLM39e1sgypNA2UaWWG09 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5625rem;width:29.5rem;top:8.1875rem;left:30.5rem;display:block; }
#ehZKUQ0Ub9B9QV4rVVKFkNxU3KH3X01V { color:#000000;display:block;width:53.499375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8637700080872rem;left:3.24951171875rem;height:2.4373375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mLnNcepi2A0VRg7GgIigraRhltv5y1Te { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#mLnNcepi2A0VRg7GgIigraRhltv5y1Te > .row .container { background-color: transparent; background-image: none; }#mLnNcepi2A0VRg7GgIigraRhltv5y1Te::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLnNcepi2A0VRg7GgIigraRhltv5y1Te > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLnNcepi2A0VRg7GgIigraRhltv5y1Te > .row .container > .video-iframe-container { display: none; }#mLnNcepi2A0VRg7GgIigraRhltv5y1Te > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLnNcepi2A0VRg7GgIigraRhltv5y1Te > .row > .video-iframe-container { display: none; }#mLnNcepi2A0VRg7GgIigraRhltv5y1Te > .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); }#mLnNcepi2A0VRg7GgIigraRhltv5y1Te > .row .container { border-width: 0; border-radius: 0; }#mLnNcepi2A0VRg7GgIigraRhltv5y1Te > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mLnNcepi2A0VRg7GgIigraRhltv5y1Te > .row .container { font-size:0.875rem;font-family:arial;height:58.875rem;width:60rem;position:relative;display:block; }#IDk0SAZmMtWNBuFrKGJsxS17FnBppdRy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5625rem;width:29.5rem;top:17.8125rem;left:0rem;display:block; }
#uaX4NGDLxVP4Jq4oxCvxlxbadpQW0NM4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.56175rem;width:29.4994375rem;top:17.8125rem;left:30.5rem;display:block; }
#rVxLwwFo9WD1c2P1Ce3I9lGJh2orI5XX { background-color:#dba857;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.6241875rem;height:4.1867875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:52.6875rem;left:7.6875rem;display:block; }
#gniSCC0V9BaPnkdeHHhHq6SKGEdF7Jm5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BE6KcwX29eouEPp9Dh7NgKGibVr2TPTP { 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:197.8125rem;width:60rem;display:none; }
#Ff5RQ8ZlMxPxX9sBHTEZuGkHPK3ZPFP7 { 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:186.875rem;width:60rem;display:none; }
#C5aemFh1EviczaFI0CbUJKFCe5RkElIC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5625rem;width:29.5rem;top:35.0625rem;left:0rem;display:block; }
#p5WoBAtTS9zE3biuEAJkZBmPI7OKcNGU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5625rem;width:29.5rem;top:35.0625rem;left:30.5rem;display:block; }
#eZDdlfgTIhlXJWoTRgohrMG4OQVMRKBI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5625rem;width:29.4995rem;top:0.5625rem;left:0rem;display:block; }
#etTO79J1TtvDNM5ZSqTk0zDZrFf2ufP8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5625rem;width:29.4995rem;top:0.5625rem;left:30.5rem;display:block; }
#mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v > .row .container { background-color: transparent; background-image: none; }#mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v > .row .container > .video-iframe-container { display: none; }#mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v > .row > .video-iframe-container { display: none; }#mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v > .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); }#mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v > .row .container { border-width: 0; border-radius: 0; }#mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v > .row .container { font-size:0.875rem;font-family:arial;height:93.9375rem;width:60rem;position:relative;display:block; }#P1oNpTPN0Voim6QVIRT5pobW63uXzT8A { position:absolute;display:block;z-index:15007;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:40.625rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#V6CyW3NGWu21DiADnRrHqpfynavp2VW7 { position:absolute;display:block;z-index:15008;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:40.4375rem;width:60rem;top:44rem;left:0rem;overflow:hidden;display:block; }
#NNI5vGQrCTdCtgeTcZ4qXv9PWAfrvgef { background-color:#dba857;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.624375rem;height:4.18685rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:86.188148498538rem;left:7.6875rem;display:block; }
#tGEdwuHENZumomwS1Se3FJHGfW9Bdssn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XvAhg4wQDBwiplk4SITlhGX5yleGwhds { 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:197.8125rem;width:60rem;display:none; }
#RdDX8cVQt4TFD0xShHeIIqsnihoCViEx { 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:186.875rem;width:60rem;display:none; }
#ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1a35;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; }#ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5 > .row .container { background-color: transparent; background-image: none; }#ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5 > .row .container > .video-iframe-container { display: none; }#ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5 > .row > .video-iframe-container { display: none; }#ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5 > .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); }#ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5 > .row .container { border-width: 0; border-radius: 0; }#ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5 > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#JWcz9uDrgX6MNi3qqwqFT5FvcIe7RGxT { color:#ffffff;display:block;width:25.4365rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:4.356653213501rem;left:17.280418395996rem;height:2.97363125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFxP7tv4gDDlJJrx0zATcZyC4STpCAr4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.25rem;top:1.6234607696533rem;left:26.874404907226rem;overflow:hidden;display:block; }
#KCZd4sHi9bfP4pfAihdOFpBTsH3wKfAr { color:#dba857;display:block;width:25.4365rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:7.742069244385rem;left:17.281009674073rem;height:1.48681875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { top:5.0625rem;left:4.15576171875rem;width:39.375rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuhz1ucd1Pe15hm3ZDJrWHPUTQxuKPA4 { top:11.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBdtPpFB8sZCmO7mcC7wXsU3e4J862bN { top:14.4375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { top:0.9375rem;left:18.093753814698rem;width:11.5625rem;height:3.49948125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhnRzH8Mn8dpqC5vV9q4qQ9NiNX3QmtM { top:16.625rem;left:0.4375rem;width:46.875rem;height:26.062rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqeaGv6AHb8pd3iwQooa0KLAobwGCPyG { width:44.5625rem;height:4.125rem;top:44.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqOg7tyy4GvHL0fZyFblc1TTfGMdoR4R { display:block; }
 }@media only screen and (max-width: 763px) { #WyU8rR58FTd65N6WTQhWnvpu4tGRJFDr { top:50.375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUcXTpmHottc3S4aCk05QKd2rLoaQ7kX { top:16.3125rem;left:0.125rem;width:47.5rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k159dpzwBpnbU1PZVMy5SbGHKN7CtqZu { top:35.6875rem;left:24.3125rem;width:23.4375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzT0oXrfKaMiRZMyA3kMLTbSpnN1CAeG { top:0rem;left:0rem;width:47.75rem;height:53.037570621469rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS { display:block; }#mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN { display:block; }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8pVQbV0KyLaa3T3nedWuLbxgVaqS9vX { top:4.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfAF9finH2p8pPDDf8P1Sk2yog2GG9P6 { top:6.9375rem;left:0.6241340637207rem;width:46.4375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn35bbVwl9xU4V8Qi4VpnzT82U5PfzdM { top:12.25rem;left:0.5rem;width:46.8125rem;height:26.027604691675rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmdgrVCZtk4vm2TPiPV92q0KfaNhS8NZ { width:25.75rem;height:4.125rem;top:40.5rem;left:10.967739105224rem;display:block; }
 }@media only screen and (max-width: 763px) { #PloiIgrxJWI6bIL35CV3pXyFPDIMWkRK { display:block; }
 }@media only screen and (max-width: 763px) { #EAL6qCltMlsg672VFSzISStQlzrVN8o4 { top:11.9375rem;left:0.1875rem;width:47.4375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8aJ7d7Dz191IMRvmLLBELnVRIuMpGBp { top:28.8125rem;left:24.375rem;width:23.375rem;height:27.426796324149rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2 { display:block; }#ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doTubxzRwEwR8QC05ktX3LxOB4DcfqRs { top:25.4375rem;left:0rem;width:29.4375rem;height:16.527690087968rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP2XunEZ4rKZl3qDn01EgdRX4iCgX7NB { top:25.4375rem;left:18.3125rem;width:29.4375rem;height:16.527334505349rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP4MhbqlVPa2bnnut811v1fvly4RJtHT { width:44.5625rem;height:4.125rem;top:43.75rem;left:1.5621719360351rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmBg5n1ifnFSLDDQ0TTqB873B50eTNgA { display:block; }
 }@media only screen and (max-width: 763px) { #XKLXp6oAhd8If9aruLmOtJGRCH6IVLMI { width:47.75rem;height:157.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p08IqV9DnuNtuRZ8wNNuGTr22nVoiFw2 { width:47.75rem;height:148.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLnq8vWD86m8ioBrgx3434VMwUbaMTE8 { top:8.1875rem;left:0rem;width:29.4375rem;height:16.527690087968rem;display:block; }
 }@media only screen and (max-width: 763px) { #irhBPtbRStovLM39e1sgypNA2UaWWG09 { top:8.1875rem;left:18.3125rem;width:29.4375rem;height:16.527690087968rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehZKUQ0Ub9B9QV4rVVKFkNxU3KH3X01V { top:2.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLnNcepi2A0VRg7GgIigraRhltv5y1Te { display:block; }#mLnNcepi2A0VRg7GgIigraRhltv5y1Te > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDk0SAZmMtWNBuFrKGJsxS17FnBppdRy { top:17.8125rem;left:0rem;width:29.4375rem;height:16.527690087968rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaX4NGDLxVP4Jq4oxCvxlxbadpQW0NM4 { top:17.8125rem;left:18.3125rem;width:29.4375rem;height:16.527334505349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVxLwwFo9WD1c2P1Ce3I9lGJh2orI5XX { width:44.5625rem;height:4.125rem;top:52.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gniSCC0V9BaPnkdeHHhHq6SKGEdF7Jm5 { display:block; }
 }@media only screen and (max-width: 763px) { #BE6KcwX29eouEPp9Dh7NgKGibVr2TPTP { width:47.75rem;height:157.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ff5RQ8ZlMxPxX9sBHTEZuGkHPK3ZPFP7 { width:47.75rem;height:148.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5aemFh1EviczaFI0CbUJKFCe5RkElIC { top:35.0625rem;left:0rem;width:29.4375rem;height:16.527690087968rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5WoBAtTS9zE3biuEAJkZBmPI7OKcNGU { top:35.0625rem;left:18.3125rem;width:29.4375rem;height:16.527690087968rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZDdlfgTIhlXJWoTRgohrMG4OQVMRKBI { top:0.5625rem;left:0rem;width:29.4375rem;height:16.527690087968rem;display:block; }
 }@media only screen and (max-width: 763px) { #etTO79J1TtvDNM5ZSqTk0zDZrFf2ufP8 { top:0.5625rem;left:18.3125rem;width:29.4375rem;height:16.527690087968rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v { display:block; }#mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1oNpTPN0Voim6QVIRT5pobW63uXzT8A { top:0rem;left:0rem;width:47.75rem;height:32.330729166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6CyW3NGWu21DiADnRrHqpfynavp2VW7 { top:44rem;left:0rem;width:47.75rem;height:32.181510416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNI5vGQrCTdCtgeTcZ4qXv9PWAfrvgef { width:44.5625rem;height:4.125rem;top:86.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGEdwuHENZumomwS1Se3FJHGfW9Bdssn { display:block; }
 }@media only screen and (max-width: 763px) { #XvAhg4wQDBwiplk4SITlhGX5yleGwhds { width:47.75rem;height:157.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdDX8cVQt4TFD0xShHeIIqsnihoCViEx { width:47.75rem;height:148.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5 { display:block; }#ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWcz9uDrgX6MNi3qqwqFT5FvcIe7RGxT { top:4.3125rem;left:11.155418395996rem;width:25.375rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFxP7tv4gDDlJJrx0zATcZyC4STpCAr4 { top:1.5625rem;left:20.749404907226rem;width:6.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCZd4sHi9bfP4pfAihdOFpBTsH3wKfAr { top:7.6875rem;left:11.156009674073rem;width:25.375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #252525, #0c0b37);background-image: -moz-linear-gradient(180deg, #252525, #0c0b37);background-image: -ms-linear-gradient(180deg, #252525, #0c0b37);background-image: -o-linear-gradient(180deg, #252525, #0c0b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#0c0b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#0c0b37' );";background-image: linear-gradient(180deg, #252525, #0c0b37);background-size:cover !important;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { width:20rem;height:2.69856875rem;top:4.9031572341919rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xuhz1ucd1Pe15hm3ZDJrWHPUTQxuKPA4 { width:16.624375rem;height:2.2737625rem;top:8.25rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#dba857;display:block; }
 }@media only screen and (max-width: 763px) { #oBdtPpFB8sZCmO7mcC7wXsU3e4J862bN { width:19.998375rem;height:0.812175rem;top:11.1875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { width:8.3125rem;height:2.4375rem;top:0.9375rem;left:5.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhnRzH8Mn8dpqC5vV9q4qQ9NiNX3QmtM { height:11.1441875rem;width:19.9991875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqeaGv6AHb8pd3iwQooa0KLAobwGCPyG { width:15.9375rem;height:2.749025rem;top:24.6875rem;left:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqOg7tyy4GvHL0fZyFblc1TTfGMdoR4R { display:block; }
 }@media only screen and (max-width: 763px) { #WyU8rR58FTd65N6WTQhWnvpu4tGRJFDr { width:20rem;height:0.9749375rem;top:28.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yUcXTpmHottc3S4aCk05QKd2rLoaQ7kX { width:20rem;height:26.625rem;top:15.962890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k159dpzwBpnbU1PZVMy5SbGHKN7CtqZu { width:18.562rem;height:21.8123125rem;top:12.91015625rem;left:0.7177734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzT0oXrfKaMiRZMyA3kMLTbSpnN1CAeG { width:20rem;height:22.214689265537rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS { display:none; }#mE3c9nDMTXJlDlO6MHtNhC93s0z9kPbS > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c0b37, #0c0b37);background-image: -moz-linear-gradient(180deg, #0c0b37, #0c0b37);background-image: -ms-linear-gradient(180deg, #0c0b37, #0c0b37);background-image: -o-linear-gradient(180deg, #0c0b37, #0c0b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0b37', endColorstr='#0c0b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0b37', endColorstr='#0c0b37' );";background-image: linear-gradient(180deg, #0c0b37, #0c0b37);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row .container { background-color: transparent; background-image: none; }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row .container > .video-iframe-container { display: none; }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row > .video-iframe-container { display: none; }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .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); }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row .container { border-width: 0; border-radius: 0; }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFLrCAGNWVoXzPTanOQdQMhehPD0qtRN > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8pVQbV0KyLaa3T3nedWuLbxgVaqS9vX { width:16.373rem;height:3.59863125rem;top:0.81090927124025rem;left:1.8120661973953rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VfAF9finH2p8pPDDf8P1Sk2yog2GG9P6 { width:19.37425rem;height:1.13688125rem;top:4.4097223281861rem;left:0.31177663803101rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#dba857;display:block; }
 }@media only screen and (max-width: 763px) { #fn35bbVwl9xU4V8Qi4VpnzT82U5PfzdM { height:11.1436875rem;width:19.9985625rem;top:6.8959789276125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmdgrVCZtk4vm2TPiPV92q0KfaNhS8NZ { width:15.9360625rem;height:2.74884375rem;top:18.686344146729rem;left:2.0305267572403rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PloiIgrxJWI6bIL35CV3pXyFPDIMWkRK { display:block; }
 }@media only screen and (max-width: 763px) { #EAL6qCltMlsg672VFSzISStQlzrVN8o4 { width:20rem;height:26.625rem;top:15.962890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8aJ7d7Dz191IMRvmLLBELnVRIuMpGBp { width:18.562rem;height:21.8123125rem;top:12.91015625rem;left:0.7177734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2 { display:block; }#ROiTxIPrsm0TLgb7ius2k8I2drUZ0CT2 > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doTubxzRwEwR8QC05ktX3LxOB4DcfqRs { height:11.25rem;width:20rem;top:29.187501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP2XunEZ4rKZl3qDn01EgdRX4iCgX7NB { height:11.25rem;width:20rem;top:40.979167938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP4MhbqlVPa2bnnut811v1fvly4RJtHT { width:18.9998125rem;height:4.12435rem;top:53.095705032349rem;left:0.49886071681976rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmBg5n1ifnFSLDDQ0TTqB873B50eTNgA { display:block; }
 }@media only screen and (max-width: 763px) { #XKLXp6oAhd8If9aruLmOtJGRCH6IVLMI { top:31.545835494995rem;left:0rem;width:20rem;height:65.9375rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #p08IqV9DnuNtuRZ8wNNuGTr22nVoiFw2 { top:97.482812881469rem;left:0rem;width:20rem;height:62.375rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #yLnq8vWD86m8ioBrgx3434VMwUbaMTE8 { height:11.2285rem;width:20rem;top:5.4095053672791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irhBPtbRStovLM39e1sgypNA2UaWWG09 { height:11.2285rem;width:20rem;top:17.449871063233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehZKUQ0Ub9B9QV4rVVKFkNxU3KH3X01V { width:16.937125rem;height:3.41145625rem;top:1.25rem;left:1.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mLnNcepi2A0VRg7GgIigraRhltv5y1Te { display:block; }#mLnNcepi2A0VRg7GgIigraRhltv5y1Te > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDk0SAZmMtWNBuFrKGJsxS17FnBppdRy { height:11.25rem;width:20rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaX4NGDLxVP4Jq4oxCvxlxbadpQW0NM4 { height:11.25rem;width:20rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVxLwwFo9WD1c2P1Ce3I9lGJh2orI5XX { width:19rem;height:4.125rem;top:72rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gniSCC0V9BaPnkdeHHhHq6SKGEdF7Jm5 { display:block; }
 }@media only screen and (max-width: 763px) { #BE6KcwX29eouEPp9Dh7NgKGibVr2TPTP { top:31.545835494995rem;left:0rem;width:20rem;height:65.9375rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Ff5RQ8ZlMxPxX9sBHTEZuGkHPK3ZPFP7 { top:97.482812881469rem;left:0rem;width:20rem;height:62.375rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #C5aemFh1EviczaFI0CbUJKFCe5RkElIC { height:11.228813559322rem;width:20rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5WoBAtTS9zE3biuEAJkZBmPI7OKcNGU { height:11.228813559322rem;width:20rem;top:59.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZDdlfgTIhlXJWoTRgohrMG4OQVMRKBI { height:11.2285rem;width:20rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etTO79J1TtvDNM5ZSqTk0zDZrFf2ufP8 { height:11.2285rem;width:20rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v { display:block; }#mkCtNFPaGaEUAGtywi776Ds92wTJ5G5v > .row .container { width:20rem;height:135.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1oNpTPN0Voim6QVIRT5pobW63uXzT8A { width:20rem;height:13.541666666667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6CyW3NGWu21DiADnRrHqpfynavp2VW7 { width:20rem;height:13.479166666667rem;top:44rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNI5vGQrCTdCtgeTcZ4qXv9PWAfrvgef { width:19rem;height:4.125rem;top:130.65950584412rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGEdwuHENZumomwS1Se3FJHGfW9Bdssn { display:block; }
 }@media only screen and (max-width: 763px) { #XvAhg4wQDBwiplk4SITlhGX5yleGwhds { top:1.2330741882324rem;left:0rem;width:20rem;height:65.9375rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RdDX8cVQt4TFD0xShHeIIqsnihoCViEx { top:67.170574188231rem;left:0rem;width:20rem;height:62.375rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5 { display:block; }#ykR0Xbw7zq05SQvu5nHStgg5tn40BrI5 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWcz9uDrgX6MNi3qqwqFT5FvcIe7RGxT { width:20rem;height:2.76041875rem;top:3.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFxP7tv4gDDlJJrx0zATcZyC4STpCAr4 { width:6.625rem;height:2rem;top:1.1875rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCZd4sHi9bfP4pfAihdOFpBTsH3wKfAr { width:20rem;height:1.38020625rem;top:7.7625875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }