.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;
}
.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-input-select option {
  color: #000;
}
.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152032;background-image:none;position:relative;display:block; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { background-color: transparent; background-image: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container > .video-iframe-container { display: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row > .video-iframe-container { display: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .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); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { border-width: 0; border-radius: 0; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { font-size:14px;font-family:arial;height:15px;width:960px;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ff7200;background-image:url("https://images.assets-landingi.com/Raob8508/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:518px;width:960px;overflow:visible;position:relative;display:block; }#k5R919FbFT6n79BsSZ1L74bHDMR5E7Oh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:373px;width:374px;top:72.5px;left:516px;overflow:hidden;display:block; }
#VIJTTSwlPZkNGw303yBuiFSA3oZsUv7m { color:#152032;display:block;width:476px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:53px;left:0px;height:174px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xf95M9rgi1zke9QSZ6gSDSuMy9NJJGTM { color:#152032;display:block;width:475px;position:absolute;font-family:lato;font-size:45px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 1px rgba(0,0,0,0.5);top:268px;left:0px;height:232px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099d2;background-image:none;position:relative;display:block; }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .row .container { background-color: transparent; background-image: none; }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .row .container > .video-iframe-container { display: none; }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .row > .video-iframe-container { display: none; }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .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); }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .row .container { border-width: 0; border-radius: 0; }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .row .container { font-size:14px;font-family:arial;height:260px;width:960px;position:relative;display:block; }#oqsTCSHmOrsszBp1Lx0p65nbWf2FlytJ { color:#ffffff;display:block;width:362px;position:absolute;font-family:lato;font-size:42px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:17px;left:60px;height:270px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-form-header {  }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:433px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-text { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:433px;box-sizing:border-box;height:47px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-text {padding-top: 0; padding-bottom: 0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-textarea { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:433px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:433px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-select {padding-top: 0; padding-bottom: 0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-button { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#86c724;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#f2f9ff;width:433px;height:55px;font-family:lato;overflow:hidden;text-align:center;text-align-last:center; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o [class*="-text"]:-moz-placeholder { color:#c3c4c4;font-family:lato;font-size:18px;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o [class*="-text"]::-moz-placeholder { color:#c3c4c4;font-family:lato;font-size:18px;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o [class*="-text"]:-ms-input-placeholder { color:#c3c4c4;font-family:lato;font-size:18px;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o [class*="-text"]::-webkit-input-placeholder { color:#c3c4c4;font-family:lato;font-size:18px;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#f3f3f3;vertical-align:top;width:416px;overflow:hidden;font-style:normal;line-height:1.2; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-container { padding-top:1px;padding-left:0;padding-right:0;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-container:first-of-type{padding-top:0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-container:last-of-type{padding-bottom:0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:433px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:0px;left:468px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:433px;display:block;vertical-align:top; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o {display:block;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:433px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:0px;left:468px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #ySSW9c30gvG11Nek61SW8BGZ8pIaMiOu { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #edavzRclAWrQk6NTdN1be81xGL3ymqvW { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #zMgm9IIsflHGMevVw8gbHT7kP7TrBAc8 { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #JdZs0WJg6G9IRW4mJiJJKHFv67Rq2VWJ { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #PETiWemuIWMnbzTWC5ytpmdkfCEVBmqi { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #NUT7T8AkVLwpnhL25B1hTxan9CMIqhsu { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #dG1J1OwJ6SAXHEtiZSNbxEmyKzdGHWoQ { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Tg6XnPX6xOJeP42ffJLGBBHX6V6P7Rle { position:relative;z-index:2; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #skXlQTZ187wy73fsdbzNVqIsl6oMGBoT { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Tf7O3RewDhraWpTuorwUHUhD9Thb6SUt { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #hH4h8wRn45avToFvBO320cI0esb0iheI { position:relative; }
#cN4hPXzQUQTnoaPUURmsEJr6mg5dt253 { position:relative;display:block; }
#caIAymvTwEzwOIQTnDIKlEpWD8TuQUGb { position:relative;display:block; }
#yGtV6n46USF2NnXksM3eExrewPKxBkTS { position:relative;display:block; }
#x5mlIGyb51u24X0rDBNogC01wr1vXsrm { position:relative;display:block; }
#NlCCy8k18RiKzTrx0k4vVP7s3dNBlx6b { position:relative;display:block; }
#fMWWPaExMoL0RVBbSUQdlMt0hMUIgWPp { position:relative;display:block; }
#Ifqi6Gbz94dTQ30t4EEiQCqNs6zHCK4c { position:relative;display:block; }
#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152032;background-image:none;position:relative;display:block; }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .row .container { background-color: transparent; background-image: none; }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .row .container > .video-iframe-container { display: none; }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .row > .video-iframe-container { display: none; }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .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); }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .row .container { border-width: 0; border-radius: 0; }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .row .container { font-size:14px;font-family:arial;height:365px;width:960px;position:relative;display:block; }#oDQLk4cfZhwq4RkZqeTVb5chdTUdiE8m { color:#ffffff;display:block;width:960px;position:absolute;font-family:lato;font-size:37px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:24px;left:0px;height:96px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nAif4TfK00EMyyE1PsoaIm1l2G5riU7c { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:122px;top:168px;left:74px;overflow:hidden;display:block; }
#ZfkvHHOA0piPoaCwTskvgEs1iVtm44GJ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:123px;width:121px;top:168px;left:420px;overflow:hidden;display:block; }
#Vk6LfRdAJztEhZWUlbqWxLT0lpdkVBJz { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:130px;width:130px;top:162px;left:241px;overflow:hidden;display:block; }
#QmVT0cqsimKURR2TQ1f5D0pgexVaq9pX { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:104px;width:104px;top:179px;left:588px;overflow:hidden;display:block; }
#tzdUZ9og3A2CPA0dwQzcuO82qJcNtAXi { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:122px;top:168px;left:764px;overflow:hidden;display:block; }
#srCkagZKT0PLOlQr86Uffg73ZR4zepQE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container { background-color: transparent; background-image: none; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container > .video-iframe-container { display: none; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row > .video-iframe-container { display: none; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .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); }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container { border-width: 0; border-radius: 0; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container { font-size:14px;font-family:arial;height:538px;width:960px;position:relative;display:block; }#m8TWTnGTf6ukf4CImrfRJbZnIrFkghRK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:445px;width:446px;top:45px;left:13px;overflow:hidden;display:block; }
#zAmcekHm36laSRmStWeTIp4gsz25vbIn { color:#152032;display:block;width:483px;position:absolute;font-family:lato;font-size:37px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:85px;left:473px;height:144px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qE5UWbzJau3IbaOb4ileueTFuQQZ4OCZ { color:#152032;display:block;width:483px;position:absolute;font-family:lato;font-size:25px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:188px;left:470px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kC4iLi3d5NW3Wuv2yhlqfsCTrWCNPy6d { color:#666666;display:block;width:483px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:244px;left:477px;height:46px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SggoN2dItXny2UkcfNSTwLnMAXWLeaPE { box-sizing:content-box;color:#86c724;font-size:51px;font-weight:400;line-height:1;height:74px;width:74px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:338px;left:535px;display:block; }
#sUNo4hB3dmdVR9RnXma0e2RVVwmlDGTh { color:#152032;display:block;width:175px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:422px;left:484px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W19XaC7JLTObFMWL1vXk69ieov7G6rLe { color:#152032;display:block;width:175px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:423px;left:626px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qp1b1dxiiga6JTNdfOK4MoJpwTwDT2TW { color:#152032;display:block;width:175px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:423px;left:768px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7OzBG0vGrEyrx1k8T2RNr6tu9F66lQ1 { box-sizing:content-box;color:#0099d2;font-size:51px;font-weight:400;line-height:1;height:74px;width:74px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:338px;left:679px;display:block; }
#z66WoDDExCn1svpG8XhyZwxMCCetGIMO { box-sizing:content-box;color:#86c724;font-size:51px;font-weight:400;line-height:1;height:74px;width:74px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:338px;left:819px;display:block; }
#nhiTBm4KDyoNduGP92tS7pab3xda31NU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152032;background-image:none;position:relative;display:block; }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .row .container { background-color: transparent; background-image: none; }#nhiTBm4KDyoNduGP92tS7pab3xda31NU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .row .container > .video-iframe-container { display: none; }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .row > .video-iframe-container { display: none; }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .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); }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .row .container { border-width: 0; border-radius: 0; }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .row .container { font-size:14px;font-family:arial;height:719px;width:960px;position:relative;display:block; }#JAZURRXlbrUn5EQyvZ0czz9unxq1KouT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:435px;width:479px;top:52px;left:480px;overflow:hidden;display:block; }
#EPhTCvzZkGU0xJhDravKnGp1n7nU34vX { color:#ffffff;display:block;width:479px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:150px;left:0px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrsxzZ3cM6JFw7HEMFPt9G2TaOwZ8Nd0 { color:#86c724;display:block;width:475px;position:absolute;font-family:lato;font-size:47px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:174px;left:0px;height:61px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z77q8dNuNbEGuhXDIbIl5hddxwf3T0Sy { color:#152032;display:block;width:328px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:252px;left:73px;height:112px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pGGShOkhvOqtbu1RzMEwV7Vy1TupqfHw { color:#000000;display:block;width:959px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:572.86608886719px;left:0px;height:60px;text-align:center;text-align-last:center;display:block; }
#ZsAuBJ5aheWdcXm9Lb2R0LuXuMi1LzUF { z-index:100001;top:651px;left:331.5px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:296px;height:37px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#V291xlD7XxmanSTn74Q9JwhpwQoh2etF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM { display:block; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5R919FbFT6n79BsSZ1L74bHDMR5E7Oh { width:374px;height:373px;top:72px;left:390px;display:block; }
 }@media only screen and (max-width: 763px) { #VIJTTSwlPZkNGw303yBuiFSA3oZsUv7m { width:476px;height:;top:53px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #xf95M9rgi1zke9QSZ6gSDSuMy9NJJGTM { width:475px;height:;top:268px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv { display:block; }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqsTCSHmOrsszBp1Lx0p65nbWf2FlytJ { width:362px;height:217px;top:17px;left:11px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-regular-label { width:425px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-text { width:425px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-text {padding-top: 0; padding-bottom: 0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-textarea { width:425px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-select { width:425px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-select {padding-top: 0; padding-bottom: 0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-button { width:425px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-checkbox-label { width:408px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o  { width:425px;height:auto;top:504px;left:299px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .radio-container { width:425px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o {display:block;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o { width:425px;height:auto;top:504px;left:299px; }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #ySSW9c30gvG11Nek61SW8BGZ8pIaMiOu {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #edavzRclAWrQk6NTdN1be81xGL3ymqvW {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #zMgm9IIsflHGMevVw8gbHT7kP7TrBAc8 {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #JdZs0WJg6G9IRW4mJiJJKHFv67Rq2VWJ {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #PETiWemuIWMnbzTWC5ytpmdkfCEVBmqi {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #NUT7T8AkVLwpnhL25B1hTxan9CMIqhsu {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #dG1J1OwJ6SAXHEtiZSNbxEmyKzdGHWoQ {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Tg6XnPX6xOJeP42ffJLGBBHX6V6P7Rle {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #skXlQTZ187wy73fsdbzNVqIsl6oMGBoT {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Tf7O3RewDhraWpTuorwUHUhD9Thb6SUt {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #hH4h8wRn45avToFvBO320cI0esb0iheI {  }
 }@media only screen and (max-width: 763px) { #cN4hPXzQUQTnoaPUURmsEJr6mg5dt253 { display:block; }
 }@media only screen and (max-width: 763px) { #caIAymvTwEzwOIQTnDIKlEpWD8TuQUGb { display:block; }
 }@media only screen and (max-width: 763px) { #yGtV6n46USF2NnXksM3eExrewPKxBkTS { display:block; }
 }@media only screen and (max-width: 763px) { #x5mlIGyb51u24X0rDBNogC01wr1vXsrm { display:block; }
 }@media only screen and (max-width: 763px) { #NlCCy8k18RiKzTrx0k4vVP7s3dNBlx6b { display:block; }
 }@media only screen and (max-width: 763px) { #fMWWPaExMoL0RVBbSUQdlMt0hMUIgWPp { display:block; }
 }@media only screen and (max-width: 763px) { #Ifqi6Gbz94dTQ30t4EEiQCqNs6zHCK4c { display:block; }
 }@media only screen and (max-width: 763px) { #WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ { display:block; }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDQLk4cfZhwq4RkZqeTVb5chdTUdiE8m { width:764px;height:96px;top:24px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nAif4TfK00EMyyE1PsoaIm1l2G5riU7c { width:122px;height:122px;top:168px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ZfkvHHOA0piPoaCwTskvgEs1iVtm44GJ { width:121px;height:123px;top:168px;left:322px;display:block; }
 }@media only screen and (max-width: 763px) { #Vk6LfRdAJztEhZWUlbqWxLT0lpdkVBJz { width:130px;height:130px;top:162px;left:143px;display:none; }
 }@media only screen and (max-width: 763px) { #QmVT0cqsimKURR2TQ1f5D0pgexVaq9pX { width:104px;height:104px;top:179px;left:490px;display:none; }
 }@media only screen and (max-width: 763px) { #tzdUZ9og3A2CPA0dwQzcuO82qJcNtAXi { width:122px;height:122px;top:168px;left:642px;display:block; }
 }@media only screen and (max-width: 763px) { #srCkagZKT0PLOlQr86Uffg73ZR4zepQE { display:block; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8TWTnGTf6ukf4CImrfRJbZnIrFkghRK { width:446px;height:445px;top:45px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zAmcekHm36laSRmStWeTIp4gsz25vbIn { width:483px;height:144px;top:85px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qE5UWbzJau3IbaOb4ileueTFuQQZ4OCZ { width:483px;height:32px;top:188px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kC4iLi3d5NW3Wuv2yhlqfsCTrWCNPy6d { width:483px;height:45px;top:244px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #SggoN2dItXny2UkcfNSTwLnMAXWLeaPE { width:74px;height:74px;top:338px;left:388px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #sUNo4hB3dmdVR9RnXma0e2RVVwmlDGTh { width:175px;height:51px;top:422px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W19XaC7JLTObFMWL1vXk69ieov7G6rLe { width:175px;height:51px;top:423px;left:479px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Qp1b1dxiiga6JTNdfOK4MoJpwTwDT2TW { width:175px;height:51px;top:423px;left:589px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m7OzBG0vGrEyrx1k8T2RNr6tu9F66lQ1 { width:74px;height:74px;top:338px;left:532px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #z66WoDDExCn1svpG8XhyZwxMCCetGIMO { width:74px;height:74px;top:338px;left:672px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #nhiTBm4KDyoNduGP92tS7pab3xda31NU { display:block; }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAZURRXlbrUn5EQyvZ0czz9unxq1KouT { width:479px;height:435px;top:52px;left:285px;display:block; }
 }@media only screen and (max-width: 763px) { #EPhTCvzZkGU0xJhDravKnGp1n7nU34vX { width:479px;height:24px;top:150px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TrsxzZ3cM6JFw7HEMFPt9G2TaOwZ8Nd0 { width:475px;height:61px;top:174px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #z77q8dNuNbEGuhXDIbIl5hddxwf3T0Sy { width:328px;height:112px;top:252px;left:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pGGShOkhvOqtbu1RzMEwV7Vy1TupqfHw { top:572px;left:0px;width:764px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZsAuBJ5aheWdcXm9Lb2R0LuXuMi1LzUF { top:651px;left:86px;width:296px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #V291xlD7XxmanSTn74Q9JwhpwQoh2etF { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM { display:block; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:579px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5R919FbFT6n79BsSZ1L74bHDMR5E7Oh { width:283px;height:282px;top:18px;left:18.5px;display:block; }
 }@media only screen and (max-width: 763px) { #VIJTTSwlPZkNGw303yBuiFSA3oZsUv7m { width:320px;height:56px;top:317px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #xf95M9rgi1zke9QSZ6gSDSuMy9NJJGTM { width:320px;height:180px;top:388px;left:0px;text-align:center;text-align-last:center;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv { display:block; }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .row .container { width:320px;height:503px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqsTCSHmOrsszBp1Lx0p65nbWf2FlytJ { width:320px;height:192px;top:19.848220825195px;left:0px;text-align:center;text-align-last:center;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-text {padding-top: 0; padding-bottom: 0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-select {padding-top: 0; padding-bottom: 0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-checkbox-label { width:263px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;color:#2f2f2f; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o  { width:280px;height:auto;top:210.8482208252px;left:0px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o {display:block;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o { width:280px;height:auto;top:210.8482208252px;left:0px; }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #ySSW9c30gvG11Nek61SW8BGZ8pIaMiOu {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #edavzRclAWrQk6NTdN1be81xGL3ymqvW {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #zMgm9IIsflHGMevVw8gbHT7kP7TrBAc8 {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #JdZs0WJg6G9IRW4mJiJJKHFv67Rq2VWJ {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #PETiWemuIWMnbzTWC5ytpmdkfCEVBmqi {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #NUT7T8AkVLwpnhL25B1hTxan9CMIqhsu {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #dG1J1OwJ6SAXHEtiZSNbxEmyKzdGHWoQ {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Tg6XnPX6xOJeP42ffJLGBBHX6V6P7Rle {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #skXlQTZ187wy73fsdbzNVqIsl6oMGBoT {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Tf7O3RewDhraWpTuorwUHUhD9Thb6SUt {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #hH4h8wRn45avToFvBO320cI0esb0iheI {  }
 }@media only screen and (max-width: 763px) { #cN4hPXzQUQTnoaPUURmsEJr6mg5dt253 { display:block; }
 }@media only screen and (max-width: 763px) { #caIAymvTwEzwOIQTnDIKlEpWD8TuQUGb { display:block; }
 }@media only screen and (max-width: 763px) { #yGtV6n46USF2NnXksM3eExrewPKxBkTS { display:block; }
 }@media only screen and (max-width: 763px) { #x5mlIGyb51u24X0rDBNogC01wr1vXsrm { display:block; }
 }@media only screen and (max-width: 763px) { #NlCCy8k18RiKzTrx0k4vVP7s3dNBlx6b { display:block; }
 }@media only screen and (max-width: 763px) { #fMWWPaExMoL0RVBbSUQdlMt0hMUIgWPp { display:block; }
 }@media only screen and (max-width: 763px) { #Ifqi6Gbz94dTQ30t4EEiQCqNs6zHCK4c { display:block; }
 }@media only screen and (max-width: 763px) { #WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ { display:block; }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .row .container { width:320px;height:221px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDQLk4cfZhwq4RkZqeTVb5chdTUdiE8m { width:320px;height:96px;top:13px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #nAif4TfK00EMyyE1PsoaIm1l2G5riU7c { width:60px;height:60px;top:127px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfkvHHOA0piPoaCwTskvgEs1iVtm44GJ { width:60px;height:61px;top:127px;left:195px;display:block; }
 }@media only screen and (max-width: 763px) { #Vk6LfRdAJztEhZWUlbqWxLT0lpdkVBJz { width:60px;height:60px;top:127px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #QmVT0cqsimKURR2TQ1f5D0pgexVaq9pX { width:60px;height:60px;top:127px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #tzdUZ9og3A2CPA0dwQzcuO82qJcNtAXi { width:60px;height:60px;top:127px;left:260px;display:block; }
 }@media only screen and (max-width: 763px) { #srCkagZKT0PLOlQr86Uffg73ZR4zepQE { display:block; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8TWTnGTf6ukf4CImrfRJbZnIrFkghRK { width:320px;height:319.28251121076px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zAmcekHm36laSRmStWeTIp4gsz25vbIn { width:320px;height:96px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qE5UWbzJau3IbaOb4ileueTFuQQZ4OCZ { width:320px;height:26px;top:84px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kC4iLi3d5NW3Wuv2yhlqfsCTrWCNPy6d { width:280px;height:81px;top:125px;left:22px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #SggoN2dItXny2UkcfNSTwLnMAXWLeaPE { width:74px;height:74px;top:225px;left:12px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #sUNo4hB3dmdVR9RnXma0e2RVVwmlDGTh { width:99px;height:38px;top:308px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #W19XaC7JLTObFMWL1vXk69ieov7G6rLe { width:94px;height:38px;top:308px;left:113px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Qp1b1dxiiga6JTNdfOK4MoJpwTwDT2TW { width:87px;height:38px;top:308px;left:230px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #m7OzBG0vGrEyrx1k8T2RNr6tu9F66lQ1 { width:74px;height:74px;top:225px;left:123px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #z66WoDDExCn1svpG8XhyZwxMCCetGIMO { width:74px;height:74px;top:225px;left:237px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #nhiTBm4KDyoNduGP92tS7pab3xda31NU { display:block; }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .row .container { width:320px;height:790px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAZURRXlbrUn5EQyvZ0czz9unxq1KouT { width:320px;height:291px;top:65px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EPhTCvzZkGU0xJhDravKnGp1n7nU34vX { width:320px;height:20px;top:393px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrsxzZ3cM6JFw7HEMFPt9G2TaOwZ8Nd0 { width:320px;height:41px;top:437px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #z77q8dNuNbEGuhXDIbIl5hddxwf3T0Sy { width:320px;height:60px;top:519px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGGShOkhvOqtbu1RzMEwV7Vy1TupqfHw { width:320px;height:80px;top:622.68753051758px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZsAuBJ5aheWdcXm9Lb2R0LuXuMi1LzUF { top:728.96875px;left:3.484375px;width:312.984px;height:36.9844px;display:block; }
 }@media only screen and (max-width: 763px) { #V291xlD7XxmanSTn74Q9JwhpwQoh2etF { display:block; }
 }