.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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f556c486-e419-45e4-b93b-c8165c81b8ea/GenericGym4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/7452c060-ce4e-4a91-8b1d-b72524e72d9b/SweepstakesBanner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.adaptive-delivery-prevent-bg, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyload, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyloading { background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#fffd53;display:block;width:58.1875rem;position:absolute;font-family:bangers;font-size:6.4375rem;font-weight:normal;z-index:15000;line-height:.8;letter-spacing:0;top:11.6875rem;left:8.4375rem;height:10.3rem;text-align:center;text-align-last:center;display:block; }
#ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { position:absolute;display:block;z-index:15006;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.6875rem;width:5.6875rem;top:3rem;left:34.6875rem;overflow:hidden;display:block; }
#WwXH0iBe5VQlVHslA9ERBebvyQTpl1n2 { color:#fffffe;display:block;width:55.875rem;position:absolute;font-family:arsenal;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:19.8125rem;left:9.5625rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffd53;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; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { background-color: transparent; background-image: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .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); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { border-width: 0; border-radius: 0; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { position:absolute;display:block;z-index:15013;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.125rem;width:5.125rem;top:10rem;left:4.3750009536743rem;display:block; }
#oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { position:absolute;display:block;z-index:15006;background-color:#f7f7f7;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.8125rem;width:26.25rem;top:11rem;left:6.8750009536744rem;display:block; }
#BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.625rem;left:10.437500953674rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:arsenal;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:13.6875rem;left:10.437500953674rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IOX7oAr2LfFHt6Voowx6yrJwSdw4WqaG { color:#14aaeb;display:block;width:75rem;position:absolute;font-family:bangers;font-size:5rem;font-weight:normal;z-index:15001;line-height:.8;letter-spacing:0;top:3rem;left:-0.125rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#NvpvMS0xM0xCPaJwTGkmFsOGIdg7evf6 { background-color:#14aaeb;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f7f7f7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bebas neue";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.8125rem;left:31.124999046326rem;display:block; }
#nwzRmEylTHyREg7NlXHUbsqn5wBZl9Nz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RLCCiNA0oSTrxcC13eGf3BmJs29P7LFy { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:11.375rem;left:5.7500009536743rem; }
#oAhV1sAPkl5t9VQ79zcBAoUkHO28s1Qw { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:15.125rem;left:43.249999046326rem; }
#k6MRIX3MAQN7ICvGTWVCJT9K9dKKsCoc { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:28.125rem;left:5.8125009536743rem; }
#nRiuxEv67KXHThkyPkl5LRG1nl1Gbv5Q { position:absolute;display:block;z-index:15018;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.125rem;width:5.125rem;top:18.3125rem;left:4.3750009536743rem;display:block; }
#JNdspPiTphSw2suwC6atLrR5HR0oUDkt { position:absolute;display:block;z-index:15011;background-color:#f7f7f7;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.8125rem;width:26.25rem;top:19.3125rem;left:6.8750009536744rem;display:block; }
#HUNOcr0mMilNWpJTLKCwLH2GD69cx1sZ { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:19.9375rem;left:10.437500953674rem;height:4.225rem;text-align:left;text-align-last:left;display:block; }
#APANHl0rgzHe5wWRF3D3mFlk5C3xk9hi { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:arsenal;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:22rem;left:10.437500953674rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yuLZR1ah8fXlf6GiniSwTaNUNl4bppTd { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:19.6875rem;left:5.7500009536743rem; }
#HMGaExMbMW588E6kQeMN7coSvA4NfsTK { position:absolute;display:block;z-index:15023;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.125rem;width:5.125rem;top:13.75rem;left:41.874999046326rem;display:block; }
#fOtfFBCTapiA8zd9hH1fldoJZcuqV0Qi { position:absolute;display:block;z-index:15016;background-color:#f7f7f7;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.8125rem;width:26.25rem;top:14.6875rem;left:44.374999046326rem;display:block; }
#IdJu00gs4azr7LvyEQ9Tqz2TE8CNsdgf { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15.375rem;left:47.937499046326rem;height:4.225rem;text-align:left;text-align-last:left;display:block; }
#VZITReIm07PVvNmmOvxlIBv9xRsE6Z5x { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:arsenal;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:17.4375rem;left:47.937499046326rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#y8WNTMFqh2XynK4wFuK2ZMBxqthrRK54 { position:absolute;display:block;z-index:15018;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.125rem;width:5.125rem;top:22.75rem;left:41.874999046326rem;display:block; }
#ModZEPAUe3yGstfKWrJ9FRHV5gbQ7vNM { position:absolute;display:block;z-index:15011;background-color:#f7f7f7;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.8125rem;width:26.25rem;top:23.75rem;left:44.374999046326rem;display:block; }
#kNk9meIo50eeLXTSDl62E7dKQb3MTTHG { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:24.375rem;left:47.937499046326rem;height:4.225rem;text-align:left;text-align-last:left;display:block; }
#FDq7XBKGSWFKqkX8TxHWo7BkeGl4q7K4 { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:arsenal;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:26.4375rem;left:47.937499046326rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ITUqG49UVRZIXi6hisgkKRqfZgW7StRu { position:absolute;display:block;z-index:15023;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.125rem;top:26.6875rem;left:4.3750009536743rem;display:block; }
#swOOSKdR3C8F5fIeZuPoU0n6tVvqadge { position:absolute;display:block;z-index:15016;background-color:#f7f7f7;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:5.125rem;width:26.25rem;top:27.6875rem;left:6.8750009536744rem;display:block; }
#TsH860eT5DWm9WTuyTeTlAn0DH9iSXxE { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.3125rem;left:10.437500953674rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#FT62soSy8nVnggq98Wk6UCDIdLP6IgOX { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:arsenal;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:30.375rem;left:10.437500953674rem;height:1.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sly365mCQtixpS3fWNPwLalooIT9KAI2 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:24.125rem;left:43.249999046326rem; }
#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14aaeb;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; }#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo > .row .container { background-color: transparent; background-image: none; }#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo > .row .container > .video-iframe-container { display: none; }#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo > .row > .video-iframe-container { display: none; }#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo > .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); }#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo > .row .container { border-width: 0; border-radius: 0; }#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#MGq1metvee3pdBTNIDkDga1LI0NBNExU { color:#fffd53;display:block;width:58.1875rem;position:absolute;font-family:bangers;font-size:5rem;font-weight:normal;z-index:15002;line-height:.8;letter-spacing:0;top:3rem;left:8.4375rem;height:8rem;text-align:center;text-align-last:center;display:block; }
#EXecaNM7W0kNtAP9FSEL2PKme7mVcmPM { color:#000000;display:block;width:66.625rem;position:absolute;font-family:arsenal;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:9.1875rem;left:4.1875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#fF8HMazxl5Hv6ZOVXQCOaK47tPQBuhcI { color:#000000;display:block;width:66.625rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.75rem;left:4.1875rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#LpwmkVSc67mGAq1XzFOvfKsxGiHNXHgU { background-color:#fffd53;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bebas neue";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.625rem;left:31.249999046326rem;display:block; }
#RZi3GmEPFOwXioVv8x6eTlChOsdTgiOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:11.6875rem;left:0rem;width:47.75rem;height:10.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { top:3rem;left:21.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwXH0iBe5VQlVHslA9ERBebvyQTpl1n2 { top:19.8125rem;left:0rem;width:47.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { top:10rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { top:11rem;left:0rem;width:26.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { top:11.625rem;left:2.1875rem;width:21.6875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { top:13.6875rem;left:2.1875rem;width:21.6875rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOX7oAr2LfFHt6Voowx6yrJwSdw4WqaG { top:3rem;left:0rem;width:47.75rem;height:4rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvpvMS0xM0xCPaJwTGkmFsOGIdg7evf6 { width:12.5rem;height:3.4375rem;top:35.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwzRmEylTHyREg7NlXHUbsqn5wBZl9Nz { display:block; }
 }@media only screen and (max-width: 763px) { #RLCCiNA0oSTrxcC13eGf3BmJs29P7LFy { top:11.375rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAhV1sAPkl5t9VQ79zcBAoUkHO28s1Qw { top:15.125rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6MRIX3MAQN7ICvGTWVCJT9K9dKKsCoc { top:28.125rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRiuxEv67KXHThkyPkl5LRG1nl1Gbv5Q { top:18.3125rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNdspPiTphSw2suwC6atLrR5HR0oUDkt { top:19.3125rem;left:0rem;width:26.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUNOcr0mMilNWpJTLKCwLH2GD69cx1sZ { top:19.9375rem;left:2.1875rem;width:21.6875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APANHl0rgzHe5wWRF3D3mFlk5C3xk9hi { top:22rem;left:2.1875rem;width:21.6875rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuLZR1ah8fXlf6GiniSwTaNUNl4bppTd { top:19.6875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMGaExMbMW588E6kQeMN7coSvA4NfsTK { top:13.75rem;left:23.875rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOtfFBCTapiA8zd9hH1fldoJZcuqV0Qi { top:14.6875rem;left:21.5rem;width:26.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdJu00gs4azr7LvyEQ9Tqz2TE8CNsdgf { top:15.375rem;left:26.0625rem;width:21.6875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZITReIm07PVvNmmOvxlIBv9xRsE6Z5x { top:17.4375rem;left:26.0625rem;width:21.6875rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8WNTMFqh2XynK4wFuK2ZMBxqthrRK54 { top:22.75rem;left:23.875rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ModZEPAUe3yGstfKWrJ9FRHV5gbQ7vNM { top:23.75rem;left:21.5rem;width:26.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNk9meIo50eeLXTSDl62E7dKQb3MTTHG { top:24.375rem;left:26.0625rem;width:21.6875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDq7XBKGSWFKqkX8TxHWo7BkeGl4q7K4 { top:26.4375rem;left:26.0625rem;width:21.6875rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITUqG49UVRZIXi6hisgkKRqfZgW7StRu { top:26.6875rem;left:0rem;width:5.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swOOSKdR3C8F5fIeZuPoU0n6tVvqadge { top:27.6875rem;left:0rem;width:26.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsH860eT5DWm9WTuyTeTlAn0DH9iSXxE { top:28.3125rem;left:2.1875rem;width:21.6875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT62soSy8nVnggq98Wk6UCDIdLP6IgOX { top:30.375rem;left:2.1875rem;width:21.6875rem;height:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sly365mCQtixpS3fWNPwLalooIT9KAI2 { top:24.125rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo { display:block; }#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGq1metvee3pdBTNIDkDga1LI0NBNExU { top:3rem;left:0rem;width:47.75rem;height:4rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXecaNM7W0kNtAP9FSEL2PKme7mVcmPM { top:9.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF8HMazxl5Hv6ZOVXQCOaK47tPQBuhcI { top:13.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwmkVSc67mGAq1XzFOvfKsxGiHNXHgU { width:9.375rem;height:3.4375rem;top:18.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZi3GmEPFOwXioVv8x6eTlChOsdTgiOn { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/7452c060-ce4e-4a91-8b1d-b72524e72d9b/SweepstakesBanner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.adaptive-delivery-prevent-bg, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyload, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyloading { background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:17.125rem;height:4rem;top:10rem;left:1.4375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { width:7rem;height:7rem;top:2.1250002384186rem;left:6.5000002384187rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwXH0iBe5VQlVHslA9ERBebvyQTpl1n2 { width:19.125rem;height:4rem;top:12.875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { width:2.5rem;height:2.5rem;top:4.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { width:14.5rem;height:4.5625rem;top:6.125rem;left:3.3125rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { width:7.4375rem;height:1.05625rem;top:7rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { width:11.375rem;height:1.375rem;top:8.4375rem;left:5.5625rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IOX7oAr2LfFHt6Voowx6yrJwSdw4WqaG { width:20rem;height:2rem;top:2.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NvpvMS0xM0xCPaJwTGkmFsOGIdg7evf6 { width:8.75rem;height:2.1875rem;top:38.4375rem;left:5.6250001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwzRmEylTHyREg7NlXHUbsqn5wBZl9Nz { display:block; }
 }@media only screen and (max-width: 763px) { #RLCCiNA0oSTrxcC13eGf3BmJs29P7LFy { display:flex;width:1.25rem;height:1.25rem;top:5.5625rem;left:2.8125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #oAhV1sAPkl5t9VQ79zcBAoUkHO28s1Qw { display:flex;width:1.25rem;height:1.25rem;top:24.5625rem;left:2.8125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #k6MRIX3MAQN7ICvGTWVCJT9K9dKKsCoc { display:flex;width:1.25rem;height:1.25rem;top:18.625rem;left:2.8125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #nRiuxEv67KXHThkyPkl5LRG1nl1Gbv5Q { width:2.5rem;height:2.5rem;top:11.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNdspPiTphSw2suwC6atLrR5HR0oUDkt { width:14.5rem;height:4.5625rem;top:12.5625rem;left:3.3125rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUNOcr0mMilNWpJTLKCwLH2GD69cx1sZ { width:9.4375rem;height:1.05625rem;top:13.4375rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APANHl0rgzHe5wWRF3D3mFlk5C3xk9hi { width:11.375rem;height:1.375rem;top:14.875rem;left:5.5625rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yuLZR1ah8fXlf6GiniSwTaNUNl4bppTd { display:flex;width:1.25rem;height:1.25rem;top:12.1875rem;left:2.8125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HMGaExMbMW588E6kQeMN7coSvA4NfsTK { width:2.5rem;height:2.5rem;top:23.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOtfFBCTapiA8zd9hH1fldoJZcuqV0Qi { width:14.5rem;height:4.5625rem;top:25.1875rem;left:3.3125rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdJu00gs4azr7LvyEQ9Tqz2TE8CNsdgf { width:9.375rem;height:1.05625rem;top:26.0625rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZITReIm07PVvNmmOvxlIBv9xRsE6Z5x { width:11.375rem;height:1.375rem;top:27.5rem;left:5.5625rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #y8WNTMFqh2XynK4wFuK2ZMBxqthrRK54 { width:2.5rem;height:2.5rem;top:30.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ModZEPAUe3yGstfKWrJ9FRHV5gbQ7vNM { width:14.5rem;height:4.5625rem;top:31.8125rem;left:3.3125rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNk9meIo50eeLXTSDl62E7dKQb3MTTHG { width:9.1875rem;height:1.05625rem;top:32.6875rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDq7XBKGSWFKqkX8TxHWo7BkeGl4q7K4 { width:11.375rem;height:1.375rem;top:34.125rem;left:5.5625rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ITUqG49UVRZIXi6hisgkKRqfZgW7StRu { width:2.5rem;height:2.5rem;top:18rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swOOSKdR3C8F5fIeZuPoU0n6tVvqadge { width:14.5rem;height:3.875rem;top:19.1875rem;left:3.3125rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsH860eT5DWm9WTuyTeTlAn0DH9iSXxE { width:7.1875rem;height:1.05625rem;top:20.0625rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT62soSy8nVnggq98Wk6UCDIdLP6IgOX { width:8.4375rem;height:0.6875rem;top:21.5rem;left:5.5625rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sly365mCQtixpS3fWNPwLalooIT9KAI2 { display:flex;width:1.125rem;height:1.125rem;top:31.3125rem;left:2.875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo { display:block; }#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGq1metvee3pdBTNIDkDga1LI0NBNExU { width:20rem;height:2rem;top:2.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EXecaNM7W0kNtAP9FSEL2PKme7mVcmPM { width:15.875rem;height:2rem;top:5rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fF8HMazxl5Hv6ZOVXQCOaK47tPQBuhcI { width:20rem;height:1.05625rem;top:7.875rem;left:-0.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpwmkVSc67mGAq1XzFOvfKsxGiHNXHgU { width:6.875rem;height:2.1875rem;top:9.8125rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZi3GmEPFOwXioVv8x6eTlChOsdTgiOn { display:block; }
 }