.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/3744da41-dea0-4607-a40b-404826846f79/GenericGym8.png");background-position:bottom 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:33.5rem;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:12.25rem;left:8.4375rem;height:5.15rem;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:3.0625rem;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:20rem;left:9.5625rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo { 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; }#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:40.1875rem;width:75rem;position:relative;display:block; }#MGq1metvee3pdBTNIDkDga1LI0NBNExU { color:#000000;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:4rem;left:8.4375rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#EXecaNM7W0kNtAP9FSEL2PKme7mVcmPM { color:#000000;display:block;width:69.75rem;position:absolute;font-family:arsenal;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:10.75rem;left:2.6875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { position:absolute;display:block;z-index:15017;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-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.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:19.125rem;width:18.875rem;top:16.687496185302rem;left:2.5625rem;display:block; }
#yurDBiprxyUsmiTluod7i3p9pDWvLdUL { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:19.00625038147rem;left:9.72500038147rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { position:absolute;display:block;z-index:15023;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-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.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:19.125rem;width:18.875rem;top:16.687496185302rem;left:28.125rem;display:block; }
#orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { color:#000000;display:block;width:14.375rem;position:absolute;font-family:arsenal;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:25.1875rem;left:4.8125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { color:#000000;display:block;width:14.375rem;position:absolute;font-family:arsenal;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:25.3125rem;left:30.375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8CpVeDEhiR8uV6BmrIGEUR5ZFo5k5gM { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#ffffff;background-image:none;top:19rem;left:35.375rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#ExfqCCApx7Amn8pl7NRvD6V3kG0b1MH1 { 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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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:10.1125rem;height:3.675rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:29.21249961853rem;left:6.8937511444094rem;display:block; }
#GR8mrQsr52ph2Bo3SDf62RK6Jkq1PB1I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D8sDnmQK0BCsQlf5TaycKRlsmvMAthVH { 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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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:10.1125rem;height:3.675rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:29.16250038147rem;left:32.393749237061rem;display:block; }
#ZfBDu4EDt4URV0lRycwHcTF1ozrMP1xL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { position:absolute;display:block;z-index:15029;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-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.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:19.125rem;width:18.875rem;top:16.6875rem;left:53.625rem;display:block; }
#gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { color:#000000;display:block;width:14.375rem;position:absolute;font-family:arsenal;font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:26.0625rem;left:55.875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3AEUXVVsCv3o9HHOJoyDhGUekZziceL { 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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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:10.1125rem;height:3.675rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:29.16250038147rem;left:57.956253051757rem;display:block; }
#TWL8BXpgcTfe9eCIuT9hTk3elTwVIwDm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vGC4Gto4GDpZelp5KVv0CcvcTHKJBDWz { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#ffffff;background-image:none;top:19rem;left:60.875rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#czxv8xTpp7VPvKc6XX3WW4B5bBAGBCSe { position:absolute;display:block;z-index:15044;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:2.875rem;width:2.875rem;top:19.71875rem;left:36.1875rem;overflow:hidden;display:block; }
#PkKTX3kJByooD9IttKaIfMuy28oOUr17 { position:absolute;display:block;z-index:15045;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:2.875rem;width:2.875rem;top:19.84375rem;left:61.625rem;overflow:hidden;display:block; }
#cFsLZEs6T3C1XXCZOLfiXNEIrMpklb3F { 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: none;height:2.875rem;width:2.5625rem;top:19.71875rem;left:10.71875rem;overflow:hidden;display:block; }
#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { 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; }#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:44.625rem;width:75rem;position:relative;display:block; }#BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:11.5625rem;left:4.625rem;overflow:hidden;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.0625rem;width:5.0625rem;top:11rem;left:4.0625rem;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:7.1875rem;width:27.25rem;top:12rem;left:5.875rem;display:block; }
#BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.0625rem;left:10.125rem;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:15.1875rem;left:10.125rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { 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:7.1875rem;width:27.25rem;top:20.5625rem;left:5.875rem;display:block; }
#C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { color:#000000;display:block;width:21.75rem;position:absolute;font-family:arsenal;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:23.75rem;left:10.125rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.625rem;left:10.125rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { 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.0625rem;width:5.0625rem;top:19.5625rem;left:4.0625rem;display:block; }
#h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:20.5625rem;left:5rem;overflow:hidden;display:block; }
#iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { 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: 1rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:7.1875rem;width:27.25rem;top:12rem;left:43.5rem;display:block; }
#LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { 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:15.1875rem;left:47.75rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { 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.0625rem;top:11rem;left:41.6875rem;display:block; }
#vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.0625rem;left:47.75rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:11.9375rem;left:42.5625rem;overflow:hidden;display:block; }
#IOX7oAr2LfFHt6Voowx6yrJwSdw4WqaG { color:#fffd53;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:4.0390625rem;left:-0.125rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#HAIZbRDsJK1scU5iK6tVLKJd3Z2JmnLH { 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.0625rem;width:5.0625rem;top:19.625rem;left:41.6875rem;display:block; }
#xnRi5woqpkLUs85J6RRiNNKy2wE0MaF3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:2.875rem;top:20.375rem;left:42.75rem;overflow:hidden;display:block; }
#CllSQ2vzBmp4M6MylqgD3ntwoy1so2VW { 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: 1rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:7.1875rem;width:27.25rem;top:20.5rem;left:43.5rem;display:block; }
#na30cGDIz3wJHG52ZuCbmsSVzAucHMLx { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.5625rem;left:47.75rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#sVvBJpTef9ciPz8l0W9bvnibsUnfLpkW { 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:23.6875rem;left:47.75rem;height:1.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NvpvMS0xM0xCPaJwTGkmFsOGIdg7evf6 { 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:11.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.375rem;left:32.375rem;display:block; }
#nwzRmEylTHyREg7NlXHUbsqn5wBZl9Nz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VftlF7Bri07DuiWPdia5DBhxsETte16R { color:#f7f7f7;display:block;width:55.875rem;position:absolute;font-family:arsenal;font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:37.125rem;left:10.3125rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:12.25rem;left:0rem;width:47.75rem;height:5.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { top:3.0625rem;left:21.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwXH0iBe5VQlVHslA9ERBebvyQTpl1n2 { top:20rem;left:0rem;width:47.75rem;height:9rem;font-size:1rem;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:4rem;left:0rem;width:47.75rem;height:4rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXecaNM7W0kNtAP9FSEL2PKme7mVcmPM { top:10.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { top:16.625rem;left:0rem;width:18.875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yurDBiprxyUsmiTluod7i3p9pDWvLdUL { top:19rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { top:16.625rem;left:14.5rem;width:18.875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { top:25.125rem;left:0rem;width:14.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { top:25.25rem;left:16.75rem;width:14.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8CpVeDEhiR8uV6BmrIGEUR5ZFo5k5gM { top:19rem;left:21.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExfqCCApx7Amn8pl7NRvD6V3kG0b1MH1 { width:10.0625rem;height:3.625rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR8mrQsr52ph2Bo3SDf62RK6Jkq1PB1I { display:block; }
 }@media only screen and (max-width: 763px) { #D8sDnmQK0BCsQlf5TaycKRlsmvMAthVH { width:10.0625rem;height:3.625rem;top:29.125rem;left:18.768749237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfBDu4EDt4URV0lRycwHcTF1ozrMP1xL { display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { top:16.6875rem;left:28.875rem;width:18.875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { top:26rem;left:33.375rem;width:14.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3AEUXVVsCv3o9HHOJoyDhGUekZziceL { width:10.0625rem;height:3.625rem;top:29.125rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWL8BXpgcTfe9eCIuT9hTk3elTwVIwDm { display:block; }
 }@media only screen and (max-width: 763px) { #vGC4Gto4GDpZelp5KVv0CcvcTHKJBDWz { top:19rem;left:43.375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #czxv8xTpp7VPvKc6XX3WW4B5bBAGBCSe { top:19.6875rem;left:22.5625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkKTX3kJByooD9IttKaIfMuy28oOUr17 { top:19.8125rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFsLZEs6T3C1XXCZOLfiXNEIrMpklb3F { top:19.6875rem;left:0rem;width:2.5625rem;height:2.875rem;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) { #BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { top:11.5625rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { top:11rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { top:12rem;left:0rem;width:27.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { top:13.0625rem;left:2.0625rem;width:21.8125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { top:15.1875rem;left:2.1875rem;width:21.6875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { top:20.5625rem;left:0rem;width:27.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { top:23.75rem;left:2.125rem;width:21.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { top:21.625rem;left:2.25rem;width:21.625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { top:19.5625rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { top:20.5625rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { top:12rem;left:20.5rem;width:27.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { top:15.1875rem;left:26.0625rem;width:21.6875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { top:11rem;left:23.875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { top:13.0625rem;left:26.1875rem;width:21.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { top:11.9375rem;left:23.875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOX7oAr2LfFHt6Voowx6yrJwSdw4WqaG { top:4rem;left:0rem;width:47.75rem;height:4rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAIZbRDsJK1scU5iK6tVLKJd3Z2JmnLH { top:19.625rem;left:23.875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnRi5woqpkLUs85J6RRiNNKy2wE0MaF3 { top:20.375rem;left:23.875rem;width:2.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CllSQ2vzBmp4M6MylqgD3ntwoy1so2VW { top:20.5rem;left:20.5rem;width:27.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #na30cGDIz3wJHG52ZuCbmsSVzAucHMLx { top:21.5625rem;left:25.9375rem;width:21.8125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVvBJpTef9ciPz8l0W9bvnibsUnfLpkW { top:23.6875rem;left:26.0625rem;width:21.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvpvMS0xM0xCPaJwTGkmFsOGIdg7evf6 { width:11.5625rem;height:3.4375rem;top:31.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwzRmEylTHyREg7NlXHUbsqn5wBZl9Nz { display:block; }
 }@media only screen and (max-width: 763px) { #VftlF7Bri07DuiWPdia5DBhxsETte16R { top:37.125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;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/3744da41-dea0-4607-a40b-404826846f79/GenericGym8.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:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:17.125rem;height:2.5rem;top:10.375rem;left:1.4367188811302rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { width:7.3125rem;height:7.3125rem;top:1.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwXH0iBe5VQlVHslA9ERBebvyQTpl1n2 { width:19.125rem;height:7.5rem;top:14.0625rem;left:0.43750005960464rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo { display:block; }#Ga0OSFVTvkkWyDsbJO75e7w2VnAfimbo > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGq1metvee3pdBTNIDkDga1LI0NBNExU { width:20rem;height:2rem;top:1.25rem;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:4.3125rem;left:2.0624999403954rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { width:13.5rem;height:11.8125rem;top:7.5625rem;left:3.25rem;z-index:15000;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) { #yurDBiprxyUsmiTluod7i3p9pDWvLdUL { width:3.5625rem;height:3.5625rem;top:8.5rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { width:13.5rem;height:11.8125rem;top:20.875rem;left:3.25rem;z-index:15001;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) { #orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { width:14.375rem;height:1.5rem;top:13.0625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { width:14.375rem;height:1.5rem;top:26.5rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8CpVeDEhiR8uV6BmrIGEUR5ZFo5k5gM { width:3.5625rem;height:3.5625rem;top:21.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExfqCCApx7Amn8pl7NRvD6V3kG0b1MH1 { width:8.0125rem;height:2.8875rem;top:15.4375rem;left:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR8mrQsr52ph2Bo3SDf62RK6Jkq1PB1I { display:block; }
 }@media only screen and (max-width: 763px) { #D8sDnmQK0BCsQlf5TaycKRlsmvMAthVH { width:7.9375rem;height:2.8125rem;top:28.875rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfBDu4EDt4URV0lRycwHcTF1ozrMP1xL { display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { width:13.5rem;height:11.8125rem;top:34.25rem;left:3.25rem;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) { #gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { width:14.375rem;height:1.5rem;top:39.6875rem;left:2.8124999403954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3AEUXVVsCv3o9HHOJoyDhGUekZziceL { width:7.9375rem;height:2.8125rem;top:42.25rem;left:6.0625001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWL8BXpgcTfe9eCIuT9hTk3elTwVIwDm { display:block; }
 }@media only screen and (max-width: 763px) { #vGC4Gto4GDpZelp5KVv0CcvcTHKJBDWz { width:3.5625rem;height:3.5625rem;top:35.1875rem;left:8.0625001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #czxv8xTpp7VPvKc6XX3WW4B5bBAGBCSe { width:2.4375rem;height:2.4375rem;top:22.625rem;left:8.7812501788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkKTX3kJByooD9IttKaIfMuy28oOUr17 { width:2.4375rem;height:2.4375rem;top:35.89999961853rem;left:8.7812501788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFsLZEs6T3C1XXCZOLfiXNEIrMpklb3F { width:2.1875rem;height:2.4375rem;top:9.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { width:2.25rem;height:2.25rem;top:7rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { width:3.5625rem;height:3.5625rem;top:6.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { width:16.25rem;height:8.125rem;top:7.4375rem;left:2.75rem;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:10.375rem;height:1.4625rem;top:8.375rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { width:11.375rem;height:4.5rem;top:10.1875rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { width:16.25rem;height:8.125rem;top:18rem;left:2.625rem;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) { #C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { width:11.3125rem;height:4.5rem;top:20.8125rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { width:13.8125rem;height:1.4625rem;top:18.875rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { width:3.5625rem;height:3.5625rem;top:16.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { width:2.375rem;height:2.375rem;top:16.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { width:16.25rem;height:8.125rem;top:28.25rem;left:2.6875rem;box-shadow: 1rem 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) { #LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { width:11.1875rem;height:4.5rem;top:31.0625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { width:3.5625rem;height:3.5625rem;top:27.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { width:13.875rem;height:1.4625rem;top:29.1875rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { width:2.5rem;height:2.5rem;top:27.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOX7oAr2LfFHt6Voowx6yrJwSdw4WqaG { width:20rem;height:4rem;top:1.3749990463257rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HAIZbRDsJK1scU5iK6tVLKJd3Z2JmnLH { width:3.5625rem;height:3.5625rem;top:36.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnRi5woqpkLUs85J6RRiNNKy2wE0MaF3 { width:1.8125rem;height:2.1875rem;top:37.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CllSQ2vzBmp4M6MylqgD3ntwoy1so2VW { width:16.25rem;height:6.875rem;top:38.5625rem;left:2.75rem;z-index:15000;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) { #na30cGDIz3wJHG52ZuCbmsSVzAucHMLx { width:10.0625rem;height:1.4625rem;top:39.625rem;left:5.1875001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVvBJpTef9ciPz8l0W9bvnibsUnfLpkW { width:11.1875rem;height:3rem;top:41.561717987061rem;left:5.1875001788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvpvMS0xM0xCPaJwTGkmFsOGIdg7evf6 { width:9.125rem;height:3.5rem;top:47.800001144409rem;left:5.4375001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwzRmEylTHyREg7NlXHUbsqn5wBZl9Nz { display:block; }
 }@media only screen and (max-width: 763px) { #VftlF7Bri07DuiWPdia5DBhxsETte16R { width:20rem;height:2rem;top:53.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }