.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0r6EbSpS/dfgb.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp.adaptive-delivery-prevent-bg, #toHIzNh8vIlasTDguXSh6lLmm05OqAPp.lazyload, #toHIzNh8vIlasTDguXSh6lLmm05OqAPp.lazyloading { background-image: none; }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row .container { background-color: transparent; background-image: none; }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row .container > .video-iframe-container { display: none; }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row > .video-iframe-container { display: none; }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .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); }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row .container { border-width: 0; border-radius: 0; }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row > .video-iframe-container {  }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:block; }#ogPf76JUnbCXmcoftAd6WMcw1ooSAFtn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.6875rem;width:10.25rem;position:absolute;display:block;z-index:14999;top:15.611328125rem;left:24.875rem;overflow:hidden;display:block; }
#VPTPz6lZXiRCc1BT7WXzG5lIoQyuN1La { color:#000000;display:block;width:41.25rem;position:absolute;font-family:raleway;font-size:4.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.7490234375rem;left:8.59375rem;height:11.8623125rem;text-align:center;text-align-last:center;display:block; }
#IenudnyitOBwkRGO1zmtd1Q4QdOEwJWT { color:#000000;display:block;width:50rem;position:absolute;font-family:"gotham narrow";font-size:3.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.21875rem;left:5rem;height:4.79345625rem;text-align:center;text-align-last:center;display:block; }
#nP8XINCkTwAUtuZ051vUt0bmwz0oyfmh { box-sizing:content-box;color:#3f3c3c;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:29.65625rem;left:27.8125rem;display:block; }
#cFJovTRlHJ2aG6U3uFvVNc0nM7JZRN4N { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(241,214,186,0.53);background-image:none;position:relative;display:none; }#cFJovTRlHJ2aG6U3uFvVNc0nM7JZRN4N > .row .container { border-width: 0; border-radius: 0; }#cFJovTRlHJ2aG6U3uFvVNc0nM7JZRN4N > .row > .video-iframe-container {  }#cFJovTRlHJ2aG6U3uFvVNc0nM7JZRN4N > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:none; }#gaHGJIOa2SOpK2CWVw6zTuXwHtKzQwCz { display:block;width:17.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:7.6875rem;left:1.03125rem;height:11.375rem;color:#4d4d4d;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NfbDs64ZST0Oz4Lv1TpfEEzn8Z4rXUwB { display:block;width:13.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.625rem;left:3.09375rem;height:2.1933625rem;font-style:normal;color:#4d4d4d;text-align:center;text-align-last:center;display:block; }
#RsJwpqxLb6eVkVe0SbxtBtE6aLaVFXPd { box-sizing:content-box;color:#3f3c3c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:1.5rem;left:8.4375rem;display:block; }
#oKtbo3qNsnhxm1PRl1MASrstVpFPsVf8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fd8f00;background-image:none;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;display:none; }
#JUHVrZoMk05SUgecoiJZSbQ2ve3OmBIQ { display:block;width:17.5625rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:21.21875rem;height:8.125rem;color:#3f3c3c;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fHpzAKVTAsukiWMuDzB7B5GEZaXHlJaF { display:block;width:13.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.625rem;left:23.09375rem;height:2.1933625rem;font-style:normal;color:#3f3c3c;text-align:center;text-align-last:center;display:block; }
#CMi99C3k4w41ZXK66Lbm2yprnzamGEsM { box-sizing:content-box;color:#3f3c3c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:1.5rem;left:28.4375rem;display:block; }
#VzRvKb3JEDfcnBVvpHo2h32mWipl1oyg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fd8f00;background-image:none;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;display:none; }
#pLBivOh6UseiN1wPLrceRVGrIyeOMPfF { display:block;width:17.625rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:41.1875rem;height:6.5rem;color:#4d4d4d;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLmlTyMNwGGVI57zgrxvuMbFBowGd1nh { display:block;width:13.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.625rem;left:43.09375rem;height:2.1933625rem;font-style:normal;color:#3f3c3c;text-align:center;text-align-last:center;display:block; }
#WSTf1UJ6UTWPSi4KIAJwkxHNTD7r9AsM { box-sizing:content-box;color:#3f3c3c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:1.5625rem;left:48.4375rem;display:block; }
#JUzhz83TZN7LdxNz0w1VB5GUARQHJFBU { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fd8f00;background-image:none;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;display:none; }
#FXXI6wsEknQBTdqEoQIIPblnhh4s7bMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffffff, #97aca6);background-image: -moz-linear-gradient(135deg, #ffffff, #97aca6);background-image: -ms-linear-gradient(135deg, #ffffff, #97aca6);background-image: -o-linear-gradient(135deg, #ffffff, #97aca6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#97aca6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#97aca6' );";background-image: linear-gradient(135deg, #ffffff, #97aca6);background-size:auto !important;position:relative;display:none; }#FXXI6wsEknQBTdqEoQIIPblnhh4s7bMQ > .row .container { border-width: 0; border-radius: 0; }#FXXI6wsEknQBTdqEoQIIPblnhh4s7bMQ > .row > .video-iframe-container {  }#FXXI6wsEknQBTdqEoQIIPblnhh4s7bMQ > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:none; }#eOfRzZgJdP7qHANBqnE15EWS0HOfI7c1 { display:block;width:35.75rem;position:absolute;font-family:"gotham narrow book";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.623046875rem;left:1.1875rem;height:15.67285625rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#IUwtQ0R4S3pgHi2cd2sJNw0byi8ITIVs { border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:16.3125rem;position:absolute;display:block;z-index:15002;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.59) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;top:2.96875rem;left:40.25rem;overflow:hidden;display:block; }
#TnqFhu936RlF4lUKSlyegWCfEFT75VAs { display:block;width:22.0625rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1rem;left:5.75rem;height:2.4375rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#ZbphKHiKP0eV23PXQc5tKE8AGilgvUSi { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow medium";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:28.9375rem;left:1.1875rem;height:1.625rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#BmlQ2zdAkT3yHer0Z46voTLzPZpucs3g { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow medium";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.625rem;left:1.1875rem;height:1.625rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#T17Lq6GtPiwgHyS1RTBJTfik4UX6IXrC { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow medium";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.375rem;left:1.1875rem;height:1.625rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#pxiu1eFVsfOTFUR5FJblxu0yZAz56qV5 { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow book";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:30.75rem;left:2.6875rem;height:3.375rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#JSfkpHRgbxh77EpyRTktcIV0yqhOJnsk { z-index:15002;top:38.75rem;left:22.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(271deg, #cdeddd, rgba(27,141,82,0.84));background-image: -moz-linear-gradient(271deg, #cdeddd, rgba(27,141,82,0.84));background-image: -ms-linear-gradient(271deg, #cdeddd, rgba(27,141,82,0.84));background-image: -o-linear-gradient(271deg, #cdeddd, rgba(27,141,82,0.84));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeddd', endColorstr='#d61b8d52' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeddd', endColorstr='#d61b8d52' );";background-image: linear-gradient(271deg, #cdeddd, rgba(27,141,82,0.84));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 0.4375rem rgba(82,71,93,0.6) ;box-sizing:border-box;color:#151915;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DXugdTDWnw5RxliH3k6EOMVaiARkvZOg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #5cbe8b, #ffffff);background-image: -moz-linear-gradient(135deg, #5cbe8b, #ffffff);background-image: -ms-linear-gradient(135deg, #5cbe8b, #ffffff);background-image: -o-linear-gradient(135deg, #5cbe8b, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbe8b', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbe8b', endColorstr='#ffffff' );";background-image: linear-gradient(135deg, #5cbe8b, #ffffff);background-size:auto !important;position:relative;display:block; }#TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn > .row .container { background-color: transparent; background-image: none; }#TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn > .row .container > .video-iframe-container { display: none; }#TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn > .row > .video-iframe-container { display: none; }#TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn > .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); }#TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn > .row .container { border-width: 0; border-radius: 0; }#TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn > .row > .video-iframe-container {  }#TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;position:relative;display:block; }#GucxSdyRwXWK0LH6Z0ay3NeeiHT5M3ug { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow book";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:5.623046875rem;left:1.1875rem;height:11.3984375rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#k2qgbc0pRXPxETKl2gmVBQ2RDhJGroRU { border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.1875rem;width:18.125rem;position:absolute;display:block;z-index:15002;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.59) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;top:2.96875rem;left:40.25rem;overflow:hidden;display:block; }
#A1sUvewpcPE9RnrlwX9b6x2sKNPNTL8k { display:block;width:22.0625rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1rem;left:5.75rem;height:2.4375rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#P1TVvdggBQ8tmSmqphoxTeBVmGUyA6mG { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow medium";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26rem;left:1.1875rem;height:1.625rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#Im8zDuzub9nk2k7VA5RXTz9vsdlJUkRQ { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow medium";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.375rem;left:1.1875rem;height:1.625rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#TAJiB4XiG1OByyLIMkOUsyvJStT24HuE { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow medium";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.9375rem;left:1.1875rem;height:1.625rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#s7TDZq6GaLWeBOtBMiSBNoSUkHR8g8Zn { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow book";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.625rem;left:2.75rem;height:1.4624rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#dRy5e1cLDRsEqzTvX7m4crgSv2JvHKua { z-index:15002;top:31.5rem;left:22.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(271deg, #fdfdfd, rgba(85,55,121,0.84));background-image: -moz-linear-gradient(271deg, #fdfdfd, rgba(85,55,121,0.84));background-image: -ms-linear-gradient(271deg, #fdfdfd, rgba(85,55,121,0.84));background-image: -o-linear-gradient(271deg, #fdfdfd, rgba(85,55,121,0.84));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d6553779' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d6553779' );";background-image: linear-gradient(271deg, #fdfdfd, rgba(85,55,121,0.84));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 0.4375rem rgba(82,71,93,0.6) ;box-sizing:border-box;color:#151915;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uVLHuxa3T5DiXe9QBuI8pnTh3q00DW2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#amDsznchBl9zgsCxJamcz6MGZPZTXzCl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #6b5586, #ffffff);background-image: -moz-linear-gradient(135deg, #6b5586, #ffffff);background-image: -ms-linear-gradient(135deg, #6b5586, #ffffff);background-image: -o-linear-gradient(135deg, #6b5586, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b5586', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b5586', endColorstr='#ffffff' );";background-image: linear-gradient(135deg, #6b5586, #ffffff);background-size:auto !important;position:relative;display:block; }#amDsznchBl9zgsCxJamcz6MGZPZTXzCl > .row .container { background-color: transparent; background-image: none; }#amDsznchBl9zgsCxJamcz6MGZPZTXzCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amDsznchBl9zgsCxJamcz6MGZPZTXzCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amDsznchBl9zgsCxJamcz6MGZPZTXzCl > .row .container > .video-iframe-container { display: none; }#amDsznchBl9zgsCxJamcz6MGZPZTXzCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amDsznchBl9zgsCxJamcz6MGZPZTXzCl > .row > .video-iframe-container { display: none; }#amDsznchBl9zgsCxJamcz6MGZPZTXzCl > .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); }#amDsznchBl9zgsCxJamcz6MGZPZTXzCl > .row .container { border-width: 0; border-radius: 0; }#amDsznchBl9zgsCxJamcz6MGZPZTXzCl > .row > .video-iframe-container {  }#amDsznchBl9zgsCxJamcz6MGZPZTXzCl > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;position:relative;display:block; }#vviTQ4LiSBpBu40Z3ksLIhLrlf6Uxi0c { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow book";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:5.623046875rem;left:1.1875rem;height:12.82324375rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#eI65D3RngeRHac8RZFN3Pnnyve25VilX { border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:18.5rem;position:absolute;display:block;z-index:15002;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.59) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;top:2.96875rem;left:40.25rem;overflow:hidden;display:block; }
#y0N4LQKz6oqa59c3PSfgTQGp1xyyupBQ { display:block;width:24.1875rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1rem;left:5.75rem;height:2.4375rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#d9angqxgQJwB35qzClMLGk01OvnC2oPO { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow medium";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26rem;left:1.1875rem;height:1.625rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#gVETLqvK6JEweL8wOIpHUBGpZ1QFRaB3 { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow medium";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.375rem;left:1.1875rem;height:1.625rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#rTBRGXhZasoAWtTJRP3gitaTCIPwng1D { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow medium";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.9375rem;left:1.1875rem;height:1.625rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#Qd9hp8z51Q8KetDoSEiWRIwp29B83HiL { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow book";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.625rem;left:2.75rem;height:1.4624rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#sspZFKJDUddv0FfivRxDDtJWSqTgDp3u { z-index:15002;top:31.5rem;left:22.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(271deg, #fdfdfd, rgba(92,141,106,0.84));background-image: -moz-linear-gradient(271deg, #fdfdfd, rgba(92,141,106,0.84));background-image: -ms-linear-gradient(271deg, #fdfdfd, rgba(92,141,106,0.84));background-image: -o-linear-gradient(271deg, #fdfdfd, rgba(92,141,106,0.84));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d65c8d6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d65c8d6a' );";background-image: linear-gradient(271deg, #fdfdfd, rgba(92,141,106,0.84));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 0.4375rem rgba(82,71,93,0.6) ;box-sizing:border-box;color:#151915;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D2DoFDX9GTgDUlisBpWMAvbECeRqTdwD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CATDdCQBigvrRaJFRNnW1zJMHq1gWglc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffffff, #c9bf6b);background-image: -moz-linear-gradient(135deg, #ffffff, #c9bf6b);background-image: -ms-linear-gradient(135deg, #ffffff, #c9bf6b);background-image: -o-linear-gradient(135deg, #ffffff, #c9bf6b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9bf6b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9bf6b' );";background-image: linear-gradient(135deg, #ffffff, #c9bf6b);background-size:auto !important;position:relative;display:block; }#CATDdCQBigvrRaJFRNnW1zJMHq1gWglc > .row .container { background-color: transparent; background-image: none; }#CATDdCQBigvrRaJFRNnW1zJMHq1gWglc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CATDdCQBigvrRaJFRNnW1zJMHq1gWglc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CATDdCQBigvrRaJFRNnW1zJMHq1gWglc > .row .container > .video-iframe-container { display: none; }#CATDdCQBigvrRaJFRNnW1zJMHq1gWglc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CATDdCQBigvrRaJFRNnW1zJMHq1gWglc > .row > .video-iframe-container { display: none; }#CATDdCQBigvrRaJFRNnW1zJMHq1gWglc > .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); }#CATDdCQBigvrRaJFRNnW1zJMHq1gWglc > .row .container { border-width: 0; border-radius: 0; }#CATDdCQBigvrRaJFRNnW1zJMHq1gWglc > .row > .video-iframe-container {  }#CATDdCQBigvrRaJFRNnW1zJMHq1gWglc > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#oF1pQEgci3pyRv6rrT3z5zTg0b7F0kPk { display:block;width:35.75rem;position:absolute;font-family:"gotham narrow book";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.623046875rem;left:1.1875rem;height:17.097675rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mMECsrDHaMk12mn5lHMQekKc8VGDFzBV { border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:16.3125rem;position:absolute;display:block;z-index:15002;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.59) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;top:2.96875rem;left:40.25rem;overflow:hidden;display:block; }
#y4q1M0WwOxqDQWxcQh6ZCpBreNCGK96W { display:block;width:22.0625rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1rem;left:5.75rem;height:2.4375rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#yr71NdqhPCGvxg7K5eKzsiWNBXpaIaJo { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow medium";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:28.9375rem;left:1.1875rem;height:1.625rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#RPTlNAnchZ17kdlluQSHpvCX20KEgiPu { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow medium";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.625rem;left:1.1875rem;height:1.625rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#MqJxW4vT1dnJIUNRdl6nGpO8RQTc9rEC { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow medium";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.375rem;left:1.1875rem;height:1.625rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#guVLKLvM7mXOckaRsMkmnR2wQgOuW6wT { display:block;width:32.75rem;position:absolute;font-family:"gotham narrow book";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:30.75rem;left:2.6875rem;height:1.6875rem;text-align:left;text-align-last:left;color:#646464;font-style:normal;display:block; }
#Xkv1XaCN5GnPwoKoismGsIGv6TVqx1f8 { z-index:15002;top:38.75rem;left:22.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(271deg, #cdeddd, rgba(27,141,82,0.84));background-image: -moz-linear-gradient(271deg, #cdeddd, rgba(27,141,82,0.84));background-image: -ms-linear-gradient(271deg, #cdeddd, rgba(27,141,82,0.84));background-image: -o-linear-gradient(271deg, #cdeddd, rgba(27,141,82,0.84));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeddd', endColorstr='#d61b8d52' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeddd', endColorstr='#d61b8d52' );";background-image: linear-gradient(271deg, #cdeddd, rgba(27,141,82,0.84));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 0.4375rem rgba(82,71,93,0.6) ;box-sizing:border-box;color:#151915;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Jrqbp9yvEW5zTx6SqXZInBgX3XTGrm9o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,236,239,0.48);background-image:none;position:relative;display:block; }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row .container { background-color: transparent; background-image: none; }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row .container > .video-iframe-container { display: none; }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row > .video-iframe-container { display: none; }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .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); }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row .container { border-width: 0; border-radius: 0; }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row > .video-iframe-container {  }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:60rem;position:relative;display:block; }#ZhToDLRWJc2ymHe0XtvI0l8bt04zvb0C { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"gotham narrow";font-size:2.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:3.3125rem;left:22.25rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-form-header {  }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-regular-label { height:auto;display:block;font-family:"gotham narrow";font-size:0.9375rem;font-weight:700;color:#4d4d4d;width:17.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.9375rem;box-sizing:border-box;height:1.8125rem;color:#000000;font-size:0.8125rem;overflow:hidden;font-family:"open sans";box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.9375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.8125rem;overflow:hidden;font-family:"open sans";box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.9375rem;box-sizing:border-box;height:2.3125rem;color:#000000;font-family:"gotham narrow";font-size:0.8125rem;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;font-weight:300;font-style:normal; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-button { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#154a2f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.5rem;margin-bottom:0.25rem;margin-left:1.5rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:14.875rem;height:3rem;font-family:"gotham narrow";overflow:hidden; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc [class*="-text"]:-moz-placeholder { color:#d1d2d3;font-family:"open sans";font-size:0.8125rem; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc [class*="-text"]::-moz-placeholder { color:#d1d2d3;font-family:"open sans";font-size:0.8125rem; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc [class*="-text"]:-ms-input-placeholder { color:#d1d2d3;font-family:"open sans";font-size:0.8125rem; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc [class*="-text"]::-webkit-input-placeholder { color:#d1d2d3;font-family:"open sans";font-size:0.8125rem; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ral;font-size:1.0625rem;font-weight:400;color:#3f3c3c;vertical-align:top;width:16.6875rem;overflow:hidden;font-style:normal; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-container:first-of-type{padding-top:0;}#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-container:last-of-type{padding-bottom:0;}#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc  { background-color:rgba(92,190,139,0.71);background-image:none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.9375rem;height:auto;border-bottom:0;border-left:0;border-right:0;border-top:0;left:20.84375rem;top:11.8125rem;z-index:15011;position:absolute; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.9375rem; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-info-text { font-size:1.0625rem; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc {display:block;}#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc { background-color:rgba(92,190,139,0.71);background-image:none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.9375rem;height:auto;border-bottom:0;border-left:0;border-right:0;border-top:0;left:20.84375rem;top:11.8125rem;z-index:15011;position:absolute; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #wvCVEROFXKxUR1KtWXn9EGersPbFT1pd { position:relative; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #cUzxiAB8SMe8TDorv3JB0Lqd4O6qXrAC { position:relative;display:block; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #kNlRtuEktSmXaFuE0Rq6R8ahut6ImQ0T { position:relative; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #x5rOpvLUqrNHvL7TwzoGdTVqJlUPPaO3 { position:relative; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #blwbiQUxQOGSq9ZlmlRNHaJZAGcvQupU { position:relative;display:block; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #OsTHNE7Q5c3ksQrKULtAG7tLfFhcKWFd { position:relative; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #JxFdPkawvtKa1LMAG35M6NnmBpESTwWu { position:relative; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #QTopgga4ue7CunoroyF4aXXFEC9Eg2Io { position:relative;display:block; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #x7lifb7GyzLn0aDzqMbxZxPyDGINTASI { position:relative; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #NfHaoh4odifeXGXOsCGnDDq0EBmm9mdt { position:relative; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #FCXJETAwTm7r15rHeto20UcKZFvvt2AO { position:relative;display:block; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #ThmMePwoq3sMLMHfwi53ivr1htnopMLC { position:relative; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #RVzTscTMxA8CWAUr3cXp2SCKnZ2VIVRk { position:relative; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #fiHdKLdBobP3VpL4X3DIirO0oXQ6xQUT { position:relative;display:block; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #D1mq9Q5Htqd0bDAMM0c2NrRH3WchD9DQ { position:relative; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #wFET1esznmh6a8bpDOSPF6w94irc9PRc { position:relative; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #X1SHV8CqM4Vk0VW820pPipkKNGVPDgdQ { position:relative; }
#CbX9MAMw15TWE0iD3y5KknLtRdfrRTCJ { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"gotham narrow";font-size:1.3125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:5.80078125rem;left:22.25rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { background-color: transparent; background-image: none; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container > .video-iframe-container { display: none; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row > .video-iframe-container { display: none; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .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); }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { border-width: 0; border-radius: 0; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row > .video-iframe-container {  }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#D6vCtCdPCS3pPVDJ2GVTwWrPzU14D3TP { box-sizing:content-box;color:#646464;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0rem;left:41.625rem;display:block; }
#dMQqwhmurqkfdtzgdPJRcxKdJcbTSZOS { box-sizing:content-box;color:#646464;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0rem;left:44.75rem;display:block; }
#zUpyPXnhnxoUSgCFUWKwDvTfaKf8SRo4 { display:block;width:43rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:0.625rem;height:3.25rem;color:#787878;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #toHIzNh8vIlasTDguXSh6lLmm05OqAPp { display:block; }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogPf76JUnbCXmcoftAd6WMcw1ooSAFtn { width:11.4375rem;height:6.3125rem;top:5.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPTPz6lZXiRCc1BT7WXzG5lIoQyuN1La { width:41.25rem;height:11.75rem;top:3.6875rem;left:2.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IenudnyitOBwkRGO1zmtd1Q4QdOEwJWT { width:47.75rem;height:4.75rem;top:22.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP8XINCkTwAUtuZ051vUt0bmwz0oyfmh { width:4.375rem;height:4.3125rem;top:29.625rem;left:21.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFJovTRlHJ2aG6U3uFvVNc0nM7JZRN4N { display:block; }#cFJovTRlHJ2aG6U3uFvVNc0nM7JZRN4N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaHGJIOa2SOpK2CWVw6zTuXwHtKzQwCz { width:12.5rem;height:14.625rem;top:19.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfbDs64ZST0Oz4Lv1TpfEEzn8Z4rXUwB { width:14.25rem;height:2.1875rem;top:16.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsJwpqxLb6eVkVe0SbxtBtE6aLaVFXPd { width:3.125rem;height:3.125rem;top:12.875rem;left:6.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKtbo3qNsnhxm1PRl1MASrstVpFPsVf8 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUHVrZoMk05SUgecoiJZSbQ2ve3OmBIQ { width:12.5rem;height:11.375rem;top:19.125rem;left:17.604166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHpzAKVTAsukiWMuDzB7B5GEZaXHlJaF { width:10.8125rem;height:2.1875rem;top:16.3125rem;left:18.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMi99C3k4w41ZXK66Lbm2yprnzamGEsM { width:3.125rem;height:3.1875rem;top:12.9375rem;left:22.291666666667rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzRvKb3JEDfcnBVvpHo2h32mWipl1oyg { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLBivOh6UseiN1wPLrceRVGrIyeOMPfF { width:12.5rem;height:13rem;top:19rem;left:33.520833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLmlTyMNwGGVI57zgrxvuMbFBowGd1nh { width:10.9375rem;height:2.1875rem;top:16rem;left:34.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSTf1UJ6UTWPSi4KIAJwkxHNTD7r9AsM { width:3.1875rem;height:3.125rem;top:12.875rem;left:38.208333333333rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUzhz83TZN7LdxNz0w1VB5GUARQHJFBU { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXXI6wsEknQBTdqEoQIIPblnhh4s7bMQ { display:block; }#FXXI6wsEknQBTdqEoQIIPblnhh4s7bMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOfRzZgJdP7qHANBqnE15EWS0HOfI7c1 { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUwtQ0R4S3pgHi2cd2sJNw0byi8ITIVs { width:16.3125rem;height:11.25rem;top:2.9375rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnqFhu936RlF4lUKSlyegWCfEFT75VAs { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbphKHiKP0eV23PXQc5tKE8AGilgvUSi { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmlQ2zdAkT3yHer0Z46voTLzPZpucs3g { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T17Lq6GtPiwgHyS1RTBJTfik4UX6IXrC { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxiu1eFVsfOTFUR5FJblxu0yZAz56qV5 { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSfkpHRgbxh77EpyRTktcIV0yqhOJnsk { top:38.75rem;left:15.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXugdTDWnw5RxliH3k6EOMVaiARkvZOg { display:block; }
 }@media only screen and (max-width: 763px) { #TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn { display:block; }#TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GucxSdyRwXWK0LH6Z0ay3NeeiHT5M3ug { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2qgbc0pRXPxETKl2gmVBQ2RDhJGroRU { width:18.125rem;height:15.1875rem;top:2.9375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1sUvewpcPE9RnrlwX9b6x2sKNPNTL8k { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1TVvdggBQ8tmSmqphoxTeBVmGUyA6mG { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im8zDuzub9nk2k7VA5RXTz9vsdlJUkRQ { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJiB4XiG1OByyLIMkOUsyvJStT24HuE { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7TDZq6GaLWeBOtBMiSBNoSUkHR8g8Zn { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRy5e1cLDRsEqzTvX7m4crgSv2JvHKua { top:31.5rem;left:16.1875rem;width:17.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVLHuxa3T5DiXe9QBuI8pnTh3q00DW2g { display:block; }
 }@media only screen and (max-width: 763px) { #amDsznchBl9zgsCxJamcz6MGZPZTXzCl { display:block; }#amDsznchBl9zgsCxJamcz6MGZPZTXzCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vviTQ4LiSBpBu40Z3ksLIhLrlf6Uxi0c { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI65D3RngeRHac8RZFN3Pnnyve25VilX { width:18.5rem;height:14.75rem;top:2.9375rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0N4LQKz6oqa59c3PSfgTQGp1xyyupBQ { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9angqxgQJwB35qzClMLGk01OvnC2oPO { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVETLqvK6JEweL8wOIpHUBGpZ1QFRaB3 { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTBRGXhZasoAWtTJRP3gitaTCIPwng1D { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd9hp8z51Q8KetDoSEiWRIwp29B83HiL { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sspZFKJDUddv0FfivRxDDtJWSqTgDp3u { top:31.5rem;left:16.1875rem;width:17.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2DoFDX9GTgDUlisBpWMAvbECeRqTdwD { display:block; }
 }@media only screen and (max-width: 763px) { #CATDdCQBigvrRaJFRNnW1zJMHq1gWglc { display:block; }#CATDdCQBigvrRaJFRNnW1zJMHq1gWglc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oF1pQEgci3pyRv6rrT3z5zTg0b7F0kPk { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMECsrDHaMk12mn5lHMQekKc8VGDFzBV { width:16.3125rem;height:11.25rem;top:2.9375rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4q1M0WwOxqDQWxcQh6ZCpBreNCGK96W { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr71NdqhPCGvxg7K5eKzsiWNBXpaIaJo { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPTlNAnchZ17kdlluQSHpvCX20KEgiPu { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqJxW4vT1dnJIUNRdl6nGpO8RQTc9rEC { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guVLKLvM7mXOckaRsMkmnR2wQgOuW6wT { width:20.875rem;height:15.75rem;top:13.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkv1XaCN5GnPwoKoismGsIGv6TVqx1f8 { top:38.75rem;left:15.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrqbp9yvEW5zTx6SqXZInBgX3XTGrm9o { display:block; }
 }@media only screen and (max-width: 763px) { #VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 { display:block; }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhToDLRWJc2ymHe0XtvI0l8bt04zvb0C { width:17.625rem;height:2.125rem;top:3.3125rem;left:16.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-regular-label { width:18.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-text { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-textarea { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-select { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.9375rem; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc  { width:18.4375rem;height:auto;top:1.8125rem;left:1.1875rem; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .radio-container { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc {display:block;}#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc { width:18.4375rem;height:auto;top:1.8125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #wvCVEROFXKxUR1KtWXn9EGersPbFT1pd {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #cUzxiAB8SMe8TDorv3JB0Lqd4O6qXrAC { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #kNlRtuEktSmXaFuE0Rq6R8ahut6ImQ0T {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #x5rOpvLUqrNHvL7TwzoGdTVqJlUPPaO3 {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #blwbiQUxQOGSq9ZlmlRNHaJZAGcvQupU { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #OsTHNE7Q5c3ksQrKULtAG7tLfFhcKWFd {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #JxFdPkawvtKa1LMAG35M6NnmBpESTwWu {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #QTopgga4ue7CunoroyF4aXXFEC9Eg2Io { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #x7lifb7GyzLn0aDzqMbxZxPyDGINTASI {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #NfHaoh4odifeXGXOsCGnDDq0EBmm9mdt {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #FCXJETAwTm7r15rHeto20UcKZFvvt2AO { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #ThmMePwoq3sMLMHfwi53ivr1htnopMLC {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #RVzTscTMxA8CWAUr3cXp2SCKnZ2VIVRk {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #fiHdKLdBobP3VpL4X3DIirO0oXQ6xQUT { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #D1mq9Q5Htqd0bDAMM0c2NrRH3WchD9DQ {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #wFET1esznmh6a8bpDOSPF6w94irc9PRc {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #X1SHV8CqM4Vk0VW820pPipkKNGVPDgdQ {  }
 }@media only screen and (max-width: 763px) { #CbX9MAMw15TWE0iD3y5KknLtRdfrRTCJ { width:17.625rem;height:3.375rem;top:5.75rem;left:16.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS { display:block; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6vCtCdPCS3pPVDJ2GVTwWrPzU14D3TP { width:3.125rem;height:3.125rem;top:1.8125rem;left:35.1875rem;font-size:2.1875rem;color:#ff5c5f;display:block; }
 }@media only screen and (max-width: 763px) { #dMQqwhmurqkfdtzgdPJRcxKdJcbTSZOS { width:3.125rem;height:3.125rem;top:1.8125rem;left:41.4375rem;font-size:2.1875rem;color:#ff5c5f;display:block; }
 }@media only screen and (max-width: 763px) { #zUpyPXnhnxoUSgCFUWKwDvTfaKf8SRo4 { width:43rem;height:3.25rem;top:0.875rem;left:0rem;color:#ff5c5f;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #toHIzNh8vIlasTDguXSh6lLmm05OqAPp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Xnu5PNnh/sect_2_yoga_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp.adaptive-delivery-prevent-bg, #toHIzNh8vIlasTDguXSh6lLmm05OqAPp.lazyload, #toHIzNh8vIlasTDguXSh6lLmm05OqAPp.lazyloading { background-image: none; }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row .container { background-color: transparent; background-image: none; }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row .container > .video-iframe-container { display: none; }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row > .video-iframe-container { display: none; }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .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); }#toHIzNh8vIlasTDguXSh6lLmm05OqAPp > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogPf76JUnbCXmcoftAd6WMcw1ooSAFtn { width:8.0625rem;height:4.4375rem;top:10.9375rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPTPz6lZXiRCc1BT7WXzG5lIoQyuN1La { width:18.125rem;height:4.875rem;top:4.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IenudnyitOBwkRGO1zmtd1Q4QdOEwJWT { width:17.875rem;height:2.0625rem;top:16.3125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nP8XINCkTwAUtuZ051vUt0bmwz0oyfmh { width:4.375rem;height:4.3125rem;top:19.3125rem;left:7.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFJovTRlHJ2aG6U3uFvVNc0nM7JZRN4N { background-color:#ffffff;background-image:none;display:none; }#cFJovTRlHJ2aG6U3uFvVNc0nM7JZRN4N > .row .container { width:20rem;height:60.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gaHGJIOa2SOpK2CWVw6zTuXwHtKzQwCz { width:16.9375rem;height:11.375rem;top:10.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfbDs64ZST0Oz4Lv1TpfEEzn8Z4rXUwB { width:13.8125rem;height:2.1933625rem;top:7.6875rem;left:3.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RsJwpqxLb6eVkVe0SbxtBtE6aLaVFXPd { width:3.125rem;height:3.125rem;top:4.5625rem;left:8.5rem;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oKtbo3qNsnhxm1PRl1MASrstVpFPsVf8 { top:4.0625rem;left:0.875rem;width:18.1875rem;height:15.8125rem;z-index:14998;background-color:rgba(255,99,0,0.41);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JUHVrZoMk05SUgecoiJZSbQ2ve3OmBIQ { width:17rem;height:8.125rem;top:28.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHpzAKVTAsukiWMuDzB7B5GEZaXHlJaF { width:13.8125rem;height:2.1933625rem;top:26.0625rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMi99C3k4w41ZXK66Lbm2yprnzamGEsM { width:3.125rem;height:3.1875rem;top:22.875rem;left:8.5rem;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VzRvKb3JEDfcnBVvpHo2h32mWipl1oyg { top:21.8125rem;left:0.9375rem;width:18.1875rem;height:15.8125rem;z-index:14997;background-color:rgba(255,99,0,0.4);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pLBivOh6UseiN1wPLrceRVGrIyeOMPfF { width:16.6875rem;height:8.125rem;top:47rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLmlTyMNwGGVI57zgrxvuMbFBowGd1nh { width:13.8125rem;height:2.1933625rem;top:43.8125rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSTf1UJ6UTWPSi4KIAJwkxHNTD7r9AsM { width:3.1875rem;height:3.125rem;top:40.75rem;left:8.375rem;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JUzhz83TZN7LdxNz0w1VB5GUARQHJFBU { top:39.8125rem;left:0.9375rem;width:18.1875rem;height:16.875rem;z-index:14996;background-color:rgba(255,99,0,0.4);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FXXI6wsEknQBTdqEoQIIPblnhh4s7bMQ { display:none; }#FXXI6wsEknQBTdqEoQIIPblnhh4s7bMQ > .row .container { width:20rem;height:68.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eOfRzZgJdP7qHANBqnE15EWS0HOfI7c1 { width:20rem;height:21.67335rem;top:20.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IUwtQ0R4S3pgHi2cd2sJNw0byi8ITIVs { width:12.25rem;height:8.4375rem;top:6.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnqFhu936RlF4lUKSlyegWCfEFT75VAs { width:20rem;height:2.4375rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbphKHiKP0eV23PXQc5tKE8AGilgvUSi { width:20rem;height:1.625rem;top:51.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmlQ2zdAkT3yHer0Z46voTLzPZpucs3g { width:20rem;height:1.625rem;top:45.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T17Lq6GtPiwgHyS1RTBJTfik4UX6IXrC { width:15.5rem;height:1.625rem;top:48.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxiu1eFVsfOTFUR5FJblxu0yZAz56qV5 { width:20rem;height:6.75rem;top:54.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSfkpHRgbxh77EpyRTktcIV0yqhOJnsk { top:62.125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXugdTDWnw5RxliH3k6EOMVaiARkvZOg { display:block; }
 }@media only screen and (max-width: 763px) { #TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn { display:block; }#TMF2C4a4WpA7bU3pDRRgLbnSdWeS4fAn > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GucxSdyRwXWK0LH6Z0ay3NeeiHT5M3ug { width:20rem;height:15.298825rem;top:24.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2qgbc0pRXPxETKl2gmVBQ2RDhJGroRU { width:16.4375rem;height:13.75rem;top:7.9375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1sUvewpcPE9RnrlwX9b6x2sKNPNTL8k { width:20rem;height:2.4375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1TVvdggBQ8tmSmqphoxTeBVmGUyA6mG { width:20rem;height:1.625rem;top:50.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im8zDuzub9nk2k7VA5RXTz9vsdlJUkRQ { width:20rem;height:1.625rem;top:45rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJiB4XiG1OByyLIMkOUsyvJStT24HuE { width:20rem;height:1.625rem;top:47.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7TDZq6GaLWeBOtBMiSBNoSUkHR8g8Zn { width:13.8125rem;height:2.92480625rem;top:53rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRy5e1cLDRsEqzTvX7m4crgSv2JvHKua { top:57.8125rem;left:1.25rem;width:17.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVLHuxa3T5DiXe9QBuI8pnTh3q00DW2g { display:block; }
 }@media only screen and (max-width: 763px) { #amDsznchBl9zgsCxJamcz6MGZPZTXzCl { display:block; }#amDsznchBl9zgsCxJamcz6MGZPZTXzCl > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vviTQ4LiSBpBu40Z3ksLIhLrlf6Uxi0c { width:20rem;height:16.5737375rem;top:24.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI65D3RngeRHac8RZFN3Pnnyve25VilX { width:16.4375rem;height:13.125rem;top:8.6875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0N4LQKz6oqa59c3PSfgTQGp1xyyupBQ { width:17.625rem;height:4.875rem;top:2.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9angqxgQJwB35qzClMLGk01OvnC2oPO { width:20rem;height:1.625rem;top:50.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVETLqvK6JEweL8wOIpHUBGpZ1QFRaB3 { width:20rem;height:1.625rem;top:44.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTBRGXhZasoAWtTJRP3gitaTCIPwng1D { width:20rem;height:1.625rem;top:47.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd9hp8z51Q8KetDoSEiWRIwp29B83HiL { width:11.5rem;height:2.92480625rem;top:52.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sspZFKJDUddv0FfivRxDDtJWSqTgDp3u { top:57.9375rem;left:1.25rem;width:17.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2DoFDX9GTgDUlisBpWMAvbECeRqTdwD { display:block; }
 }@media only screen and (max-width: 763px) { #CATDdCQBigvrRaJFRNnW1zJMHq1gWglc { display:block; }#CATDdCQBigvrRaJFRNnW1zJMHq1gWglc > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oF1pQEgci3pyRv6rrT3z5zTg0b7F0kPk { width:20rem;height:22.9482375rem;top:20.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mMECsrDHaMk12mn5lHMQekKc8VGDFzBV { width:12.25rem;height:8.4375rem;top:6.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4q1M0WwOxqDQWxcQh6ZCpBreNCGK96W { width:20rem;height:2.4375rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr71NdqhPCGvxg7K5eKzsiWNBXpaIaJo { width:20rem;height:1.625rem;top:51.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPTlNAnchZ17kdlluQSHpvCX20KEgiPu { width:20rem;height:1.625rem;top:45.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqJxW4vT1dnJIUNRdl6nGpO8RQTc9rEC { width:15.5rem;height:1.625rem;top:48.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guVLKLvM7mXOckaRsMkmnR2wQgOuW6wT { width:20rem;height:3.375rem;top:54.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkv1XaCN5GnPwoKoismGsIGv6TVqx1f8 { top:62.125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrqbp9yvEW5zTx6SqXZInBgX3XTGrm9o { display:block; }
 }@media only screen and (max-width: 763px) { #VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 { background-color:#ffffff;background-image:none;display:block; }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row .container { background-color: transparent; background-image: none; }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row .container > .video-iframe-container { display: none; }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row > .video-iframe-container { display: none; }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .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); }#VnxuoQ46vNb4FJxUqGHpG0BT5bVN5eg4 > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhToDLRWJc2ymHe0XtvI0l8bt04zvb0C { width:20rem;height:2.03125rem;top:3.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-input-button { width:14.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5rem; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc  { width:17.5rem;height:auto;top:12.625rem;left:0rem; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc {display:block;}#ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc { width:17.5rem;height:auto;top:12.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #wvCVEROFXKxUR1KtWXn9EGersPbFT1pd {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #cUzxiAB8SMe8TDorv3JB0Lqd4O6qXrAC { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #kNlRtuEktSmXaFuE0Rq6R8ahut6ImQ0T {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #x5rOpvLUqrNHvL7TwzoGdTVqJlUPPaO3 {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #blwbiQUxQOGSq9ZlmlRNHaJZAGcvQupU { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #OsTHNE7Q5c3ksQrKULtAG7tLfFhcKWFd {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #JxFdPkawvtKa1LMAG35M6NnmBpESTwWu {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #QTopgga4ue7CunoroyF4aXXFEC9Eg2Io { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #x7lifb7GyzLn0aDzqMbxZxPyDGINTASI {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #NfHaoh4odifeXGXOsCGnDDq0EBmm9mdt {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #FCXJETAwTm7r15rHeto20UcKZFvvt2AO { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #ThmMePwoq3sMLMHfwi53ivr1htnopMLC {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #RVzTscTMxA8CWAUr3cXp2SCKnZ2VIVRk {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #fiHdKLdBobP3VpL4X3DIirO0oXQ6xQUT { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #D1mq9Q5Htqd0bDAMM0c2NrRH3WchD9DQ {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #wFET1esznmh6a8bpDOSPF6w94irc9PRc {  }
 }@media only screen and (max-width: 763px) { #ZZ9KFZ2GTBy2iP8WqJ0LLWKloWVwWeTc #X1SHV8CqM4Vk0VW820pPipkKNGVPDgdQ {  }
 }@media only screen and (max-width: 763px) { #CbX9MAMw15TWE0iD3y5KknLtRdfrRTCJ { width:17.625rem;height:3.4121125rem;top:6.4814453125rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS { display:block; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6vCtCdPCS3pPVDJ2GVTwWrPzU14D3TP { width:3.125rem;height:3.125rem;top:4.8125rem;left:5.3125rem;font-size:2.1875rem;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #dMQqwhmurqkfdtzgdPJRcxKdJcbTSZOS { width:3.125rem;height:3.125rem;top:4.8125rem;left:11.5625rem;font-size:2.1875rem;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #zUpyPXnhnxoUSgCFUWKwDvTfaKf8SRo4 { width:18.5625rem;height:3.89941875rem;top:1.7491321563721rem;left:0.7801649570465rem;text-align:center;text-align-last:center;color:#3f3c3c;display:block; }
 }