.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/yz7fObqs/Elite_78.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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); }#eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #046dd0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia > .row .container { background-color: transparent; background-image: none; }#eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia > .row .container > .video-iframe-container { display: none; }#eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia > .row > .video-iframe-container { display: none; }#eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia > .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); }#eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia > .row .container { border-width: 0; border-radius: 0; }#eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia > .row .container { width:75rem;height:4.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#BkZqalSrTwRTRKJKQ2x5bhfibXrDgEdG { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.4375rem;left:16.4375rem;display:block; }
#K2yp0q8GzMzd1AbcIJmFrGOFaAGNMcF2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XhAM1yRqPXELJXx0GJEFSRT6xoGan70F { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.4375rem;left:32.75rem;display:block; }
#TTVathQJFDEDw2gMi2FNBKDZnUfvhMI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kCtSRPICt3Tkztgiua0mAbdE2bAK7UAw { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.4375rem;left:46.6875rem;display:block; }
#WVg5ZOVUoASZ5TNMvCMxdwgSEUIVfkks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvxrLXHsZXW8d7FD1cZAVyB35dwWWSew { background-color:#046dd0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #046dd0;border-left:0.0625rem solid #046dd0;border-right:0.0625rem solid #046dd0;border-bottom:0.0625rem solid #046dd0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.4375rem;left:60.375rem;display:block; }
#qEuclQVt8BvQHBnLGcyh7lydRrEvhucC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mVMRG25AaF1Pv3pQGI5UybTLgOykGGa3 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.4375rem;left:25.3125rem;display:block; }
#fb8kmdx50fTptk5NmT6DZA1yXCV1Ek8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KAJzlbkQ0iQraQAQcxy7AAWTNSXr5f2k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:12.375rem;top:0.09375rem;left:0.0693359375rem;overflow:hidden;display:block; }
#aG8BULJiONs1LSJ4CszgQ6ZJIezRvOIs { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.4375rem;left:39.3125rem;display:block; }
#AItTNkKzQgzP3PdzyMaAMkkX2hLFWdCR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ea09a593f596149e1266eea5c2b073de.widget-smartsection { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:none; } #ea09a593f596149e1266eea5c2b073de.widget-smartsection *:focus-visible, #ea09a593f596149e1266eea5c2b073de.widget-smartsection input[type="text"]:focus-visible, #ea09a593f596149e1266eea5c2b073de.widget-smartsection input[type="email"]:focus-visible, #ea09a593f596149e1266eea5c2b073de.widget-smartsection input[type="tel"]:focus-visible, #ea09a593f596149e1266eea5c2b073de.widget-smartsection textarea:focus-visible { outline: none; } #AAUeDgWTAEJKus12CzDXCaZADP8zy5Lc > .row .container { border-width: 0; border-radius: 0; }#AAUeDgWTAEJKus12CzDXCaZADP8zy5Lc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AAUeDgWTAEJKus12CzDXCaZADP8zy5Lc > .row .container { width:75rem;height:5.375rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection { position:relative;display:none; } #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection *:focus-visible, #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection input[type="text"]:focus-visible, #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection input[type="email"]:focus-visible, #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection input[type="tel"]:focus-visible, #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection textarea:focus-visible { outline: none; } #B2q1KzGTl1ypF8rizhg83zCAfRnTSsyI { border-width: 0; border-radius: 0; }#B2q1KzGTl1ypF8rizhg83zCAfRnTSsyI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B2q1KzGTl1ypF8rizhg83zCAfRnTSsyI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a83a1ac7-dba5-429a-801b-1729dd4e0773/EPFitnessWebsiteBackground.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd.adaptive-delivery-prevent-bg, #EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd.lazyload, #EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd.lazyloading { background-image: none; }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row .container { background-color: transparent; background-image: none; }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row .container > .video-iframe-container { display: none; }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row > .video-iframe-container { display: none; }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .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); }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row .container { border-width: 0; border-radius: 0; }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#exBFZBxwGJIlNs7aKVabfbfbHR4eLDgy { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:lato;font-size:4.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.984375rem;left:3.5rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#caeshHcv2Do5kkf0m1waNC1oamVRmSmD { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.14697265625rem;left:3.5rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yoOMFZfxOUGTuKOuI8xd22wGfzfKKp4R { background-color:#046dd0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.08447265625rem;left:3.5rem;display:block; }
#s40tuDR1zh11yKZ6S5sHm57o3JQfRvNF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT > .row .container { background-color: transparent; background-image: none; }#ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT > .row .container > .video-iframe-container { display: none; }#ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT > .row > .video-iframe-container { display: none; }#ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT > .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); }#ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT > .row .container { border-width: 0; border-radius: 0; }#ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#BadgUcq909QrtAcuAZgZVqrlIVz9VhSm { color:#000000;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.15625rem;left:39.75rem;height:16.25rem;display:block; }
#EZ6MLd4fBULUiuwHai3Rb5dfrkodXlV4 { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:1rem;left:7.5rem;display:block; }
#fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#046dd0;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; }#fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp > .row .container { background-color: transparent; background-image: none; }#fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp > .row .container > .video-iframe-container { display: none; }#fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp > .row > .video-iframe-container { display: none; }#fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp > .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); }#fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp > .row .container { border-width: 0; border-radius: 0; }#fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#WVl3F8CIeVwdp5A1G5RQ7aH26Vc3NAMM { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.78125rem;left:7.5rem;height:13rem;display:block; }
#wyRmmcrTHsUXT5vrI9OoubU8B0VOE5m8 { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:1.0625rem;left:38.0625rem;display:block; }
#lr92shVTRQW19PNRTRUm8i8GE6upWTTV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lr92shVTRQW19PNRTRUm8i8GE6upWTTV > .row .container { background-color: transparent; background-image: none; }#lr92shVTRQW19PNRTRUm8i8GE6upWTTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr92shVTRQW19PNRTRUm8i8GE6upWTTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr92shVTRQW19PNRTRUm8i8GE6upWTTV > .row .container > .video-iframe-container { display: none; }#lr92shVTRQW19PNRTRUm8i8GE6upWTTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr92shVTRQW19PNRTRUm8i8GE6upWTTV > .row > .video-iframe-container { display: none; }#lr92shVTRQW19PNRTRUm8i8GE6upWTTV > .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); }#lr92shVTRQW19PNRTRUm8i8GE6upWTTV > .row .container { border-width: 0; border-radius: 0; }#lr92shVTRQW19PNRTRUm8i8GE6upWTTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lr92shVTRQW19PNRTRUm8i8GE6upWTTV > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#f0Hh3vGOZCswzn0UQVxm4OkfHf629tCE { color:#000000;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.96875rem;left:40rem;height:13rem;display:block; }
#DKGgTrEvt5getagq5SCRoQqqE7Ph89ih { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:1rem;left:7.5rem;display:block; }
#MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#046dd0;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; }#MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7 > .row .container { background-color: transparent; background-image: none; }#MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7 > .row .container > .video-iframe-container { display: none; }#MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7 > .row > .video-iframe-container { display: none; }#MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7 > .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); }#MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7 > .row .container { border-width: 0; border-radius: 0; }#MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7 > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#ZOJmvF2DNAkRTTKFHryopeIXQV5E3M86 { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.78125rem;left:7.5rem;height:11.375rem;display:block; }
#FXhkoCzhoUwZcit9QKeJ7nVCrEEwSTe3 { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:1.0625rem;left:38.0625rem;display:block; }
#fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7 > .row .container { background-color: transparent; background-image: none; }#fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7 > .row .container > .video-iframe-container { display: none; }#fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7 > .row > .video-iframe-container { display: none; }#fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7 > .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); }#fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7 > .row .container { border-width: 0; border-radius: 0; }#fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7 > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#m44xHzBKRp7yCUsIV8JHVWBryLoJUUN4 { color:#000000;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.96875rem;left:40rem;height:13rem;display:block; }
#l5poBGOHnfvOxOHgB36IFEg3CazGn52U { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:1rem;left:7.5rem;display:block; }
#Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#046dd0;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; }#Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT > .row .container { background-color: transparent; background-image: none; }#Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT > .row .container > .video-iframe-container { display: none; }#Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT > .row > .video-iframe-container { display: none; }#Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT > .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); }#Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT > .row .container { border-width: 0; border-radius: 0; }#Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#ed81DxMEmTxiTHmETku6dVx15fAa9Vi1 { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.78125rem;left:7.5rem;height:11.375rem;display:block; }
#kdaRk0pd9yy1VN3xI4HxKLNtJfcbV9MN { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:1.0625rem;left:38.0625rem;display:block; }
#puPsTBNhrAydSlfptDn38xGe5CTt4Idz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#puPsTBNhrAydSlfptDn38xGe5CTt4Idz > .row .container { background-color: transparent; background-image: none; }#puPsTBNhrAydSlfptDn38xGe5CTt4Idz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puPsTBNhrAydSlfptDn38xGe5CTt4Idz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puPsTBNhrAydSlfptDn38xGe5CTt4Idz > .row .container > .video-iframe-container { display: none; }#puPsTBNhrAydSlfptDn38xGe5CTt4Idz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puPsTBNhrAydSlfptDn38xGe5CTt4Idz > .row > .video-iframe-container { display: none; }#puPsTBNhrAydSlfptDn38xGe5CTt4Idz > .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); }#puPsTBNhrAydSlfptDn38xGe5CTt4Idz > .row .container { border-width: 0; border-radius: 0; }#puPsTBNhrAydSlfptDn38xGe5CTt4Idz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puPsTBNhrAydSlfptDn38xGe5CTt4Idz > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#lOFV2mgyci0LtCIwTK4JX5r4gnkaoZPs { color:#000000;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.03125rem;left:39.0625rem;height:6.5rem;display:block; }
#dG6ks80JsaXBP23RTC5vk5wcdCEZ6RLD { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:1rem;left:7.5rem;display:block; }
#GdgAOgVOxHaPlSIZJLN03am4562MuSUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#046dd0;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; }#GdgAOgVOxHaPlSIZJLN03am4562MuSUc > .row .container { background-color: transparent; background-image: none; }#GdgAOgVOxHaPlSIZJLN03am4562MuSUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdgAOgVOxHaPlSIZJLN03am4562MuSUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdgAOgVOxHaPlSIZJLN03am4562MuSUc > .row .container > .video-iframe-container { display: none; }#GdgAOgVOxHaPlSIZJLN03am4562MuSUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdgAOgVOxHaPlSIZJLN03am4562MuSUc > .row > .video-iframe-container { display: none; }#GdgAOgVOxHaPlSIZJLN03am4562MuSUc > .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); }#GdgAOgVOxHaPlSIZJLN03am4562MuSUc > .row .container { border-width: 0; border-radius: 0; }#GdgAOgVOxHaPlSIZJLN03am4562MuSUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GdgAOgVOxHaPlSIZJLN03am4562MuSUc > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#tmav474X1TxHcyy7APLkgxWT4h1uwhXa { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.78125rem;left:7.5rem;height:13rem;display:block; }
#XCRRniuqeWGE98VVLu2tCDX2RXyNZxOB { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:1.0625rem;left:38.0625rem;display:block; }
#eexiNLoAHI8SzGZLi7cMAwissmsGXFX0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eexiNLoAHI8SzGZLi7cMAwissmsGXFX0 > .row .container { background-color: transparent; background-image: none; }#eexiNLoAHI8SzGZLi7cMAwissmsGXFX0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eexiNLoAHI8SzGZLi7cMAwissmsGXFX0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eexiNLoAHI8SzGZLi7cMAwissmsGXFX0 > .row .container > .video-iframe-container { display: none; }#eexiNLoAHI8SzGZLi7cMAwissmsGXFX0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eexiNLoAHI8SzGZLi7cMAwissmsGXFX0 > .row > .video-iframe-container { display: none; }#eexiNLoAHI8SzGZLi7cMAwissmsGXFX0 > .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); }#eexiNLoAHI8SzGZLi7cMAwissmsGXFX0 > .row .container { border-width: 0; border-radius: 0; }#eexiNLoAHI8SzGZLi7cMAwissmsGXFX0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eexiNLoAHI8SzGZLi7cMAwissmsGXFX0 > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#WUU79Havu7STBiihVw54l0c6gvuz4txa { color:#000000;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.59375rem;left:40.0625rem;height:11.375rem;display:block; }
#EqkN1ml2on4qVmNNOyFsMrx0eAlXxgyx { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:1rem;left:7.5rem;display:block; }
#wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#046dd0;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; }#wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW > .row .container { background-color: transparent; background-image: none; }#wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW > .row .container > .video-iframe-container { display: none; }#wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW > .row > .video-iframe-container { display: none; }#wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW > .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); }#wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW > .row .container { border-width: 0; border-radius: 0; }#wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#A3Rr3Hlo33LinxfnXsDWkdKdBSccxe2t { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.96875rem;left:7.5rem;height:11.375rem;display:block; }
#VumuKNhyVaIQWqdAOz5bncHk74OhFpcu { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:1.0625rem;left:38.0625rem;display:block; }
#neEGc2243bMHJpQXQs69xu5sFUJD9mdN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#neEGc2243bMHJpQXQs69xu5sFUJD9mdN > .row .container { background-color: transparent; background-image: none; }#neEGc2243bMHJpQXQs69xu5sFUJD9mdN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neEGc2243bMHJpQXQs69xu5sFUJD9mdN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neEGc2243bMHJpQXQs69xu5sFUJD9mdN > .row .container > .video-iframe-container { display: none; }#neEGc2243bMHJpQXQs69xu5sFUJD9mdN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neEGc2243bMHJpQXQs69xu5sFUJD9mdN > .row > .video-iframe-container { display: none; }#neEGc2243bMHJpQXQs69xu5sFUJD9mdN > .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); }#neEGc2243bMHJpQXQs69xu5sFUJD9mdN > .row .container { border-width: 0; border-radius: 0; }#neEGc2243bMHJpQXQs69xu5sFUJD9mdN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#neEGc2243bMHJpQXQs69xu5sFUJD9mdN > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#pA9oPDZKpuqFCTLODlA1EzCXIzRAKwra { color:#000000;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.40625rem;left:39.75rem;height:9.75rem;display:block; }
#TJHgKek1pZpZwZ10Uk2gMr2cy4LtzThr { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:0.71875rem;left:7.5rem;display:block; }
#zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#046dd0;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; }#zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp > .row .container { background-color: transparent; background-image: none; }#zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp > .row .container > .video-iframe-container { display: none; }#zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp > .row > .video-iframe-container { display: none; }#zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp > .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); }#zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp > .row .container { border-width: 0; border-radius: 0; }#zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#SlpoOZh5MPdm2kMhbRZdfNiMi4z81IRG { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:7.5rem;height:16.25rem;display:block; }
#vifVxfv47PyrHroPAFPd2XrTBDIoDbqi { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:2.46875rem;left:38.125rem;display:block; }
#M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7 > .row .container { background-color: transparent; background-image: none; }#M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7 > .row .container > .video-iframe-container { display: none; }#M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7 > .row > .video-iframe-container { display: none; }#M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7 > .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); }#M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7 > .row .container { border-width: 0; border-radius: 0; }#M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7 > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#zh7eBHX6rmpRks391ulho14e5qSEfPae { color:#000000;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.59375rem;left:39.8125rem;height:9.75rem;display:block; }
#VxTuwC5mMHZGqHyW11LxD2fXsGopcMCu { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:0.71875rem;left:7.5rem;display:block; }
#TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#046dd0;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; }#TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE > .row .container { background-color: transparent; background-image: none; }#TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE > .row .container > .video-iframe-container { display: none; }#TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE > .row > .video-iframe-container { display: none; }#TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE > .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); }#TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE > .row .container { border-width: 0; border-radius: 0; }#TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#ni7BxVE7zu1Eb742okeH52Uuu8pRuTNs { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:7.5rem;height:8.125rem;display:block; }
#WnwTAB0H99nlhyfHr1NFUmZQUe9ixaeT { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:2.46875rem;left:38.125rem;display:block; }
#o16ilND5FmGCJdxrPulbxE64ztW8EqaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o16ilND5FmGCJdxrPulbxE64ztW8EqaM > .row .container { background-color: transparent; background-image: none; }#o16ilND5FmGCJdxrPulbxE64ztW8EqaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o16ilND5FmGCJdxrPulbxE64ztW8EqaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o16ilND5FmGCJdxrPulbxE64ztW8EqaM > .row .container > .video-iframe-container { display: none; }#o16ilND5FmGCJdxrPulbxE64ztW8EqaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o16ilND5FmGCJdxrPulbxE64ztW8EqaM > .row > .video-iframe-container { display: none; }#o16ilND5FmGCJdxrPulbxE64ztW8EqaM > .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); }#o16ilND5FmGCJdxrPulbxE64ztW8EqaM > .row .container { border-width: 0; border-radius: 0; }#o16ilND5FmGCJdxrPulbxE64ztW8EqaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o16ilND5FmGCJdxrPulbxE64ztW8EqaM > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#cUBlpGJTIUuWTka2RFC2bmhbEMmOkoIf { color:#000000;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.59375rem;left:39.8125rem;height:13rem;display:block; }
#yaOXLCIXMB49Tp2ytB57l3NwbAhcU4Pm { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #2a2f50;border-left:0.0625rem solid #2a2f50;border-right:0.0625rem solid #2a2f50;border-bottom:0.0625rem solid #2a2f50;box-shadow: none;height:16.4375rem;width:29.4375rem;top:0.71875rem;left:7.5rem;display:block; }
#uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection *:focus-visible, #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection input[type="text"]:focus-visible, #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection input[type="email"]:focus-visible, #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection input[type="tel"]:focus-visible, #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection textarea:focus-visible { outline: none; } #KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row .container { background-color: transparent; background-image: none; }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row .container > .video-iframe-container { display: none; }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row > .video-iframe-container { display: none; }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .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); }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row .container { border-width: 0; border-radius: 0; }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#ad39c529b485c680e75f24dddf89dac4.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #ad39c529b485c680e75f24dddf89dac4.widget-smartsection *:focus-visible, #ad39c529b485c680e75f24dddf89dac4.widget-smartsection input[type="text"]:focus-visible, #ad39c529b485c680e75f24dddf89dac4.widget-smartsection input[type="email"]:focus-visible, #ad39c529b485c680e75f24dddf89dac4.widget-smartsection input[type="tel"]:focus-visible, #ad39c529b485c680e75f24dddf89dac4.widget-smartsection textarea:focus-visible { outline: none; } #QPtAqnc55yILQ31rCtaG5dAGWxdKeN1W > .row .container { background-color: transparent; background-image: none; }#QPtAqnc55yILQ31rCtaG5dAGWxdKeN1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPtAqnc55yILQ31rCtaG5dAGWxdKeN1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPtAqnc55yILQ31rCtaG5dAGWxdKeN1W > .row .container > .video-iframe-container { display: none; }#QPtAqnc55yILQ31rCtaG5dAGWxdKeN1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPtAqnc55yILQ31rCtaG5dAGWxdKeN1W > .row > .video-iframe-container { display: none; }#QPtAqnc55yILQ31rCtaG5dAGWxdKeN1W > .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); }#QPtAqnc55yILQ31rCtaG5dAGWxdKeN1W > .row .container { border-width: 0; border-radius: 0; }#QPtAqnc55yILQ31rCtaG5dAGWxdKeN1W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QPtAqnc55yILQ31rCtaG5dAGWxdKeN1W > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#046dd0;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; } #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection *:focus-visible, #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection input[type="text"]:focus-visible, #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection input[type="email"]:focus-visible, #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection input[type="tel"]:focus-visible, #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection textarea:focus-visible { outline: none; } #LeT1Ub9BVZCgQ8L0NahpiNHwtGaHdATa > .row .container { background-color: transparent; background-image: none; }#LeT1Ub9BVZCgQ8L0NahpiNHwtGaHdATa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeT1Ub9BVZCgQ8L0NahpiNHwtGaHdATa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeT1Ub9BVZCgQ8L0NahpiNHwtGaHdATa > .row .container > .video-iframe-container { display: none; }#LeT1Ub9BVZCgQ8L0NahpiNHwtGaHdATa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeT1Ub9BVZCgQ8L0NahpiNHwtGaHdATa > .row > .video-iframe-container { display: none; }#LeT1Ub9BVZCgQ8L0NahpiNHwtGaHdATa > .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); }#LeT1Ub9BVZCgQ8L0NahpiNHwtGaHdATa > .row .container { border-width: 0; border-radius: 0; }#LeT1Ub9BVZCgQ8L0NahpiNHwtGaHdATa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LeT1Ub9BVZCgQ8L0NahpiNHwtGaHdATa > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:transparent;background-image:url("https://images.assets-landingi.com/3R42bQ4n/bg4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c.adaptive-delivery-prevent-bg, #PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c.lazyload, #PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c.lazyloading { background-image: none; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row .container { background-color: transparent; background-image: none; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #046dd0; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row .container > .video-iframe-container { display: none; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #046dd0; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row > .video-iframe-container { display: none; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .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); }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row .container { border-width: 0; border-radius: 0; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#QRxfe9nPnDAqsaQgTVDez0Ga6eAyG4ST { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:1.23095703125rem;left:8.875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#MTKneKxxFfgkwm7483q6WZeRMro6HPPw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.34375rem;left:7.5rem; }
#uCs99Kc1vxstpAUz6a60mErfX05GsP9B { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.3125rem;left:59.5625rem;display:block; }
#TRuA8gDFCTtCFp3qeH0x4i2Z4pKUatos { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia { display:block; }#eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkZqalSrTwRTRKJKQ2x5bhfibXrDgEdG { width:6rem;height:3.4375rem;top:0.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2yp0q8GzMzd1AbcIJmFrGOFaAGNMcF2 { display:block; }
 }@media only screen and (max-width: 763px) { #XhAM1yRqPXELJXx0GJEFSRT6xoGan70F { width:5rem;height:3.4375rem;top:0.4375rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTVathQJFDEDw2gMi2FNBKDZnUfvhMI9 { display:block; }
 }@media only screen and (max-width: 763px) { #kCtSRPICt3Tkztgiua0mAbdE2bAK7UAw { width:12.375rem;height:3.4375rem;top:0.4375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVg5ZOVUoASZ5TNMvCMxdwgSEUIVfkks { display:block; }
 }@media only screen and (max-width: 763px) { #zvxrLXHsZXW8d7FD1cZAVyB35dwWWSew { width:11.75rem;height:3.4375rem;top:0.4375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEuclQVt8BvQHBnLGcyh7lydRrEvhucC { display:block; }
 }@media only screen and (max-width: 763px) { #mVMRG25AaF1Pv3pQGI5UybTLgOykGGa3 { width:4.375rem;height:3.4375rem;top:0.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb8kmdx50fTptk5NmT6DZA1yXCV1Ek8C { display:block; }
 }@media only screen and (max-width: 763px) { #KAJzlbkQ0iQraQAQcxy7AAWTNSXr5f2k { width:12.375rem;height:4.125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG8BULJiONs1LSJ4CszgQ6ZJIezRvOIs { width:7.375rem;height:3.4375rem;top:0.4375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AItTNkKzQgzP3PdzyMaAMkkX2hLFWdCR { display:block; }
 }@media only screen and (max-width: 763px) { #ea09a593f596149e1266eea5c2b073de.widget-smartsection { display:block; } #ea09a593f596149e1266eea5c2b073de.widget-smartsection *:focus-visible, #ea09a593f596149e1266eea5c2b073de.widget-smartsection input[type="text"]:focus-visible, #ea09a593f596149e1266eea5c2b073de.widget-smartsection input[type="email"]:focus-visible, #ea09a593f596149e1266eea5c2b073de.widget-smartsection input[type="tel"]:focus-visible, #ea09a593f596149e1266eea5c2b073de.widget-smartsection textarea:focus-visible { outline: none; } #AAUeDgWTAEJKus12CzDXCaZADP8zy5Lc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection { display:block; } #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection *:focus-visible, #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection input[type="text"]:focus-visible, #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection input[type="email"]:focus-visible, #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection input[type="tel"]:focus-visible, #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection textarea:focus-visible { outline: none; } #B2q1KzGTl1ypF8rizhg83zCAfRnTSsyI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd { display:block; }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exBFZBxwGJIlNs7aKVabfbfbHR4eLDgy { top:12.9375rem;left:0rem;width:47.1875rem;height:5.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #caeshHcv2Do5kkf0m1waNC1oamVRmSmD { top:20.125rem;left:0rem;width:43.8125rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoOMFZfxOUGTuKOuI8xd22wGfzfKKp4R { width:28.125rem;height:3.4375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s40tuDR1zh11yKZ6S5sHm57o3JQfRvNF { display:block; }
 }@media only screen and (max-width: 763px) { #ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT { display:block; }#ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BadgUcq909QrtAcuAZgZVqrlIVz9VhSm { top:1.125rem;left:20rem;width:27.75rem;height:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ6MLd4fBULUiuwHai3Rb5dfrkodXlV4 { top:1rem;left:0rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp { display:block; }#fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVl3F8CIeVwdp5A1G5RQ7aH26Vc3NAMM { top:2.75rem;left:0rem;width:27.75rem;height:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyRmmcrTHsUXT5vrI9OoubU8B0VOE5m8 { top:1.0625rem;left:18.1875rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr92shVTRQW19PNRTRUm8i8GE6upWTTV { display:block; }#lr92shVTRQW19PNRTRUm8i8GE6upWTTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0Hh3vGOZCswzn0UQVxm4OkfHf629tCE { top:1.9375rem;left:20rem;width:27.75rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKGgTrEvt5getagq5SCRoQqqE7Ph89ih { top:1rem;left:0rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7 { display:block; }#MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOJmvF2DNAkRTTKFHryopeIXQV5E3M86 { top:2.75rem;left:0rem;width:27.75rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXhkoCzhoUwZcit9QKeJ7nVCrEEwSTe3 { top:1.0625rem;left:18.1875rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7 { display:block; }#fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m44xHzBKRp7yCUsIV8JHVWBryLoJUUN4 { top:1.9375rem;left:20rem;width:27.75rem;height:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5poBGOHnfvOxOHgB36IFEg3CazGn52U { top:1rem;left:0rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT { display:block; }#Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ed81DxMEmTxiTHmETku6dVx15fAa9Vi1 { top:2.75rem;left:0rem;width:27.75rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdaRk0pd9yy1VN3xI4HxKLNtJfcbV9MN { top:1.0625rem;left:18.1875rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puPsTBNhrAydSlfptDn38xGe5CTt4Idz { display:block; }#puPsTBNhrAydSlfptDn38xGe5CTt4Idz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOFV2mgyci0LtCIwTK4JX5r4gnkaoZPs { top:6rem;left:20rem;width:27.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG6ks80JsaXBP23RTC5vk5wcdCEZ6RLD { top:1rem;left:0rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdgAOgVOxHaPlSIZJLN03am4562MuSUc { display:block; }#GdgAOgVOxHaPlSIZJLN03am4562MuSUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmav474X1TxHcyy7APLkgxWT4h1uwhXa { top:2.75rem;left:0rem;width:27.75rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCRRniuqeWGE98VVLu2tCDX2RXyNZxOB { top:1.0625rem;left:18.1875rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eexiNLoAHI8SzGZLi7cMAwissmsGXFX0 { display:block; }#eexiNLoAHI8SzGZLi7cMAwissmsGXFX0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUU79Havu7STBiihVw54l0c6gvuz4txa { top:3.5625rem;left:20rem;width:27.75rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqkN1ml2on4qVmNNOyFsMrx0eAlXxgyx { top:1rem;left:0rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW { display:block; }#wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3Rr3Hlo33LinxfnXsDWkdKdBSccxe2t { top:1.9375rem;left:0rem;width:27.75rem;height:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VumuKNhyVaIQWqdAOz5bncHk74OhFpcu { top:1.0625rem;left:18.1875rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neEGc2243bMHJpQXQs69xu5sFUJD9mdN { display:block; }#neEGc2243bMHJpQXQs69xu5sFUJD9mdN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pA9oPDZKpuqFCTLODlA1EzCXIzRAKwra { top:4.375rem;left:20rem;width:27.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHgKek1pZpZwZ10Uk2gMr2cy4LtzThr { top:0.6875rem;left:0rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp { display:block; }#zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlpoOZh5MPdm2kMhbRZdfNiMi4z81IRG { top:1.8125rem;left:0rem;width:27.75rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vifVxfv47PyrHroPAFPd2XrTBDIoDbqi { top:2.4375rem;left:18.1875rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7 { display:block; }#M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zh7eBHX6rmpRks391ulho14e5qSEfPae { top:3.5625rem;left:20rem;width:27.75rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxTuwC5mMHZGqHyW11LxD2fXsGopcMCu { top:0.6875rem;left:0rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE { display:block; }#TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ni7BxVE7zu1Eb742okeH52Uuu8pRuTNs { top:6.6875rem;left:0rem;width:27.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnwTAB0H99nlhyfHr1NFUmZQUe9ixaeT { top:2.4375rem;left:18.1875rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o16ilND5FmGCJdxrPulbxE64ztW8EqaM { display:block; }#o16ilND5FmGCJdxrPulbxE64ztW8EqaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUBlpGJTIUuWTka2RFC2bmhbEMmOkoIf { top:3.5625rem;left:20rem;width:27.75rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaOXLCIXMB49Tp2ytB57l3NwbAhcU4Pm { top:0.6875rem;left:0rem;width:29.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection { display:block; } #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection *:focus-visible, #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection input[type="text"]:focus-visible, #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection input[type="email"]:focus-visible, #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection input[type="tel"]:focus-visible, #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection textarea:focus-visible { outline: none; } #KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad39c529b485c680e75f24dddf89dac4.widget-smartsection { display:block; } #ad39c529b485c680e75f24dddf89dac4.widget-smartsection *:focus-visible, #ad39c529b485c680e75f24dddf89dac4.widget-smartsection input[type="text"]:focus-visible, #ad39c529b485c680e75f24dddf89dac4.widget-smartsection input[type="email"]:focus-visible, #ad39c529b485c680e75f24dddf89dac4.widget-smartsection input[type="tel"]:focus-visible, #ad39c529b485c680e75f24dddf89dac4.widget-smartsection textarea:focus-visible { outline: none; } #QPtAqnc55yILQ31rCtaG5dAGWxdKeN1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection { display:block; } #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection *:focus-visible, #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection input[type="text"]:focus-visible, #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection input[type="email"]:focus-visible, #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection input[type="tel"]:focus-visible, #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection textarea:focus-visible { outline: none; } #LeT1Ub9BVZCgQ8L0NahpiNHwtGaHdATa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c { display:block; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRxfe9nPnDAqsaQgTVDez0Ga6eAyG4ST { width:18.1875rem;height:1.5625rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTKneKxxFfgkwm7483q6WZeRMro6HPPw { top:1.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCs99Kc1vxstpAUz6a60mErfX05GsP9B { width:7.8125rem;height:3.4375rem;top:0.3125rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRuA8gDFCTtCFp3qeH0x4i2Z4pKUatos { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:none; }#eTdwA47qVU9eP2StUS3kzepuvr3hw0Ia > .row .container { width:20rem;height:30.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BkZqalSrTwRTRKJKQ2x5bhfibXrDgEdG { width:7.0625rem;height:3.4375rem;top:7.3125rem;left:6.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2yp0q8GzMzd1AbcIJmFrGOFaAGNMcF2 { display:block; }
 }@media only screen and (max-width: 763px) { #XhAM1yRqPXELJXx0GJEFSRT6xoGan70F { width:5rem;height:3.4375rem;top:14.1875rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTVathQJFDEDw2gMi2FNBKDZnUfvhMI9 { display:block; }
 }@media only screen and (max-width: 763px) { #kCtSRPICt3Tkztgiua0mAbdE2bAK7UAw { width:7.1875rem;height:3.3125rem;top:21.0625rem;left:6.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVg5ZOVUoASZ5TNMvCMxdwgSEUIVfkks { display:block; }
 }@media only screen and (max-width: 763px) { #zvxrLXHsZXW8d7FD1cZAVyB35dwWWSew { width:7.0625rem;height:3.0625rem;top:25.5rem;left:6.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEuclQVt8BvQHBnLGcyh7lydRrEvhucC { display:block; }
 }@media only screen and (max-width: 763px) { #mVMRG25AaF1Pv3pQGI5UybTLgOykGGa3 { width:4.375rem;height:3.4375rem;top:10.75rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb8kmdx50fTptk5NmT6DZA1yXCV1Ek8C { display:block; }
 }@media only screen and (max-width: 763px) { #KAJzlbkQ0iQraQAQcxy7AAWTNSXr5f2k { width:20rem;height:6.5rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG8BULJiONs1LSJ4CszgQ6ZJIezRvOIs { width:7.375rem;height:3.4375rem;top:17.625rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AItTNkKzQgzP3PdzyMaAMkkX2hLFWdCR { display:block; }
 }@media only screen and (max-width: 763px) { #ea09a593f596149e1266eea5c2b073de.widget-smartsection { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; } #ea09a593f596149e1266eea5c2b073de.widget-smartsection *:focus-visible, #ea09a593f596149e1266eea5c2b073de.widget-smartsection input[type="text"]:focus-visible, #ea09a593f596149e1266eea5c2b073de.widget-smartsection input[type="email"]:focus-visible, #ea09a593f596149e1266eea5c2b073de.widget-smartsection input[type="tel"]:focus-visible, #ea09a593f596149e1266eea5c2b073de.widget-smartsection textarea:focus-visible { outline: none; } #AAUeDgWTAEJKus12CzDXCaZADP8zy5Lc > .row .container { background-color: transparent; background-image: none; }#AAUeDgWTAEJKus12CzDXCaZADP8zy5Lc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAUeDgWTAEJKus12CzDXCaZADP8zy5Lc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAUeDgWTAEJKus12CzDXCaZADP8zy5Lc > .row .container > .video-iframe-container { display: none; }#AAUeDgWTAEJKus12CzDXCaZADP8zy5Lc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAUeDgWTAEJKus12CzDXCaZADP8zy5Lc > .row > .video-iframe-container { display: none; }#AAUeDgWTAEJKus12CzDXCaZADP8zy5Lc > .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); }#AAUeDgWTAEJKus12CzDXCaZADP8zy5Lc > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection *:focus-visible, #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection input[type="text"]:focus-visible, #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection input[type="email"]:focus-visible, #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection input[type="tel"]:focus-visible, #d1df8915b91d1a910c55073e6d86d8b4.widget-smartsection textarea:focus-visible { outline: none; } #B2q1KzGTl1ypF8rizhg83zCAfRnTSsyI > .row .container { background-color: transparent; background-image: none; }#B2q1KzGTl1ypF8rizhg83zCAfRnTSsyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2q1KzGTl1ypF8rizhg83zCAfRnTSsyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2q1KzGTl1ypF8rizhg83zCAfRnTSsyI > .row .container > .video-iframe-container { display: none; }#B2q1KzGTl1ypF8rizhg83zCAfRnTSsyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2q1KzGTl1ypF8rizhg83zCAfRnTSsyI > .row > .video-iframe-container { display: none; }#B2q1KzGTl1ypF8rizhg83zCAfRnTSsyI > .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); }#B2q1KzGTl1ypF8rizhg83zCAfRnTSsyI > .row .container { border-width: 0; border-radius: 0; }#B2q1KzGTl1ypF8rizhg83zCAfRnTSsyI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2q1KzGTl1ypF8rizhg83zCAfRnTSsyI > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a83a1ac7-dba5-429a-801b-1729dd4e0773/EPFitnessWebsiteBackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd.adaptive-delivery-prevent-bg, #EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd.lazyload, #EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd.lazyloading { background-image: none; }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row .container { background-color: transparent; background-image: none; }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row .container > .video-iframe-container { display: none; }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row > .video-iframe-container { display: none; }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .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); }#EkeKkw8keLSg2pvmpBEyHPXoiEkLc8nd > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exBFZBxwGJIlNs7aKVabfbfbHR4eLDgy { width:16.8125rem;height:3.25rem;top:13.03125rem;left:1.59375rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #caeshHcv2Do5kkf0m1waNC1oamVRmSmD { width:20rem;height:9.75rem;top:20.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yoOMFZfxOUGTuKOuI8xd22wGfzfKKp4R { width:16.9375rem;height:3.4375rem;top:6.4736328125rem;left:1.53125rem;font-size:1.0625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s40tuDR1zh11yKZ6S5sHm57o3JQfRvNF { display:block; }
 }@media only screen and (max-width: 763px) { #ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT { display:block; }#ncXVyRkgRLupW6141qTyS6KXo5Ksq7GT > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BadgUcq909QrtAcuAZgZVqrlIVz9VhSm { width:20rem;height:9.5053625rem;top:12.6572265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ6MLd4fBULUiuwHai3Rb5dfrkodXlV4 { height:11.2201875rem;width:20rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp { display:block; }#fsZeE10FlEC7kcU09vtAwnKZ4xvFKzqp > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVl3F8CIeVwdp5A1G5RQ7aH26Vc3NAMM { width:20rem;height:8.4492125rem;top:12.0322265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyRmmcrTHsUXT5vrI9OoubU8B0VOE5m8 { height:11.220657276995rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr92shVTRQW19PNRTRUm8i8GE6upWTTV { display:block; }#lr92shVTRQW19PNRTRUm8i8GE6upWTTV > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0Hh3vGOZCswzn0UQVxm4OkfHf629tCE { width:20rem;height:8.4492125rem;top:12.0947265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKGgTrEvt5getagq5SCRoQqqE7Ph89ih { height:11.220657276995rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7 { display:block; }#MrC4fpuG9d2v3D2IvbswH0AvTWJLTDB7 > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOJmvF2DNAkRTTKFHryopeIXQV5E3M86 { width:20rem;height:7.3930625rem;top:12.0322265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXhkoCzhoUwZcit9QKeJ7nVCrEEwSTe3 { height:11.220657276995rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7 { display:block; }#fcGsFnr2t2TXuZhWVQ0fN9xHpLuMocQ7 > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m44xHzBKRp7yCUsIV8JHVWBryLoJUUN4 { width:20rem;height:7.3930625rem;top:12.0947265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5poBGOHnfvOxOHgB36IFEg3CazGn52U { height:11.220657276995rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT { display:block; }#Imxp1K8TkEFH2nXFpP2KQCMAiKkzNlvT > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ed81DxMEmTxiTHmETku6dVx15fAa9Vi1 { width:20rem;height:7.3930625rem;top:12.0322265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdaRk0pd9yy1VN3xI4HxKLNtJfcbV9MN { height:11.220657276995rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puPsTBNhrAydSlfptDn38xGe5CTt4Idz { display:block; }#puPsTBNhrAydSlfptDn38xGe5CTt4Idz > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOFV2mgyci0LtCIwTK4JX5r4gnkaoZPs { width:20rem;height:4.22460625rem;top:12.0947265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG6ks80JsaXBP23RTC5vk5wcdCEZ6RLD { height:11.220657276995rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdgAOgVOxHaPlSIZJLN03am4562MuSUc { display:block; }#GdgAOgVOxHaPlSIZJLN03am4562MuSUc > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmav474X1TxHcyy7APLkgxWT4h1uwhXa { width:20rem;height:7.3930625rem;top:12.0947265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCRRniuqeWGE98VVLu2tCDX2RXyNZxOB { height:11.220657276995rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eexiNLoAHI8SzGZLi7cMAwissmsGXFX0 { display:block; }#eexiNLoAHI8SzGZLi7cMAwissmsGXFX0 > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUU79Havu7STBiihVw54l0c6gvuz4txa { width:20rem;height:6.33690625rem;top:12.0947265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqkN1ml2on4qVmNNOyFsMrx0eAlXxgyx { height:11.220657276995rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW { display:block; }#wcEzMrGTCHeHTKEXV2dUqSaaqvup81gW > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3Rr3Hlo33LinxfnXsDWkdKdBSccxe2t { width:20rem;height:7.39305625rem;top:12.0322265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VumuKNhyVaIQWqdAOz5bncHk74OhFpcu { height:11.220657276995rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neEGc2243bMHJpQXQs69xu5sFUJD9mdN { display:block; }#neEGc2243bMHJpQXQs69xu5sFUJD9mdN > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pA9oPDZKpuqFCTLODlA1EzCXIzRAKwra { width:20rem;height:5.28075625rem;top:12.0322265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHgKek1pZpZwZ10Uk2gMr2cy4LtzThr { height:11.220657276995rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp { display:block; }#zuzs8J4ovPPdxosu2I2UXoyPtn8iDdPp > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlpoOZh5MPdm2kMhbRZdfNiMi4z81IRG { width:20rem;height:10.56151875rem;top:12.0322265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vifVxfv47PyrHroPAFPd2XrTBDIoDbqi { height:11.220657276995rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7 { display:block; }#M54WbGwBtr1oT6q1O5kE6E73xo0FUvl7 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zh7eBHX6rmpRks391ulho14e5qSEfPae { width:20rem;height:6.3369125rem;top:12.0322265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxTuwC5mMHZGqHyW11LxD2fXsGopcMCu { height:11.220657276995rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE { display:block; }#TcTvz1hN6vaZ61qbhvMi0UQqTGHxBUSE > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ni7BxVE7zu1Eb742okeH52Uuu8pRuTNs { width:20rem;height:5.28075625rem;top:12.0322265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnwTAB0H99nlhyfHr1NFUmZQUe9ixaeT { height:11.220657276995rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o16ilND5FmGCJdxrPulbxE64ztW8EqaM { display:block; }#o16ilND5FmGCJdxrPulbxE64ztW8EqaM > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUBlpGJTIUuWTka2RFC2bmhbEMmOkoIf { width:20rem;height:6.3369125rem;top:12.0322265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaOXLCIXMB49Tp2ytB57l3NwbAhcU4Pm { height:11.220657276995rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection { background-color:#ffffff;background-image:none;display:block; } #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection *:focus-visible, #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection input[type="text"]:focus-visible, #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection input[type="email"]:focus-visible, #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection input[type="tel"]:focus-visible, #uZ9bhAAwokV71acoKkT4TgoTzk9XeyT0.widget-smartsection textarea:focus-visible { outline: none; } #KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row .container { background-color: transparent; background-image: none; }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row .container > .video-iframe-container { display: none; }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row > .video-iframe-container { display: none; }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .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); }#KUID4r1AKo5mG6R4Lu570HCbDJbq1uTD > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad39c529b485c680e75f24dddf89dac4.widget-smartsection { display:block; } #ad39c529b485c680e75f24dddf89dac4.widget-smartsection *:focus-visible, #ad39c529b485c680e75f24dddf89dac4.widget-smartsection input[type="text"]:focus-visible, #ad39c529b485c680e75f24dddf89dac4.widget-smartsection input[type="email"]:focus-visible, #ad39c529b485c680e75f24dddf89dac4.widget-smartsection input[type="tel"]:focus-visible, #ad39c529b485c680e75f24dddf89dac4.widget-smartsection textarea:focus-visible { outline: none; } #QPtAqnc55yILQ31rCtaG5dAGWxdKeN1W > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection { display:block; } #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection *:focus-visible, #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection input[type="text"]:focus-visible, #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection input[type="email"]:focus-visible, #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection input[type="tel"]:focus-visible, #s63d1f3cc09f0db9e607d3656a4802f2.widget-smartsection textarea:focus-visible { outline: none; } #LeT1Ub9BVZCgQ8L0NahpiNHwtGaHdATa > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c { background-color:#046dd0;background-image:none;display:block; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row .container { background-color: transparent; background-image: none; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row .container > .video-iframe-container { display: none; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row > .video-iframe-container { display: none; }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .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); }#PTXS7yP1wkyOeBdbXs3KnkPB4VtwpT9c > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRxfe9nPnDAqsaQgTVDez0Ga6eAyG4ST { width:20rem;height:1.5996125rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTKneKxxFfgkwm7483q6WZeRMro6HPPw { display:flex;width:1.375rem;height:1.375rem;top:2.4873046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uCs99Kc1vxstpAUz6a60mErfX05GsP9B { width:7.8125rem;height:3.4375rem;top:5.2246125rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRuA8gDFCTtCFp3qeH0x4i2Z4pKUatos { display:block; }
 }