.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; }
#IDEW1LRUFM0rdpW0J4VU2P2DL1nI4WKM { 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/7929d9c9-ee78-45d2-9071-4d46876f6b89/SWP_4679scaled.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(0,0,0,0.27); }#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.27); }#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:28.875rem;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.0625rem;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; }
#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:9.5625rem;left:1.1875rem;height:2.35595625rem;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:43.875rem;position:absolute;font-family:"acherus grotesque book";font-size:3.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:3.5rem;left:1.1875rem;height:4.95605625rem;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:40rem;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; }
#bGKeOL1gX2X7CKf350UPwUy1kOayXUoL { 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; }#bGKeOL1gX2X7CKf350UPwUy1kOayXUoL > .row .container { background-color: transparent; background-image: none; }#bGKeOL1gX2X7CKf350UPwUy1kOayXUoL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGKeOL1gX2X7CKf350UPwUy1kOayXUoL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGKeOL1gX2X7CKf350UPwUy1kOayXUoL > .row .container > .video-iframe-container { display: none; }#bGKeOL1gX2X7CKf350UPwUy1kOayXUoL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGKeOL1gX2X7CKf350UPwUy1kOayXUoL > .row > .video-iframe-container { display: none; }#bGKeOL1gX2X7CKf350UPwUy1kOayXUoL > .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); }#bGKeOL1gX2X7CKf350UPwUy1kOayXUoL > .row .container { border-width: 0; border-radius: 0; }#bGKeOL1gX2X7CKf350UPwUy1kOayXUoL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bGKeOL1gX2X7CKf350UPwUy1kOayXUoL > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;position:relative;display:block; }#TLbdGLDaCDOrxU6fSnUvEniMmzwIPyGW { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"acherus grotesque book";font-size:3.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:5.3125rem;left:38.5625rem;height:8.125rem;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; }
#BdQiOELIALOd8alGQDBRP67w3yF1IoFy { color:#c2af84;display:block;width:29.8125rem;position:absolute;font-family:gotham;font-size:1.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:14.5rem;left:38.625rem;height:2.2749rem;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; }
#ZvswIQS1nskCwGMVODEVa6wuxyBVx3hO { position:absolute;display:block;z-index:15026;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:39.3125rem;width:27.625rem;top:7.8125rem;left:6rem;overflow:hidden;display:block; }
#VAGr0ses3q5kOsWJFz7BpWIa06s3Luun { box-sizing:content-box;height:39.3125rem;width:27.625rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;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;top:6.5rem;left:3.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#VAGr0ses3q5kOsWJFz7BpWIa06s3Luun.adaptive-delivery-prevent-bg, #VAGr0ses3q5kOsWJFz7BpWIa06s3Luun.lazyload, #VAGr0ses3q5kOsWJFz7BpWIa06s3Luun.lazyloading { background-image: none; }
#xXyDm9G16xLxKWIyZmAMn7CtIRNdUAfR { color:#000000;display:block;width:31.875rem;position:absolute;font-family:"acherus grotesque book";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.84375rem;left:38.5625rem;height:6.5rem;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; }
#fcZDIbt3c6FTTxZbfeuy2hWlmnhaNHCh { color:#000000;display:block;width:31.875rem;position:absolute;font-family:"acherus grotesque book";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.03125rem;left:38.5625rem;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; }
#JDPZr3nrrG7KSqnTU0fQeHqUtMhLG2t9 { 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:15025;text-align:center;text-align-last:center;top:46.4375rem;left:38.5625rem;display:block; }
#JpxCS4cqv1h15fNy1UlQPdRTxfIXkhEb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LNOtrqkE7zr4Hnt4WWnwuiqqcqLvhOvh { color:#000000;display:block;width:31.875rem;position:absolute;font-family:"acherus grotesque book";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:40.1875rem;left:38.5625rem;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; }
#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:47rem;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:4.0625rem;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; }
#Gg6g6VsTQzJps3HLhQ14Zu2HhiyBK1xz { 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:17rem;width:17.25rem;top:9.25rem;left:4.5625rem;overflow:hidden;display:block; }
#LziTStyUNLpfUv1sgKow25Myf8aDu06T { 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:17rem;width:17.25rem;top:9.25rem;left:27.0625rem;overflow:hidden;display:block; }
#iFNpSP9o6nKQAKDkM4eUFuDtyW4UxXzt { 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:17rem;width:17rem;top:9.25rem;left:49.375rem;overflow:hidden;display:block; }
#cJ09T6UageqeXZdq5CZwLki5e6hJ0GX0 { 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:17.9375rem;width:14.5rem;top:27.125rem;left:5.9375rem;overflow:hidden;display:block; }
#fbwJo241ndrsVXzq3zUyzAT9tfEUl94N { 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:14.5rem;width:11.75rem;top:28.8125rem;left:23.3125rem;overflow:hidden;display:block; }
#f8CIUBZpwotwbJGxy2CHKO6aWTG57oSD { 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:14.25rem;width:11.6875rem;top:28.9375rem;left:47.6875rem;overflow:hidden;display:block; }
#aKuE2aoRtOiGHOCcbETivNBUbzdWk0sD { 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:14.5rem;width:11.6875rem;top:28.8125rem;left:34.8125rem;overflow:hidden;display:block; }
#DEVtztIbTqiU4JiwCoeVe7UaLDluNOpL { 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:14.25rem;width:11.6875rem;top:28.9375rem;left:58.75rem;overflow:hidden;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.4624rem;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; }
#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9b7c74;background-image:url("https://images.assets-landingi.com/uc/bafb9871-67c4-4812-a49a-14ec1a780684/MembershipBackgroundscaled.jpg");background-position:top 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; }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz.adaptive-delivery-prevent-bg, #c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz.lazyload, #c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz.lazyloading { background-image: none; }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row .container { background-color: transparent; background-image: none; }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row .container > .video-iframe-container { display: none; }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row > .video-iframe-container { display: none; }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .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); }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row .container { border-width: 0; border-radius: 0; }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#hLlRMNvCqP3PfT8aUGkQhzTwVpvLsCUl { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;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:37.1875rem;width:35.6875rem;top:5.75rem;left:0.9375rem;display:block; }
#A5M0uDBsEt5w5cIxzTNROyvIEWHh1NbL { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"acherus grotesque book";font-size:3.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:7.5625rem;left:3.75rem;height:8.125rem;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; }
#Mf3nB9SpUc4GMAcduATrFaOniSA4qFqZ { color:#000000;display:block;width:31.875rem;position:absolute;font-family:"acherus grotesque book";font-size:1.1875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:17.125rem;left:2.8125rem;height:18.515625rem;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; }
#dRKCH0GEUV56MTUDo2yTAnPBMMPtHhsv { 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:28.8125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:37.9375rem;left:4.375rem;display:block; }
#Ix0C6votRAtgf7k7ntLc3l3KMWSgi7dP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NAqA6aLtZ36SJfXlkDlsbnIfDDPovZLz { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:42.0625rem;width:23.5625rem;top:2.5rem;left:44.46875rem;display:block; }
#OuhgHBFAIBOF4uTPfWUKiGblmGdtATCf { box-sizing:content-box;height:42.0625rem;width:23.5625rem;position:absolute;display:block;z-index:15005;background-color:#c2af84;background-image:none;top:0.9375rem;left:46.53125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1 { 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; }#aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1 > .row .container { background-color: transparent; background-image: none; }#aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1 > .row .container > .video-iframe-container { display: none; }#aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1 > .row > .video-iframe-container { display: none; }#aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1 > .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); }#aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1 > .row .container { border-width: 0; border-radius: 0; }#aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1 > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:block; }#TtEAMTd3bHdtSR9JEb2fEx1pscqe3f5Q { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"acherus grotesque book";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.4375rem;left:39.53125rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zg0ychp82sAIgebA0tqCUzSp0x4lyTOz { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"acherus grotesque book";font-size:3.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:2.875rem;left:39.53125rem;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; }
#F33sXNVDHBSQ7Ev8p2qWo4E51rymP6Jc { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"acherus grotesque book";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.9375rem;left:39.53125rem;height:13.1572rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uIbIIc0aQsbxlDbGVKAF4ERZPRScgdES { color:#000000;display:block;width:30.625rem;position:absolute;font-family:"acherus grotesque book";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.3125rem;left:39.53125rem;height:15.4980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#uIbIIc0aQsbxlDbGVKAF4ERZPRScgdES li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uIbIIc0aQsbxlDbGVKAF4ERZPRScgdES li:before{  }
#blK0PlX827HhEr1ZpFtuzE7JfwSyUgKI { 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:48.435546875rem;left:43.21875rem;display:block; }
#mDPbu68AeUMsCkGw3aaLGhT42GF1OSrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SDQO3TQXhhyhlfJfbAUr3Gph3c1xCcNb { box-sizing:content-box;height:42.0625rem;width:23.5625rem;position:absolute;display:block;z-index:15006;background-color:#c2af84;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;top:2.875rem;left:6.96875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#SDQO3TQXhhyhlfJfbAUr3Gph3c1xCcNb.adaptive-delivery-prevent-bg, #SDQO3TQXhhyhlfJfbAUr3Gph3c1xCcNb.lazyload, #SDQO3TQXhhyhlfJfbAUr3Gph3c1xCcNb.lazyloading { background-image: none; }
#ZHVIHE5EJsAxVqBiauw1atsPCCUuttDZ { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"acherus grotesque book";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.4375rem;left:39.53125rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ICNzdMo6RvLTDFq6OzyOrZp6HsFtBfdM { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:42.0625rem;width:23.5625rem;top:3.998046875rem;left:8.09375rem;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/799cdb1c-0594-4eae-9597-d686a1155980/BrentwoodLifestyleBR5_0558.crop_5000x1838_0,913.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:33.25rem;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:11.875rem;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; }
#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:49.3125rem;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; }
#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; }
#vnuJoL9TRRLuWHstXBQuaUSV9p1aQqpT { 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; }
#Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN { 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; }#Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN > .row .container { background-color: transparent; background-image: none; }#Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN > .row .container > .video-iframe-container { display: none; }#Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN > .row > .video-iframe-container { display: none; }#Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN > .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); }#Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN > .row .container { border-width: 0; border-radius: 0; }#Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#MIHNmbZ20J57eJBbubRzSuNIOz6Ski37 { 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; }
#VCMMTLUhBsvrCffHgTlUZwXC54EZQITs { 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; }
#FT7ISfQETFBfF926Tm3ogGnS02chFIz5 { 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; }
#G6eZKxnTgnVKsRlsZqgo69PTFh7T5haS { 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; }
#SGPKbpF7Cl2dVhhcg6XEO0WEWyXucaKz { 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.15625rem;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) { #IDEW1LRUFM0rdpW0J4VU2P2DL1nI4WKM { 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.0625rem;left:0rem;width:28.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkDOeRGJm7tpVZVc4XWsFOuDlsD3xueB { top:9.5625rem;left:0rem;width:39.5rem;height:2.3125rem;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:3.5rem;left:0rem;width:43.875rem;height:4.9375rem;font-size:3.8125rem;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:25.4375rem;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) { #bGKeOL1gX2X7CKf350UPwUy1kOayXUoL { display:block; }#bGKeOL1gX2X7CKf350UPwUy1kOayXUoL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLbdGLDaCDOrxU6fSnUvEniMmzwIPyGW { top:5.3125rem;left:12.4375rem;width:35.3125rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdQiOELIALOd8alGQDBRP67w3yF1IoFy { top:14.5rem;left:17.9375rem;width:29.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvswIQS1nskCwGMVODEVa6wuxyBVx3hO { top:7.8125rem;left:0rem;width:27.625rem;height:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAGr0ses3q5kOsWJFz7BpWIa06s3Luun { top:6.5rem;left:0rem;width:27.625rem;height:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXyDm9G16xLxKWIyZmAMn7CtIRNdUAfR { top:18.8125rem;left:15.875rem;width:31.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcZDIbt3c6FTTxZbfeuy2hWlmnhaNHCh { top:27rem;left:15.875rem;width:31.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDPZr3nrrG7KSqnTU0fQeHqUtMhLG2t9 { width:24.9375rem;height:3.4375rem;top:46.4375rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpxCS4cqv1h15fNy1UlQPdRTxfIXkhEb { display:block; }
 }@media only screen and (max-width: 763px) { #LNOtrqkE7zr4Hnt4WWnwuiqqcqLvhOvh { top:40.1875rem;left:15.875rem;width:31.875rem;height:;font-size:1.125rem;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) { #Gg6g6VsTQzJps3HLhQ14Zu2HhiyBK1xz { top:9.25rem;left:0rem;width:17.25rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #LziTStyUNLpfUv1sgKow25Myf8aDu06T { top:9.25rem;left:13.4375rem;width:17.25rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFNpSP9o6nKQAKDkM4eUFuDtyW4UxXzt { top:9.25rem;left:30.75rem;width:17rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ09T6UageqeXZdq5CZwLki5e6hJ0GX0 { top:27.125rem;left:0rem;width:14.5rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbwJo241ndrsVXzq3zUyzAT9tfEUl94N { top:28.8125rem;left:9.6875rem;width:11.75rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8CIUBZpwotwbJGxy2CHKO6aWTG57oSD { top:28.9375rem;left:34.0625rem;width:11.6875rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKuE2aoRtOiGHOCcbETivNBUbzdWk0sD { top:28.8125rem;left:21.1875rem;width:11.6875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEVtztIbTqiU4JiwCoeVe7UaLDluNOpL { top:28.9375rem;left:36.0625rem;width:11.6875rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1QH3sbZhXQycxWTqVdoJ7TW43DMCvVS { top:7.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz { display:block; }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLlRMNvCqP3PfT8aUGkQhzTwVpvLsCUl { top:5.75rem;left:0rem;width:35.6875rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5M0uDBsEt5w5cIxzTNROyvIEWHh1NbL { top:7.5625rem;left:0rem;width:30.0625rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf3nB9SpUc4GMAcduATrFaOniSA4qFqZ { top:17.125rem;left:0rem;width:31.875rem;height:18.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRKCH0GEUV56MTUDo2yTAnPBMMPtHhsv { width:28.8125rem;height:3.4375rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix0C6votRAtgf7k7ntLc3l3KMWSgi7dP { display:block; }
 }@media only screen and (max-width: 763px) { #NAqA6aLtZ36SJfXlkDlsbnIfDDPovZLz { top:2.5rem;left:24.03125rem;width:23.5625rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuhgHBFAIBOF4uTPfWUKiGblmGdtATCf { top:0.9375rem;left:24.1875rem;width:23.5625rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1 { display:block; }#aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtEAMTd3bHdtSR9JEb2fEx1pscqe3f5Q { top:8.4375rem;left:15.4375rem;width:32.3125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg0ychp82sAIgebA0tqCUzSp0x4lyTOz { top:2.875rem;left:13.375rem;width:34.375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F33sXNVDHBSQ7Ev8p2qWo4E51rymP6Jc { top:13.9375rem;left:19.6875rem;width:28.0625rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIbIIc0aQsbxlDbGVKAF4ERZPRScgdES { top:29.3125rem;left:17.125rem;width:30.625rem;height:15.4375rem;font-size:1rem;display:block; }#uIbIIc0aQsbxlDbGVKAF4ERZPRScgdES li:before{  }
 }@media only screen and (max-width: 763px) { #blK0PlX827HhEr1ZpFtuzE7JfwSyUgKI { width:24.9375rem;height:3.4375rem;top:48.375rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDPbu68AeUMsCkGw3aaLGhT42GF1OSrJ { display:block; }
 }@media only screen and (max-width: 763px) { #SDQO3TQXhhyhlfJfbAUr3Gph3c1xCcNb { top:2.875rem;left:0.15625rem;width:23.5625rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHVIHE5EJsAxVqBiauw1atsPCCUuttDZ { top:8.4375rem;left:0rem;width:18.5rem;height:4.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICNzdMo6RvLTDFq6OzyOrZp6HsFtBfdM { top:3.9375rem;left:0.3125rem;width:23.5625rem;height:42.0625rem;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:11.4375rem;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) { #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) { #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) { #vnuJoL9TRRLuWHstXBQuaUSV9p1aQqpT { top:4rem;left:31.25rem;width:16.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN { display:block; }#Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIHNmbZ20J57eJBbubRzSuNIOz6Ski37 { top:3.9375rem;left:13.3125rem;width:21.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCMMTLUhBsvrCffHgTlUZwXC54EZQITs { top:6.625rem;left:0rem;width:18.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT7ISfQETFBfF926Tm3ogGnS02chFIz5 { 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) { #G6eZKxnTgnVKsRlsZqgo69PTFh7T5haS { top:11.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGPKbpF7Cl2dVhhcg6XEO0WEWyXucaKz { top:3.125rem;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.9375rem;left:4.0625rem;width:1.875rem;height:1.875rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #IDEW1LRUFM0rdpW0J4VU2P2DL1nI4WKM { width:16.5rem;height:1.625rem;top:9.0625rem;left:2.25rem;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:127.875rem;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:51.0625rem;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:45.5625rem;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:17.1875rem;height:18.6875rem;top:24.1875rem;left:0.75rem;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:77.9375rem;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:20rem;height:6.875rem;top:14.25rem;left:0rem;font-size:3.125rem;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:67.375rem;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.2749rem;top:70.8125rem;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:25.0625rem;left:2.125rem;width:17.1875rem;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:68.0625rem;left:7.8125rem;z-index:15053; }
 }@media only screen and (max-width: 763px) { #ltJ9bHMV00QKxw6AZf2nxl8OZVaywrC0 { top:76.625rem;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:68.0625rem;left:9.4375rem;z-index:15054; }
 }@media only screen and (max-width: 763px) { #GDyAOFvL6sNEQNeDaKXuWQxaGzAFeG2w { display:flex;width:2.0625rem;height:2.0625rem;top:68.0625rem;left:11.0625rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #sLhR0UTrcR23iPnNIQLu6NWHH1e9BbHM { display:flex;width:2.0625rem;height:2.0625rem;top:68.0625rem;left:12.6875rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #c7S7DL7UmFkGqBGlt06NLoNg67H6bTuT { display:flex;width:2.0625rem;height:2.0625rem;top:68.0625rem;left:14.1875rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #vD1VA3BNGyQ758GkZ8T7TslXJW0DUKJy { width:20rem;height:21.75rem;top:78.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGKeOL1gX2X7CKf350UPwUy1kOayXUoL { display:block; }#bGKeOL1gX2X7CKf350UPwUy1kOayXUoL > .row .container { width:20rem;height:85.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLbdGLDaCDOrxU6fSnUvEniMmzwIPyGW { width:20rem;height:4.3994125rem;top:3.4375rem;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) { #BdQiOELIALOd8alGQDBRP67w3yF1IoFy { width:20rem;height:2.2749rem;top:9.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #ZvswIQS1nskCwGMVODEVa6wuxyBVx3hO { width:15.5625rem;height:22.1875rem;top:14.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAGr0ses3q5kOsWJFz7BpWIa06s3Luun { width:15.5625rem;height:22.1875rem;top:13.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXyDm9G16xLxKWIyZmAMn7CtIRNdUAfR { width:18.5rem;height:10.233375rem;top:39.5078125rem;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) { #fcZDIbt3c6FTTxZbfeuy2hWlmnhaNHCh { width:18.5rem;height:15.597625rem;top:51.8203125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JDPZr3nrrG7KSqnTU0fQeHqUtMhLG2t9 { width:19rem;height:3.4375rem;top:79.1572265625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpxCS4cqv1h15fNy1UlQPdRTxfIXkhEb { display:block; }
 }@media only screen and (max-width: 763px) { #LNOtrqkE7zr4Hnt4WWnwuiqqcqLvhOvh { width:18.5rem;height:5.84765625rem;top:70.453125rem;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) { #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:110.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQyFIsVxB0w4NB4JLzHEEN6xMrCaW0Nr { width:16.25rem;height:4.3994125rem;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) { #Gg6g6VsTQzJps3HLhQ14Zu2HhiyBK1xz { width:17.25rem;height:17rem;top:11.859375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LziTStyUNLpfUv1sgKow25Myf8aDu06T { width:17.25rem;height:17rem;top:29.171875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFNpSP9o6nKQAKDkM4eUFuDtyW4UxXzt { width:17.25rem;height:17.25rem;top:46.484375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ09T6UageqeXZdq5CZwLki5e6hJ0GX0 { width:17.25rem;height:21.3125rem;top:64.109375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbwJo241ndrsVXzq3zUyzAT9tfEUl94N { width:8.625rem;height:10.6875rem;top:85.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8CIUBZpwotwbJGxy2CHKO6aWTG57oSD { width:8.75rem;height:10.6875rem;top:97rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKuE2aoRtOiGHOCcbETivNBUbzdWk0sD { width:8.625rem;height:10.6875rem;top:85.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEVtztIbTqiU4JiwCoeVe7UaLDluNOpL { width:8.75rem;height:10.6875rem;top:96.96875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1QH3sbZhXQycxWTqVdoJ7TW43DMCvVS { width:20rem;height:1.4624rem;top:8.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz { background-color:#a97d5d;background-image:url("https://images.assets-landingi.com/uc/bafb9871-67c4-4812-a49a-14ec1a780684/MembershipBackgroundscaled.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz.adaptive-delivery-prevent-bg, #c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz.lazyload, #c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz.lazyloading { background-image: none; }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row .container { background-color: transparent; background-image: none; }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row .container > .video-iframe-container { display: none; }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row > .video-iframe-container { display: none; }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .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); }#c7EosCBfTAbEExNSZ2AeCAAT8kS4Gdgz > .row .container { width:20rem;height:83.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLlRMNvCqP3PfT8aUGkQhzTwVpvLsCUl { width:20rem;height:78.4375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5M0uDBsEt5w5cIxzTNROyvIEWHh1NbL { width:17.625rem;height:6.597625rem;top:3.6875rem;left:1.1875rem;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) { #Mf3nB9SpUc4GMAcduATrFaOniSA4qFqZ { width:16.75rem;height:33.624rem;top:40.65234375rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dRKCH0GEUV56MTUDo2yTAnPBMMPtHhsv { width:17.625rem;height:3.4375rem;top:75.7138671875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix0C6votRAtgf7k7ntLc3l3KMWSgi7dP { display:block; }
 }@media only screen and (max-width: 763px) { #NAqA6aLtZ36SJfXlkDlsbnIfDDPovZLz { width:15rem;height:26.9375rem;top:12.0263671875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuhgHBFAIBOF4uTPfWUKiGblmGdtATCf { width:20rem;height:42.0625rem;top:150.5400390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1 { display:block; }#aVHiAkLKLg0AxTX3Jnd4lzyE8DNtOdZ1 > .row .container { width:20rem;height:95.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtEAMTd3bHdtSR9JEb2fEx1pscqe3f5Q { width:18.5rem;height:0;top:8.9404296875rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Zg0ychp82sAIgebA0tqCUzSp0x4lyTOz { width:20rem;height:4.3994125rem;top:2.58984375rem;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) { #F33sXNVDHBSQ7Ev8p2qWo4E51rymP6Jc { width:18.5rem;height:17.54295rem;top:44.4375rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uIbIIc0aQsbxlDbGVKAF4ERZPRScgdES { width:15.875rem;height:23.296875rem;top:64.5625rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#uIbIIc0aQsbxlDbGVKAF4ERZPRScgdES li:before{  }
 }@media only screen and (max-width: 763px) { #blK0PlX827HhEr1ZpFtuzE7JfwSyUgKI { width:19rem;height:3.4375rem;top:90.0625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDPbu68AeUMsCkGw3aaLGhT42GF1OSrJ { display:block; }
 }@media only screen and (max-width: 763px) { #SDQO3TQXhhyhlfJfbAUr3Gph3c1xCcNb { width:15rem;height:26.875rem;top:14.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHVIHE5EJsAxVqBiauw1atsPCCUuttDZ { width:18.5rem;height:4.38574375rem;top:8.474609375rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ICNzdMo6RvLTDFq6OzyOrZp6HsFtBfdM { width:15rem;height:26.875rem;top:15.1875rem;left:3rem;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:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6nbVLt3HuAw4ktxlXcLWm5bmO1eROkn { top:0rem;left:0rem;width:20rem;height:7.3125rem;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) { #ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 { display:block; }#ZDtwEltpCDTiyTtGevTSrTIB8Uo6nyk0 > .row .container { width:20rem;height:102.3125rem;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) { #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:74.625rem;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) { #vnuJoL9TRRLuWHstXBQuaUSV9p1aQqpT { width:16.5rem;height:2.5996125rem;top:22.033203125rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN { display:block; }#Hrl623Rvb5gFdUQt7W8E0FfTNPxIIcTN > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIHNmbZ20J57eJBbubRzSuNIOz6Ski37 { width:13.4375rem;height:3.625rem;top:1.3125rem;left:3.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VCMMTLUhBsvrCffHgTlUZwXC54EZQITs { 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) { #FT7ISfQETFBfF926Tm3ogGnS02chFIz5 { 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) { #G6eZKxnTgnVKsRlsZqgo69PTFh7T5haS { width:20rem;height:2.2744125rem;top:26.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGPKbpF7Cl2dVhhcg6XEO0WEWyXucaKz { width:16.5rem;height:2.03125rem;top:17.2734375rem;left:1.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }