.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6f63771b-04cb-441e-9dce-0e700f5ef5e7/Frame598.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1930;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3 > .row .container { background-color: transparent; background-image: none; }#RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3 > .row .container > .video-iframe-container { display: none; }#RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3 > .row > .video-iframe-container { display: none; }#RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3 > .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); }#RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3 > .row .container { border-width: 0; border-radius: 0; }#RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3 > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#sC1TV9h0FH6AZZodcMbDtKsyXGmgHmIx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:20.9375rem;top:1.1875rem;left:1.125rem;overflow:hidden;display:block; }
#Jv1VF5VOGNdRAzK61wHT0UU5S0Lw13i5 { background-color:#e5c850;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:62.875rem;display:block; }
#aGrAUo2596796iNTqxGHU4SOTGk6pdqv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fC5IJIT9ZUp5atDTNJNyWI3pfSrDTKa0 { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.25rem;left:64.5625rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row .container { background-color: transparent; background-image: none; }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row .container > .video-iframe-container { display: none; }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row > .video-iframe-container { display: none; }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .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); }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row .container { border-width: 0; border-radius: 0; }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row .container { font-size:0.875rem;font-family:arial;height:67.5rem;width:75rem;position:relative;display:block; }#sHcGo5OKQICxDxAssTaML0wNtdqZmwR2 { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:30.1875rem;left:2.5rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }#sHcGo5OKQICxDxAssTaML0wNtdqZmwR2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sHcGo5OKQICxDxAssTaML0wNtdqZmwR2 li:before{  }
#Z3xX2IDQKvRXCnHvKiE6xRDJ4rbPneSe { color:#000000;display:block;width:36.5rem;position:absolute;font-family:barlow;font-size:4.3125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:3.25rem;left:1.375rem;height:8.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rXsqq3WpoEOhIAh4KVvT5LgtGZ0FBbq1 { color:#000000;display:block;width:25.75rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.875rem;left:1.375rem;height:1.950075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-form-header {  }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:26.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-text { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:26.5rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-textarea { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:26.5rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:26.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-button { border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;background-color:#e5c850;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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.4375rem;font-weight:400;color:#000000;width:26.5rem;height:3.4375rem;font-family:barlow;overflow:hidden;font-style:normal; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L [class*="-text"]:-moz-placeholder { color:#000000;font-family:"proxima nova";font-size:1rem; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L [class*="-text"]::-moz-placeholder { color:#000000;font-family:"proxima nova";font-size:1rem; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"proxima nova";font-size:1rem; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"proxima nova";font-size:1rem; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.3125rem;overflow:hidden;font-style:normal;float:none; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-container:first-of-type{padding-top:0;}#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-container:last-of-type{padding-bottom:0;}#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.75rem;left:1.375rem; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.5rem;display:block;vertical-align:top; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L {display:block;}#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.75rem;left:1.375rem;display:none; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #PbNpJ47ZzvBvQJR0RJuoLo4er2w7ftiJ { position:relative; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #uB0m1A1xs265AkGl9irouHLmuriJSD0W { position:relative;display:none; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #Z54fcxlhRAAvX7gMn3RzmnsafTFzrADD { position:relative; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #a28XzUs6iiPbRTAT8RBmRFRll64af9Xr { position:relative; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #VQhEcZBRJUvWf0TgBqCf3GO15ow9LA2O { position:relative;display:none; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #T5vCS9w2dkCB64vuWCOciXyhKgTwvTVe { position:relative; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #lwv9x0425cBQzLmyHiuepU2TfFyZfZLi { position:relative; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #SOnoyRs4Qv6Hncn4RyOK0t1oG1DShWK3 { position:relative;display:none; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #Eqtpl3sbeM1d4daX6dx6vdJ77TuQX0Bk { position:relative; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #CKXn36IfQTQcO2pkxTwn9yHpW2p4vmCX { position:relative; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #hbRhCOSHRSIxGl1lTx6NDDcf1uRZI0WP { position:relative;display:none; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #cMDEC5CUu4Cf9944K59Z8ooFxm69DtF0 { position:relative; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #dtFetQW3uwVTfR5w7GFHEQqrRkU2Hu3t { position:relative; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #o2BtrxshrB9ImPwFg569GCUi0dZK5fBF { position:relative;display:none; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #HkEx48Q62nTq9MK2XcoVTqAvN5o1qwAu { position:relative; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #kTfEZqyVzsq573ZdlTH4A218DXhIL52E { position:relative; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #CKMJ8agJzZiA9G3E0xUA4SttvsJ5PpTc { position:relative; }
#QEpEBS4vc9xbT3UCg3VKLcOOVs9hsbmS { box-sizing:content-box;height:35.812375rem;width:30.37475rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/58696dde-8e66-4179-9ca1-f8595b3be986/JustKids_01381024x683.crop_812x681_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.849975585938rem;left:1.37451171875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }#QEpEBS4vc9xbT3UCg3VKLcOOVs9hsbmS.adaptive-delivery-prevent-bg, #QEpEBS4vc9xbT3UCg3VKLcOOVs9hsbmS.lazyload, #QEpEBS4vc9xbT3UCg3VKLcOOVs9hsbmS.lazyloading { background-image: none; }
#S2wNnz29ZOTLup2mmw03e3CnfXqhTmkh { position:absolute;display:block;z-index:15017;height:21.74925rem;width:38.75rem;top:0rem;left:36.25rem;display:block; }
#TlwiXlNLi8aST1ncST9hzgywiE9kZFXT { border-top:0.625rem solid #0b1930;border-left:0.625rem solid #0b1930;border-right:0.625rem solid #0b1930;border-bottom:0.625rem solid #0b1930;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TlwiXlNLi8aST1ncST9hzgywiE9kZFXT > .row .container { background-color: transparent; background-image: none; }#TlwiXlNLi8aST1ncST9hzgywiE9kZFXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlwiXlNLi8aST1ncST9hzgywiE9kZFXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlwiXlNLi8aST1ncST9hzgywiE9kZFXT > .row .container > .video-iframe-container { display: none; }#TlwiXlNLi8aST1ncST9hzgywiE9kZFXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlwiXlNLi8aST1ncST9hzgywiE9kZFXT > .row > .video-iframe-container { display: none; }#TlwiXlNLi8aST1ncST9hzgywiE9kZFXT > .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); }#TlwiXlNLi8aST1ncST9hzgywiE9kZFXT > .row .container { border-width: 0; border-radius: 0; }#TlwiXlNLi8aST1ncST9hzgywiE9kZFXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlwiXlNLi8aST1ncST9hzgywiE9kZFXT > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#mNLy5FqXFGCdERvCmONFlxODMH0gJXp3 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.625rem;left:25.625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#miZnNkdlDcNdprN7LqpxUqSFlFQxMaab { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:4.25rem;left:20.25rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f1cd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq > .row .container { background-color: transparent; background-image: none; }#Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq > .row .container > .video-iframe-container { display: none; }#Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq > .row > .video-iframe-container { display: none; }#Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq > .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); }#Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq > .row .container { border-width: 0; border-radius: 0; }#Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#TqANy0EbJkKiTXdFCh5obvmusilBtmoX { background-color:#71d7be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:4.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.0625rem;left:47.75rem;display:block; }
#a4Q3TJV2uMlOUDTW1hICwBqP3JQ3KFo2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wXsqWXrsHwATD0wBhvno6ruVWWMZdu6J { color:#000000;display:block;width:37.5rem;position:absolute;font-family:barlow;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:6.5625rem;left:37.5rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xWv1zVEaoUg3dcdFmboSI5HqmeL3ZCKK { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.4375rem;left:37.5rem;height:7.1484375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zfdOBkyBtTafwSkBLlXFwx94bZCuJTat { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:22.875rem;width:34.4375rem;top:4.0625rem;left:0.75rem;overflow:hidden;display:block; }
#rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK > .row .container { background-color: transparent; background-image: none; }#rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK > .row .container > .video-iframe-container { display: none; }#rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK > .row > .video-iframe-container { display: none; }#rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK > .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); }#rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK > .row .container { border-width: 0; border-radius: 0; }#rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#V55VtSFRsXoCbz5rrLuTiCGKPR98na74 { color:#000000;display:block;width:67.5rem;position:absolute;font-family:barlow;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.625rem;left:3.75rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LcncibBebS7mehlWJlQvzhNZLvlqs1Mr { color:#000000;display:block;width:18.75rem;position:absolute;font-family:museo-sans;font-size:3.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.5625rem;left:9.4375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RNwqOqbT1P4VPsKxQqmNz2xQZ6r8T8oG { color:#000000;display:block;width:18.75rem;position:absolute;font-family:museo-sans;font-size:3.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:8.5625rem;left:28.125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JmeaAXPrlJmQpqgVng0hPE02WuB6WvaG { color:#000000;display:block;width:18.75rem;position:absolute;font-family:museo-sans;font-size:3.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:8.5625rem;left:46.875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MfLhZPO8xLu3o6eAnvWp3iLrFA15iP75 { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:museo-sans;font-size:1.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.87353515625rem;left:11.71875rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FGQVbmSbgJMeQVETqqdk45alCCTsCpsv { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:museo-sans;font-size:1.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:13.87353515625rem;left:30.40625rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IDymXswDT1FpgC1fxLBi05lH4Id1kwCR { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:museo-sans;font-size:1.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:13.87353515625rem;left:49.15625rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f1cd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row .container { background-color: transparent; background-image: none; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row .container > .video-iframe-container { display: none; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row > .video-iframe-container { display: none; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .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); }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row .container { border-width: 0; border-radius: 0; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#oZThVfN72dxdyTZv4VaCbhVCh7CcPxaH { color:#000000;display:block;width:61.0625rem;position:absolute;font-family:barlow;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:3.375rem;left:7rem;height:3.09375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pk6r2Hl45AzsagElRLgFyITqhNGyr9T4 { color:#000000;display:block;width:46.375rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:8.375rem;left:18.8125rem;height:28.73191875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JQxIeS2bLMPM17RZOryyrLaA1kLSTOoB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:9.125rem;left:10.75rem;overflow:hidden;display:block; }
#na767Vw7HWeeXJAGuuBm6pDNMBwgHWcZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:16.5625rem;left:10.75rem;overflow:hidden;display:block; }
#B1u48L3LxWQkTAMbENEQLw2mTBCNXxBo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:24.25rem;left:10.75rem;overflow:hidden;display:block; }
#LNMiz296kCwNSBQdwSyFEe65sEk40l8g { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:31.625rem;left:10.75rem;overflow:hidden;display:block; }
#U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh > .row .container { background-color: transparent; background-image: none; }#U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh > .row .container > .video-iframe-container { display: none; }#U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh > .row > .video-iframe-container { display: none; }#U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh > .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); }#U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh > .row .container { border-width: 0; border-radius: 0; }#U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#AEa7Za5Gdiocy22zQq5NwQEWFuxTQw68 { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:barlow;font-size:2.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:4.0625rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dhr3agMsw1udJN8VoR3bBTFdtSdXkXRD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:21.5625rem;width:32.4375rem;top:3.8125rem;left:40.3125rem;overflow:hidden;display:block; }
#V6HmQTvrNAD1rk7RUVh71sUyMtatnPXN { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.625rem;left:1.75rem;height:14.296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xd7AsTzt9s2bgysQRcxl85tReSXfFRWh { background-color:#e5c850;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.4375rem;left:14.0625rem;display:block; }
#wJvrZFuyDcybcpav09PGVsDMbJQTZSzX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT > .row .container { background-color: transparent; background-image: none; }#o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT > .row .container > .video-iframe-container { display: none; }#o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT > .row > .video-iframe-container { display: none; }#o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT > .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); }#o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT > .row .container { border-width: 0; border-radius: 0; }#o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT > .row .container { font-size:0.875rem;font-family:arial;height:65.125rem;width:75rem;position:relative;display:block; }#bHMeqLXxA3dA7KxwST2n7X7J88hE80Sm { color:#000000;display:block;width:67.5rem;position:absolute;font-family:barlow;font-size:3.375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2rem;left:3.75rem;height:3.71276875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yzG8l54VarylLW7hdQsuEK269XFHDDH5 { color:#000000;display:block;width:69.3125rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:31.9375rem;left:2.84375rem;height:29.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n5bpOwBZ6CPGeUisfQAGvqAxhQxJU0oK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:16.1875rem;top:26.625rem;left:29.40625rem;overflow:hidden;display:block; }
#NQyp0CSJu5PnEFNWEPNmpsDuT7z5nCpS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:18.375rem;width:33.125rem;top:7.25rem;left:20.9375rem;overflow:hidden;display:block; }
#EDi9qvVITVNg7q3beAIBMOeht5DFXM03 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9debeca-5093-4a20-bd5a-b75994587eb9/JustKids_0398.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EDi9qvVITVNg7q3beAIBMOeht5DFXM03.adaptive-delivery-prevent-bg, #EDi9qvVITVNg7q3beAIBMOeht5DFXM03.lazyload, #EDi9qvVITVNg7q3beAIBMOeht5DFXM03.lazyloading { background-image: none; }#EDi9qvVITVNg7q3beAIBMOeht5DFXM03 > .row .container { background-color: transparent; background-image: none; }#EDi9qvVITVNg7q3beAIBMOeht5DFXM03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,241,205,0.9); }#EDi9qvVITVNg7q3beAIBMOeht5DFXM03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDi9qvVITVNg7q3beAIBMOeht5DFXM03 > .row .container > .video-iframe-container { display: none; }#EDi9qvVITVNg7q3beAIBMOeht5DFXM03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,241,205,0.9); }#EDi9qvVITVNg7q3beAIBMOeht5DFXM03 > .row > .video-iframe-container { display: none; }#EDi9qvVITVNg7q3beAIBMOeht5DFXM03 > .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); }#EDi9qvVITVNg7q3beAIBMOeht5DFXM03 > .row .container { border-width: 0; border-radius: 0; }#EDi9qvVITVNg7q3beAIBMOeht5DFXM03::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EDi9qvVITVNg7q3beAIBMOeht5DFXM03 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EDi9qvVITVNg7q3beAIBMOeht5DFXM03 > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#tTvwkIRzSIJE9HLJFBkEizqVWorU32rk { color:#000000;display:block;width:29.812rem;position:absolute;font-family:barlow;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.93701171875rem;left:22.062377929688rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sp51DdNzEcvCSc7ItRMAs6lmMfIEI5a1 { color:#000000;display:block;width:25.437rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.249389648438rem;left:24.248046875rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QnJC1B7ffVvmE7Lb2Qk36XyzcNhowTBC { color:#000000;display:block;width:29.375rem;position:absolute;font-family:"barlow condensed";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.811645507812rem;left:22.8125rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DRGkkBamqfpNrT2VWTEnitEJBqxoTbDK { color:#000000;display:block;width:13.062125rem;position:absolute;font-family:barlow;font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:18.936767578125rem;left:30.967407226562rem;height:1.99365rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-form-header {  }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:33.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-text { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:33.6875rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-text {padding-top: 0; padding-bottom: 0;}#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-textarea { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:33.6875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:33.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-select {padding-top: 0; padding-bottom: 0;}#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-button { border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;background-color:#71d7be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.0625rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:#000000;width:29.625rem;height:3.4375rem;font-family:barlow;overflow:hidden;font-style:normal; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy [class*="-text"]:-moz-placeholder { color:#000000;font-family:"proxima nova";font-size:1rem; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy [class*="-text"]::-moz-placeholder { color:#000000;font-family:"proxima nova";font-size:1rem; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"proxima nova";font-size:1rem; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"proxima nova";font-size:1rem; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:32.5rem;overflow:hidden;font-style:normal;float:none; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-container:first-of-type{padding-top:0;}#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-container:last-of-type{padding-bottom:0;}#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.53125rem;left:37.4375rem; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.6875rem;display:block;vertical-align:top; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy {display:block;}#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.53125rem;left:37.4375rem;display:none; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #DiwXruK0iZtKsDfeBUoGzRA78UlDoDTr { position:relative; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #USnDCEuMFzVayi91rZaxRfnL3aGCiM5e { position:relative;display:none; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #FVOwhk9AW54rL4IsTO7fFw83NbDEFMLM { position:relative; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #HqD7pCnPIV3PHP2FVmIcubrDOek8dxyS { position:relative; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #J45OSfpDEMd46DgRTxBGlSqx1vQXezsf { position:relative;display:none; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #mGPrRxfq4HScT6XaaHUAnHms6mWKcAvT { position:relative; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #ZOIbEaHlKzZKtIzAgCfXnWTRZITkTwAo { position:relative; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #tXn0m75S4Tto7JstUSmm2JUJronk1XFy { position:relative;display:none; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #Fl7yBW8TsC965fvd3sHssS5vGmvmqcTN { position:relative; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #JE8dvI4MNoHWS4iIXvoSXszdMHZohAb9 { position:relative; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #bu01URrGw8TgTdbRW44vdTcaR7DzZT4W { position:relative;display:none; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #ilTcQ2xBTsZxIAVq86AkrVmx3a9qNuOJ { position:relative; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #TJ3gCnQrQ9qS24AnpaiaFkKiGWpcMgQb { position:relative; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #PvdNnxTqdqSCF9iXwey4aQ1SdGQSaV9M { position:relative;display:none; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #qIOwsbKlvPcRQE8uaOTAVEnylucbALg3 { position:relative; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #T442L73XBEAT41bBc9IxSvtQIEzfsiGV { position:relative; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #cQcr81Ag2ToiyupOCtxqq1cJCFDVMugT { position:relative; }
#ZD0FKfZliv5XrQyMJRV4LqhRvwSvByT2 { background-color:#e5c850;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.87475rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.445678710938rem;left:31.06201171875rem;display:block; }
#PxSP5TWZELaowNZD8Qdc6rLcyoW3gI5v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1930;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD > .row .container { background-color: transparent; background-image: none; }#TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD > .row .container > .video-iframe-container { display: none; }#TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD > .row > .video-iframe-container { display: none; }#TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD > .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); }#TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD > .row .container { border-width: 0; border-radius: 0; }#TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#TBMtScpi3RJD5cOAxVldxNzzaW94aqQW { color:#ffffff;display:block;width:50rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.630859375rem;left:24.375rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tSPKNNyuuGrFZHnbOqW6OIyiT7LXcGLb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14.4375rem;top:1.09375rem;left:0.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3 { display:block; }#RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sC1TV9h0FH6AZZodcMbDtKsyXGmgHmIx { top:1.1875rem;left:0rem;width:20.9375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv1VF5VOGNdRAzK61wHT0UU5S0Lw13i5 { width:10.375rem;height:3.4375rem;top:1.5625rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGrAUo2596796iNTqxGHU4SOTGk6pdqv { display:block; }
 }@media only screen and (max-width: 763px) { #fC5IJIT9ZUp5atDTNJNyWI3pfSrDTKa0 { top:5.25rem;left:40.6875rem;width:7.0625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg { display:block; }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHcGo5OKQICxDxAssTaML0wNtdqZmwR2 { top:30.1875rem;left:0rem;width:33.375rem;height:5.125rem;font-size:1.25rem;display:block; }#sHcGo5OKQICxDxAssTaML0wNtdqZmwR2 li:before{  }
 }@media only screen and (max-width: 763px) { #Z3xX2IDQKvRXCnHvKiE6xRDJ4rbPneSe { top:3.25rem;left:0rem;width:36.5rem;height:8.625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXsqq3WpoEOhIAh4KVvT5LgtGZ0FBbq1 { top:12.875rem;left:0rem;width:25.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-regular-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-text { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-textarea { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-select { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-button { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-checkbox-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L  { width:26.5rem;height:21.9375rem;top:14.75rem;left:0rem; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .radio-container { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L {display:block;}#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L { width:26.5rem;height:21.9375rem;top:14.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #PbNpJ47ZzvBvQJR0RJuoLo4er2w7ftiJ {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #uB0m1A1xs265AkGl9irouHLmuriJSD0W { display:none; }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #Z54fcxlhRAAvX7gMn3RzmnsafTFzrADD {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #a28XzUs6iiPbRTAT8RBmRFRll64af9Xr {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #VQhEcZBRJUvWf0TgBqCf3GO15ow9LA2O { display:none; }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #T5vCS9w2dkCB64vuWCOciXyhKgTwvTVe {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #lwv9x0425cBQzLmyHiuepU2TfFyZfZLi {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #SOnoyRs4Qv6Hncn4RyOK0t1oG1DShWK3 { display:none; }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #Eqtpl3sbeM1d4daX6dx6vdJ77TuQX0Bk {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #CKXn36IfQTQcO2pkxTwn9yHpW2p4vmCX {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #hbRhCOSHRSIxGl1lTx6NDDcf1uRZI0WP {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #cMDEC5CUu4Cf9944K59Z8ooFxm69DtF0 {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #dtFetQW3uwVTfR5w7GFHEQqrRkU2Hu3t {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #o2BtrxshrB9ImPwFg569GCUi0dZK5fBF { display:none; }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #HkEx48Q62nTq9MK2XcoVTqAvN5o1qwAu {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #kTfEZqyVzsq573ZdlTH4A218DXhIL52E {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #CKMJ8agJzZiA9G3E0xUA4SttvsJ5PpTc {  }
 }@media only screen and (max-width: 763px) { #QEpEBS4vc9xbT3UCg3VKLcOOVs9hsbmS { top:16.8125rem;left:0rem;width:30.3125rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2wNnz29ZOTLup2mmw03e3CnfXqhTmkh { top:0rem;left:9rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlwiXlNLi8aST1ncST9hzgywiE9kZFXT { display:block; }#TlwiXlNLi8aST1ncST9hzgywiE9kZFXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNLy5FqXFGCdERvCmONFlxODMH0gJXp3 { top:1.625rem;left:12rem;width:23.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #miZnNkdlDcNdprN7LqpxUqSFlFQxMaab { top:4.25rem;left:6.625rem;width:34.5625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq { display:block; }#Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqANy0EbJkKiTXdFCh5obvmusilBtmoX { width:17rem;height:4.3125rem;top:20.0625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4Q3TJV2uMlOUDTW1hICwBqP3JQ3KFo2 { display:block; }
 }@media only screen and (max-width: 763px) { #wXsqWXrsHwATD0wBhvno6ruVWWMZdu6J { top:6.5625rem;left:10.25rem;width:37.5rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWv1zVEaoUg3dcdFmboSI5HqmeL3ZCKK { top:11.4375rem;left:10.25rem;width:37.5rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdOBkyBtTafwSkBLlXFwx94bZCuJTat { top:4.0625rem;left:0rem;width:34.4375rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK { display:block; }#rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V55VtSFRsXoCbz5rrLuTiCGKPR98na74 { top:1.625rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcncibBebS7mehlWJlQvzhNZLvlqs1Mr { top:8.5625rem;left:0rem;width:18.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNwqOqbT1P4VPsKxQqmNz2xQZ6r8T8oG { top:8.5625rem;left:14.5rem;width:18.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmeaAXPrlJmQpqgVng0hPE02WuB6WvaG { top:8.5625rem;left:29rem;width:18.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfLhZPO8xLu3o6eAnvWp3iLrFA15iP75 { top:13.8125rem;left:0rem;width:14.1875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGQVbmSbgJMeQVETqqdk45alCCTsCpsv { top:13.8125rem;left:16.78125rem;width:14.1875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDymXswDT1FpgC1fxLBi05lH4Id1kwCR { top:13.8125rem;left:33.5625rem;width:14.1875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 { display:block; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZThVfN72dxdyTZv4VaCbhVCh7CcPxaH { top:3.375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk6r2Hl45AzsagElRLgFyITqhNGyr9T4 { top:8.375rem;left:1.375rem;width:46.375rem;height:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQxIeS2bLMPM17RZOryyrLaA1kLSTOoB { top:9.125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #na767Vw7HWeeXJAGuuBm6pDNMBwgHWcZ { top:16.5625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1u48L3LxWQkTAMbENEQLw2mTBCNXxBo { top:24.25rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNMiz296kCwNSBQdwSyFEe65sEk40l8g { top:31.625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh { display:block; }#U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEa7Za5Gdiocy22zQq5NwQEWFuxTQw68 { top:3.125rem;left:0rem;width:30.3125rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhr3agMsw1udJN8VoR3bBTFdtSdXkXRD { top:3.8125rem;left:15.3125rem;width:32.4375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6HmQTvrNAD1rk7RUVh71sUyMtatnPXN { top:7.625rem;left:0rem;width:34.9375rem;height:14.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd7AsTzt9s2bgysQRcxl85tReSXfFRWh { width:10.375rem;height:3.4375rem;top:23.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJvrZFuyDcybcpav09PGVsDMbJQTZSzX { display:block; }
 }@media only screen and (max-width: 763px) { #o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT { display:block; }#o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHMeqLXxA3dA7KxwST2n7X7J88hE80Sm { top:2rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzG8l54VarylLW7hdQsuEK269XFHDDH5 { top:31.9375rem;left:0rem;width:47.75rem;height:29.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5bpOwBZ6CPGeUisfQAGvqAxhQxJU0oK { top:26.625rem;left:15.78125rem;width:16.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQyp0CSJu5PnEFNWEPNmpsDuT7z5nCpS { top:7.25rem;left:7.3125rem;width:33.125rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDi9qvVITVNg7q3beAIBMOeht5DFXM03 { display:block; }#EDi9qvVITVNg7q3beAIBMOeht5DFXM03 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTvwkIRzSIJE9HLJFBkEizqVWorU32rk { top:2.875rem;left:8.4373779296875rem;width:29.75rem;height:7.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp51DdNzEcvCSc7ItRMAs6lmMfIEI5a1 { top:11.1875rem;left:10.623046875rem;width:25.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnJC1B7ffVvmE7Lb2Qk36XyzcNhowTBC { top:13.75rem;left:9.1875rem;width:29.375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRGkkBamqfpNrT2VWTEnitEJBqxoTbDK { top:18.875rem;left:17.341796875rem;width:13rem;height:1.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-regular-label { width:33.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-text { width:33.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-text {padding-top: 0; padding-bottom: 0;}#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-textarea { width:33.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-select { width:33.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-select {padding-top: 0; padding-bottom: 0;}#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-button { width:29.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-checkbox-label { width:32.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy  { width:33.6875rem;height:auto;top:1.5rem;left:11.5625rem; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .radio-container { width:33.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy {display:block;}#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy { width:33.6875rem;height:auto;top:1.5rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #DiwXruK0iZtKsDfeBUoGzRA78UlDoDTr {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #USnDCEuMFzVayi91rZaxRfnL3aGCiM5e { display:none; }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #FVOwhk9AW54rL4IsTO7fFw83NbDEFMLM {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #HqD7pCnPIV3PHP2FVmIcubrDOek8dxyS {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #J45OSfpDEMd46DgRTxBGlSqx1vQXezsf { display:none; }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #mGPrRxfq4HScT6XaaHUAnHms6mWKcAvT {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #ZOIbEaHlKzZKtIzAgCfXnWTRZITkTwAo {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #tXn0m75S4Tto7JstUSmm2JUJronk1XFy { display:none; }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #Fl7yBW8TsC965fvd3sHssS5vGmvmqcTN {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #JE8dvI4MNoHWS4iIXvoSXszdMHZohAb9 {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #bu01URrGw8TgTdbRW44vdTcaR7DzZT4W {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #ilTcQ2xBTsZxIAVq86AkrVmx3a9qNuOJ {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #TJ3gCnQrQ9qS24AnpaiaFkKiGWpcMgQb {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #PvdNnxTqdqSCF9iXwey4aQ1SdGQSaV9M { display:none; }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #qIOwsbKlvPcRQE8uaOTAVEnylucbALg3 {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #T442L73XBEAT41bBc9IxSvtQIEzfsiGV {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #cQcr81Ag2ToiyupOCtxqq1cJCFDVMugT {  }
 }@media only screen and (max-width: 763px) { #ZD0FKfZliv5XrQyMJRV4LqhRvwSvByT2 { width:12.8125rem;height:3.125rem;top:22.4375rem;left:17.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxSP5TWZELaowNZD8Qdc6rLcyoW3gI5v { display:block; }
 }@media only screen and (max-width: 763px) { #TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD { display:block; }#TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBMtScpi3RJD5cOAxVldxNzzaW94aqQW { top:2.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSPKNNyuuGrFZHnbOqW6OIyiT7LXcGLb { top:1.0625rem;left:0rem;width:14.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3 { position:relative;z-index:auto;display:block; }#RQQwAcFWqHXGgWr4zVZE3VWbK3MTJkl3 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sC1TV9h0FH6AZZodcMbDtKsyXGmgHmIx { width:10.25rem;height:3rem;top:1.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv1VF5VOGNdRAzK61wHT0UU5S0Lw13i5 { width:7.75rem;height:2.5rem;top:1.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGrAUo2596796iNTqxGHU4SOTGk6pdqv { display:block; }
 }@media only screen and (max-width: 763px) { #fC5IJIT9ZUp5atDTNJNyWI3pfSrDTKa0 { width:7.0625rem;height:1.4624rem;top:4.125rem;left:12.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg { background-color:#ffffff;background-image:none;display:block; }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row .container { background-color: transparent; background-image: none; }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row .container > .video-iframe-container { display: none; }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row > .video-iframe-container { display: none; }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .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); }#iRPRmpULxBUFrMfTofcdRXxGyTtOm8hg > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHcGo5OKQICxDxAssTaML0wNtdqZmwR2 { width:20rem;height:0;top:26.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }#sHcGo5OKQICxDxAssTaML0wNtdqZmwR2 li:before{  }
 }@media only screen and (max-width: 763px) { #Z3xX2IDQKvRXCnHvKiE6xRDJ4rbPneSe { width:18.3125rem;height:4.00024375rem;top:0.8125rem;left:0.84375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXsqq3WpoEOhIAh4KVvT5LgtGZ0FBbq1 { width:17.875rem;height:3.8994125rem;top:5.4375rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"proxima nova";font-size:1rem;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L  { width:17.5rem;height:auto;top:29.36181640625rem;left:0rem; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L {display:block;}#Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L { width:17.5rem;height:auto;top:29.36181640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #PbNpJ47ZzvBvQJR0RJuoLo4er2w7ftiJ {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #uB0m1A1xs265AkGl9irouHLmuriJSD0W { display:none; }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #Z54fcxlhRAAvX7gMn3RzmnsafTFzrADD {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #a28XzUs6iiPbRTAT8RBmRFRll64af9Xr {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #VQhEcZBRJUvWf0TgBqCf3GO15ow9LA2O { display:none; }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #T5vCS9w2dkCB64vuWCOciXyhKgTwvTVe {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #lwv9x0425cBQzLmyHiuepU2TfFyZfZLi {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #SOnoyRs4Qv6Hncn4RyOK0t1oG1DShWK3 { display:none; }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #Eqtpl3sbeM1d4daX6dx6vdJ77TuQX0Bk {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #CKXn36IfQTQcO2pkxTwn9yHpW2p4vmCX {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #hbRhCOSHRSIxGl1lTx6NDDcf1uRZI0WP {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #cMDEC5CUu4Cf9944K59Z8ooFxm69DtF0 {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #dtFetQW3uwVTfR5w7GFHEQqrRkU2Hu3t {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #o2BtrxshrB9ImPwFg569GCUi0dZK5fBF { display:none; }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #HkEx48Q62nTq9MK2XcoVTqAvN5o1qwAu {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #kTfEZqyVzsq573ZdlTH4A218DXhIL52E {  }
 }@media only screen and (max-width: 763px) { #Ksyc6ZF2soAAxKGKmTzkO2UFv6262d4L #CKMJ8agJzZiA9G3E0xUA4SttvsJ5PpTc {  }
 }@media only screen and (max-width: 763px) { #QEpEBS4vc9xbT3UCg3VKLcOOVs9hsbmS { width:16.6875rem;height:19rem;top:10.36181640625rem;left:1.65625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/58696dde-8e66-4179-9ca1-f8595b3be986/JustKids_01381024x683.crop_812x681_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QEpEBS4vc9xbT3UCg3VKLcOOVs9hsbmS.adaptive-delivery-prevent-bg, #QEpEBS4vc9xbT3UCg3VKLcOOVs9hsbmS.lazyload, #QEpEBS4vc9xbT3UCg3VKLcOOVs9hsbmS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #S2wNnz29ZOTLup2mmw03e3CnfXqhTmkh { width:20rem;height:21.6875rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlwiXlNLi8aST1ncST9hzgywiE9kZFXT { display:block; }#TlwiXlNLi8aST1ncST9hzgywiE9kZFXT > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNLy5FqXFGCdERvCmONFlxODMH0gJXp3 { width:20rem;height:1.6499rem;top:1.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #miZnNkdlDcNdprN7LqpxUqSFlFQxMaab { width:20rem;height:1.6499rem;top:4.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq { display:block; }#Qu8eJzvOiDaxUrtNPvCBRTy8A6D9bniq > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqANy0EbJkKiTXdFCh5obvmusilBtmoX { width:18.5rem;height:4.3125rem;top:35.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4Q3TJV2uMlOUDTW1hICwBqP3JQ3KFo2 { display:block; }
 }@media only screen and (max-width: 763px) { #wXsqWXrsHwATD0wBhvno6ruVWWMZdu6J { width:20rem;height:2.40625rem;top:2.375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWv1zVEaoUg3dcdFmboSI5HqmeL3ZCKK { width:17.8125rem;height:13rem;top:20.5625rem;left:1.09375rem;font-size:1.25rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfdOBkyBtTafwSkBLlXFwx94bZCuJTat { width:18.3125rem;height:12.125rem;top:6.75rem;left:0.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK { display:block; }#rrZZEK8Td19q7TKv10ckbUWbMOEZG1MK > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V55VtSFRsXoCbz5rrLuTiCGKPR98na74 { width:20rem;height:4.3994125rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcncibBebS7mehlWJlQvzhNZLvlqs1Mr { width:10.3125rem;height:2.19360625rem;top:8.875rem;left:4.8125rem;font-size:1.6875rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNwqOqbT1P4VPsKxQqmNz2xQZ6r8T8oG { width:10.3125rem;height:2.19360625rem;top:17rem;left:4.8125rem;font-size:1.6875rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JmeaAXPrlJmQpqgVng0hPE02WuB6WvaG { width:10.3125rem;height:2.19360625rem;top:28.5rem;left:4.875rem;font-size:1.6875rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MfLhZPO8xLu3o6eAnvWp3iLrFA15iP75 { width:14.1875rem;height:4.38720625rem;top:11.0625rem;left:2.875rem;font-size:1.6875rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FGQVbmSbgJMeQVETqqdk45alCCTsCpsv { width:14.1875rem;height:4.38720625rem;top:19.125rem;left:2.9375rem;font-size:1.6875rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDymXswDT1FpgC1fxLBi05lH4Id1kwCR { width:14.1875rem;height:4.38720625rem;top:30.625rem;left:2.9375rem;font-size:1.6875rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2917723b-a90e-4472-b697-f62d14af62bf/ctabg.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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7.adaptive-delivery-prevent-bg, #GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7.lazyload, #GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7.lazyloading { background-image: none; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row .container { background-color: transparent; background-image: none; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.52); }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row .container > .video-iframe-container { display: none; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.52); }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row > .video-iframe-container { display: none; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .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); }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row .container { border-width: 0; border-radius: 0; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GFfPRtcEiSBCPS8WNT5dkMu5lzJCKGQ7 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZThVfN72dxdyTZv4VaCbhVCh7CcPxaH { width:20rem;height:3.8496125rem;top:2.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pk6r2Hl45AzsagElRLgFyITqhNGyr9T4 { width:18.0625rem;height:37.11910625rem;top:13.037109375rem;left:0.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQxIeS2bLMPM17RZOryyrLaA1kLSTOoB { width:3.125rem;height:3.125rem;top:8rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na767Vw7HWeeXJAGuuBm6pDNMBwgHWcZ { width:3.125rem;height:3.125rem;top:8rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1u48L3LxWQkTAMbENEQLw2mTBCNXxBo { width:3.125rem;height:3.125rem;top:8rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNMiz296kCwNSBQdwSyFEe65sEk40l8g { width:3.125rem;height:3.125rem;top:8rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh { display:block; }#U5MeeyDiea6zOHNApF8u1PFFfCIwCEqh > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEa7Za5Gdiocy22zQq5NwQEWFuxTQw68 { width:18.4980625rem;height:2.2749rem;top:2.625rem;left:0.75048828125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhr3agMsw1udJN8VoR3bBTFdtSdXkXRD { width:17.75rem;height:11.75rem;top:6.3125rem;left:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V6HmQTvrNAD1rk7RUVh71sUyMtatnPXN { width:18.4980625rem;height:24.375rem;top:19.9375rem;left:0.75048828125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xd7AsTzt9s2bgysQRcxl85tReSXfFRWh { width:10.375rem;height:3.4375rem;top:45.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJvrZFuyDcybcpav09PGVsDMbJQTZSzX { display:block; }
 }@media only screen and (max-width: 763px) { #o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT { display:block; }#o5WuGGDsnU9XCDJZ23PlBwVUqRwLsghT > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHMeqLXxA3dA7KxwST2n7X7J88hE80Sm { width:20rem;height:2.19970625rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzG8l54VarylLW7hdQsuEK269XFHDDH5 { width:20rem;height:37.5rem;top:23.57421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n5bpOwBZ6CPGeUisfQAGvqAxhQxJU0oK { width:12.25rem;height:2.8125rem;top:19.13671875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQyp0CSJu5PnEFNWEPNmpsDuT7z5nCpS { width:20rem;height:11.094339622642rem;top:6.51171875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EDi9qvVITVNg7q3beAIBMOeht5DFXM03 { display:block; }#EDi9qvVITVNg7q3beAIBMOeht5DFXM03 > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTvwkIRzSIJE9HLJFBkEizqVWorU32rk { width:18.5rem;height:5.0996125rem;top:1.6875rem;left:0.75rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sp51DdNzEcvCSc7ItRMAs6lmMfIEI5a1 { width:18.5rem;height:1.381225rem;top:7.7998046875rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnJC1B7ffVvmE7Lb2Qk36XyzcNhowTBC { width:18.5rem;height:6.9043125rem;top:10.5615234375rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRGkkBamqfpNrT2VWTEnitEJBqxoTbDK { width:13.0625rem;height:2.0625rem;top:18.75rem;left:3.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-text {padding-top: 0; padding-bottom: 0;}#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"proxima nova";font-size:1rem;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-select {padding-top: 0; padding-bottom: 0;}#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:1.0625rem;margin-bottom:0.25rem;margin-left:1.0625rem;font-size:1.1875rem;overflow:hidden; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy  { width:17.5rem;height:auto;top:18.1328125rem;left:0rem; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy {display:block;}#r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy { width:17.5rem;height:auto;top:18.1328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #DiwXruK0iZtKsDfeBUoGzRA78UlDoDTr {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #USnDCEuMFzVayi91rZaxRfnL3aGCiM5e { display:none; }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #FVOwhk9AW54rL4IsTO7fFw83NbDEFMLM {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #HqD7pCnPIV3PHP2FVmIcubrDOek8dxyS {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #J45OSfpDEMd46DgRTxBGlSqx1vQXezsf { display:none; }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #mGPrRxfq4HScT6XaaHUAnHms6mWKcAvT {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #ZOIbEaHlKzZKtIzAgCfXnWTRZITkTwAo {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #tXn0m75S4Tto7JstUSmm2JUJronk1XFy { display:none; }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #Fl7yBW8TsC965fvd3sHssS5vGmvmqcTN {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #JE8dvI4MNoHWS4iIXvoSXszdMHZohAb9 {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #bu01URrGw8TgTdbRW44vdTcaR7DzZT4W {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #ilTcQ2xBTsZxIAVq86AkrVmx3a9qNuOJ {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #TJ3gCnQrQ9qS24AnpaiaFkKiGWpcMgQb {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #PvdNnxTqdqSCF9iXwey4aQ1SdGQSaV9M { display:none; }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #qIOwsbKlvPcRQE8uaOTAVEnylucbALg3 {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #T442L73XBEAT41bBc9IxSvtQIEzfsiGV {  }
 }@media only screen and (max-width: 763px) { #r2qyyAJLn8DUm3iPtuCRiw8BGITZdNIy #cQcr81Ag2ToiyupOCtxqq1cJCFDVMugT {  }
 }@media only screen and (max-width: 763px) { #ZD0FKfZliv5XrQyMJRV4LqhRvwSvByT2 { width:12.8125rem;height:3.125rem;top:22.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxSP5TWZELaowNZD8Qdc6rLcyoW3gI5v { display:block; }
 }@media only screen and (max-width: 763px) { #TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD { display:block; }#TDly9Tt5lcZKMDULKoSGWWzx1hxy4MuD > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBMtScpi3RJD5cOAxVldxNzzaW94aqQW { width:17.8125rem;height:3.8994125rem;top:6.9375rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tSPKNNyuuGrFZHnbOqW6OIyiT7LXcGLb { width:14.0625rem;height:4.25rem;top:1.310546875rem;left:2.96875rem;display:block; }
 }