.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/94ca6ee6-a725-484e-9bc7-56af0e213e75/SmilingWoman.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; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(214,124,0,0.5); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(214,124,0,0.5); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#Vf4R0mgAzT1CQR09wM6Xnt2udnJuUR4M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#Vf4R0mgAzT1CQR09wM6Xnt2udnJuUR4M > .row .container { border-width: 0; border-radius: 0; }#Vf4R0mgAzT1CQR09wM6Xnt2udnJuUR4M > .row > .video-iframe-container {  }#Vf4R0mgAzT1CQR09wM6Xnt2udnJuUR4M > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:none; }#oSoVTzgiuN05xRH45qvgV31Sms2I7E4X { z-index:100002;top:0.75rem;left:44.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #eb9224;border-left:0.125rem solid #eb9224;border-right:0.125rem solid #eb9224;border-bottom:0.125rem solid #eb9224;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#eb9224;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.25rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zqpmrTgGADEVFiVehSZUJ1s8mrdxCnIE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G5p0oowiRPvHXbXQKcfNzkGgUcfa6TTm { color:#686868;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:1.375rem;left:17.875rem;height:1.3125rem;font-style:normal;display:block; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(104,104,104,0.1);background-image:none;color:#686868;padding-top:0.286875rem;padding-right:0.254375rem;padding-bottom:0.286875rem;padding-left:0.254375rem;display:block;align-items:center;width:1.528125rem;min-width:1.528125rem;height:1.543125rem;position:relative;font-family:lato;font-size:1.14875rem;font-weight:400;line-height:24.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG .widget-text.counter-label { background-color:;background-image:none;color:#686868;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.0375rem;height:0.61rem;position:relative;font-family:lato;font-size:0.430625rem;font-weight:400;line-height:9.76px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:12.125rem;height:2.90625rem;padding-top:0.35875rem;padding-right:0.36375rem;padding-bottom:0.35875rem;padding-left:0.36375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.3125rem;left:30.8125rem;z-index:100027; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #tUHt2medziey94dtlpTmgEuusNuUMKdL { display:flex;position:relative;top:0rem;left:0rem; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #tVRQxy1R5uaBMPxVcxg44He5dxWwv7pK { width:auto; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #V1QrCAIaV7wvXIkLxTNpID0aXVAeFJUl {  }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #lUvAaip1ZBDcFDezuPC5FILJk8d74TBU { display:flex;position:relative;top:0rem;left:0rem; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #BiwpARf3xVFldi1loQ22mkMGpBmHsIOr {  }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #drBV1NQ3xMlPMy5Oe3RGZqp4SwoM09TR {  }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #e1W57lcRolh3qnqiEu0KxFzCt4TEfRV2 { display:flex;position:relative;top:0rem;left:0rem; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #FPgqXOsm1t4emUT5iwl2KHqLHzGvTG21 {  }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #APdxfloIZFl2KkLNCGilubmh6D1xiCgT {  }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #MpkMFRvcekFhGUD3xQ7akxzkRr29HTAd { display:flex;position:relative;top:0rem;left:0rem; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #oJxgD2EGWnsaf2UoaJzMd2t3dhFqPcGq {  }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #xxH0mgnTh2PuvRtnAE5eSRzXhfx0HpsP {  }
#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container {  }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:75rem;height:40rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { z-index:100001;top:28.375rem;left:44.6875rem;background-color:#4fad54;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OfQ3eqQ8kAMmhrpO5MdQOmLiOiykTs9J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H5TB0OowTlrzinx46lQx2xOTR51HERP6 { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:20.75rem;left:41.9375rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#KmChfreAVHVAwaM0FhasVVUVCxKshtuL { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:24.75rem;left:41.1875rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#nLGaRX7a2fE9FMK2NfhT0uSlodftugxk { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100028;line-height:1.2;letter-spacing:0;top:32.1875rem;left:46.3125rem;height:1.2rem;text-align:center;text-align-last:center;display:block; }
#yZKupkWeRU8pCdRsKJMTuCGKOkQxQRxn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:7.75rem;top:6.75rem;left:49.25rem;overflow:hidden;display:block; }
#J0s4wCKETdfempkaDNmJrSseD9UC44Lm { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:12.3125rem;left:41.1875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#XlrJTTPMpGg7Szp5PizWT7r4F8DKlT1C { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:lato;font-size:4rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:13.5625rem;left:41.1875rem;height:10.3994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vKIKzeFoi9oAzskykpW6Ax71zXQN7S5K { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:17.625rem;left:41.6875rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { background-color: transparent; background-image: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .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); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { border-width: 0; border-radius: 0; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container {  }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:27.5rem;width:27.5rem;top:6.1875rem;left:42.4375rem;overflow:hidden;display:block; }
#mnma2Id9zLaVZovH8BkNFFgqa9COmK3W { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#M2ym7bM341TOpobDdfmNTTOs5ZtRg0QG { color:#ff9b1c;display:block;width:28.4375rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:4.75rem;left:3.375rem;height:3.4375rem;font-style:normal;display:block; }
#S16BTetbkWsFEuQ8Otv3nT6bUBv0SdZl { position:absolute;display:block;z-index:99998;background-color:transparent;background-image:none;border-top:0.0625rem solid #4fad54;border-left:0.0625rem solid #4fad54;border-right:0.0625rem solid #4fad54;border-bottom:0.0625rem solid #4fad54;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.8125rem;width:24.5625rem;top:12.125rem;left:7.6875rem;display:block; }
#xrXJKP7Zzeu4r69N5fNofXPaSCiezyX6 { color:#686868;display:block;width:21.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:13.1875rem;left:9.25rem;height:2.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UdyUmMtxQ9fqXOImSWSCvxK1W8GtxMNi { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.0625rem solid #4fad54;border-left:0.0625rem solid #4fad54;border-right:0.0625rem solid #4fad54;border-bottom:0.0625rem solid #4fad54;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.8125rem;width:24.5625rem;top:17.75rem;left:7.6875rem;display:block; }
#kkcaSxdD10TRdF52fcwNBKRxvCUrA1w2 { color:#686868;display:block;width:21.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:18.8125rem;left:9.25rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vq8NX5Z9r22F8DOFkqIeToiZWa2alIiO { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;border-top:0.0625rem solid #4fad54;border-left:0.0625rem solid #4fad54;border-right:0.0625rem solid #4fad54;border-bottom:0.0625rem solid #4fad54;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.8125rem;width:24.5625rem;top:28.9375rem;left:7.6875rem;display:block; }
#T6XuxZXwupcXKfOLevt7S1ZcEIdpvKE1 { color:#686868;display:block;width:21.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:30rem;left:9.25rem;height:2.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N4sHUQoeAaheNkFZan433S3Uh618kKJg { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:0.0625rem solid #4fad54;border-left:0.0625rem solid #4fad54;border-right:0.0625rem solid #4fad54;border-bottom:0.0625rem solid #4fad54;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.8125rem;width:24.5625rem;top:23.3125rem;left:7.6875rem;display:block; }
#b7Z3s6cQUwlZZUDOPtcIoflkpsTwuIak { color:#686868;display:block;width:21.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:24.375rem;left:9.25rem;height:2.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JaodHdDH3gzxo4l04luIyBZ0qV3Ngi6b { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:13.3125rem;left:3.375rem;overflow:hidden;display:block; }
#CaLelOwTNbDKThkL8NWM4hGJUAUbc1CC { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:18.875rem;left:3.375rem;overflow:hidden;display:block; }
#CITywAQwTuRrl7dFMdUQMHRrS9fS7Kzl { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:24.5rem;left:3.375rem;overflow:hidden;display:block; }
#WsCuhbtO5lebCUSwaVNZKENxBP82KEN8 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:30.125rem;left:3.375rem;overflow:hidden;display:block; }
#Vs86blQ3edSyQiqUQxqJQnGflxDXQU5s { position:absolute;display:block;z-index:99997;background-color:#4fad54;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:27.625rem;width:27.625rem;top:7.1875rem;left:43.375rem;display:block; }
#T8B6AHP8ihb8Ticaxx30ZR3Fa7nT7bm5 { color:#686868;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:8.1875rem;left:3.375rem;height:2.7625rem;font-style:normal;display:block; }
#wvacPKdnQItRXFd306OULvIa0hhLFAC4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container { background-color: transparent; background-image: none; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container > .video-iframe-container { display: none; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row > .video-iframe-container { display: none; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .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); }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container { border-width: 0; border-radius: 0; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row > .video-iframe-container {  }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#VGzTTwvSMUzd6lnTnZT2iU1l7TR24F5G { color:#686868;display:block;width:61.75rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:2.5rem;left:6.625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm > .row .container { background-color: transparent; background-image: none; }#XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm > .row .container > .video-iframe-container { display: none; }#XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm > .row > .video-iframe-container { display: none; }#XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm > .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); }#XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm > .row .container { border-width: 0; border-radius: 0; }#XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm > .row > .video-iframe-container {  }#XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { position:absolute;display:block;z-index:99997;background-color:#ed9201;background-image:none;border-top:0.125rem solid #ed9201;border-left:0.125rem solid #ed9201;border-right:0.125rem solid #ed9201;border-bottom:0.125rem solid #ed9201;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:12.8125rem;width:31.875rem;top:3.3125rem;left:2.875rem;display:block; }
#NouSwA7S5B0CUQOhiiQOpC80Xu4Fmgnl { box-sizing:content-box;color:#ed9201;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:1.6875rem;left:16.9375rem;display:block; }
#zNkJtaebDd1SKRdJ8bzAug4eRwKdgNTf { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:7.625rem;left:5.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZFJx3kpkquixs7RZfuOlCHakgcmUI7Ax { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:9.5625rem;left:7.9375rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { position:absolute;display:block;z-index:99995;background-color:#ed9201;background-image:none;border-top:0.125rem solid #ed9201;border-left:0.125rem solid #ed9201;border-right:0.125rem solid #ed9201;border-bottom:0.125rem solid #ed9201;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:12.8125rem;width:31.875rem;top:3.3125rem;left:42.21875rem;display:block; }
#pLCSPHHgV0XToHgh09prk1XRHVOOeIay { box-sizing:content-box;color:#ed9201;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:1.25rem;left:56.0625rem;display:block; }
#POgvI76OStWzKFVObNn5Stymg3tlz1Sb { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100011;line-height:1;letter-spacing:0;top:7.625rem;left:45.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrzaTEW7b83uhbwluWPAfE0E9QPnLkI1 { color:#ffffff;display:block;width:21rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:9.5625rem;left:47.65625rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U6QsupV7Or0NlvOT1NTEK1ioQrqezWHt { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ed9201;border-left:0.125rem solid #ed9201;border-right:0.125rem solid #ed9201;border-bottom:0.125rem solid #ed9201;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:5.9375rem;width:5.9375rem;top:0.65625rem;left:55.4375rem;display:block; }
#w1ROpyDsgC2h7ePwIg4ScXuyQ9PWCmwT { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ed9201;border-left:0.125rem solid #ed9201;border-right:0.125rem solid #ed9201;border-bottom:0.125rem solid #ed9201;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:5.9375rem;width:5.9375rem;top:0.59375rem;left:15.84375rem;display:block; }
#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container { background-color: transparent; background-image: none; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container > .video-iframe-container { display: none; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row > .video-iframe-container { display: none; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .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); }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container { border-width: 0; border-radius: 0; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row > .video-iframe-container {  }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#CMAF49r6Mad5AGgZWR3fJBoo6LGCpUpm { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:16.5625rem;width:16.5625rem;top:2.875rem;left:13.5625rem;overflow:hidden;display:block; }
#ZeRuneWy91HKGtefsVb1OVBZQsgzB3dn { position:absolute;display:block;z-index:100009;background-color:#4fad54;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:16.625rem;width:16.625rem;top:3.75rem;left:14.5rem;display:block; }
#fxAb4WaVeJIyroT5halPsVyWuNvimvzC { color:#686868;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:4.25rem;left:33.125rem;height:1.95rem;display:block; }
#MZvaDO72elLidsatb0fKPorTLeHwI22J { color:#4fad54;display:block;width:22.375rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:5.875rem;left:33.125rem;height:7.1494375rem;font-style:normal;display:block; }
#uqUlFD3w4DFxKJX9ds6U89sgRuMbVkta { color:#686868;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:9.75rem;left:33.125rem;height:10.3984375rem;display:block; }
#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { background-color: transparent; background-image: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container > .video-iframe-container { display: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row > .video-iframe-container { display: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .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); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { border-width: 0; border-radius: 0; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row > .video-iframe-container {  }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#RcTT7BraWgR0pDlJ4EX2RNAu85CZ8Mf7 { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100008;line-height:1.1;letter-spacing:0;top:5.2998046875rem;left:41.34375rem;height:7.42383125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fkIS30mJByVW0iCVmWdkng6t27TQx3Li { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:12.611328125rem;left:44.03125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-form-header {  }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#ed9201;width:19.25rem;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; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-text {padding-top: 0; padding-bottom: 0;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:19.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-select {padding-top: 0; padding-bottom: 0;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .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; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#4fad54;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;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#f2f9ff;width:19.25rem;height:3.4375rem;font-family:lato;overflow:hidden;font-style:normal; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI [class*="-text"]:-moz-placeholder { color:#b3b3b3;font-family:ubuntu;font-size:1rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI [class*="-text"]::-moz-placeholder { color:#b3b3b3;font-family:ubuntu;font-size:1rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI [class*="-text"]:-ms-input-placeholder { color:#b3b3b3;font-family:ubuntu;font-size:1rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI [class*="-text"]::-webkit-input-placeholder { color:#b3b3b3;font-family:ubuntu;font-size:1rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .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:ubuntu;font-size:0.75rem;font-weight:400;color:#50479d;vertical-align:top;width:18.0625rem;overflow:hidden;font-style:normal; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-container:first-of-type{padding-top:0;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-container:last-of-type{padding-bottom:0;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.375rem;top:14.9375rem;z-index:100006;position:absolute;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.25rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI {display:block;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.375rem;top:14.9375rem;z-index:100006;position:absolute;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #LIf391Gi25oUhieV2D8UsZ5SgMABGWsP { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #gBTQO5qIgRHlXWkw2703pNOPZBDyzbQR { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #qXmJzCp7SIX5D2BtVwMFotbUmJJUFO6S { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #vbqhxc7lLnrpmRHPC8vSpvUhoIa90Vwl { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #FMB8sJdxV5eOEzvEkxJPQnWXyarUmZMT { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #qNQxkPVDvISzLHHBpdFbXH46qqw4MJi5 { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #XIrQJTIQv1gndn2TXh1Ted3CVHlZXqmC { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #wphRsQX2ihqHFutDnbUFhqxnSksmywrl { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #NGTZoJQRT9JGbGTnPv3QT7JIS1GG3DT8 { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #RlXbeViq82lSPDsU36hRiTiupK1U9rZ3 { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #zmJch3cGIaEHfTIxxf8h60LLHLuHmvpf { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #gDeK7iBzn83aUEhCeTtTPtOodCgJWAQR { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #ltoTH0hHXMBEFe6CaUZR3amuZ5hNTRXo { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #LtUKa9u9coct6gPml9VhXZqSLTR1u4c3 { position:relative; }
#cpF203IPCgvQZOSB8CwflE3bHOfHJAex { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:7.75rem;top:38.0625rem;left:52.375rem;overflow:hidden;display:block; }
#kSXfUTLyyPDeWuBOpIzAicZT23G8CxJK { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:10.3740234375rem;left:43.65625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP { position:relative;display:none; }#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP { border-width: 0; border-radius: 0; }#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP > .row .container > .video-iframe-container {  }#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f5f7;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ed9201;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-text.counter-label { background-color:;background-image:none;color:#242a38;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:1rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni { top:4rem;left:25.5rem;z-index:100000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #zEyASKUivZx8TxgRu2yWnHlTNGSF6U3i { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #pNolw5MLEnqBOe9CbKeow89gdOHKmaTw { display:block; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #eqTb6GVHtyRXrwHLoW7RzKyMNxHWldp8 { display:block; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #XrlHhg9GDGV1Th1c2q2ZJRs2EeVauVc1 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #bZRkSIPyqr7QD12HucqBCt4x4POlxtif { display:block; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #CsRFivRZVrV7sCode4Zmp4NmryVMCBWJ { display:block; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #TJzNvO0iearRpVJ5zgalaKQ4BNUBBo6m { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #x03FaVDuEemKTkTyOm5fCy3Bq2pW5O4h { display:block; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #LgTzVxlN7IHFpCGlzqeCpKVAGSlhQsOt { display:block; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #TpnSGcQWPJHlztrcTHAZpQRoL0saFAUT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #uOQosDfRfniJl0qHwgyFkhNwzdgOepEN { display:block;position:relative;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #Hem2XnI0t9DQB7O72JA9v1AXgxPrPpT0 { display:block;position:relative;top:0rem;left:0rem; }
#emNtr3RBORL2rGaV7nPAvaTVnA2aI1rb { color:#ed9201;display:block;width:28.4375rem;position:absolute;font-family:"gotham narrow";font-size:3rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:0.99953842163088rem;left:26.5625rem;height:3rem;font-style:normal;display:block; }
#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;background-image:none;position:relative;display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { border-width: 0; border-radius: 0; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row > .video-iframe-container {  }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:none; }#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { position:absolute;display:block;z-index:100000;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.03125rem;left:2.5rem;display:block; }#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.adaptive-delivery-prevent-bg, #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.lazyload, #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.lazyloading { background-image: none; }
#TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:2.6875rem;left:4.6875rem;height:8.25rem;font-style:normal;display:block; }
#kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:12.3125rem;left:5.1875rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:30.75rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:12.3125rem;left:56.125rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { position:absolute;display:block;z-index:100002;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.0625rem;left:28.25rem;display:block; }#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.adaptive-delivery-prevent-bg, #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.lazyload, #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.lazyloading { background-image: none; }
#aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:2.6875rem;left:30.4375rem;height:6.875rem;font-style:normal;display:block; }
#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { position:absolute;display:block;z-index:100004;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.0625rem;left:53.5rem;display:block; }#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.adaptive-delivery-prevent-bg, #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.lazyload, #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.lazyloading { background-image: none; }
#n3zfn78fzpUu8SpDNexpdd1uytVED1nc { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:2.6875rem;left:55.6875rem;height:6.875rem;font-style:normal;display:block; }
#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;background-image:none;position:relative;display:none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { border-width: 0; border-radius: 0; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container {  }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:none; }#yuqS2xRUgMWKAz7JfJCBgP6souneEheF { color:#27262e;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.5rem;left:7.5625rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { border-width: 0; border-radius: 0; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container {  }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Vf4R0mgAzT1CQR09wM6Xnt2udnJuUR4M { display:block; }#Vf4R0mgAzT1CQR09wM6Xnt2udnJuUR4M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSoVTzgiuN05xRH45qvgV31Sms2I7E4X { top:0.75rem;left:31.25rem;width:12.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqpmrTgGADEVFiVehSZUJ1s8mrdxCnIE { display:block; }
 }@media only screen and (max-width: 763px) { #G5p0oowiRPvHXbXQKcfNzkGgUcfa6TTm { width:12.8125rem;height:1.3125rem;top:1.375rem;left:4.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG { display:flex;width:12.125rem;height:2.875rem;top:0.3125rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #tUHt2medziey94dtlpTmgEuusNuUMKdL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #tVRQxy1R5uaBMPxVcxg44He5dxWwv7pK {  }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #V1QrCAIaV7wvXIkLxTNpID0aXVAeFJUl {  }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #lUvAaip1ZBDcFDezuPC5FILJk8d74TBU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #BiwpARf3xVFldi1loQ22mkMGpBmHsIOr {  }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #drBV1NQ3xMlPMy5Oe3RGZqp4SwoM09TR {  }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #e1W57lcRolh3qnqiEu0KxFzCt4TEfRV2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #FPgqXOsm1t4emUT5iwl2KHqLHzGvTG21 {  }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #APdxfloIZFl2KkLNCGilubmh6D1xiCgT {  }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #MpkMFRvcekFhGUD3xQ7akxzkRr29HTAd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #oJxgD2EGWnsaf2UoaJzMd2t3dhFqPcGq {  }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #xxH0mgnTh2PuvRtnAE5eSRzXhfx0HpsP {  }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { top:28.375rem;left:30.875rem;width:16.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfQ3eqQ8kAMmhrpO5MdQOmLiOiykTs9J { display:block; }
 }@media only screen and (max-width: 763px) { #H5TB0OowTlrzinx46lQx2xOTR51HERP6 { width:23.375rem;height:2.875rem;top:20.75rem;left:24.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmChfreAVHVAwaM0FhasVVUVCxKshtuL { width:23.875rem;height:2.0625rem;top:24.75rem;left:23.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLGaRX7a2fE9FMK2NfhT0uSlodftugxk { width:13.625rem;height:1.1875rem;top:32.1875rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZKupkWeRU8pCdRsKJMTuCGKOkQxQRxn { width:7.75rem;height:3.5rem;top:6.75rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0s4wCKETdfempkaDNmJrSseD9UC44Lm { width:23.875rem;height:1.9375rem;top:12.3125rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlrJTTPMpGg7Szp5PizWT7r4F8DKlT1C { width:23.875rem;height:5.1875rem;top:13.5625rem;left:23.875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKIKzeFoi9oAzskykpW6Ax71zXQN7S5K { width:23.875rem;height:2.875rem;top:17.625rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:27.5rem;height:27.5rem;top:6.1875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnma2Id9zLaVZovH8BkNFFgqa9COmK3W { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2ym7bM341TOpobDdfmNTTOs5ZtRg0QG { width:28.4375rem;height:3.4375rem;top:4.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S16BTetbkWsFEuQ8Otv3nT6bUBv0SdZl { width:24.5625rem;height:4.8125rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrXJKP7Zzeu4r69N5fNofXPaSCiezyX6 { width:21.625rem;height:2.75rem;top:13.1875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdyUmMtxQ9fqXOImSWSCvxK1W8GtxMNi { width:24.5625rem;height:4.8125rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkcaSxdD10TRdF52fcwNBKRxvCUrA1w2 { width:21.625rem;height:2.75rem;top:18.8125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq8NX5Z9r22F8DOFkqIeToiZWa2alIiO { width:24.5625rem;height:4.8125rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6XuxZXwupcXKfOLevt7S1ZcEIdpvKE1 { width:21.625rem;height:2.75rem;top:30rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4sHUQoeAaheNkFZan433S3Uh618kKJg { width:24.5625rem;height:4.8125rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7Z3s6cQUwlZZUDOPtcIoflkpsTwuIak { width:21.625rem;height:2.75rem;top:24.375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaodHdDH3gzxo4l04luIyBZ0qV3Ngi6b { width:2.5rem;height:2.5rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaLelOwTNbDKThkL8NWM4hGJUAUbc1CC { width:2.5rem;height:2.5rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITywAQwTuRrl7dFMdUQMHRrS9fS7Kzl { width:2.5rem;height:2.5rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsCuhbtO5lebCUSwaVNZKENxBP82KEN8 { width:2.5rem;height:2.5rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs86blQ3edSyQiqUQxqJQnGflxDXQU5s { width:27.625rem;height:27.625rem;top:7.1875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8B6AHP8ihb8Ticaxx30ZR3Fa7nT7bm5 { width:33.625rem;height:2.75rem;top:8.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvacPKdnQItRXFd306OULvIa0hhLFAC4 { display:block; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGzTTwvSMUzd6lnTnZT2iU1l7TR24F5G { width:47.75rem;height:2.75rem;top:2.5rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm { display:block; }#XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { width:31.875rem;height:12.8125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NouSwA7S5B0CUQOhiiQOpC80Xu4Fmgnl { width:4.125rem;height:4.125rem;top:1.6875rem;left:10.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNkJtaebDd1SKRdJ8bzAug4eRwKdgNTf { width:26.9375rem;height:1.5rem;top:7.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJx3kpkquixs7RZfuOlCHakgcmUI7Ax { width:21.625rem;height:4.1875rem;top:9.5625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:31.875rem;height:12.8125rem;top:3.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLCSPHHgV0XToHgh09prk1XRHVOOeIay { width:4.9375rem;height:4.9375rem;top:1.25rem;left:35.625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgvI76OStWzKFVObNn5Stymg3tlz1Sb { width:26.1875rem;height:1.5rem;top:7.625rem;left:21.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrzaTEW7b83uhbwluWPAfE0E9QPnLkI1 { width:21rem;height:4.1875rem;top:9.5625rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6QsupV7Or0NlvOT1NTEK1ioQrqezWHt { width:5.9375rem;height:5.9375rem;top:0.625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ROpyDsgC2h7ePwIg4ScXuyQ9PWCmwT { width:5.9375rem;height:5.9375rem;top:0.5625rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h { display:block; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container { width:47.75rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMAF49r6Mad5AGgZWR3fJBoo6LGCpUpm { width:16.5625rem;height:16.5625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeRuneWy91HKGtefsVb1OVBZQsgzB3dn { width:16.625rem;height:16.625rem;top:3.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxAb4WaVeJIyroT5halPsVyWuNvimvzC { width:12.5rem;height:1.9375rem;top:4.25rem;left:19.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZvaDO72elLidsatb0fKPorTLeHwI22J { width:22.375rem;height:3.5625rem;top:5.875rem;left:19.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqUlFD3w4DFxKJX9ds6U89sgRuMbVkta { width:28.3125rem;height:9.0625rem;top:9.75rem;left:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 { display:block; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcTT7BraWgR0pDlJ4EX2RNAu85CZ8Mf7 { width:29.8125rem;height:4.9375rem;top:5.25rem;left:17.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkIS30mJByVW0iCVmWdkng6t27TQx3Li { width:24.4375rem;height:1.25rem;top:12.5625rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-checkbox-label { width:11.25rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI  { width:20.6875rem;height:auto; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI {display:block;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI { width:20.6875rem;height:auto; }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #LIf391Gi25oUhieV2D8UsZ5SgMABGWsP {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #gBTQO5qIgRHlXWkw2703pNOPZBDyzbQR {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #qXmJzCp7SIX5D2BtVwMFotbUmJJUFO6S {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #vbqhxc7lLnrpmRHPC8vSpvUhoIa90Vwl {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #FMB8sJdxV5eOEzvEkxJPQnWXyarUmZMT {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #qNQxkPVDvISzLHHBpdFbXH46qqw4MJi5 {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #XIrQJTIQv1gndn2TXh1Ted3CVHlZXqmC {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #wphRsQX2ihqHFutDnbUFhqxnSksmywrl {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #NGTZoJQRT9JGbGTnPv3QT7JIS1GG3DT8 {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #RlXbeViq82lSPDsU36hRiTiupK1U9rZ3 {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #zmJch3cGIaEHfTIxxf8h60LLHLuHmvpf {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #gDeK7iBzn83aUEhCeTtTPtOodCgJWAQR {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #ltoTH0hHXMBEFe6CaUZR3amuZ5hNTRXo {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #LtUKa9u9coct6gPml9VhXZqSLTR1u4c3 {  }
 }@media only screen and (max-width: 763px) { #cpF203IPCgvQZOSB8CwflE3bHOfHJAex { width:7.75rem;height:3.4375rem;top:38.0625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSXfUTLyyPDeWuBOpIzAicZT23G8CxJK { width:25.1875rem;height:2.0625rem;top:10.3125rem;left:22.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP { display:none; }#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ed9201;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-text.counter-label { background-color:;background-image:none;color:#242a38;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:1rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni { top:0rem;left:11.875rem;width:26.9375rem;height:8.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #zEyASKUivZx8TxgRu2yWnHlTNGSF6U3i { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #pNolw5MLEnqBOe9CbKeow89gdOHKmaTw {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #eqTb6GVHtyRXrwHLoW7RzKyMNxHWldp8 {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #XrlHhg9GDGV1Th1c2q2ZJRs2EeVauVc1 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #bZRkSIPyqr7QD12HucqBCt4x4POlxtif {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #CsRFivRZVrV7sCode4Zmp4NmryVMCBWJ {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #TJzNvO0iearRpVJ5zgalaKQ4BNUBBo6m { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #x03FaVDuEemKTkTyOm5fCy3Bq2pW5O4h {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #LgTzVxlN7IHFpCGlzqeCpKVAGSlhQsOt {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #TpnSGcQWPJHlztrcTHAZpQRoL0saFAUT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #uOQosDfRfniJl0qHwgyFkhNwzdgOepEN { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #Hem2XnI0t9DQB7O72JA9v1AXgxPrPpT0 { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #emNtr3RBORL2rGaV7nPAvaTVnA2aI1rb { width:28.4375rem;height:3rem;top:0.9375rem;left:12.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.5rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:13.9375rem;height:8.25rem;top:2.6875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { width:13.75rem;height:1.25rem;top:12.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { width:13.75rem;height:1.25rem;top:12.3125rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { width:13.75rem;height:1.25rem;top:12.3125rem;left:33.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.5rem;height:15rem;top:0.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:13.9375rem;height:6.875rem;top:2.6875rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.5rem;height:15rem;top:0.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:13.9375rem;height:6.875rem;top:2.6875rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:47.75rem;height:3.875rem;top:0.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); } }@media only screen and (max-width: 763px) { #Vf4R0mgAzT1CQR09wM6Xnt2udnJuUR4M { position:relative;z-index:auto;display:none; }#Vf4R0mgAzT1CQR09wM6Xnt2udnJuUR4M > .row .container { width:20rem;height:8.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oSoVTzgiuN05xRH45qvgV31Sms2I7E4X { top:5.72802734375rem;left:6.28125rem;width:7.4375rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqpmrTgGADEVFiVehSZUJ1s8mrdxCnIE { display:block; }
 }@media only screen and (max-width: 763px) { #G5p0oowiRPvHXbXQKcfNzkGgUcfa6TTm { width:11.4375rem;height:2.625rem;top:0.6875rem;left:4.28125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG .widget-text.counter-number { padding-top:0.311875rem;padding-right:0.2825rem;padding-bottom:0.311875rem;padding-left:0.2825rem;width:1.694375rem;min-width:1.694375rem;height:1.675625rem;font-size:1.2475rem;line-height:26.81px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.194375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.259375rem;height:0.6625rem;font-size:0.468125rem;line-height:10.6px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG { display:flex;width:13.0625rem;height:3.15625rem;top:2.12451171875rem;left:3.23291015625rem;padding-top:0.22375rem;padding-right:0.235rem;padding-bottom:0.22375rem;padding-left:0.235rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #tUHt2medziey94dtlpTmgEuusNuUMKdL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #tVRQxy1R5uaBMPxVcxg44He5dxWwv7pK {  }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #V1QrCAIaV7wvXIkLxTNpID0aXVAeFJUl {  }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #lUvAaip1ZBDcFDezuPC5FILJk8d74TBU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #BiwpARf3xVFldi1loQ22mkMGpBmHsIOr {  }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #drBV1NQ3xMlPMy5Oe3RGZqp4SwoM09TR {  }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #e1W57lcRolh3qnqiEu0KxFzCt4TEfRV2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #FPgqXOsm1t4emUT5iwl2KHqLHzGvTG21 {  }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #APdxfloIZFl2KkLNCGilubmh6D1xiCgT {  }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #MpkMFRvcekFhGUD3xQ7akxzkRr29HTAd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #oJxgD2EGWnsaf2UoaJzMd2t3dhFqPcGq {  }
 }@media only screen and (max-width: 763px) { #Zt7TMARg3fOkvgHfUu9B1aoqHsfo04OG #xxH0mgnTh2PuvRtnAE5eSRzXhfx0HpsP {  }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26170e20-7a5d-423a-98d9-f2216140f39d/SmilingWomanMobileCompressed.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(137,80,0,0.5); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(137,80,0,0.5); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container {  }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { top:23.3349609375rem;left:4.46875rem;width:11.0625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfQ3eqQ8kAMmhrpO5MdQOmLiOiykTs9J { display:block; }
 }@media only screen and (max-width: 763px) { #H5TB0OowTlrzinx46lQx2xOTR51HERP6 { width:18.375rem;height:4.38720625rem;top:14.611328125rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmChfreAVHVAwaM0FhasVVUVCxKshtuL { width:20rem;height:2.11230625rem;top:19.97265625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLGaRX7a2fE9FMK2NfhT0uSlodftugxk { width:13.625rem;height:1.3496125rem;top:31.6474609375rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZKupkWeRU8pCdRsKJMTuCGKOkQxQRxn { width:7.75rem;height:3.5rem;top:3.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0s4wCKETdfempkaDNmJrSseD9UC44Lm { width:20rem;height:1.94970625rem;top:7.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlrJTTPMpGg7Szp5PizWT7r4F8DKlT1C { width:20rem;height:3.8183625rem;top:9.19921875rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKIKzeFoi9oAzskykpW6Ax71zXQN7S5K { width:20rem;height:2.4375rem;top:12.173828125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:15.9375rem;height:15.9375rem;top:4.1875rem;left:1.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnma2Id9zLaVZovH8BkNFFgqa9COmK3W { top:5.25rem;left:2.625rem;width:15.8125rem;height:15.6875rem;z-index:99999;background-color:#008037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2ym7bM341TOpobDdfmNTTOs5ZtRg0QG { width:20rem;height:2.0625rem;top:22.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S16BTetbkWsFEuQ8Otv3nT6bUBv0SdZl { width:19.875rem;height:4.8125rem;top:32.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrXJKP7Zzeu4r69N5fNofXPaSCiezyX6 { width:20rem;height:2.79980625rem;top:33.88671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdyUmMtxQ9fqXOImSWSCvxK1W8GtxMNi { width:19.875rem;height:6.1875rem;top:40.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkcaSxdD10TRdF52fcwNBKRxvCUrA1w2 { width:20rem;height:4.19970625rem;top:41.32421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq8NX5Z9r22F8DOFkqIeToiZWa2alIiO { width:19.875rem;height:4.8125rem;top:58.22265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6XuxZXwupcXKfOLevt7S1ZcEIdpvKE1 { width:20rem;height:2.79980625rem;top:59.28515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4sHUQoeAaheNkFZan433S3Uh618kKJg { width:19.875rem;height:6.1875rem;top:49.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7Z3s6cQUwlZZUDOPtcIoflkpsTwuIak { width:20rem;height:4.19970625rem;top:50.2109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaodHdDH3gzxo4l04luIyBZ0qV3Ngi6b { width:2.5rem;height:2.5rem;top:31.13671875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaLelOwTNbDKThkL8NWM4hGJUAUbc1CC { width:2.5rem;height:2.5rem;top:38.63671875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITywAQwTuRrl7dFMdUQMHRrS9fS7Kzl { width:2.5rem;height:2.5rem;top:47.4609375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsCuhbtO5lebCUSwaVNZKENxBP82KEN8 { width:2.5rem;height:2.5rem;top:56.53515625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs86blQ3edSyQiqUQxqJQnGflxDXQU5s { width:20rem;height:27.625rem;top:67.66015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8B6AHP8ihb8Ticaxx30ZR3Fa7nT7bm5 { width:20rem;height:4.3994125rem;top:25.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wvacPKdnQItRXFd306OULvIa0hhLFAC4 { display:block; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGzTTwvSMUzd6lnTnZT2iU1l7TR24F5G { width:20rem;height:6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm { display:block; }#XaNR6pfNtqkoZSHKpB7bB8DF6LFP8Lpm > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { width:18.4375rem;height:16.25rem;top:0.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NouSwA7S5B0CUQOhiiQOpC80Xu4Fmgnl { width:4.0625rem;height:4.0625rem;top:19.875rem;left:7.75rem;font-size:2.8125rem;z-index:100020;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zNkJtaebDd1SKRdJ8bzAug4eRwKdgNTf { width:13.375rem;height:3.25rem;top:6.75rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJx3kpkquixs7RZfuOlCHakgcmUI7Ax { width:14.875rem;height:5.5996125rem;top:10.125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:18.4375rem;height:15.75rem;top:18.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLCSPHHgV0XToHgh09prk1XRHVOOeIay { width:4.6875rem;height:4.6875rem;top:1.6875rem;left:7.5rem;font-size:3.25rem;z-index:100019;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #POgvI76OStWzKFVObNn5Stymg3tlz1Sb { width:14.75rem;height:3.25rem;top:24.0625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrzaTEW7b83uhbwluWPAfE0E9QPnLkI1 { width:13.5625rem;height:5.5996125rem;top:27.625rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6QsupV7Or0NlvOT1NTEK1ioQrqezWHt { width:5.9375rem;height:5.9375rem;top:68.625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1ROpyDsgC2h7ePwIg4ScXuyQ9PWCmwT { width:5.9375rem;height:5.9375rem;top:60.9375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h { display:block; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMAF49r6Mad5AGgZWR3fJBoo6LGCpUpm { width:13.1875rem;height:13.1875rem;top:0rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeRuneWy91HKGtefsVb1OVBZQsgzB3dn { width:12.5625rem;height:12.5625rem;top:1.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxAb4WaVeJIyroT5halPsVyWuNvimvzC { width:12.5rem;height:1.94970625rem;top:15.75rem;left:0.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MZvaDO72elLidsatb0fKPorTLeHwI22J { width:19.0625rem;height:2.5996125rem;top:17.51171875rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uqUlFD3w4DFxKJX9ds6U89sgRuMbVkta { width:18.125rem;height:15.597625rem;top:20.361328125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26170e20-7a5d-423a-98d9-f2216140f39d/SmilingWomanMobileCompressed.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.adaptive-delivery-prevent-bg, #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.lazyload, #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.lazyloading { background-image: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { background-color: transparent; background-image: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(137,80,0,0.5); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container > .video-iframe-container { display: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(137,80,0,0.5); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row > .video-iframe-container { display: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .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); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcTT7BraWgR0pDlJ4EX2RNAu85CZ8Mf7 { width:20rem;height:6.39258125rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkIS30mJByVW0iCVmWdkng6t27TQx3Li { width:19.1875rem;height:1.21875rem;top:13.44189453125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"gotham narrow medium";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-text {padding-top: 0; padding-bottom: 0;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-select {padding-top: 0; padding-bottom: 0;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI  { width:15.9375rem;height:auto;top:15.53564453125rem;left:0.78125rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI {display:block;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI { width:15.9375rem;height:auto;top:15.53564453125rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #LIf391Gi25oUhieV2D8UsZ5SgMABGWsP {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #gBTQO5qIgRHlXWkw2703pNOPZBDyzbQR {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #qXmJzCp7SIX5D2BtVwMFotbUmJJUFO6S {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #vbqhxc7lLnrpmRHPC8vSpvUhoIa90Vwl {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #FMB8sJdxV5eOEzvEkxJPQnWXyarUmZMT {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #qNQxkPVDvISzLHHBpdFbXH46qqw4MJi5 {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #XIrQJTIQv1gndn2TXh1Ted3CVHlZXqmC {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #wphRsQX2ihqHFutDnbUFhqxnSksmywrl {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #NGTZoJQRT9JGbGTnPv3QT7JIS1GG3DT8 {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #RlXbeViq82lSPDsU36hRiTiupK1U9rZ3 {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #zmJch3cGIaEHfTIxxf8h60LLHLuHmvpf {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #gDeK7iBzn83aUEhCeTtTPtOodCgJWAQR {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #ltoTH0hHXMBEFe6CaUZR3amuZ5hNTRXo {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #LtUKa9u9coct6gPml9VhXZqSLTR1u4c3 {  }
 }@media only screen and (max-width: 763px) { #cpF203IPCgvQZOSB8CwflE3bHOfHJAex { width:7.75rem;height:3.4375rem;top:37.16064453125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSXfUTLyyPDeWuBOpIzAicZT23G8CxJK { width:20rem;height:2.11230625rem;top:10.89208984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP { display:none; }#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni { top:3.6247673034668rem;left:1.063419342041rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #zEyASKUivZx8TxgRu2yWnHlTNGSF6U3i { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #pNolw5MLEnqBOe9CbKeow89gdOHKmaTw {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #eqTb6GVHtyRXrwHLoW7RzKyMNxHWldp8 {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #XrlHhg9GDGV1Th1c2q2ZJRs2EeVauVc1 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #bZRkSIPyqr7QD12HucqBCt4x4POlxtif {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #CsRFivRZVrV7sCode4Zmp4NmryVMCBWJ {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #TJzNvO0iearRpVJ5zgalaKQ4BNUBBo6m { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #x03FaVDuEemKTkTyOm5fCy3Bq2pW5O4h {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #LgTzVxlN7IHFpCGlzqeCpKVAGSlhQsOt {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #TpnSGcQWPJHlztrcTHAZpQRoL0saFAUT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #uOQosDfRfniJl0qHwgyFkhNwzdgOepEN { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #Hem2XnI0t9DQB7O72JA9v1AXgxPrPpT0 { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #emNtr3RBORL2rGaV7nPAvaTVnA2aI1rb { width:20rem;height:2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.5rem;height:15rem;top:0.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:13.9375rem;height:8.25rem;top:3.3125rem;left:2.96875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { width:13.75rem;height:1.25rem;top:13.5rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { width:13.75rem;height:1.25rem;top:29.5625rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { width:13.75rem;height:1.25rem;top:45.75rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.5rem;height:15rem;top:33.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:13.9375rem;height:6.875rem;top:20.1875rem;left:3.03125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.5rem;height:15rem;top:16.875rem;left:0.4375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:13.9375rem;height:6.875rem;top:36.25rem;left:3.03125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:20rem;height:4.625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:20rem;height:5rem;position:relative;display:none; } }