.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#L34Ud61JPeNUEuw1koso1E6mXJVDxMVZ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.186525rem;width:14.4980625rem;top:0.71875rem;left:22.75rem;overflow:hidden;display:block; }
#n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97 { position:relative;display:none; }#n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97 { border-width: 0; border-radius: 0; }#n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4581d0;background-image:url("https://images.assets-landingi.com/uc/7e5e48dc-f190-4751-b900-e9dcef3f491a/sfondo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT.adaptive-delivery-prevent-bg, #TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT.lazyload, #TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT.lazyloading { background-image: none; }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .row .container { background-color: transparent; background-image: none; }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .row .container > .video-iframe-container { display: none; }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .row > .video-iframe-container { display: none; }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .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); }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .row .container { border-width: 0; border-radius: 0; }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:60rem;position:relative;display:block; }#NFH3rs5Fg3ryfKWT5XLrDRPWO2Xbs3DI { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:18rem;left:3.1875rem;height:4.5498rem;display:block; }
#OQk6CGBkJLDBPnGybrr652Q2MroT0mJV { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:23.125rem;left:3.1875rem;height:4.38720625rem;font-style:normal;display:block; }
#CtIItoiiETUUe1q4iOXTz4etLvvcQWQZ { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100001;line-height:1.1;letter-spacing:0;top:24.375rem;left:17.25rem;height:1.85595625rem;display:block; }
#Ikiz7cEq6TuDCL58JwzWpdDqWkyZ5bWZ { color:#ffffff;display:block;width:27.874rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:27.0625rem;left:3.125rem;height:;display:block; }#Ikiz7cEq6TuDCL58JwzWpdDqWkyZ5bWZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ikiz7cEq6TuDCL58JwzWpdDqWkyZ5bWZ li:before{  }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-form-header {  }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-button { 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:#8dba38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .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:16.124625rem;overflow:hidden;font-style:normal; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .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; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .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; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-container:first-of-type{padding-top:0;}#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-container:last-of-type{padding-bottom:0;}#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5615rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;position:absolute;top:8.7373046875rem;left:37.560546875rem; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .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; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 {display:block;}#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5615rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;position:absolute;top:8.7373046875rem;left:37.560546875rem; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #xkUi8nEdp0Wv8OMZUQinopfkTb3XTI2N { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #bQ5CibOIRwaIBAf6th6CPQV79CdW6Q89 { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #Qr0ZUNT08R9maWTaxQcPuTbnqNER02c6 { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #ZdErmZpQw7vvuPdhJVkAndzXTDPutnkq { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #kP38yfi2cmIyyvVTdNyipBiLG6i5K2WX { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #p19BJrIucuFVsVsVqmaR3rTRIiA8sTT8 { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #NzcnAUyLswnl5oS998KJf3plUmpzaPD4 { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #hFrr3iaAbTMx8Is8AEhirKLTAVZMwTrw { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #OylhJr8MN1UIwxzb7OkuEkT4XRm3tKor { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #xICkeWD3XOTzVPBrokAws9WboSPVkuWE { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #E0KRcVGr6Of6OBUHCvQs4CKa0V54cXtM { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #zpxLAlKHBrqdQ6wwxO592R32Q3ArToke { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #GZHFqHcoU8EVfEws9Z9PErilZp6VccLb { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #aysLQTmuCUva5WIA76xIG9U9aPVTTvCt { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #a1UWKQPlnS0tN5eidvFQz4u7Cutt9hMg { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #HcBLRiF5t6o8GbE7JEEfkMEs7LrN22c7 { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #r42q0QtKNqN4W4aiRUsmUvOfpNSshZRR { position:relative;z-index:2; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #L78ExFwqsspUndKOPyfJpFt21PnII6RT { position:relative; }
#BEr7WhTzqTQlJ1cKXD78x3xTeTw0IU3s { position:relative;display:block; }
#QsGQA3RHWL2bUyqRhNmQJgsfOL2Tqi7t { position:relative;display:block; }
#CNvqNC5GfZifcQ1UPJHzXJzTSpsyiHXl { position:relative;display:block; }
#Xu5JZTWobHROvwP58yRRT9TuI0MruFW2 { position:relative;display:block; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #JkL8DsAJQn1rGE2oLFyteglsGEmv4Agh { position:relative; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #RcKxNL1l1tgfTdXnvwQD9qwszT5zpbbV { position:relative; }
#XPOfKFNiFwMrZgKwFvBAUgEQu97XuLXI { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.7493125rem;width:15.7493125rem;top:2.2487568855286rem;left:0.62233543395996rem;overflow:hidden;display:block; }
#VEBan2kBb8xgbAUFWCX0w8Zsk3D8R9aP { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#eysdWovn57hPcal25bE92aOokBf6yXCU { color:#004691;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:5.875rem;left:37.560546875rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RuKMBnb937d0m810wXsmSfmCcyDU4TnB { box-sizing:content-box;color:#b1d66f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:38.125rem;left:12.4375rem;display:block; }
#oiosCv9n0XFfolpk0DIfrynbdvngbR27 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:39.0625rem;left:3.1875rem;height:1.29980625rem;display:block; }
#L4Cr7p6ql29Gtc1BhK83RM6O0fkd8uSd { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:20.0625rem;top:4.5rem;left:37.560546875rem;display:block; }
#uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx { position:relative;display:none; }#uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx { border-width: 0; border-radius: 0; }#uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#UFPMCUVl7iEQ7pomwEwCWPsa14nu5OBL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UFPMCUVl7iEQ7pomwEwCWPsa14nu5OBL > .row .container { background-color: transparent; background-image: none; }#UFPMCUVl7iEQ7pomwEwCWPsa14nu5OBL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UFPMCUVl7iEQ7pomwEwCWPsa14nu5OBL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UFPMCUVl7iEQ7pomwEwCWPsa14nu5OBL > .row .container > .video-iframe-container { display: none; }#UFPMCUVl7iEQ7pomwEwCWPsa14nu5OBL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UFPMCUVl7iEQ7pomwEwCWPsa14nu5OBL > .row > .video-iframe-container { display: none; }#UFPMCUVl7iEQ7pomwEwCWPsa14nu5OBL > .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); }#UFPMCUVl7iEQ7pomwEwCWPsa14nu5OBL > .row .container { border-width: 0; border-radius: 0; }#UFPMCUVl7iEQ7pomwEwCWPsa14nu5OBL > .row .container { font-size:0.875rem;font-family:arial;height:80.8125rem;width:60rem;position:relative;display:block; }#cmVOlydLrgSMJPXpvxV7mdbRByMKnslT { color:#394a68;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xBhWPCKbJWuH1vNiuq25pSbFpTL76num { color:#394a68;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:4.63036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qtgiZGEtAWo63pfJ4MuQToboILSWhwIB { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;height:23.3125rem;width:19rem;top:20.0625rem;left:0rem;display:block; }
#b4TuWTVPk2BFRds8BEaqTrCyEIJTtKcp { color:#394a68;display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:34.625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#etTZyeQSb1Zx6DXqmszf3mdTiaxC7pg8 { color:#a0a0a0;display:block;width:14.749625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:38.187321662903rem;left:2.2478675842285rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DIz24I6rBAOVnHeu1SNCgMaPGLcw6NVh { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:14.1868125rem;top:22.373933792114rem;left:2.529296875rem;overflow:hidden;display:block; }
#cXfUSRn7Xt1ybSzhwBNdwh8NQUVXRdhe { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;height:23.3125rem;width:19rem;top:20.1875rem;left:20.5625rem;display:block; }
#ncd3btMukeUFum0QGIaTMFtMgiPmrsM4 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.1869375rem;width:13.75rem;top:23.500532627106rem;left:23.125rem;overflow:hidden;display:block; }
#e6v2PzDbwzgUUVkUDM56fsSS4STMSHCJ { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;height:23.3125rem;width:19rem;top:20.1875rem;left:40.875rem;display:block; }
#MXiDyi4DPKHMrBcShiswDnVXle0hdSfW { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.9375rem;width:12.5rem;top:22.842684268951rem;left:44.248046875rem;overflow:hidden;display:block; }
#ae8IuOswJWLWvmNgE8mlZzfoo5U115x8 { position:absolute;display:block;z-index:100019;background-color:transparent;background-image:none;border-top:0.125rem dashed #bebebe;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:15.6875rem;left:9.6875rem;display:block; }
#cVV9KLRZx7iRiNeSFAOwF9bsFODGCuTH { position:absolute;display:block;z-index:100020;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;height:3.625rem;width:0.0625rem;top:15.6875rem;left:9.6875rem;display:block; }
#gTmx14rdr9z6JHQBhXS44IhoOr4tnKL3 { position:absolute;display:block;z-index:100021;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;height:3.625rem;width:0.0625rem;top:15.6875rem;left:29.9375rem;display:block; }
#yfUZ86k35WHmMPnNnDaNoHugmMD2lVaA { position:absolute;display:block;z-index:100022;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;height:3.625rem;width:0.0625rem;top:15.875rem;left:50.5625rem;display:block; }
#wW5sAMPsU9A6XfZvm8lLu8671apNVBI7 { position:absolute;display:block;z-index:100023;background-color:#bebebe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:0.8125rem;width:0.8125rem;top:15.375rem;left:9.375rem;display:block; }
#lqa9N2xPtUXatLTrfvHOvVQJP0VQ8zw9 { position:absolute;display:block;z-index:100024;background-color:#bebebe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:0.8125rem;width:0.8125rem;top:15.375rem;left:29.625rem;display:block; }
#AgJtGTkD8DtZFhx3sDT3h4z9HrG3bpse { position:absolute;display:block;z-index:100025;background-color:#bebebe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:0.8125rem;width:0.8125rem;top:15.375rem;left:50.25rem;display:block; }
#ZSudQk3BO3uyHRy92SI7yVuB0revAU84 { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;height:23.3125rem;width:19rem;top:50.875rem;left:40.875rem;display:block; }
#R5x3bsGXroV9csDVcEAfcHBDRiQReSCs { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;height:23.3125rem;width:19rem;top:50.875rem;left:20.5625rem;display:block; }
#SMhpIpDH1OQZ7n5VRD5XZct0V1d67Oho { position:absolute;display:block;z-index:99998;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;height:23.3123125rem;width:18.9994375rem;top:50.87357711792rem;left:0rem;display:block; }
#nqDp4inb6CpoqNgnp3JaVKty0I51cFTq { position:absolute;display:block;z-index:100026;background-color:transparent;background-image:none;border-top:0.125rem dashed #bebebe;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:46.125rem;left:9.5rem;display:block; }
#FbohDw3iCFaTPHCUOhkLPgmc1xi62Ot5 { position:absolute;display:block;z-index:100029;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;height:3.625rem;width:0.0625rem;top:46.3125rem;left:50.375rem;display:block; }
#VMuglVUXe75haXAPyeEtlckyDgItybM4 { position:absolute;display:block;z-index:100032;background-color:#bebebe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:0.8125rem;width:0.8125rem;top:45.8125rem;left:50.0625rem;display:block; }
#w7GXUrTFmaUfTit0yguW6xNfaURa7HaW { position:absolute;display:block;z-index:100028;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;height:3.625rem;width:0.0625rem;top:46.125rem;left:29.75rem;display:block; }
#MQHxlNsI66iCrzTNDOk095wHCQ4NIC8Q { position:absolute;display:block;z-index:100031;background-color:#bebebe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:0.8125rem;width:0.8125rem;top:45.8125rem;left:29.4375rem;display:block; }
#tTIP7NVq6LLXGLdMRbFSF2JgmDWK3m2n { position:absolute;display:block;z-index:100030;background-color:#bebebe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:0.8125rem;width:0.8125rem;top:45.8125rem;left:9.1875rem;display:block; }
#IZTyNsIh0g3dQDOXrm6BfDvnr2Ns7DDH { position:absolute;display:block;z-index:100027;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;height:3.625rem;width:0.0625rem;top:46.125rem;left:9.5rem;display:block; }
#egGJcJXefdeCtwgWDU1bLMmXX0EguFy5 { color:#394a68;display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:34.625rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OHklauRmSOxboCu9T2kDn8aX4778sSpK { color:#a0a0a0;display:block;width:14.749625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:38.1875rem;left:22.875rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zyJZziP73dAkkNfUEvmcnEvNgXbNNqmN { color:#394a68;display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:34.625rem;left:40.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JPb49DqKLaBmp4wye0EoS16tt4bSoaSA { color:#a0a0a0;display:block;width:14.749625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:38.1875rem;left:43.125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rqvATE1kADpLpEqeSkc1u8gTsew81UWa { color:#a0a0a0;display:block;width:14.749625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:69.1875rem;left:2.25rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#doPWxzGARRgkVeTAQ6yxdBtVTwfIr6EL { color:#394a68;display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:65.625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hxUWcrLmaFP1MZSMDMCqJpOXHnhXTcWu { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.75rem;width:14.125rem;top:53.375rem;left:2.5rem;overflow:hidden;display:block; }
#ZoCeU8EFBdUNh2C0WISrSN3RFxM0mZwk { color:#394a68;display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:65.75rem;left:20.5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wUq8n4NiqtHlkdau73l0xrZxE4AWwZbC { color:#a0a0a0;display:block;width:14.749625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:69.3125rem;left:22.6875rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d6HH3pEvvGbWORBbfWGnKO6dUJFnrmoS { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:13.8125rem;top:52.842681884766rem;left:23.093036651611rem;overflow:hidden;display:block; }
#gBItpxWOgzasor8BPbNmmLeUU4hvhcG5 { color:#a0a0a0;display:block;width:14.749625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:69.3125rem;left:43.125rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m2kZm6PNSv22lGvbi39EyRWd0sozhKla { color:#394a68;display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:65.75rem;left:40.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpVcK50lGfr8UmAeZWmGubZaiXqBGumS { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:13.75rem;top:52.8125rem;left:43.5rem;overflow:hidden;display:block; }
#tCipaAaKE2V8mV3qixZvFuq18ii2vDTp { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#v9WaoRWS1ilzv77vdfBtX1TtidVgg20v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Voa4ghK1aifZu4QUykSW1QB5NgIosu89 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#TDJpsQWInOaMA8OlScQcd3LumgtzzugT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Zp2Kk8NLZSisqHQKzgN78I2hFh6VHsyZ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#OBepQWCGgl3b3iBOJd1Tm2av9Krgo6m5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JgyvFgRPoSJoQTVmeauud9lxPJmRMmSA { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#EsmnpRKzybeZ9u1JCwudruQcNsi8Vus7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dH0yFKBs9bZahJmEHczTTPTPlLmmPZbP { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#xeuEAslD5hHuv2Ib0xALaRrUNTeQhW8r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PyNK83ckhVRaqwCyKHVQfXCToSyrBnLV { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#fU3XfNMtL5enpr1xnxyoLfGt54mXqi0O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oPNpmWLgI9KwTK6ScF548LxniWRrVI6a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b1d66f;background-image:none;position:relative;display:block; }#oPNpmWLgI9KwTK6ScF548LxniWRrVI6a > .row .container { background-color: transparent; background-image: none; }#oPNpmWLgI9KwTK6ScF548LxniWRrVI6a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oPNpmWLgI9KwTK6ScF548LxniWRrVI6a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oPNpmWLgI9KwTK6ScF548LxniWRrVI6a > .row .container > .video-iframe-container { display: none; }#oPNpmWLgI9KwTK6ScF548LxniWRrVI6a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oPNpmWLgI9KwTK6ScF548LxniWRrVI6a > .row > .video-iframe-container { display: none; }#oPNpmWLgI9KwTK6ScF548LxniWRrVI6a > .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); }#oPNpmWLgI9KwTK6ScF548LxniWRrVI6a > .row .container { border-width: 0; border-radius: 0; }#oPNpmWLgI9KwTK6ScF548LxniWRrVI6a > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#rRVtyF6BL4tEp6U6TLmDTFpONWL2ickE { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8457002639771rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#TvZhSzm3dT4ENfJk971CUvzSWWCeg21J { color:#394a68;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:7.27716255188rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wRESa5eTPdUrpDAqXvE0dM7aAHoEap7E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b1d66f;background-image:none;position:relative;display:block; }#wRESa5eTPdUrpDAqXvE0dM7aAHoEap7E > .row .container { background-color: transparent; background-image: none; }#wRESa5eTPdUrpDAqXvE0dM7aAHoEap7E::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wRESa5eTPdUrpDAqXvE0dM7aAHoEap7E > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wRESa5eTPdUrpDAqXvE0dM7aAHoEap7E > .row .container > .video-iframe-container { display: none; }#wRESa5eTPdUrpDAqXvE0dM7aAHoEap7E > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wRESa5eTPdUrpDAqXvE0dM7aAHoEap7E > .row > .video-iframe-container { display: none; }#wRESa5eTPdUrpDAqXvE0dM7aAHoEap7E > .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); }#wRESa5eTPdUrpDAqXvE0dM7aAHoEap7E > .row .container { border-width: 0; border-radius: 0; }#wRESa5eTPdUrpDAqXvE0dM7aAHoEap7E > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#MZbI46TfxSE5MWDm0qEStqcqp79ScTC6 { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7bbcHT8mRr22cQLFfn3B4eI57scXyPr { position:absolute;display:block;z-index:100003;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:17.25rem;left:0rem;display:block; }
#OPvCLl0xCyTdHzSF3Hn2vglLp8xQTgX3 { position:absolute;display:block;z-index:100009;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:17.25rem;left:15.5rem;display:block; }
#oDsvS08cEfW1rRpwhSQo3g3RhB2Woq8X { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:5.25rem;left:16.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKFAk255GzaL8rmEkEXta7oO6GXyIMId { position:absolute;display:block;z-index:100015;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:17.25rem;left:30.5rem;display:block; }
#Hm8uksJGr4uOBdOc5rvpZJ1LlQykXXFm { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:5.25rem;left:31.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRhVTOPwg3v03TS0HCKBo6Ax9b99EZqT { position:absolute;display:block;z-index:100021;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:17.25rem;left:45.4375rem;display:block; }
#D6gmDBDVIVitFe7yuCEsn78GfD5X8wpi { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:5.25rem;left:46.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iOMpTedoTKOZ2xUQmGpVixGx3cbLxvNK { position:absolute;display:block;z-index:99992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:3.3125rem;left:15.5rem;display:block; }
#oAaB0Zq0HbKTwTmanrs05dK7GMRsnwG8 { position:absolute;display:block;z-index:99994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:3.3125rem;left:0rem;display:block; }
#HXDaMWnpMeBTd23DMsGTRV9pJ8QPS0Dw { position:absolute;display:block;z-index:99990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:3.3125rem;left:30.4375rem;display:block; }
#x071IhuxUi0oxJeqLTnrTCasqTGTXJnD { position:absolute;display:block;z-index:99988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:3.3125rem;left:45.5rem;display:block; }
#yLUuAEkPtzkSyDBi3MSSBsIQPKTTbHe5 { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:8.4375rem;top:8.0877113342288rem;left:3.2803611755371rem;overflow:hidden;display:block; }
#ddbE3SutmaSWR4QtFk3kqHUD5FZ5orgT { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:8.375rem;top:8.0877113342288rem;left:18.311431884766rem;overflow:hidden;display:block; }
#DXNTyWAIAixklJuVJa9IPoxMuuTCnzeN { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:8.1875rem;top:8.0877113342288rem;left:33.405536651611rem;overflow:hidden;display:block; }
#x1z6ua56VV7GREOrtPrmdEOhhPTq52QF { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:8.0877113342288rem;left:48.373573303222rem;overflow:hidden;display:block; }
#bdGgE0KKWp9tSym8XINXywUbb3UCoh5f { position:relative;display:none; }#bdGgE0KKWp9tSym8XINXywUbb3UCoh5f { border-width: 0; border-radius: 0; }#bdGgE0KKWp9tSym8XINXywUbb3UCoh5f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#IGxAGodngZamcgZOJzwTNwUyWJ4CvnoQ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#xZOHdHqs9n6TisUGlukyRtbRLd62JbP2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NfLERtATDr1W60DZWtcT7WsNGQoMT051 { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.59090625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mRA2ALCsQVH55XmJ7lwCshdpMXL2Hxgv { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0.0625rem;height:4.03409375rem;text-align:center;text-align-last:center;display:none; }
#TiMN0Oo7tutmfgStzSi7ZZQ0F63NcKPa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TiMN0Oo7tutmfgStzSi7ZZQ0F63NcKPa > .row .container { background-color: transparent; background-image: none; }#TiMN0Oo7tutmfgStzSi7ZZQ0F63NcKPa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiMN0Oo7tutmfgStzSi7ZZQ0F63NcKPa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiMN0Oo7tutmfgStzSi7ZZQ0F63NcKPa > .row .container > .video-iframe-container { display: none; }#TiMN0Oo7tutmfgStzSi7ZZQ0F63NcKPa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiMN0Oo7tutmfgStzSi7ZZQ0F63NcKPa > .row > .video-iframe-container { display: none; }#TiMN0Oo7tutmfgStzSi7ZZQ0F63NcKPa > .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); }#TiMN0Oo7tutmfgStzSi7ZZQ0F63NcKPa > .row .container { border-width: 0; border-radius: 0; }#TiMN0Oo7tutmfgStzSi7ZZQ0F63NcKPa > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#zuN9qR2pIC5TftfQT9I2IJIFz0QbBLHW { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#FXi8CKF3uuktKZqZkheDE33mOW56tWeD { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yOMc8C2Lze94K7JPBSVyuIMryvCQmDyb { position:absolute;display:block;z-index:100011;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:0.125rem;width:2.5rem;top:15.6875rem;left:28.75rem;display:block; }
#X0POnLlMFVsqLct7vSI8yBigob9dd4eH { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:19.8125rem;left:0rem;display:block; }
#EB1s5v0K0gI4noynZEbnmqDDuLlPVpWX { color:#808080;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100011;line-height:2;letter-spacing:0;top:21.9375rem;left:0.6875rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TyqsfacxlEXIcSBgsxrTPb23y6z7ROoS { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:19.8125rem;left:20.5625rem;display:block; }
#ia7oPztC3oJrKWGdQgxzhZVDzbyxHMVa { color:#808080;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100016;line-height:2;letter-spacing:0;top:21.9375rem;left:21.25rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PeyLFrGDaAwPLnoaGdGXIb5NDhwrWv0E { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:19.8125rem;left:41.0625rem;display:block; }
#qEIRKgST1XurBV7VWA8UUdvNqqJcBbQR { color:#808080;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100021;line-height:2;letter-spacing:0;top:21.9375rem;left:41.75rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ch6CQ88fEsFAGCsTXH3yZDlnKZO8kTEE { color:rgba(128,128,128,0.15);display:block;width:60rem;position:absolute;font-family:roboto;font-size:7.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:3.4703483581543rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTtsJ2LASwhqGMMnuR657qs4U16TIcoP { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:10.9375rem;top:33.20046043396rem;left:3.9985790252686rem;overflow:hidden;display:block; }
#cDVZhJ8r59G92i7p5FBZ9KdQiSXo48ZS { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.9373125rem;width:8.9994375rem;top:29.890802383423rem;left:25.467861175537rem;overflow:hidden;display:block; }
#ZaCk5Mn6s6iy9JeEkiFTMMeSl1ZcD3RB { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:8.9375rem;top:33.20046043396rem;left:46.060897827149rem;overflow:hidden;display:block; }
#asQtPeVQO9H8kelJGR7tEtupRad2DtDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4581d0;background-image:none;position:relative;z-index:auto;display:block; }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .row .container { background-color: transparent; background-image: none; }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .row .container > .video-iframe-container { display: none; }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .row > .video-iframe-container { display: none; }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .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); }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .row .container { border-width: 0; border-radius: 0; }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#EBfTwAh2nTnouWmv11s9h0BuTULeEz9w { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4992875rem;width:13.2493125rem;top:1.0866489410401rem;left:21.623756408691rem;overflow:hidden;display:block; }
#XQnOalJE4KsoRetQCCgpi1FSNXMHKWKF { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:14.0625rem;left:22.5rem;display:block; }
#IRXVexgh0tQynvPESVQ2rsMy2FndyFt7 { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:14.0625rem;left:27.5625rem;display:block; }
#Vn8eDGZZkzw3i3CwVBnnIqr6faC28HwD { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:14.0625rem;left:33rem;display:block; }
#FivPZKkt4ETrf7SaK35eMBo7GJFGCLZp { color:#ffffff;display:block;width:35.7493125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:6.2926139831544rem;left:10.371978759766rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#ba0Z1GJxvcqkmyUbO9o2CSxzCKeHwgZA { color:#ffffff;display:block;width:23.0619375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:18.248403549194rem;left:18.468570709229rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L34Ud61JPeNUEuw1koso1E6mXJVDxMVZ { width:14.4375rem;height:5.1648594208709rem;top:0.6875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97 { display:none; }#n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT { display:block; }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFH3rs5Fg3ryfKWT5XLrDRPWO2Xbs3DI { width:26.3125rem;height:4.5rem;top:18rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQk6CGBkJLDBPnGybrr652Q2MroT0mJV { width:23.6875rem;height:4.375rem;top:23.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtIItoiiETUUe1q4iOXTz4etLvvcQWQZ { width:21.1875rem;height:1.8125rem;top:24.375rem;left:11.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikiz7cEq6TuDCL58JwzWpdDqWkyZ5bWZ { width:27.8125rem;height:11.0625rem;top:27.0625rem;left:0rem;font-size:0.9375rem;display:block; }#Ikiz7cEq6TuDCL58JwzWpdDqWkyZ5bWZ li:before{  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8  { width:17.5rem;height:auto;top:2.875rem;left:27.6875rem; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 {display:block;}#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 { width:17.5rem;height:auto;top:2.875rem;left:27.6875rem; }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #xkUi8nEdp0Wv8OMZUQinopfkTb3XTI2N {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #bQ5CibOIRwaIBAf6th6CPQV79CdW6Q89 {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #Qr0ZUNT08R9maWTaxQcPuTbnqNER02c6 {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #ZdErmZpQw7vvuPdhJVkAndzXTDPutnkq {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #kP38yfi2cmIyyvVTdNyipBiLG6i5K2WX {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #p19BJrIucuFVsVsVqmaR3rTRIiA8sTT8 {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #NzcnAUyLswnl5oS998KJf3plUmpzaPD4 {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #hFrr3iaAbTMx8Is8AEhirKLTAVZMwTrw {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #OylhJr8MN1UIwxzb7OkuEkT4XRm3tKor {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #xICkeWD3XOTzVPBrokAws9WboSPVkuWE {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #E0KRcVGr6Of6OBUHCvQs4CKa0V54cXtM {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #zpxLAlKHBrqdQ6wwxO592R32Q3ArToke {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #GZHFqHcoU8EVfEws9Z9PErilZp6VccLb {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #aysLQTmuCUva5WIA76xIG9U9aPVTTvCt {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #a1UWKQPlnS0tN5eidvFQz4u7Cutt9hMg {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #HcBLRiF5t6o8GbE7JEEfkMEs7LrN22c7 {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #r42q0QtKNqN4W4aiRUsmUvOfpNSshZRR {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #L78ExFwqsspUndKOPyfJpFt21PnII6RT {  }
 }@media only screen and (max-width: 763px) { #BEr7WhTzqTQlJ1cKXD78x3xTeTw0IU3s { display:block; }
 }@media only screen and (max-width: 763px) { #QsGQA3RHWL2bUyqRhNmQJgsfOL2Tqi7t { display:block; }
 }@media only screen and (max-width: 763px) { #CNvqNC5GfZifcQ1UPJHzXJzTSpsyiHXl { display:block; }
 }@media only screen and (max-width: 763px) { #Xu5JZTWobHROvwP58yRRT9TuI0MruFW2 { display:block; }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #JkL8DsAJQn1rGE2oLFyteglsGEmv4Agh {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #RcKxNL1l1tgfTdXnvwQD9qwszT5zpbbV {  }
 }@media only screen and (max-width: 763px) { #XPOfKFNiFwMrZgKwFvBAUgEQu97XuLXI { width:15.6875rem;height:15.6875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEBan2kBb8xgbAUFWCX0w8Zsk3D8R9aP { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eysdWovn57hPcal25bE92aOokBf6yXCU { width:20.125rem;height:4.375rem;top:5.875rem;left:27.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuKMBnb937d0m810wXsmSfmCcyDU4TnB { width:3.125rem;height:3.125rem;top:38.125rem;left:6.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiosCv9n0XFfolpk0DIfrynbdvngbR27 { width:12.5rem;height:1.25rem;top:39.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Cr7p6ql29Gtc1BhK83RM6O0fkd8uSd { width:20.0625rem;height:4.375rem;top:4.5rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx { display:none; }#uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UFPMCUVl7iEQ7pomwEwCWPsa14nu5OBL { display:block; }#UFPMCUVl7iEQ7pomwEwCWPsa14nu5OBL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmVOlydLrgSMJPXpvxV7mdbRByMKnslT { width:47.75rem;height:4rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBhWPCKbJWuH1vNiuq25pSbFpTL76num { width:47.75rem;height:4.5625rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtgiZGEtAWo63pfJ4MuQToboILSWhwIB { width:18.9375rem;height:23.25rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4TuWTVPk2BFRds8BEaqTrCyEIJTtKcp { width:19.0625rem;height:3.125rem;top:34.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #etTZyeQSb1Zx6DXqmszf3mdTiaxC7pg8 { width:14.6875rem;height:4.5rem;top:38.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIz24I6rBAOVnHeu1SNCgMaPGLcw6NVh { width:14.125rem;height:11.823260157981rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXfUSRn7Xt1ybSzhwBNdwh8NQUVXRdhe { width:18.9375rem;height:23.25rem;top:20.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncd3btMukeUFum0QGIaTMFtMgiPmrsM4 { width:13.75rem;height:11.1869375rem;top:23.5rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6v2PzDbwzgUUVkUDM56fsSS4STMSHCJ { width:18.9375rem;height:23.25rem;top:20.1875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXiDyi4DPKHMrBcShiswDnVXle0hdSfW { width:12.5rem;height:10.9375rem;top:22.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8IuOswJWLWvmNgE8mlZzfoo5U115x8 { width:40.625rem;height:0;top:15.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVV9KLRZx7iRiNeSFAOwF9bsFODGCuTH { width:0;height:3.5625rem;top:15.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTmx14rdr9z6JHQBhXS44IhoOr4tnKL3 { width:0;height:3.5625rem;top:15.6875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUZ86k35WHmMPnNnDaNoHugmMD2lVaA { width:0;height:3.5625rem;top:15.875rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW5sAMPsU9A6XfZvm8lLu8671apNVBI7 { width:0.75rem;height:0.75rem;top:15.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqa9N2xPtUXatLTrfvHOvVQJP0VQ8zw9 { width:0.75rem;height:0.75rem;top:15.375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgJtGTkD8DtZFhx3sDT3h4z9HrG3bpse { width:0.75rem;height:0.75rem;top:15.375rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSudQk3BO3uyHRy92SI7yVuB0revAU84 { width:18.9375rem;height:23.25rem;top:50.875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5x3bsGXroV9csDVcEAfcHBDRiQReSCs { width:18.9375rem;height:23.25rem;top:50.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMhpIpDH1OQZ7n5VRD5XZct0V1d67Oho { width:18.9375rem;height:23.25rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqDp4inb6CpoqNgnp3JaVKty0I51cFTq { width:40.625rem;height:0;top:46.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbohDw3iCFaTPHCUOhkLPgmc1xi62Ot5 { width:0;height:3.5625rem;top:46.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMuglVUXe75haXAPyeEtlckyDgItybM4 { width:0.75rem;height:0.75rem;top:45.8125rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7GXUrTFmaUfTit0yguW6xNfaURa7HaW { width:0;height:3.5625rem;top:46.125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQHxlNsI66iCrzTNDOk095wHCQ4NIC8Q { width:0.75rem;height:0.75rem;top:45.8125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTIP7NVq6LLXGLdMRbFSF2JgmDWK3m2n { width:0.75rem;height:0.75rem;top:45.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZTyNsIh0g3dQDOXrm6BfDvnr2Ns7DDH { width:0;height:3.5625rem;top:46.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egGJcJXefdeCtwgWDU1bLMmXX0EguFy5 { width:19.0625rem;height:3.125rem;top:34.625rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHklauRmSOxboCu9T2kDn8aX4778sSpK { width:14.6875rem;height:3.375rem;top:38.1875rem;left:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyJZziP73dAkkNfUEvmcnEvNgXbNNqmN { width:19.0625rem;height:1.5625rem;top:34.625rem;left:28.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPb49DqKLaBmp4wye0EoS16tt4bSoaSA { width:14.6875rem;height:2.25rem;top:38.1875rem;left:33.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqvATE1kADpLpEqeSkc1u8gTsew81UWa { width:14.6875rem;height:4.5rem;top:69.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doPWxzGARRgkVeTAQ6yxdBtVTwfIr6EL { width:19.0625rem;height:3.125rem;top:65.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxUWcrLmaFP1MZSMDMCqJpOXHnhXTcWu { width:14.125rem;height:10.75rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoCeU8EFBdUNh2C0WISrSN3RFxM0mZwk { width:19.0625rem;height:4.75rem;top:65.75rem;left:14.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUq8n4NiqtHlkdau73l0xrZxE4AWwZbC { width:14.6875rem;height:4.5rem;top:69.3125rem;left:16.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6HH3pEvvGbWORBbfWGnKO6dUJFnrmoS { width:13.8125rem;height:11.875rem;top:52.8125rem;left:16.968036651611rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBItpxWOgzasor8BPbNmmLeUU4hvhcG5 { width:14.6875rem;height:4.5rem;top:69.25rem;left:33.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2kZm6PNSv22lGvbi39EyRWd0sozhKla { width:19.0625rem;height:1.5625rem;top:65.6875rem;left:28.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpVcK50lGfr8UmAeZWmGubZaiXqBGumS { width:13.75rem;height:10.6875rem;top:52.8125rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCipaAaKE2V8mV3qixZvFuq18ii2vDTp { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #v9WaoRWS1ilzv77vdfBtX1TtidVgg20v { display:block; }
 }@media only screen and (max-width: 763px) { #Voa4ghK1aifZu4QUykSW1QB5NgIosu89 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TDJpsQWInOaMA8OlScQcd3LumgtzzugT { display:block; }
 }@media only screen and (max-width: 763px) { #Zp2Kk8NLZSisqHQKzgN78I2hFh6VHsyZ { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #OBepQWCGgl3b3iBOJd1Tm2av9Krgo6m5 { display:block; }
 }@media only screen and (max-width: 763px) { #JgyvFgRPoSJoQTVmeauud9lxPJmRMmSA { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EsmnpRKzybeZ9u1JCwudruQcNsi8Vus7 { display:block; }
 }@media only screen and (max-width: 763px) { #dH0yFKBs9bZahJmEHczTTPTPlLmmPZbP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xeuEAslD5hHuv2Ib0xALaRrUNTeQhW8r { display:block; }
 }@media only screen and (max-width: 763px) { #PyNK83ckhVRaqwCyKHVQfXCToSyrBnLV { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #fU3XfNMtL5enpr1xnxyoLfGt54mXqi0O { display:block; }
 }@media only screen and (max-width: 763px) { #oPNpmWLgI9KwTK6ScF548LxniWRrVI6a { display:block; }#oPNpmWLgI9KwTK6ScF548LxniWRrVI6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRVtyF6BL4tEp6U6TLmDTFpONWL2ickE { width:47.75rem;height:4rem;top:1.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvZhSzm3dT4ENfJk971CUvzSWWCeg21J { width:47.75rem;height:3.0625rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRESa5eTPdUrpDAqXvE0dM7aAHoEap7E { display:block; }#wRESa5eTPdUrpDAqXvE0dM7aAHoEap7E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZbI46TfxSE5MWDm0qEStqcqp79ScTC6 { width:11.3125rem;height:2.8125rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7bbcHT8mRr22cQLFfn3B4eI57scXyPr { width:14.0625rem;height:0.0625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPvCLl0xCyTdHzSF3Hn2vglLp8xQTgX3 { width:14.0625rem;height:0.0625rem;top:17.25rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDsvS08cEfW1rRpwhSQo3g3RhB2Woq8X { width:11.3125rem;height:2.8125rem;top:5.25rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKFAk255GzaL8rmEkEXta7oO6GXyIMId { width:14.0625rem;height:0.0625rem;top:17.25rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm8uksJGr4uOBdOc5rvpZJ1LlQykXXFm { width:11.3125rem;height:2.8125rem;top:5.25rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRhVTOPwg3v03TS0HCKBo6Ax9b99EZqT { width:14.0625rem;height:0.0625rem;top:17.25rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6gmDBDVIVitFe7yuCEsn78GfD5X8wpi { width:11.3125rem;height:2.8125rem;top:5.1875rem;left:36.093215942382rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOMpTedoTKOZ2xUQmGpVixGx3cbLxvNK { width:14.0625rem;height:14.0625rem;top:3.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAaB0Zq0HbKTwTmanrs05dK7GMRsnwG8 { width:14.0625rem;height:14.0625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXDaMWnpMeBTd23DMsGTRV9pJ8QPS0Dw { width:14.0625rem;height:14.0625rem;top:3.3125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x071IhuxUi0oxJeqLTnrTCasqTGTXJnD { width:14.0625rem;height:14.0625rem;top:3.3125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLUuAEkPtzkSyDBi3MSSBsIQPKTTbHe5 { width:8.4375rem;height:8.5625rem;top:8.0625rem;left:1.7491111755371rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddbE3SutmaSWR4QtFk3kqHUD5FZ5orgT { width:8.375rem;height:8.5rem;top:8.0625rem;left:13.717681884766rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXNTyWAIAixklJuVJa9IPoxMuuTCnzeN { width:8.1875rem;height:8.4375rem;top:8.0625rem;left:25.749286651611rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1z6ua56VV7GREOrtPrmdEOhhPTq52QF { width:8.125rem;height:8.125rem;top:8.0625rem;left:37.654823303222rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdGgE0KKWp9tSym8XINXywUbb3UCoh5f { display:none; }#bdGgE0KKWp9tSym8XINXywUbb3UCoh5f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IGxAGodngZamcgZOJzwTNwUyWJ4CvnoQ { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xZOHdHqs9n6TisUGlukyRtbRLd62JbP2 { display:block; }
 }@media only screen and (max-width: 763px) { #NfLERtATDr1W60DZWtcT7WsNGQoMT051 { width:20rem;height:2.375rem;top:6.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRA2ALCsQVH55XmJ7lwCshdpMXL2Hxgv { width:20rem;height:2.375rem;top:2.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiMN0Oo7tutmfgStzSi7ZZQ0F63NcKPa { display:block; }#TiMN0Oo7tutmfgStzSi7ZZQ0F63NcKPa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuN9qR2pIC5TftfQT9I2IJIFz0QbBLHW { width:47.75rem;height:4rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXi8CKF3uuktKZqZkheDE33mOW56tWeD { width:47.75rem;height:1.5625rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOMc8C2Lze94K7JPBSVyuIMryvCQmDyb { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0POnLlMFVsqLct7vSI8yBigob9dd4eH { width:18.9375rem;height:12.25rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB1s5v0K0gI4noynZEbnmqDDuLlPVpWX { width:17.5rem;height:7.9375rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyqsfacxlEXIcSBgsxrTPb23y6z7ROoS { width:18.9375rem;height:12.25rem;top:19.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia7oPztC3oJrKWGdQgxzhZVDzbyxHMVa { width:17.5rem;height:7.9375rem;top:21.875rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeyLFrGDaAwPLnoaGdGXIb5NDhwrWv0E { width:18.9375rem;height:12.25rem;top:19.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEIRKgST1XurBV7VWA8UUdvNqqJcBbQR { width:17.5rem;height:8rem;top:21.9375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch6CQ88fEsFAGCsTXH3yZDlnKZO8kTEE { width:47.75rem;height:9.6875rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTtsJ2LASwhqGMMnuR657qs4U16TIcoP { width:10.9375rem;height:3.4375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDVZhJ8r59G92i7p5FBZ9KdQiSXo48ZS { width:8.9375rem;height:8.8758025675219rem;top:29.875rem;left:19.342861175537rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaCk5Mn6s6iy9JeEkiFTMMeSl1ZcD3RB { width:8.9375rem;height:2.0625rem;top:33.1875rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asQtPeVQO9H8kelJGR7tEtupRad2DtDC { display:block; }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBfTwAh2nTnouWmv11s9h0BuTULeEz9w { width:13.1875rem;height:4.4782968102119rem;top:1.0625rem;left:15.498756408691rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQnOalJE4KsoRetQCCgpi1FSNXMHKWKF { top:14.0625rem;left:16.375rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRXVexgh0tQynvPESVQ2rsMy2FndyFt7 { top:14.0625rem;left:21.4375rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn8eDGZZkzw3i3CwVBnnIqr6faC28HwD { top:14.0625rem;left:26.875rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FivPZKkt4ETrf7SaK35eMBo7GJFGCLZp { top:6.25rem;left:4.24609375rem;width:35.6875rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba0Z1GJxvcqkmyUbO9o2CSxzCKeHwgZA { top:18.1875rem;left:12.343570709229rem;width:23rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L34Ud61JPeNUEuw1koso1E6mXJVDxMVZ { width:14.4375rem;height:5.1652107427507rem;top:1.8741121292114rem;left:2.7805395722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9b042070-63b4-4132-b4e5-c62042b0cf55/happyparentswiththeirchildren.crop_3829x2560_1823,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97.adaptive-delivery-prevent-bg, #n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97.lazyload, #n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97.lazyloading { background-image: none; }#n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97 > .row .container { background-color: transparent; background-image: none; }#n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97 > .row .container > .video-iframe-container { display: none; }#n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97 > .row > .video-iframe-container { display: none; }#n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97 > .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); }#n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97 > .row .container { border-width: 0; border-radius: 0; }#n9OfTTnbxVpdDCxtyZ33pSTq9v7KkP97 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT { background-color:#4581d0;background-image:url("https://images.assets-landingi.com/uc/7e5e48dc-f190-4751-b900-e9dcef3f491a/sfondo2.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT.adaptive-delivery-prevent-bg, #TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT.lazyload, #TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT.lazyloading { background-image: none; }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .row .container { background-color: transparent; background-image: none; }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .row .container > .video-iframe-container { display: none; }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .row > .video-iframe-container { display: none; }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .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); }#TTaVlC3qVpQ7hTM6auQUoXfAp2VbRpKT > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFH3rs5Fg3ryfKWT5XLrDRPWO2Xbs3DI { width:20rem;height:6.33691875rem;top:2.62158203125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQk6CGBkJLDBPnGybrr652Q2MroT0mJV { width:20rem;height:3.89941875rem;top:10.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CtIItoiiETUUe1q4iOXTz4etLvvcQWQZ { width:18.6875rem;height:1.58105625rem;top:5rem;left:0.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ikiz7cEq6TuDCL58JwzWpdDqWkyZ5bWZ { width:20rem;height:15rem;top:14.0244140625rem;left:0rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }#Ikiz7cEq6TuDCL58JwzWpdDqWkyZ5bWZ li:before{  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8  { width:17.5rem;height:auto;top:36.25rem;left:0rem; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 {display:block;}#XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 { width:17.5rem;height:auto;top:36.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #xkUi8nEdp0Wv8OMZUQinopfkTb3XTI2N {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #bQ5CibOIRwaIBAf6th6CPQV79CdW6Q89 {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #Qr0ZUNT08R9maWTaxQcPuTbnqNER02c6 {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #ZdErmZpQw7vvuPdhJVkAndzXTDPutnkq {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #kP38yfi2cmIyyvVTdNyipBiLG6i5K2WX {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #p19BJrIucuFVsVsVqmaR3rTRIiA8sTT8 {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #NzcnAUyLswnl5oS998KJf3plUmpzaPD4 {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #hFrr3iaAbTMx8Is8AEhirKLTAVZMwTrw {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #OylhJr8MN1UIwxzb7OkuEkT4XRm3tKor {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #xICkeWD3XOTzVPBrokAws9WboSPVkuWE {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #E0KRcVGr6Of6OBUHCvQs4CKa0V54cXtM {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #zpxLAlKHBrqdQ6wwxO592R32Q3ArToke {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #GZHFqHcoU8EVfEws9Z9PErilZp6VccLb {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #aysLQTmuCUva5WIA76xIG9U9aPVTTvCt {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #a1UWKQPlnS0tN5eidvFQz4u7Cutt9hMg {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #HcBLRiF5t6o8GbE7JEEfkMEs7LrN22c7 {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #r42q0QtKNqN4W4aiRUsmUvOfpNSshZRR {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #L78ExFwqsspUndKOPyfJpFt21PnII6RT {  }
 }@media only screen and (max-width: 763px) { #BEr7WhTzqTQlJ1cKXD78x3xTeTw0IU3s { display:block; }
 }@media only screen and (max-width: 763px) { #QsGQA3RHWL2bUyqRhNmQJgsfOL2Tqi7t { display:block; }
 }@media only screen and (max-width: 763px) { #CNvqNC5GfZifcQ1UPJHzXJzTSpsyiHXl { display:block; }
 }@media only screen and (max-width: 763px) { #Xu5JZTWobHROvwP58yRRT9TuI0MruFW2 { display:block; }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #JkL8DsAJQn1rGE2oLFyteglsGEmv4Agh {  }
 }@media only screen and (max-width: 763px) { #XugWBpy3SUuVkhTmdZDJoH0OQBTwDmm8 #RcKxNL1l1tgfTdXnvwQD9qwszT5zpbbV {  }
 }@media only screen and (max-width: 763px) { #XPOfKFNiFwMrZgKwFvBAUgEQu97XuLXI { width:15.687125rem;height:15.687125rem;top:2.0596590042114rem;left:2.0605466961861rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEBan2kBb8xgbAUFWCX0w8Zsk3D8R9aP { top:31.4375rem;left:0rem;width:20rem;height:4.8125rem;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eysdWovn57hPcal25bE92aOokBf6yXCU { width:20rem;height:4.63036875rem;top:32.6875rem;left:0rem;font-size:1.1875rem;z-index:100006;color:#143d7a;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RuKMBnb937d0m810wXsmSfmCcyDU4TnB { width:3.125rem;height:3.125rem;top:81.012941512106rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oiosCv9n0XFfolpk0DIfrynbdvngbR27 { width:12.5rem;height:0;top:66.364501508712rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4Cr7p6ql29Gtc1BhK83RM6O0fkd8uSd { width:20rem;height:4.375rem;top:70.32425rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f4d07eb0-4c43-40b8-b72a-93c1cc7cbca5/cutefamilyhavefuninthekitchen.crop_2786x2063_1174,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx.adaptive-delivery-prevent-bg, #uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx.lazyload, #uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx.lazyloading { background-image: none; }#uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx > .row .container { background-color: transparent; background-image: none; }#uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx > .row .container > .video-iframe-container { display: none; }#uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx > .row > .video-iframe-container { display: none; }#uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx > .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); }#uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx > .row .container { border-width: 0; border-radius: 0; }#uzIQT2sH5DfDz3WRUqp3DecdCBpzWfvx > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFPMCUVl7iEQ7pomwEwCWPsa14nu5OBL { display:block; }#UFPMCUVl7iEQ7pomwEwCWPsa14nu5OBL > .row .container { width:20rem;height:186.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmVOlydLrgSMJPXpvxV7mdbRByMKnslT { width:20rem;height:2.4375rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBhWPCKbJWuH1vNiuq25pSbFpTL76num { width:20rem;height:6.09375rem;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtgiZGEtAWo63pfJ4MuQToboILSWhwIB { width:19.0625rem;height:25.4375rem;top:15.124282836914rem;left:0.43678969144821rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4TuWTVPk2BFRds8BEaqTrCyEIJTtKcp { width:19.124625rem;height:3.25rem;top:28.182705640793rem;left:0.43678969144821rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etTZyeQSb1Zx6DXqmszf3mdTiaxC7pg8 { width:19.124625rem;height:3.41161875rem;top:32.123577833176rem;left:0.43678969144821rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIz24I6rBAOVnHeu1SNCgMaPGLcw6NVh { width:14.6875rem;height:11.8119375rem;top:16.372513532639rem;left:2.6553621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXfUSRn7Xt1ybSzhwBNdwh8NQUVXRdhe { width:19.0625rem;height:24.3119375rem;top:43.125rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #ncd3btMukeUFum0QGIaTMFtMgiPmrsM4 { width:13.125rem;height:10.6875rem;top:43.3125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6v2PzDbwzgUUVkUDM56fsSS4STMSHCJ { width:18.9994375rem;height:23.3123125rem;top:68.545806884762rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #MXiDyi4DPKHMrBcShiswDnVXle0hdSfW { width:12.5rem;height:10.9375rem;top:70.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8IuOswJWLWvmNgE8mlZzfoo5U115x8 { width:20rem;height:0.0625rem;top:17.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVV9KLRZx7iRiNeSFAOwF9bsFODGCuTH { width:0.0625rem;height:3.625rem;top:12.625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTmx14rdr9z6JHQBhXS44IhoOr4tnKL3 { width:0.0625rem;height:3.625rem;top:21rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfUZ86k35WHmMPnNnDaNoHugmMD2lVaA { width:0.0625rem;height:3.625rem;top:27.9375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wW5sAMPsU9A6XfZvm8lLu8671apNVBI7 { width:0.8125rem;height:0.8125rem;top:10.5625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqa9N2xPtUXatLTrfvHOvVQJP0VQ8zw9 { width:0.8125rem;height:0.8125rem;top:18.9375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgJtGTkD8DtZFhx3sDT3h4z9HrG3bpse { width:0.8125rem;height:0.8125rem;top:25.875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSudQk3BO3uyHRy92SI7yVuB0revAU84 { width:19.0625rem;height:28.4375rem;top:153.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5x3bsGXroV9csDVcEAfcHBDRiQReSCs { width:19.0625rem;height:29.5rem;top:121.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMhpIpDH1OQZ7n5VRD5XZct0V1d67Oho { width:19rem;height:25.5rem;top:93.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqDp4inb6CpoqNgnp3JaVKty0I51cFTq { width:20rem;height:0;top:46.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbohDw3iCFaTPHCUOhkLPgmc1xi62Ot5 { width:0;height:3.5625rem;top:46.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMuglVUXe75haXAPyeEtlckyDgItybM4 { width:0.75rem;height:0.75rem;top:45.8125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7GXUrTFmaUfTit0yguW6xNfaURa7HaW { width:0;height:3.5625rem;top:46.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQHxlNsI66iCrzTNDOk095wHCQ4NIC8Q { width:0.75rem;height:0.75rem;top:45.8125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTIP7NVq6LLXGLdMRbFSF2JgmDWK3m2n { width:0.75rem;height:0.75rem;top:45.8125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZTyNsIh0g3dQDOXrm6BfDvnr2Ns7DDH { width:0;height:3.5625rem;top:46.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #egGJcJXefdeCtwgWDU1bLMmXX0EguFy5 { width:19.0625rem;height:3.25rem;top:54.375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHklauRmSOxboCu9T2kDn8aX4778sSpK { width:14.6875rem;height:3.41161875rem;top:59.125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyJZziP73dAkkNfUEvmcnEvNgXbNNqmN { width:19.0625rem;height:1.625rem;top:82.375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPb49DqKLaBmp4wye0EoS16tt4bSoaSA { width:14.6875rem;height:2.2744125rem;top:85.0625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqvATE1kADpLpEqeSkc1u8gTsew81UWa { width:14.6875rem;height:4.548825rem;top:108.99946212769rem;left:2.6553621888161rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doPWxzGARRgkVeTAQ6yxdBtVTwfIr6EL { width:19.0625rem;height:3.25rem;top:105.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxUWcrLmaFP1MZSMDMCqJpOXHnhXTcWu { width:14.125rem;height:10.749597887554rem;top:94.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoCeU8EFBdUNh2C0WISrSN3RFxM0mZwk { width:19.0625rem;height:4.875rem;top:136.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUq8n4NiqtHlkdau73l0xrZxE4AWwZbC { width:14.6875rem;height:4.548825rem;top:140.1875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6HH3pEvvGbWORBbfWGnKO6dUJFnrmoS { width:13.8125rem;height:11.875322406943rem;top:123.43572020531rem;left:3.0610793232918rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBItpxWOgzasor8BPbNmmLeUU4hvhcG5 { width:14.6875rem;height:4.548825rem;top:171.625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2kZm6PNSv22lGvbi39EyRWd0sozhKla { width:19.0625rem;height:1.625rem;top:168.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpVcK50lGfr8UmAeZWmGubZaiXqBGumS { width:13.75rem;height:10.687125rem;top:155.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCipaAaKE2V8mV3qixZvFuq18ii2vDTp { top:177.5rem;left:0.875rem;width:17.5rem;height:3.4375rem;z-index:100001;font-size:0.875rem;color:#ffffff;background-color:#b1d66f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #v9WaoRWS1ilzv77vdfBtX1TtidVgg20v { display:block; }
 }@media only screen and (max-width: 763px) { #Voa4ghK1aifZu4QUykSW1QB5NgIosu89 { top:36.663706302643rem;left:1.2500000596046rem;width:17.5rem;height:3.4375rem;z-index:100002;font-size:0.875rem;color:#ffffff;background-color:#b1d66f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TDJpsQWInOaMA8OlScQcd3LumgtzzugT { display:block; }
 }@media only screen and (max-width: 763px) { #Zp2Kk8NLZSisqHQKzgN78I2hFh6VHsyZ { top:63.573329925538rem;left:1.2500000596046rem;width:17.5rem;height:3.4375rem;z-index:100003;font-size:0.875rem;color:#ffffff;background-color:#b1d66f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OBepQWCGgl3b3iBOJd1Tm2av9Krgo6m5 { display:block; }
 }@media only screen and (max-width: 763px) { #JgyvFgRPoSJoQTVmeauud9lxPJmRMmSA { top:87.857063293456rem;left:0.87251418828963rem;width:17.5rem;height:3.4375rem;z-index:100004;font-size:0.875rem;color:#ffffff;background-color:#b1d66f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EsmnpRKzybeZ9u1JCwudruQcNsi8Vus7 { display:block; }
 }@media only screen and (max-width: 763px) { #dH0yFKBs9bZahJmEHczTTPTPlLmmPZbP { top:114.26668739319rem;left:1.2500000596046rem;width:17.5rem;height:3.4375rem;z-index:100005;font-size:0.875rem;color:#ffffff;background-color:#b1d66f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xeuEAslD5hHuv2Ib0xALaRrUNTeQhW8r { display:block; }
 }@media only screen and (max-width: 763px) { #PyNK83ckhVRaqwCyKHVQfXCToSyrBnLV { top:146.10777282715rem;left:1.2500000596046rem;width:17.5rem;height:3.4375rem;z-index:100006;font-size:0.875rem;color:#ffffff;background-color:#b1d66f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fU3XfNMtL5enpr1xnxyoLfGt54mXqi0O { display:block; }
 }@media only screen and (max-width: 763px) { #oPNpmWLgI9KwTK6ScF548LxniWRrVI6a { display:block; }#oPNpmWLgI9KwTK6ScF548LxniWRrVI6a > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRVtyF6BL4tEp6U6TLmDTFpONWL2ickE { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvZhSzm3dT4ENfJk971CUvzSWWCeg21J { width:20rem;height:4.875rem;top:4.7718375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRESa5eTPdUrpDAqXvE0dM7aAHoEap7E { display:block; }#wRESa5eTPdUrpDAqXvE0dM7aAHoEap7E > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZbI46TfxSE5MWDm0qEStqcqp79ScTC6 { width:11rem;height:2.599825rem;top:1.9375rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7bbcHT8mRr22cQLFfn3B4eI57scXyPr { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPvCLl0xCyTdHzSF3Hn2vglLp8xQTgX3 { width:14.0625rem;height:0.125rem;top:28.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDsvS08cEfW1rRpwhSQo3g3RhB2Woq8X { width:11rem;height:2.599825rem;top:16.625rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKFAk255GzaL8rmEkEXta7oO6GXyIMId { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm8uksJGr4uOBdOc5rvpZJ1LlQykXXFm { width:11rem;height:2.599825rem;top:32.125rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRhVTOPwg3v03TS0HCKBo6Ax9b99EZqT { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6gmDBDVIVitFe7yuCEsn78GfD5X8wpi { width:11rem;height:1.2999125rem;top:46.125rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iOMpTedoTKOZ2xUQmGpVixGx3cbLxvNK { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAaB0Zq0HbKTwTmanrs05dK7GMRsnwG8 { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXDaMWnpMeBTd23DMsGTRV9pJ8QPS0Dw { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x071IhuxUi0oxJeqLTnrTCasqTGTXJnD { width:14.0625rem;height:14.0625rem;top:44.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLUuAEkPtzkSyDBi3MSSBsIQPKTTbHe5 { width:8.4375rem;height:8.5618125rem;top:4.4371466636658rem;left:5.7803621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddbE3SutmaSWR4QtFk3kqHUD5FZ5orgT { width:8.375rem;height:8.5001959086806rem;top:19.124647140503rem;left:5.7803621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXNTyWAIAixklJuVJa9IPoxMuuTCnzeN { width:8.1875rem;height:8.4378864680825rem;top:34.624465942382rem;left:5.9055395722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1z6ua56VV7GREOrtPrmdEOhhPTq52QF { width:8.125rem;height:8.125rem;top:48.24662399292rem;left:5.9366121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdGgE0KKWp9tSym8XINXywUbb3UCoh5f { background-color:#4581d0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bdGgE0KKWp9tSym8XINXywUbb3UCoh5f > .row .container { background-color: transparent; background-image: none; }#bdGgE0KKWp9tSym8XINXywUbb3UCoh5f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bdGgE0KKWp9tSym8XINXywUbb3UCoh5f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bdGgE0KKWp9tSym8XINXywUbb3UCoh5f > .row .container > .video-iframe-container { display: none; }#bdGgE0KKWp9tSym8XINXywUbb3UCoh5f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bdGgE0KKWp9tSym8XINXywUbb3UCoh5f > .row > .video-iframe-container { display: none; }#bdGgE0KKWp9tSym8XINXywUbb3UCoh5f > .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); }#bdGgE0KKWp9tSym8XINXywUbb3UCoh5f > .row .container { border-width: 0; border-radius: 0; }#bdGgE0KKWp9tSym8XINXywUbb3UCoh5f > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGxAGodngZamcgZOJzwTNwUyWJ4CvnoQ { top:10.785690307618rem;left:1.2500000596046rem;width:17.5rem;height:3.4375rem;z-index:100002;font-size:0.875rem;color:#ffffff;background-color:#b1d66f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xZOHdHqs9n6TisUGlukyRtbRLd62JbP2 { display:block; }
 }@media only screen and (max-width: 763px) { #NfLERtATDr1W60DZWtcT7WsNGQoMT051 { width:20rem;height:2.4375rem;top:6.1461296081543rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:100011;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mRA2ALCsQVH55XmJ7lwCshdpMXL2Hxgv { width:20rem;height:2.4375rem;top:3.1631736755371rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #TiMN0Oo7tutmfgStzSi7ZZQ0F63NcKPa { display:block; }#TiMN0Oo7tutmfgStzSi7ZZQ0F63NcKPa > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuN9qR2pIC5TftfQT9I2IJIFz0QbBLHW { width:20rem;height:2.4375rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXi8CKF3uuktKZqZkheDE33mOW56tWeD { width:20rem;height:3.65625rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOMc8C2Lze94K7JPBSVyuIMryvCQmDyb { width:2.5rem;height:0.125rem;top:11.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0POnLlMFVsqLct7vSI8yBigob9dd4eH { width:18.9375rem;height:12.25rem;top:13.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB1s5v0K0gI4noynZEbnmqDDuLlPVpWX { width:17.5rem;height:8rem;top:15.875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyqsfacxlEXIcSBgsxrTPb23y6z7ROoS { width:18.9375rem;height:12.25rem;top:34.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia7oPztC3oJrKWGdQgxzhZVDzbyxHMVa { width:17.5rem;height:8rem;top:36.375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeyLFrGDaAwPLnoaGdGXIb5NDhwrWv0E { width:18.9375rem;height:12.25rem;top:55.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEIRKgST1XurBV7VWA8UUdvNqqJcBbQR { width:17.5rem;height:8rem;top:57.1875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ch6CQ88fEsFAGCsTXH3yZDlnKZO8kTEE { width:20rem;height:4.0625rem;top:0.7146644592285rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTtsJ2LASwhqGMMnuR657qs4U16TIcoP { width:10.9375rem;height:3.4375rem;top:27.74857711792rem;left:4.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDVZhJ8r59G92i7p5FBZ9KdQiSXo48ZS { width:8.9375rem;height:8.8757965682019rem;top:45.561067581177rem;left:5.5300069451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaCk5Mn6s6iy9JeEkiFTMMeSl1ZcD3RB { width:14.8748125rem;height:3.312325rem;top:68.685190677644rem;left:2.5612569451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #asQtPeVQO9H8kelJGR7tEtupRad2DtDC { position:relative;z-index:auto;background-color:#4581d0;background-image:none;display:block; }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .row .container { background-color: transparent; background-image: none; }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .row .container > .video-iframe-container { display: none; }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .row > .video-iframe-container { display: none; }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .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); }#asQtPeVQO9H8kelJGR7tEtupRad2DtDC > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBfTwAh2nTnouWmv11s9h0BuTULeEz9w { width:12.562125rem;height:4.1867875rem;top:0.56107902526856rem;left:3.4987569451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQnOalJE4KsoRetQCCgpi1FSNXMHKWKF { width:2rem;height:2rem;top:14.0625rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRXVexgh0tQynvPESVQ2rsMy2FndyFt7 { width:2rem;height:2rem;top:14.0625rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn8eDGZZkzw3i3CwVBnnIqr6faC28HwD { width:2rem;height:2rem;top:14.0625rem;left:14.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FivPZKkt4ETrf7SaK35eMBo7GJFGCLZp { width:20rem;height:6.499025rem;top:5.4944953918457rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba0Z1GJxvcqkmyUbO9o2CSxzCKeHwgZA { width:20rem;height:1.3999rem;top:17.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }