.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;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); }#zl852lsSKBoxH85FcohvoXOrsHqf8bvW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#zl852lsSKBoxH85FcohvoXOrsHqf8bvW > .row .container { background-color: transparent; background-image: none; }#zl852lsSKBoxH85FcohvoXOrsHqf8bvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl852lsSKBoxH85FcohvoXOrsHqf8bvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl852lsSKBoxH85FcohvoXOrsHqf8bvW > .row .container > .video-iframe-container { display: none; }#zl852lsSKBoxH85FcohvoXOrsHqf8bvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl852lsSKBoxH85FcohvoXOrsHqf8bvW > .row > .video-iframe-container { display: none; }#zl852lsSKBoxH85FcohvoXOrsHqf8bvW > .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); }#zl852lsSKBoxH85FcohvoXOrsHqf8bvW > .row .container { border-width: 0; border-radius: 0; }#zl852lsSKBoxH85FcohvoXOrsHqf8bvW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zl852lsSKBoxH85FcohvoXOrsHqf8bvW > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#oMLT3WteGZCyyCUlZEvERglIytQ1bxKZ { 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:5.375rem;width:20.25rem;top:0.5625rem;left:27.375rem;overflow:hidden;display:block; }
#M1Swfcd3qwK9uKIytKT0tFSmS4Ghg9TI { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"acherus grotesque book";font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.5625rem;height:1.625rem;display:block; }
#dFrh7CrAyw8fUpdOz1NbivTMIrFdIlls { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"acherus grotesque book";font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.6875rem;left:54.75rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#mCMpnsbC84t89xVvo7dOWDnfnVoWLXmq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#AVuKpIy18VEIN5JOR1QlgkQBG071PWWh { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"acherus grotesque book";font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:3.3125rem;left:2.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#pU70TPF7C4A13ZyVVUM2fTPFaswW6z53 { position:relative;display:none; }#pU70TPF7C4A13ZyVVUM2fTPFaswW6z53 { border-width: 0; border-radius: 0; }#pU70TPF7C4A13ZyVVUM2fTPFaswW6z53 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pU70TPF7C4A13ZyVVUM2fTPFaswW6z53 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a7a7735-3712-4949-a1d2-83a206387356/iStock1422206280.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(194,175,132,0.31); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(194,175,132,0.31); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { border-width: 0; border-radius: 0; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::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; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { font-size:0.875rem;font-family:arial;height:83.3125rem;width:75rem;position:relative;display:block; }#DXWMC8DAi026ZSCU0Sw7ZNPTueH0uQRz { background-color:#10a3b6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans narrow";font-size:1.625rem;font-weight:400;font-style:normal;line-height:2.2;overflow:hidden;position:absolute;width:11.8125rem;height:2.9375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:5.9375rem;left:54rem;display:none; }
#TNTNuWiSIh94GkSo2fCa5BMrTy3d7sfi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRg6rlVGrUINN8SV4waMToK8St4a8vL6 { color:#3d568a;display:block;width:18.25rem;position:absolute;font-family:"josefin sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4375rem;left:8rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KJogKVxXDwqMcG1IHQpNsJudJhD9fuV3 { 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:38.875rem;width:75rem;display:none; }
#GgznFKmeLMTphTGt6cTasuh9Gy3amapl { 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:43.5625rem;width:75rem;display:none; }
#wAq4c7s07okFafiFhrJwskhRxwrzqWO5 { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:"acherus grotesque book";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.1875rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gkDOeRGJm7tpVZVc4XWsFOuDlsD3xueB { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:gotham;font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.8125rem;left:1.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#clzTbt2D9yEM8ZkFILrVyMnyiCKPR9Te { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:45.625rem;width:30.0625rem;top:35.75rem;left:1.1875rem;display:block; }
#ZO82LAVJSm12TcQobmvwUJNizEKdiRHm { color:rgba(255,255,255,0.5);display:block;width:29.8125rem;position:absolute;font-family:gotham;font-size:1.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:37.125rem;left:1.3125rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PBG8suUuzfNBo18al38uOwg6L49PqGFf { position:absolute;display:block;z-index:15046;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.125rem;width:69.9375rem;top:66.8125rem;left:1.875rem;overflow:hidden;display:none; }
#WukIymr6FT92MPiadv3olk1VBfbRRDg1 { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:69.07421875rem;left:3.375rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RTpBleBlHa6In6nVu24Z41yHSHAm7imf { background-color:#a97d5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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:"inria sans";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.875rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:80.3125rem;left:3.375rem;display:none; }
#nM0phwoFBJVVnoHin6tumaZzSzF7U0gy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKTmLnKyknDtTnWyq8yburpril64nbCo { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"inria sans";font-size:1.4375rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:70.90625rem;left:42.375rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NSCTlcwx8lh3D3Fop36Iq9Tc1nSH6FdO { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:"acherus grotesque book";font-size:3.3125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:1.013671875rem;left:1.1875rem;height:8.6113125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tMFIFnd6cTMZLxWNL86GLxLAfWodHslS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:27rem;left:6.1875rem; }
#UuHxUoAnPqvrOS4x3CoJz4gUooZGZIyc { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:"acherus grotesque book";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:26.5625rem;left:1.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BamdCGvtt6AMiB4GFz1mVmFeponKAKgz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:27rem;left:8.5625rem; }
#otVhokPyUbv3b8lTWDmMuRy8BLfVP40C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:27rem;left:11.0625rem; }
#TXPH160WuOqfmVBmiGDkb0TZwWJicl40 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:27rem;left:13.5625rem; }
#Dictf5fTl7ZVg368FauZqcCOTI6Wfy5m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:27rem;left:16.0625rem; }
#vazLoonQuxT3nJtH6sPwmE58XQdfukNR { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"acherus grotesque book";font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:30.625rem;left:1.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gkzSuTHlTOdk87T7fuxAypvW33Crqhsc { 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:43.4375rem;width:34.1875rem;display:none; }
#wW28fAdb6yFu2F8RThf3O0zmUaBodiQ4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:27rem;left:11.0625rem;display:none; }
#ltJ9bHMV00QKxw6AZf2nxl8OZVaywrC0 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FVxFz5IMhRezNf3O50HSif4BhKR2zOCy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:27rem;left:11.0625rem;display:none; }
#GDyAOFvL6sNEQNeDaKXuWQxaGzAFeG2w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:27rem;left:11.0625rem;display:none; }
#sLhR0UTrcR23iPnNIQLu6NWHH1e9BbHM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:27rem;left:11.0625rem;display:none; }
#c7S7DL7UmFkGqBGlt06NLoNg67H6bTuT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:27rem;left:11.0625rem;display:none; }
#vD1VA3BNGyQ758GkZ8T7TslXJW0DUKJy { position:absolute;display:block;z-index:15055;height:21.75rem;width:27.4375rem;top:37.125rem;left:2.4375rem;display:block; }
#nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL { 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; }#nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL > .row .container { background-color: transparent; background-image: none; }#nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL > .row .container > .video-iframe-container { display: none; }#nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL > .row > .video-iframe-container { display: none; }#nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL > .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); }#nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL > .row .container { border-width: 0; border-radius: 0; }#nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#lPZ3TBnaxMm1CwbHrowJ6Mn7Z7MHuvLg { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"acherus grotesque book";font-size:3.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:2.15625rem;left:3.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kWWtAxRoFHgcO7Ba3wa4JqweutypL2ow { color:#c2af84;display:block;width:67.5rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:7.125rem;left:3.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E6TzWXTEnQ84VsIOiNPi0uH29umctA3t { 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; }#E6TzWXTEnQ84VsIOiNPi0uH29umctA3t > .row .container { background-color: transparent; background-image: none; }#E6TzWXTEnQ84VsIOiNPi0uH29umctA3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6TzWXTEnQ84VsIOiNPi0uH29umctA3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6TzWXTEnQ84VsIOiNPi0uH29umctA3t > .row .container > .video-iframe-container { display: none; }#E6TzWXTEnQ84VsIOiNPi0uH29umctA3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6TzWXTEnQ84VsIOiNPi0uH29umctA3t > .row > .video-iframe-container { display: none; }#E6TzWXTEnQ84VsIOiNPi0uH29umctA3t > .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); }#E6TzWXTEnQ84VsIOiNPi0uH29umctA3t > .row .container { border-width: 0; border-radius: 0; }#E6TzWXTEnQ84VsIOiNPi0uH29umctA3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6TzWXTEnQ84VsIOiNPi0uH29umctA3t > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;position:relative;display:block; }#fgEyHrRzrzFNQrEA7tFu6kR1eExDeHwg { position:absolute;display:block;z-index:15027;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:21.5625rem;width:17.25rem;top:5.375rem;left:53.875rem;overflow:hidden;display:block; }
#V8CU2Vvt875viHc3w37hCaRG44IQvI8H { box-sizing:content-box;height:2.3125rem;width:17.25rem;position:absolute;display:block;z-index:15028;background-color:#c2af84;background-image:none;top:3.0625rem;left:3.875rem;display:block; }
#T41cDdFEV1HIxqNg5X4N7oHvsTTDNVxo { position:absolute;display:block;z-index:15028;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:21.5625rem;width:17.25rem;top:5.3125rem;left:28.875rem;overflow:hidden;display:block; }
#lc8Cer0IilQAgE33PQvb0i693QFP5K6w { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:17.25rem;top:5.3125rem;left:3.875rem;overflow:hidden;display:block; }
#sOlVnLffO5vlCvTObd9AN6yHIl5aDkT2 { box-sizing:content-box;height:2.3125rem;width:17.25rem;position:absolute;display:block;z-index:15029;background-color:#c2af84;background-image:none;top:3.0625rem;left:28.875rem;display:block; }
#VKrfNzFSTnoUbTWA1GLHylETNSESrxLp { box-sizing:content-box;height:2.3125rem;width:17.25rem;position:absolute;display:block;z-index:15030;background-color:#c2af84;background-image:none;top:3.0625rem;left:53.875rem;display:block; }
#NBI4RZd0HFXd9xEqIoKN9cnawzpHxuv1 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:4.46875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HQQiuAK5MWZngM1tJw10DId5MZT6kaWx { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:29.46875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l4wUDMsHuitqmzeI9gO9ctkNBiI24354 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:54.46875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vbzAlahLETBR0A1dZl63oe2E86M2Mbsf { box-sizing:content-box;height:2.3125rem;width:17.25rem;position:absolute;display:block;z-index:15030;background-color:#c2af84;background-image:none;top:26.875rem;left:3.875rem;display:block; }
#DPvpRgWrTACbA16uvz8TfmGwVSLhxFhN { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:27.125rem;left:4.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TxS0EPz1my4TMhXt4cwBQs52AynTIG3W { box-sizing:content-box;height:2.3125rem;width:17.25rem;position:absolute;display:block;z-index:15032;background-color:#c2af84;background-image:none;top:26.875rem;left:28.875rem;display:block; }
#wpGpSHpWRML6dH5LrIAcSId3nKgsc90P { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:27.125rem;left:29.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k7sVf9VwSD0KvFWgq7vi1Adye59oOmVW { box-sizing:content-box;height:2.3125rem;width:17.25rem;position:absolute;display:block;z-index:15034;background-color:#c2af84;background-image:none;top:26.875rem;left:53.875rem;display:block; }
#TSV21h5lHl2ZKXrCQ6fTpP20JNdFQVbc { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:27.125rem;left:54.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KQt1LIBi3fxlqZ2COL0dS6hnxTEJRzV6 { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"acherus grotesque book";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:32.5rem;left:1.4375rem;height:12.1113375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R7UXeb5TPTQW3e2RyHrkaoHIJ5EyExq5 { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"acherus grotesque book";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.9;letter-spacing:0;top:32.498046875rem;left:13.6875rem;height:8.074225rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o4SHDdxv2mIv84eliE5PgSHLrDppQPAS { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"acherus grotesque book";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.9;letter-spacing:0;top:32.5rem;left:39.8125rem;height:14.12989375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F33Rd1hu39Z3QixTRedGi6USfFFVn9QQ { box-sizing:content-box;height:16.4375rem;width:0.1875rem;position:absolute;display:block;z-index:15038;background-color:#c2af84;background-image:none;top:30.75rem;left:24.875rem;display:block; }
#WXiiWeecFiVBoMGHcF4BFXb16ZCSHnnF { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"acherus grotesque book";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.9;letter-spacing:0;top:32.5rem;left:25.9375rem;height:10.09278125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yAw25ylDsVbe9dogAS4HX0asVHkk2Iho { box-sizing:content-box;height:16.4375rem;width:0.1875rem;position:absolute;display:block;z-index:15039;background-color:#c2af84;background-image:none;top:30.75rem;left:49.9375rem;display:block; }
#R677EOVamQUzaUau8VCTPO8rAyVgmqis { background-color:#c2af84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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:"proxima nova";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:53.6875rem;left:26.71875rem;display:block; }
#B00GGRwqicg5dqLneOS7LaSTlRPiFMLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QchDVTT6mowWgq0AJe3HiO5X7mdptSTC { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"acherus grotesque book";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.9;letter-spacing:0;top:32.4990234375rem;left:53.875rem;height:12.1113375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 { 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; }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row .container { background-color: transparent; background-image: none; }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row .container > .video-iframe-container { display: none; }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row > .video-iframe-container { display: none; }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .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); }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row .container { border-width: 0; border-radius: 0; }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row .container { font-size:0.875rem;font-family:arial;height:84.25rem;width:75rem;position:relative;display:block; }#LQyFIsVxB0w4NB4JLzHEEN6xMrCaW0Nr { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"acherus grotesque book";font-size:3.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:1.6875rem;left:3.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u1QH3sbZhXQycxWTqVdoJ7TW43DMCvVS { color:#c2af84;display:block;width:67.5rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:7.3125rem;left:4.375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LOq11CzeTtukdTSTr6zlbOLSJmoBFP0c { box-sizing:content-box;height:2.3125rem;width:17.625rem;position:absolute;display:block;z-index:15002;background-color:#c2af84;background-image:none;top:23.4375rem;left:8.625rem;display:block; }
#eGNg6Tq4bhCWBO8KPvh0xwvkpOB0sJr0 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:17.25rem;top:59.625rem;left:49.0625rem;overflow:hidden;display:block; }
#mIKI6nGQJFdfs1UKulXaTiPGtU0rvKZJ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:17.25rem;top:10rem;left:29.25rem;overflow:hidden;display:block; }
#Kq0ALb5d8egd9mhiBTxP1g07BwwXz6GE { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:17.25rem;top:10rem;left:49.1875rem;overflow:hidden;display:block; }
#C954BoVah2iRxN7LUWknO2E5GDNSnfzK { position:absolute;display:block;z-index:15033;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:11.9375rem;width:17.625rem;top:26.625rem;left:8.625rem;overflow:hidden;display:block; }
#MQ7pmoHtl68nDUrhdFJQwwmb6wglcNBT { position:absolute;display:block;z-index:15034;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:12.5625rem;width:17.25rem;top:43rem;left:48.9375rem;overflow:hidden;display:block; }
#BhThHwxbOVOJDFWwPGS9pTL8A4SICxS5 { position:absolute;display:block;z-index:15035;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:12.5625rem;width:17.25rem;top:26.625rem;left:49.1875rem;overflow:hidden;display:block; }
#DaHHDpOqiT27FPXbmxpLTXPV45Sox9rH { position:absolute;display:block;z-index:15036;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:13.4375rem;width:17.25rem;top:42.4375rem;left:29.3125rem;overflow:hidden;display:block; }
#QWgGwalkbDNXMziEvQU23TT6fZyHHmRX { position:absolute;display:block;z-index:15037;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:12.125rem;width:17.25rem;top:26.625rem;left:29.5rem;overflow:hidden;display:block; }
#Dc5HiT4nmzmMfl2F9bX8wKFeETB5EOCc { position:absolute;display:block;z-index:15038;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:13.5rem;width:17.625rem;top:10rem;left:8.625rem;overflow:hidden;display:block; }
#fZEVnWVfPo7RbHUApvBwdc9Rrpb6MveW { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:17.25rem;top:59.625rem;left:29.375rem;overflow:hidden;display:block; }
#RrwKcitpePLlz3yv01tG0SCyoOM9neQv { position:absolute;display:block;z-index:15040;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:12.4375rem;width:17.25rem;top:59.625rem;left:8.6875rem;overflow:hidden;display:block; }
#bhZO1qfAnr1RPl7sNm8HowC301XF5Q9k { position:absolute;display:block;z-index:15039;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:13.4375rem;width:17.25rem;top:42.5625rem;left:8.875rem;overflow:hidden;display:block; }
#NbZKmoQpVwOdzr5NTKT2nywgab575nNf { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.875rem;left:10.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vAPq9Tiq25QsWEXIuzgKOe6S1rXo75Ub { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.6875rem;left:8.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cgKQT7Qh2uTBT9G7ahkJdikbwIZkmzd2 { box-sizing:content-box;height:2.3125rem;width:17.25rem;position:absolute;display:block;z-index:15004;background-color:#c2af84;background-image:none;top:23.4375rem;left:29.25rem;display:block; }
#dlRbTmdDzlRQcSXl6maWFKAx4LhVWwoK { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.75rem;left:31.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gXbMuGxW0fs0LR6lDNprz68MoV3dFvRL { box-sizing:content-box;height:2.3125rem;width:17.25rem;position:absolute;display:block;z-index:15006;background-color:#c2af84;background-image:none;top:23.5rem;left:49.1875rem;display:block; }
#rB70AyLSWoKyWVbR9dhSfEhMQemRsTrR { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:23.8125rem;left:49.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XKIfDcxWhS3OyDeGnVsNJqrOLWaz0hxN { box-sizing:content-box;height:2.9375rem;width:17.625rem;position:absolute;display:block;z-index:15003;background-color:#c2af84;background-image:none;top:38.5625rem;left:8.625rem;display:block; }
#nr1vDD8RmoVhMnBIAAwhNCUTL1tOvaCA { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38.9375rem;left:30.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KsuEV9zHLuan9fT7vmp5Op3c4S9xmGy2 { box-sizing:content-box;height:2.9375rem;width:17.25rem;position:absolute;display:block;z-index:15005;background-color:#c2af84;background-image:none;top:38.6875rem;left:29.5rem;display:block; }
#ClUo5vnmPdMhowG75mbgUet4Tf21hWcs { box-sizing:content-box;height:2.6875rem;width:17.25rem;position:absolute;display:block;z-index:15007;background-color:#c2af84;background-image:none;top:38.875rem;left:49.1875rem;display:block; }
#HWHp5bKqPyAysWT9a9NT032vGfC7tb4d { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.5625rem;left:50rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mEThhxUBEE3qbfo0i4wgarBLCpseMusp { box-sizing:content-box;height:2.9375rem;width:17.25rem;position:absolute;display:block;z-index:15005;background-color:#c2af84;background-image:none;top:55.875rem;left:8.875rem;display:block; }
#KsEeKimDvrZtpTVoGF2WZE8bGqGJIhsO { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:56.75rem;left:9.5rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c9WS8k1QseGxFe3i5QNP6MqRlIn5HaFA { box-sizing:content-box;height:2.9375rem;width:17.25rem;position:absolute;display:block;z-index:15007;background-color:#c2af84;background-image:none;top:55.8125rem;left:29.3125rem;display:block; }
#VzbpMF1A2iT2WNaidkMWTOtENLTO3zGT { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:56.6875rem;left:30rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#afpHmWDbZQ6GLbVdQc8c5yQe0BVlrnI7 { box-sizing:content-box;height:2.9375rem;width:17.25rem;position:absolute;display:block;z-index:15009;background-color:#c2af84;background-image:none;top:55.5625rem;left:48.9375rem;display:block; }
#VwTWX1mNN8NOvXikFFC5sw1SMtmqNCF0 { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:55.75rem;left:49.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g0irN6a3dQFPxSW2utqhdimA4raeaQWA { box-sizing:content-box;height:2.9375rem;width:17.25rem;position:absolute;display:block;z-index:15011;background-color:#c2af84;background-image:none;top:72.0625rem;left:8.6875rem;display:block; }
#UNQi8THQDldOyIcxTNcktDXmJ6QhTLmA { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:72.25rem;left:9.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hP7PS0RyJdRcvLTSmLNUiqP76Tb5NeZp { box-sizing:content-box;height:2.9375rem;width:17.25rem;position:absolute;display:block;z-index:15042;background-color:#c2af84;background-image:none;top:72.0625rem;left:29.375rem;display:block; }
#DQHGbZ47ocCfE3AMXWMsfRiDgI5F2t4T { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:72.625rem;left:30.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cMXkFiSs4LX6GHfmu3ZTTn5sVTwav0EF { box-sizing:content-box;height:2.9375rem;width:17.25rem;position:absolute;display:block;z-index:15044;background-color:#c2af84;background-image:none;top:72.0625rem;left:49.0625rem;display:block; }
#QyB1OJnqh1v9mZ3R2dq8ovTcTKnLO7Mu { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:72.625rem;left:49.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jx17X9y8liwm8C5O9DyRwfc4XUvOykGd { background-color:#c2af84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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:"proxima nova";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:78.3125rem;left:25.03125rem;display:block; }
#R98iwJFnQFFLkQuTFV4LHzKSc9yzVytM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 { 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; }#ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 > .row .container { background-color: transparent; background-image: none; }#ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 > .row .container > .video-iframe-container { display: none; }#ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 > .row > .video-iframe-container { display: none; }#ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 > .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); }#ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 > .row .container { border-width: 0; border-radius: 0; }#ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;position:relative;display:block; }#VPLU45J8LWaggArWaipKBD1KqG73rk5J { color:#000000;display:block;width:71.875rem;position:absolute;font-family:"acherus grotesque book";font-size:3.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:3.6875rem;left:2.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N1c0Aa2cVOLdPTXi4U416StQAPGWF3TS { color:#c2af84;display:block;width:67.5rem;position:absolute;font-family:gotham;font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:9rem;left:3.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ppth48wSoRc5X2ibhTeC6AEkGF2FAMSX { box-sizing:content-box;height:27.0625rem;width:23.5625rem;position:absolute;display:block;z-index:15006;background-color:#c2af84;background-image:none;top:14.5625rem;left:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#mwa0w5WSJ4gJ9HABBQHM8ymExH0k4FlN { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:21.9375rem;left:1.9375rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#r1xyPvcyD5S4WqP0HiVoEIwUiZsGtreT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:17.625rem;left:6.3125rem; }
#NPJZveivaTcgzWb5PKbK8AQQ3Dh4NDxK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:17.625rem;left:8.875rem; }
#XqTWByTcyBHEfMZrAdTAHfsQWXVrnipK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:17.625rem;left:11.3125rem; }
#CMFOARM77Xc6tGQA39mMIafy31OXcxG1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:17.625rem;left:13.75rem; }
#AIZslU2a48AHb8zyWbFQieTphCcmgbo1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:17.625rem;left:15.875rem; }
#ZtoTTKutTEx7PeIDCFwaLk7lwT4ONdk6 { box-sizing:content-box;height:27.0625rem;width:23.5625rem;position:absolute;display:block;z-index:15013;background-color:#c2af84;background-image:none;top:14.5625rem;left:25.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#xXRhIhwipirZVDT2eFQteHoF7FTbg6f4 { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:22.5625rem;left:26.78125rem;height:17.875rem;text-align:center;text-align-last:center;display:block; }
#VKvGHJpht8cg5XBfcwPagtt5ZuI8wIST { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:17.625rem;left:33.8125rem; }
#sH0So8ESh8gadoJBVJZte1gBrLCKkzc3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:17.625rem;left:36.25rem; }
#WJ8vXT8B8k9TNceAezZacX3eDqiBibpS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:17.625rem;left:38.6875rem; }
#Koolld8B8pa6sr69SLwJ3ZHOtCXCuE7v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:17.625rem;left:40.8125rem; }
#dzJgKHgcF2LicU5H6qp775TfN140T4iT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:17.625rem;left:31.25rem; }
#QT6Go5TqPkgFo1tHR2Azqn7kFomCGgNf { box-sizing:content-box;height:27.0625rem;width:23.5625rem;position:absolute;display:block;z-index:15020;background-color:#c2af84;background-image:none;top:14.5625rem;left:50.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#rwLVf5md97wzeMI6AZniPzTNpWRRxNIO { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:21.9375rem;left:52rem;height:17.875rem;text-align:center;text-align-last:center;display:block; }
#SAnLTrzLm0nZfWs9tNbRNHX8GfPTdkM3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:17.625rem;left:58.9375rem; }
#WD5amFc7Whq4bki0cclXW9os64ah3JaC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:17.625rem;left:61.375rem; }
#STSTlNDJR2WGmr7sq0MsT2TC38MBlIQA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:17.625rem;left:63.8125rem; }
#EmvQG2eKsVoQCBbysHcvlO343zcRxkU9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:17.625rem;left:65.9375rem; }
#n4mXxMJehz6WO0H4EoNZ5TZAJxlc2q2R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:17.625rem;left:56.375rem; }
#OeA7H1ftCrp4sWoHZUrIolLeQmsURNTU { color:#000000;display:block;width:71.875rem;position:absolute;font-family:"acherus grotesque book";font-size:3.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:3.6875rem;left:2.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#f0xt30DFuafniUgV4egL1bIeeNlJuIlF { background-color:#c2af84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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:"proxima nova";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:46.625rem;left:26.71875rem;display:block; }
#goTUw1wQ6b9rtpAVTH55L3aIKEJq0Tau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d532688e-868a-4440-b074-358f8b04d24a/NolensvilleTeamPhoto.crop_3323x1855_0,1048.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd.adaptive-delivery-prevent-bg, #nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd.lazyload, #nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd.lazyloading { background-image: none; }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row .container { background-color: transparent; background-image: none; }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row .container > .video-iframe-container { display: none; }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row > .video-iframe-container { display: none; }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .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); }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row .container { border-width: 0; border-radius: 0; }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row .container { font-size:0.875rem;font-family:arial;height:60.5rem;width:75rem;position:relative;display:block; }#y6nbVLt3HuAw4ktxlXcLWm5bmO1eROkn { 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:18.0625rem;width:32.375rem;display:none; }
#GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cebcb5;background-image:url("https://images.assets-landingi.com/uc/bafb9871-67c4-4812-a49a-14ec1a780684/MembershipBackgroundscaled.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg.adaptive-delivery-prevent-bg, #GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg.lazyload, #GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg.lazyloading { background-image: none; }#GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg > .row .container { background-color: transparent; background-image: none; }#GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg > .row .container > .video-iframe-container { display: none; }#GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg > .row > .video-iframe-container { display: none; }#GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg > .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); }#GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg > .row .container { border-width: 0; border-radius: 0; }#GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;position:relative;display:block; }#su6c6zlDgOK4KoDN5r36visspUeIFrLt { color:#000000;display:block;width:65.5rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:10.6875rem;left:4.75rem;height:16.08395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STJOO1VQhrv2MCG0IK8BH8JBJz5HPoug { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:34.375rem;width:72.625rem;top:3.8125rem;left:1.1875rem;display:block; }
#kS3RBwzwfe0qszZdqeIX0CdlSzXRZJkQ { color:#000000;display:block;width:71.875rem;position:absolute;font-family:"acherus grotesque book";font-size:3.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SGfUBIB8UsDXiGIE7eCmgU91z585qgnV { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:25.9375rem;top:29.25rem;left:22.4375rem;overflow:hidden;display:block; }
#C9gbCMhpgCF6TR046mroro1chv2iaSmF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row .container { background-color: transparent; background-image: none; }#C9gbCMhpgCF6TR046mroro1chv2iaSmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row .container > .video-iframe-container { display: none; }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row > .video-iframe-container { display: none; }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .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); }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row .container { border-width: 0; border-radius: 0; }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#CP01FVOkvkFnhPcf7mRroWFCvO9w9OQM { color:#000000;display:block;width:35.75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:13.625rem;left:2.75rem;height:9.375rem;display:block; }
#uOfxoyLIOft9e2G8Js9bRkMWVsoJ3EGD { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"acherus grotesque book";font-size:3.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:4.625rem;left:2.75rem;height:8.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#az9HCJCLATgkwsKJcx0V8PBeO09mh1lT { position:absolute;display:block;z-index:15025;height:21.75rem;width:32.9375rem;top:5.6875rem;left:42.0625rem;display:block; }
#lcKTTeMPuQniVWL1J2Q9NZVomFhxTz9I { box-sizing:content-box;height:42.625rem;width:28.6875rem;position:absolute;display:block;z-index:15021;background-color:#c2af84;background-image:none;top:6.8125rem;left:44.28125rem;display:block; }
#zxk771KGoFnJL93nb7b64WL8TMeHuPRG { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"acherus grotesque book";font-size:2.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.03125rem;left:50.28125rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#BDpDQUb5p8pr1NgTigfPI0wra0585ael { 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; }#BDpDQUb5p8pr1NgTigfPI0wra0585ael > .row .container { background-color: transparent; background-image: none; }#BDpDQUb5p8pr1NgTigfPI0wra0585ael::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDpDQUb5p8pr1NgTigfPI0wra0585ael > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDpDQUb5p8pr1NgTigfPI0wra0585ael > .row .container > .video-iframe-container { display: none; }#BDpDQUb5p8pr1NgTigfPI0wra0585ael > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDpDQUb5p8pr1NgTigfPI0wra0585ael > .row > .video-iframe-container { display: none; }#BDpDQUb5p8pr1NgTigfPI0wra0585ael > .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); }#BDpDQUb5p8pr1NgTigfPI0wra0585ael > .row .container { border-width: 0; border-radius: 0; }#BDpDQUb5p8pr1NgTigfPI0wra0585ael > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BDpDQUb5p8pr1NgTigfPI0wra0585ael > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#hUU40QfG8oPq2QHrncWznqe3wolxpaEG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:21.125rem;top:3.96875rem;left:26.9375rem;overflow:hidden;display:block; }
#nOZEp4CHuZuMc56yWGFmIGZ0Nv8eA7aW { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:6.625rem;left:1.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m88dORJ7flI6XotVCflBTk7yGStKH15y { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.0869140625rem;left:53.9375rem;height:10.2333875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dDu834HtONLa0gQtsNw5Pfu5DymHC9OL { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"work sans";font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:11.12109375rem;left:3.75rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXrquXo8JrQayrAbqTSW1QiEt3I15v8N { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"acherus grotesque book";font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.96875rem;left:1.125rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zl852lsSKBoxH85FcohvoXOrsHqf8bvW { display:block; }#zl852lsSKBoxH85FcohvoXOrsHqf8bvW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMLT3WteGZCyyCUlZEvERglIytQ1bxKZ { top:0.5625rem;left:13.75rem;width:20.25rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1Swfcd3qwK9uKIytKT0tFSmS4Ghg9TI { top:1.6875rem;left:0rem;width:16.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFrh7CrAyw8fUpdOz1NbivTMIrFdIlls { top:1.6875rem;left:31.25rem;width:16.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCMpnsbC84t89xVvo7dOWDnfnVoWLXmq { display:none; }
 }@media only screen and (max-width: 763px) { #AVuKpIy18VEIN5JOR1QlgkQBG071PWWh { top:3.3125rem;left:0rem;width:16.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU70TPF7C4A13ZyVVUM2fTPFaswW6z53 { display:none; }#pU70TPF7C4A13ZyVVUM2fTPFaswW6z53 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXWMC8DAi026ZSCU0Sw7ZNPTueH0uQRz { width:11.8125rem;height:2.9375rem;top:5.9375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTNuWiSIh94GkSo2fCa5BMrTy3d7sfi { display:block; }
 }@media only screen and (max-width: 763px) { #lRg6rlVGrUINN8SV4waMToK8St4a8vL6 { top:9.4375rem;left:0rem;width:18.25rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJogKVxXDwqMcG1IHQpNsJudJhD9fuV3 { width:47.75rem;height:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgznFKmeLMTphTGt6cTasuh9Gy3amapl { width:47.75rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAq4c7s07okFafiFhrJwskhRxwrzqWO5 { top:14.625rem;left:0rem;width:27.1875rem;height:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkDOeRGJm7tpVZVc4XWsFOuDlsD3xueB { top:10.8125rem;left:0rem;width:39.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #clzTbt2D9yEM8ZkFILrVyMnyiCKPR9Te { top:35.75rem;left:0rem;width:30.0625rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO82LAVJSm12TcQobmvwUJNizEKdiRHm { top:37.125rem;left:0rem;width:29.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBG8suUuzfNBo18al38uOwg6L49PqGFf { top:66.8125rem;left:0rem;width:47.75rem;height:14.423145665773rem;display:block; }
 }@media only screen and (max-width: 763px) { #WukIymr6FT92MPiadv3olk1VBfbRRDg1 { top:69.0625rem;left:0rem;width:37.3125rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTpBleBlHa6In6nVu24Z41yHSHAm7imf { width:18.125rem;height:4.875rem;top:80.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM0phwoFBJVVnoHin6tumaZzSzF7U0gy { display:block; }
 }@media only screen and (max-width: 763px) { #oKTmLnKyknDtTnWyq8yburpril64nbCo { top:70.875rem;left:19.9375rem;width:27.8125rem;height:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSCTlcwx8lh3D3Fop36Iq9Tc1nSH6FdO { top:1rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMFIFnd6cTMZLxWNL86GLxLAfWodHslS { top:27rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuHxUoAnPqvrOS4x3CoJz4gUooZGZIyc { top:26.5625rem;left:0rem;width:4.9375rem;height:4.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BamdCGvtt6AMiB4GFz1mVmFeponKAKgz { top:27rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otVhokPyUbv3b8lTWDmMuRy8BLfVP40C { top:27rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXPH160WuOqfmVBmiGDkb0TZwWJicl40 { top:27rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dictf5fTl7ZVg368FauZqcCOTI6Wfy5m { top:27rem;left:2.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vazLoonQuxT3nJtH6sPwmE58XQdfukNR { top:30.625rem;left:0rem;width:16.875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkzSuTHlTOdk87T7fuxAypvW33Crqhsc { width:21.75rem;height:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wW28fAdb6yFu2F8RThf3O0zmUaBodiQ4 { top:27rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltJ9bHMV00QKxw6AZf2nxl8OZVaywrC0 { display:none; }
 }@media only screen and (max-width: 763px) { #FVxFz5IMhRezNf3O50HSif4BhKR2zOCy { top:27rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDyAOFvL6sNEQNeDaKXuWQxaGzAFeG2w { top:27rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLhR0UTrcR23iPnNIQLu6NWHH1e9BbHM { top:27rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7S7DL7UmFkGqBGlt06NLoNg67H6bTuT { top:27rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vD1VA3BNGyQ758GkZ8T7TslXJW0DUKJy { top:37.125rem;left:0rem;width:27.4375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL { display:block; }#nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPZ3TBnaxMm1CwbHrowJ6Mn7Z7MHuvLg { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWWtAxRoFHgcO7Ba3wa4JqweutypL2ow { top:7.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6TzWXTEnQ84VsIOiNPi0uH29umctA3t { display:block; }#E6TzWXTEnQ84VsIOiNPi0uH29umctA3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgEyHrRzrzFNQrEA7tFu6kR1eExDeHwg { top:5.375rem;left:30.375rem;width:17.25rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8CU2Vvt875viHc3w37hCaRG44IQvI8H { top:3.0625rem;left:0rem;width:17.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T41cDdFEV1HIxqNg5X4N7oHvsTTDNVxo { top:5.3125rem;left:14.5rem;width:17.25rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc8Cer0IilQAgE33PQvb0i693QFP5K6w { top:5.3125rem;left:0rem;width:17.25rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOlVnLffO5vlCvTObd9AN6yHIl5aDkT2 { top:3.0625rem;left:14.5rem;width:17.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKrfNzFSTnoUbTWA1GLHylETNSESrxLp { top:3.0625rem;left:30.375rem;width:17.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBI4RZd0HFXd9xEqIoKN9cnawzpHxuv1 { top:3.3125rem;left:0rem;width:16.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQQiuAK5MWZngM1tJw10DId5MZT6kaWx { top:3.3125rem;left:15.6875rem;width:16.0625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4wUDMsHuitqmzeI9gO9ctkNBiI24354 { top:3.3125rem;left:31.5625rem;width:16.0625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbzAlahLETBR0A1dZl63oe2E86M2Mbsf { top:26.875rem;left:0rem;width:17.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPvpRgWrTACbA16uvz8TfmGwVSLhxFhN { top:27.125rem;left:0rem;width:16.0625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxS0EPz1my4TMhXt4cwBQs52AynTIG3W { top:26.875rem;left:14.5rem;width:17.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpGpSHpWRML6dH5LrIAcSId3nKgsc90P { top:27.125rem;left:15.6875rem;width:16.0625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7sVf9VwSD0KvFWgq7vi1Adye59oOmVW { top:26.875rem;left:30.375rem;width:17.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSV21h5lHl2ZKXrCQ6fTpP20JNdFQVbc { top:27.125rem;left:31.5625rem;width:16.0625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQt1LIBi3fxlqZ2COL0dS6hnxTEJRzV6 { top:32.5rem;left:0rem;width:11.3125rem;height:12.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7UXeb5TPTQW3e2RyHrkaoHIJ5EyExq5 { top:32.4375rem;left:5.1875rem;width:10.6875rem;height:8.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4SHDdxv2mIv84eliE5PgSHLrDppQPAS { top:32.5rem;left:22.4375rem;width:9.3125rem;height:14.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F33Rd1hu39Z3QixTRedGi6USfFFVn9QQ { top:30.75rem;left:15.6875rem;width:0.1875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXiiWeecFiVBoMGHcF4BFXb16ZCSHnnF { top:32.5rem;left:15.875rem;width:13.125rem;height:10.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAw25ylDsVbe9dogAS4HX0asVHkk2Iho { top:30.75rem;left:31.5625rem;width:0.1875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R677EOVamQUzaUau8VCTPO8rAyVgmqis { width:21.5625rem;height:3.4375rem;top:53.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00GGRwqicg5dqLneOS7LaSTlRPiFMLT { display:block; }
 }@media only screen and (max-width: 763px) { #QchDVTT6mowWgq0AJe3HiO5X7mdptSTC { top:32.4375rem;left:29.0625rem;width:18.5625rem;height:12.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 { display:block; }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQyFIsVxB0w4NB4JLzHEEN6xMrCaW0Nr { top:1.6875rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1QH3sbZhXQycxWTqVdoJ7TW43DMCvVS { top:7.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOq11CzeTtukdTSTr6zlbOLSJmoBFP0c { top:23.4375rem;left:0rem;width:17.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGNg6Tq4bhCWBO8KPvh0xwvkpOB0sJr0 { top:59.625rem;left:30.5rem;width:17.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIKI6nGQJFdfs1UKulXaTiPGtU0rvKZJ { top:10rem;left:15.625rem;width:17.25rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq0ALb5d8egd9mhiBTxP1g07BwwXz6GE { top:10rem;left:30.5rem;width:17.25rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C954BoVah2iRxN7LUWknO2E5GDNSnfzK { top:26.625rem;left:0rem;width:17.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ7pmoHtl68nDUrhdFJQwwmb6wglcNBT { top:43rem;left:30.5rem;width:17.25rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhThHwxbOVOJDFWwPGS9pTL8A4SICxS5 { top:26.625rem;left:30.5rem;width:17.25rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaHHDpOqiT27FPXbmxpLTXPV45Sox9rH { top:42.4375rem;left:15.6875rem;width:17.25rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWgGwalkbDNXMziEvQU23TT6fZyHHmRX { top:26.625rem;left:15.875rem;width:17.25rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc5HiT4nmzmMfl2F9bX8wKFeETB5EOCc { top:10rem;left:0rem;width:17.625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZEVnWVfPo7RbHUApvBwdc9Rrpb6MveW { top:59.625rem;left:15.75rem;width:17.25rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrwKcitpePLlz3yv01tG0SCyoOM9neQv { top:59.625rem;left:0rem;width:17.25rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhZO1qfAnr1RPl7sNm8HowC301XF5Q9k { top:42.5625rem;left:0rem;width:17.25rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbZKmoQpVwOdzr5NTKT2nywgab575nNf { top:23.875rem;left:0rem;width:13.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAPq9Tiq25QsWEXIuzgKOe6S1rXo75Ub { top:38.6875rem;left:0rem;width:17.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgKQT7Qh2uTBT9G7ahkJdikbwIZkmzd2 { top:23.4375rem;left:15.625rem;width:17.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlRbTmdDzlRQcSXl6maWFKAx4LhVWwoK { top:23.75rem;left:17.6875rem;width:13.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXbMuGxW0fs0LR6lDNprz68MoV3dFvRL { top:23.5rem;left:30.5rem;width:17.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB70AyLSWoKyWVbR9dhSfEhMQemRsTrR { top:23.8125rem;left:31.875rem;width:15.875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKIfDcxWhS3OyDeGnVsNJqrOLWaz0hxN { top:38.5625rem;left:0rem;width:17.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr1vDD8RmoVhMnBIAAwhNCUTL1tOvaCA { top:38.9375rem;left:16.6875rem;width:15.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsuEV9zHLuan9fT7vmp5Op3c4S9xmGy2 { top:38.6875rem;left:15.875rem;width:17.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClUo5vnmPdMhowG75mbgUet4Tf21hWcs { top:38.875rem;left:30.5rem;width:17.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWHp5bKqPyAysWT9a9NT032vGfC7tb4d { top:39.5625rem;left:32.125rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEThhxUBEE3qbfo0i4wgarBLCpseMusp { top:55.875rem;left:0rem;width:17.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsEeKimDvrZtpTVoGF2WZE8bGqGJIhsO { top:56.75rem;left:0rem;width:15.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9WS8k1QseGxFe3i5QNP6MqRlIn5HaFA { top:55.8125rem;left:15.6875rem;width:17.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzbpMF1A2iT2WNaidkMWTOtENLTO3zGT { top:56.6875rem;left:16.375rem;width:15.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afpHmWDbZQ6GLbVdQc8c5yQe0BVlrnI7 { top:55.5625rem;left:30.5rem;width:17.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwTWX1mNN8NOvXikFFC5sw1SMtmqNCF0 { top:55.75rem;left:31.8125rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0irN6a3dQFPxSW2utqhdimA4raeaQWA { top:72.0625rem;left:0rem;width:17.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNQi8THQDldOyIcxTNcktDXmJ6QhTLmA { top:72.25rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP7PS0RyJdRcvLTSmLNUiqP76Tb5NeZp { top:72.0625rem;left:15.75rem;width:17.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQHGbZ47ocCfE3AMXWMsfRiDgI5F2t4T { top:72.625rem;left:16.4375rem;width:15.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMXkFiSs4LX6GHfmu3ZTTn5sVTwav0EF { top:72.0625rem;left:30.5rem;width:17.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyB1OJnqh1v9mZ3R2dq8ovTcTKnLO7Mu { top:72.625rem;left:31.8125rem;width:15.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx17X9y8liwm8C5O9DyRwfc4XUvOykGd { width:24.9375rem;height:3.4375rem;top:78.3125rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R98iwJFnQFFLkQuTFV4LHzKSc9yzVytM { display:block; }
 }@media only screen and (max-width: 763px) { #ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 { display:block; }#ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPLU45J8LWaggArWaipKBD1KqG73rk5J { top:3.6875rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1c0Aa2cVOLdPTXi4U416StQAPGWF3TS { top:9rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppth48wSoRc5X2ibhTeC6AEkGF2FAMSX { top:14.5625rem;left:0rem;width:23.5625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwa0w5WSJ4gJ9HABBQHM8ymExH0k4FlN { top:21.9375rem;left:0rem;width:21.4375rem;height:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1xyPvcyD5S4WqP0HiVoEIwUiZsGtreT { top:17.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPJZveivaTcgzWb5PKbK8AQQ3Dh4NDxK { top:17.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqTWByTcyBHEfMZrAdTAHfsQWXVrnipK { top:17.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMFOARM77Xc6tGQA39mMIafy31OXcxG1 { top:17.625rem;left:0.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIZslU2a48AHb8zyWbFQieTphCcmgbo1 { top:17.625rem;left:2.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtoTTKutTEx7PeIDCFwaLk7lwT4ONdk6 { top:14.5625rem;left:12rem;width:23.5625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXRhIhwipirZVDT2eFQteHoF7FTbg6f4 { top:22.5625rem;left:13.15625rem;width:21.4375rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKvGHJpht8cg5XBfcwPagtt5ZuI8wIST { top:17.625rem;left:20.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH0So8ESh8gadoJBVJZte1gBrLCKkzc3 { top:17.625rem;left:22.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ8vXT8B8k9TNceAezZacX3eDqiBibpS { top:17.625rem;left:25.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koolld8B8pa6sr69SLwJ3ZHOtCXCuE7v { top:17.625rem;left:27.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzJgKHgcF2LicU5H6qp775TfN140T4iT { top:17.625rem;left:17.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT6Go5TqPkgFo1tHR2Azqn7kFomCGgNf { top:14.5625rem;left:24.1875rem;width:23.5625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwLVf5md97wzeMI6AZniPzTNpWRRxNIO { top:21.9375rem;left:26.3125rem;width:21.4375rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAnLTrzLm0nZfWs9tNbRNHX8GfPTdkM3 { top:17.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD5amFc7Whq4bki0cclXW9os64ah3JaC { top:17.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSTlNDJR2WGmr7sq0MsT2TC38MBlIQA { top:17.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmvQG2eKsVoQCBbysHcvlO343zcRxkU9 { top:17.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4mXxMJehz6WO0H4EoNZ5TZAJxlc2q2R { top:17.625rem;left:42.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeA7H1ftCrp4sWoHZUrIolLeQmsURNTU { top:0.75rem;left:0rem;width:20rem;height:;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0xt30DFuafniUgV4egL1bIeeNlJuIlF { width:21.5625rem;height:3.4375rem;top:46.625rem;left:13.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goTUw1wQ6b9rtpAVTH55L3aIKEJq0Tau { display:block; }
 }@media only screen and (max-width: 763px) { #nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd { display:block; }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6nbVLt3HuAw4ktxlXcLWm5bmO1eROkn { width:31.125rem;height:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg { display:block; }#GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #su6c6zlDgOK4KoDN5r36visspUeIFrLt { top:10.6875rem;left:0rem;width:47.75rem;height:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STJOO1VQhrv2MCG0IK8BH8JBJz5HPoug { top:3.8125rem;left:0rem;width:47.75rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS3RBwzwfe0qszZdqeIX0CdlSzXRZJkQ { top:5.0625rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGfUBIB8UsDXiGIE7eCmgU91z585qgnV { top:29.25rem;left:8.8125rem;width:25.9375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9gbCMhpgCF6TR046mroro1chv2iaSmF { display:block; }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CP01FVOkvkFnhPcf7mRroWFCvO9w9OQM { top:13.625rem;left:0rem;width:35.75rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOfxoyLIOft9e2G8Js9bRkMWVsoJ3EGD { top:4.625rem;left:0rem;width:38.3125rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #az9HCJCLATgkwsKJcx0V8PBeO09mh1lT { top:5.6875rem;left:14.8125rem;width:32.9375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcKTTeMPuQniVWL1J2Q9NZVomFhxTz9I { top:6.8125rem;left:19.0625rem;width:28.6875rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxk771KGoFnJL93nb7b64WL8TMeHuPRG { top:4rem;left:31.25rem;width:16.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDpDQUb5p8pr1NgTigfPI0wra0585ael { display:block; }#BDpDQUb5p8pr1NgTigfPI0wra0585ael > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUU40QfG8oPq2QHrncWznqe3wolxpaEG { top:3.9375rem;left:13.3125rem;width:21.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOZEp4CHuZuMc56yWGFmIGZ0Nv8eA7aW { top:6.625rem;left:0rem;width:18.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m88dORJ7flI6XotVCflBTk7yGStKH15y { top:2.0625rem;left:27.8125rem;width:19.9375rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDu834HtONLa0gQtsNw5Pfu5DymHC9OL { top:11.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXrquXo8JrQayrAbqTSW1QiEt3I15v8N { top:3.9375rem;left:0rem;width:16.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zl852lsSKBoxH85FcohvoXOrsHqf8bvW { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#zl852lsSKBoxH85FcohvoXOrsHqf8bvW > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMLT3WteGZCyyCUlZEvERglIytQ1bxKZ { width:15rem;height:4.0625rem;top:1.40625rem;left:2.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M1Swfcd3qwK9uKIytKT0tFSmS4Ghg9TI { width:16.5rem;height:0;top:6.90625rem;left:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFrh7CrAyw8fUpdOz1NbivTMIrFdIlls { width:16.5rem;height:1.625rem;top:6.25rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mCMpnsbC84t89xVvo7dOWDnfnVoWLXmq { display:flex;top:8.875rem;left:3.5625rem;width:1.875rem;height:1.875rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #AVuKpIy18VEIN5JOR1QlgkQBG071PWWh { width:16.5rem;height:1.625rem;top:9rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pU70TPF7C4A13ZyVVUM2fTPFaswW6z53 { display:none; }#pU70TPF7C4A13ZyVVUM2fTPFaswW6z53 > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { background-color:#ffffff;background-image:none;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:20rem;height:130.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXWMC8DAi026ZSCU0Sw7ZNPTueH0uQRz { width:16.25rem;height:3.125rem;top:22.0625rem;left:1.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNTNuWiSIh94GkSo2fCa5BMrTy3d7sfi { display:block; }
 }@media only screen and (max-width: 763px) { #lRg6rlVGrUINN8SV4waMToK8St4a8vL6 { width:18.25rem;height:0;top:4.2177734375rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KJogKVxXDwqMcG1IHQpNsJudJhD9fuV3 { top:4.71875rem;left:0rem;width:20rem;height:10.3125rem;z-index:14998;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GgznFKmeLMTphTGt6cTasuh9Gy3amapl { top:2.3125rem;left:0rem;width:20rem;height:11.5625rem;z-index:15024;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wAq4c7s07okFafiFhrJwskhRxwrzqWO5 { width:18.5rem;height:14.619125rem;top:53.6875rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gkDOeRGJm7tpVZVc4XWsFOuDlsD3xueB { width:18rem;height:4.19921875rem;top:48.1875rem;left:1rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#000000;z-index:15028;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #clzTbt2D9yEM8ZkFILrVyMnyiCKPR9Te { width:14.6875rem;height:18.6875rem;top:26.5625rem;left:2rem;background-color:rgba(200,177,160,0.31);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZO82LAVJSm12TcQobmvwUJNizEKdiRHm { width:16.9375rem;height:4.548825rem;top:80.5625rem;left:1.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #PBG8suUuzfNBo18al38uOwg6L49PqGFf { width:20rem;height:27.875rem;top:55.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WukIymr6FT92MPiadv3olk1VBfbRRDg1 { width:18.5rem;height:0;top:56.9375rem;left:0.75rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15050;color:#000000;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #RTpBleBlHa6In6nVu24Z41yHSHAm7imf { width:18.125rem;height:4.875rem;top:77.875rem;left:0.9375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nM0phwoFBJVVnoHin6tumaZzSzF7U0gy { display:block; }
 }@media only screen and (max-width: 763px) { #oKTmLnKyknDtTnWyq8yburpril64nbCo { width:18.5rem;height:10.233375rem;top:66.75rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;z-index:15051;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #NSCTlcwx8lh3D3Fop36Iq9Tc1nSH6FdO { width:18.5rem;height:11rem;top:14.125rem;left:0.75rem;font-size:2.5rem;text-align:center;text-align-last:center;z-index:15027;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tMFIFnd6cTMZLxWNL86GLxLAfWodHslS { display:flex;width:3.125rem;height:3.125rem;top:94.4746125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuHxUoAnPqvrOS4x3CoJz4gUooZGZIyc { width:3.3125rem;height:3.4121125rem;top:70rem;left:3.75rem;font-size:2.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BamdCGvtt6AMiB4GFz1mVmFeponKAKgz { display:flex;width:3.125rem;height:3.125rem;top:99.224609375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #otVhokPyUbv3b8lTWDmMuRy8BLfVP40C { display:flex;width:3.125rem;height:3.125rem;top:103.2246125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXPH160WuOqfmVBmiGDkb0TZwWJicl40 { display:flex;width:3.125rem;height:3.125rem;top:107.5996125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dictf5fTl7ZVg368FauZqcCOTI6Wfy5m { display:flex;width:3.125rem;height:3.125rem;top:111.9746125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vazLoonQuxT3nJtH6sPwmE58XQdfukNR { width:16.875rem;height:2.2744125rem;top:73.4375rem;left:1.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gkzSuTHlTOdk87T7fuxAypvW33Crqhsc { top:27.4375rem;left:3.375rem;width:14.6875rem;height:18.6875rem;z-index:15055;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wW28fAdb6yFu2F8RThf3O0zmUaBodiQ4 { display:flex;width:2.0625rem;height:2.0625rem;top:70.6875rem;left:7.8125rem;z-index:15053; }
 }@media only screen and (max-width: 763px) { #ltJ9bHMV00QKxw6AZf2nxl8OZVaywrC0 { top:79.25rem;left:0.875rem;width:18.3125rem;height:49rem;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #FVxFz5IMhRezNf3O50HSif4BhKR2zOCy { display:flex;width:2.0625rem;height:2.0625rem;top:70.6875rem;left:9.4375rem;z-index:15054; }
 }@media only screen and (max-width: 763px) { #GDyAOFvL6sNEQNeDaKXuWQxaGzAFeG2w { display:flex;width:2.0625rem;height:2.0625rem;top:70.6875rem;left:11.0625rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #sLhR0UTrcR23iPnNIQLu6NWHH1e9BbHM { display:flex;width:2.0625rem;height:2.0625rem;top:70.6875rem;left:12.6875rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #c7S7DL7UmFkGqBGlt06NLoNg67H6bTuT { display:flex;width:2.0625rem;height:2.0625rem;top:70.6875rem;left:14.1875rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #vD1VA3BNGyQ758GkZ8T7TslXJW0DUKJy { width:20rem;height:21.75rem;top:81.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL { display:block; }#nqAnAWkb7S9XWd2krFB6mQhTMes5UvkL > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPZ3TBnaxMm1CwbHrowJ6Mn7Z7MHuvLg { width:20rem;height:2.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15027;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kWWtAxRoFHgcO7Ba3wa4JqweutypL2ow { width:16.0625rem;height:2.5996125rem;top:4.82421875rem;left:1.96875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #E6TzWXTEnQ84VsIOiNPi0uH29umctA3t { display:block; }#E6TzWXTEnQ84VsIOiNPi0uH29umctA3t > .row .container { width:20rem;height:130.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgEyHrRzrzFNQrEA7tFu6kR1eExDeHwg { width:17.25rem;height:21.5625rem;top:85.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8CU2Vvt875viHc3w37hCaRG44IQvI8H { width:17.25rem;height:2.3125rem;top:2.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T41cDdFEV1HIxqNg5X4N7oHvsTTDNVxo { width:17.25rem;height:21.5625rem;top:45rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc8Cer0IilQAgE33PQvb0i693QFP5K6w { width:17.25rem;height:21.5625rem;top:4.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOlVnLffO5vlCvTObd9AN6yHIl5aDkT2 { width:17.25rem;height:2.3125rem;top:42.75rem;left:1.1875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #VKrfNzFSTnoUbTWA1GLHylETNSESrxLp { width:17.25rem;height:2.3125rem;top:83.0625rem;left:1.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #NBI4RZd0HFXd9xEqIoKN9cnawzpHxuv1 { width:16.0625rem;height:1.7871125rem;top:2.82421875rem;left:1.96875rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #HQQiuAK5MWZngM1tJw10DId5MZT6kaWx { width:16.0625rem;height:1.7871125rem;top:43rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #l4wUDMsHuitqmzeI9gO9ctkNBiI24354 { width:16.0625rem;height:1.7871125rem;top:83.25rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #vbzAlahLETBR0A1dZl63oe2E86M2Mbsf { width:17.25rem;height:2.3125rem;top:26.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPvpRgWrTACbA16uvz8TfmGwVSLhxFhN { width:16.0625rem;height:1.7871125rem;top:26.63671875rem;left:1.96875rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #TxS0EPz1my4TMhXt4cwBQs52AynTIG3W { width:17.25rem;height:2.3125rem;top:66.5625rem;left:1.1875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #wpGpSHpWRML6dH5LrIAcSId3nKgsc90P { width:16.0625rem;height:1.7871125rem;top:66.8125rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #k7sVf9VwSD0KvFWgq7vi1Adye59oOmVW { width:17.25rem;height:2.3125rem;top:106.875rem;left:1.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TSV21h5lHl2ZKXrCQ6fTpP20JNdFQVbc { width:16.0625rem;height:1.7871125rem;top:107.125rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #KQt1LIBi3fxlqZ2COL0dS6hnxTEJRzV6 { width:10.375rem;height:10.6875rem;top:31.287109375rem;left:0.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #R7UXeb5TPTQW3e2RyHrkaoHIJ5EyExq5 { width:8.9375rem;height:8.90625rem;top:31.287109375rem;left:11.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #o4SHDdxv2mIv84eliE5PgSHLrDppQPAS { width:8.125rem;height:12.46875rem;top:71.0625rem;left:11.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #F33Rd1hu39Z3QixTRedGi6USfFFVn9QQ { width:0.3125rem;height:18.75rem;top:63.3144875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXiiWeecFiVBoMGHcF4BFXb16ZCSHnnF { width:11.1875rem;height:8.90625rem;top:71.0625rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yAw25ylDsVbe9dogAS4HX0asVHkk2Iho { width:0.3125rem;height:18.75rem;top:139.680725rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R677EOVamQUzaUau8VCTPO8rAyVgmqis { width:15.375rem;height:3.4375rem;top:124.4306640625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00GGRwqicg5dqLneOS7LaSTlRPiFMLT { display:block; }
 }@media only screen and (max-width: 763px) { #QchDVTT6mowWgq0AJe3HiO5X7mdptSTC { width:15.8125rem;height:10.6875rem;top:110.8056640625rem;left:2.09375rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 { background-color:#ffffff;background-image:none;display:block; }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row .container { background-color: transparent; background-image: none; }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row .container > .video-iframe-container { display: none; }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row > .video-iframe-container { display: none; }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .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); }#tHqhITfx6vNpWcNL2nh6uzrfRCv4ZEZ6 > .row .container { width:20rem;height:213.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQyFIsVxB0w4NB4JLzHEEN6xMrCaW0Nr { width:16.25rem;height:2.19921875rem;top:2.875rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15027;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u1QH3sbZhXQycxWTqVdoJ7TW43DMCvVS { width:16rem;height:1.21875rem;top:6.125rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #LOq11CzeTtukdTSTr6zlbOLSJmoBFP0c { width:17.625rem;height:2.3125rem;top:22.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGNg6Tq4bhCWBO8KPvh0xwvkpOB0sJr0 { width:17.25rem;height:14.1875rem;top:187.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIKI6nGQJFdfs1UKulXaTiPGtU0rvKZJ { width:17.25rem;height:13.5rem;top:25.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq0ALb5d8egd9mhiBTxP1g07BwwXz6GE { width:17.25rem;height:13.5rem;top:41.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C954BoVah2iRxN7LUWknO2E5GDNSnfzK { width:17.625rem;height:11.9375rem;top:58rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ7pmoHtl68nDUrhdFJQwwmb6wglcNBT { width:17.25rem;height:12.5625rem;top:139.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhThHwxbOVOJDFWwPGS9pTL8A4SICxS5 { width:17.25rem;height:12.5625rem;top:89.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaHHDpOqiT27FPXbmxpLTXPV45Sox9rH { width:17.25rem;height:13.4375rem;top:122.0546875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWgGwalkbDNXMziEvQU23TT6fZyHHmRX { width:17.25rem;height:12.125rem;top:73.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc5HiT4nmzmMfl2F9bX8wKFeETB5EOCc { width:17.625rem;height:13.5rem;top:8.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZEVnWVfPo7RbHUApvBwdc9Rrpb6MveW { width:17.25rem;height:13.1875rem;top:171rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrwKcitpePLlz3yv01tG0SCyoOM9neQv { width:17.25rem;height:12.4375rem;top:155.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhZO1qfAnr1RPl7sNm8HowC301XF5Q9k { width:17.25rem;height:13.4375rem;top:105.1171875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbZKmoQpVwOdzr5NTKT2nywgab575nNf { width:13.5rem;height:1.4619125rem;top:22.8125rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vAPq9Tiq25QsWEXIuzgKOe6S1rXo75Ub { width:17.4375rem;height:2.5996125rem;top:70.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cgKQT7Qh2uTBT9G7ahkJdikbwIZkmzd2 { width:17.25rem;height:2.3125rem;top:38.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlRbTmdDzlRQcSXl6maWFKAx4LhVWwoK { width:13.5rem;height:1.4619125rem;top:39.125rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gXbMuGxW0fs0LR6lDNprz68MoV3dFvRL { width:17.25rem;height:2.3125rem;top:55.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB70AyLSWoKyWVbR9dhSfEhMQemRsTrR { width:15.875rem;height:1.4619125rem;top:55.5rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XKIfDcxWhS3OyDeGnVsNJqrOLWaz0hxN { width:17.625rem;height:2.9375rem;top:69.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr1vDD8RmoVhMnBIAAwhNCUTL1tOvaCA { width:15.625rem;height:2.923825rem;top:85.8125rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KsuEV9zHLuan9fT7vmp5Op3c4S9xmGy2 { width:17.25rem;height:2.9375rem;top:85.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClUo5vnmPdMhowG75mbgUet4Tf21hWcs { width:17.25rem;height:2.6875rem;top:101.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWHp5bKqPyAysWT9a9NT032vGfC7tb4d { width:15.625rem;height:1.4619125rem;top:102.48828125rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mEThhxUBEE3qbfo0i4wgarBLCpseMusp { width:17.25rem;height:2.9375rem;top:118.5546875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsEeKimDvrZtpTVoGF2WZE8bGqGJIhsO { width:15.9375rem;height:1.4619125rem;top:136.23046875rem;left:2.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c9WS8k1QseGxFe3i5QNP6MqRlIn5HaFA { width:17.25rem;height:2.9375rem;top:135.4921875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzbpMF1A2iT2WNaidkMWTOtENLTO3zGT { width:15.9375rem;height:1.4619125rem;top:119.29296875rem;left:2.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #afpHmWDbZQ6GLbVdQc8c5yQe0BVlrnI7 { width:17.25rem;height:2.9375rem;top:151.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwTWX1mNN8NOvXikFFC5sw1SMtmqNCF0 { width:15.9375rem;height:2.5996125rem;top:151.8125rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g0irN6a3dQFPxSW2utqhdimA4raeaQWA { width:17.25rem;height:2.9375rem;top:167.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNQi8THQDldOyIcxTNcktDXmJ6QhTLmA { width:15.9375rem;height:2.5996125rem;top:167.75rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hP7PS0RyJdRcvLTSmLNUiqP76Tb5NeZp { width:17.25rem;height:2.9375rem;top:184.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQHGbZ47ocCfE3AMXWMsfRiDgI5F2t4T { width:15.9375rem;height:1.625rem;top:184.84375rem;left:2.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cMXkFiSs4LX6GHfmu3ZTTn5sVTwav0EF { width:17.25rem;height:2.9375rem;top:201.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyB1OJnqh1v9mZ3R2dq8ovTcTKnLO7Mu { width:15.9375rem;height:1.625rem;top:202.53125rem;left:2.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Jx17X9y8liwm8C5O9DyRwfc4XUvOykGd { width:19rem;height:3.4375rem;top:207.75rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R98iwJFnQFFLkQuTFV4LHzKSc9yzVytM { display:block; }
 }@media only screen and (max-width: 763px) { #ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 { display:block; }#ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 > .row .container { width:20rem;height:106.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPLU45J8LWaggArWaipKBD1KqG73rk5J { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15027;color:#000000;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #N1c0Aa2cVOLdPTXi4U416StQAPGWF3TS { width:20rem;height:1.70605625rem;top:9.9091796875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Ppth48wSoRc5X2ibhTeC6AEkGF2FAMSX { width:20rem;height:27.0625rem;top:14.0966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwa0w5WSJ4gJ9HABBQHM8ymExH0k4FlN { width:18.5rem;height:19.5rem;top:20.1591796875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1xyPvcyD5S4WqP0HiVoEIwUiZsGtreT { display:flex;width:3.125rem;height:3.125rem;top:15.9375rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #NPJZveivaTcgzWb5PKbK8AQQ3Dh4NDxK { display:flex;width:3.125rem;height:3.125rem;top:15.9375rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #XqTWByTcyBHEfMZrAdTAHfsQWXVrnipK { display:flex;width:3.125rem;height:3.125rem;top:15.9375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #CMFOARM77Xc6tGQA39mMIafy31OXcxG1 { display:flex;width:3.125rem;height:3.125rem;top:15.9375rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #AIZslU2a48AHb8zyWbFQieTphCcmgbo1 { display:flex;width:3.125rem;height:3.125rem;top:15.9375rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #ZtoTTKutTEx7PeIDCFwaLk7lwT4ONdk6 { width:20rem;height:29.4375rem;top:42.3466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXRhIhwipirZVDT2eFQteHoF7FTbg6f4 { width:18.5rem;height:22.75rem;top:48.6591796875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKvGHJpht8cg5XBfcwPagtt5ZuI8wIST { display:flex;width:3.125rem;height:3.125rem;top:44.375rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #sH0So8ESh8gadoJBVJZte1gBrLCKkzc3 { display:flex;width:3.125rem;height:3.125rem;top:44.375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #WJ8vXT8B8k9TNceAezZacX3eDqiBibpS { display:flex;width:3.125rem;height:3.125rem;top:44.375rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #Koolld8B8pa6sr69SLwJ3ZHOtCXCuE7v { display:flex;width:3.125rem;height:3.125rem;top:44.375rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #dzJgKHgcF2LicU5H6qp775TfN140T4iT { display:flex;width:3.125rem;height:3.125rem;top:44.375rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #QT6Go5TqPkgFo1tHR2Azqn7kFomCGgNf { width:20rem;height:27.0625rem;top:73.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwLVf5md97wzeMI6AZniPzTNpWRRxNIO { width:18.5rem;height:19.5rem;top:79.5625rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAnLTrzLm0nZfWs9tNbRNHX8GfPTdkM3 { display:flex;width:3.125rem;height:3.125rem;top:75.375rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #WD5amFc7Whq4bki0cclXW9os64ah3JaC { display:flex;width:3.125rem;height:3.125rem;top:75.375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #STSTlNDJR2WGmr7sq0MsT2TC38MBlIQA { display:flex;width:3.125rem;height:3.125rem;top:75.375rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #EmvQG2eKsVoQCBbysHcvlO343zcRxkU9 { display:flex;width:3.125rem;height:3.125rem;top:75.375rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #n4mXxMJehz6WO0H4EoNZ5TZAJxlc2q2R { display:flex;width:3.125rem;height:3.125rem;top:75.375rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #OeA7H1ftCrp4sWoHZUrIolLeQmsURNTU { width:18.125rem;height:6.597625rem;top:1.5rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15028;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #f0xt30DFuafniUgV4egL1bIeeNlJuIlF { width:19rem;height:3.4375rem;top:101.5rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #goTUw1wQ6b9rtpAVTH55L3aIKEJq0Tau { display:block; }
 }@media only screen and (max-width: 763px) { #nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd { background-color:#ffffff;background-image:none;display:block; }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row .container { background-color: transparent; background-image: none; }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row .container > .video-iframe-container { display: none; }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row > .video-iframe-container { display: none; }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .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); }#nr2gGSCO0WZZFECDhy4JPvHehzVAvQQd > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6nbVLt3HuAw4ktxlXcLWm5bmO1eROkn { top:0rem;left:0rem;width:20rem;height:11.0625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg { display:block; }#GSSenZDREIC7kcxXdRl6f0w6qgXp9aQg > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #su6c6zlDgOK4KoDN5r36visspUeIFrLt { width:18.5rem;height:35.085975rem;top:10.9375rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STJOO1VQhrv2MCG0IK8BH8JBJz5HPoug { width:20rem;height:53.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS3RBwzwfe0qszZdqeIX0CdlSzXRZJkQ { width:16.0625rem;height:6.597625rem;top:2.8125rem;left:1.96875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15027;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SGfUBIB8UsDXiGIE7eCmgU91z585qgnV { width:15.4375rem;height:4.1875rem;top:48.3359375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9gbCMhpgCF6TR046mroro1chv2iaSmF { background-color:#000000;background-image:none;display:block; }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row .container { background-color: transparent; background-image: none; }#C9gbCMhpgCF6TR046mroro1chv2iaSmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row .container > .video-iframe-container { display: none; }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row > .video-iframe-container { display: none; }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .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); }#C9gbCMhpgCF6TR046mroro1chv2iaSmF > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CP01FVOkvkFnhPcf7mRroWFCvO9w9OQM { width:18.5rem;height:13.5rem;top:7.57421875rem;left:0.75rem;font-size:1.125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOfxoyLIOft9e2G8Js9bRkMWVsoJ3EGD { width:18.25rem;height:5.19921875rem;top:1.0625rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #az9HCJCLATgkwsKJcx0V8PBeO09mh1lT { width:20rem;height:21.75rem;top:23.970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcKTTeMPuQniVWL1J2Q9NZVomFhxTz9I { width:20rem;height:42.625rem;top:26.908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxk771KGoFnJL93nb7b64WL8TMeHuPRG { width:16.5rem;height:2.5996125rem;top:21.07421875rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDpDQUb5p8pr1NgTigfPI0wra0585ael { display:block; }#BDpDQUb5p8pr1NgTigfPI0wra0585ael > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUU40QfG8oPq2QHrncWznqe3wolxpaEG { width:13.4375rem;height:3.625rem;top:1.3125rem;left:3.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nOZEp4CHuZuMc56yWGFmIGZ0Nv8eA7aW { width:18.5rem;height:3.25rem;top:20.6875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m88dORJ7flI6XotVCflBTk7yGStKH15y { width:18.5rem;height:10.2333875rem;top:5.71875rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDu834HtONLa0gQtsNw5Pfu5DymHC9OL { width:20rem;height:2.2744125rem;top:26.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXrquXo8JrQayrAbqTSW1QiEt3I15v8N { width:16.5rem;height:2.03125rem;top:17.3984375rem;left:1.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }