.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0ac05865-9cff-4cb4-ba5a-e25892246ef5/englishbookrestingtableworkingspace1.crop_4190x3432_1530,372.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container { display: none; }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .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); }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row .container { background-color: transparent; background-image: none; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row .container > .video-iframe-container { display: none; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row > .video-iframe-container { display: none; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .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); }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row .container { border-width: 0; border-radius: 0; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row .container { width:60rem;height:43.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#txhge1OJHO635LgDJwIKeN0RB5UHm5St { color:rgba(208,17,17,0.92);display:block;width:32.625rem;position:absolute;font-family:dosis;font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:6.662125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ykHr5ORsh5a0TsbJT44cdbERecvTl2N6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:11.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#W7bV7ueAsKeThmMtVLNJ5VSmNZVZAllt { color:#10079f;display:block;width:29rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.637499809265rem;left:0rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jq2OqyIyOSJTNmgePc8LJGerrTnZU0MC { color:#8e0e31;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:17.125000476837rem;left:0rem;height:20.921875rem;display:block; }#Jq2OqyIyOSJTNmgePc8LJGerrTnZU0MC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jq2OqyIyOSJTNmgePc8LJGerrTnZU0MC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c86f5e1cd6bfe5327c63c2449f596b7cc5ea9ec.svg); }
#wWQXtXHN2G2PEcdVgUacZzhFB1etndum { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.22) ;height:26.1875rem;width:19.375rem;top:11.0625rem;left:38.25rem;display:block; }
#aLIG1CLnNX4nQ0JtAiTvIFt6vKwGRltZ { color:#2d2929;display:block;width:19.375rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.25rem;left:38.25rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dh4o5sqhvXdhOa44rAUHMiS4p4FFylWA { color:#20447b;display:block;width:19.375rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.125rem;left:38.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-form-header {  }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:0.875rem;font-weight:bold;color:#000000;width:16.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-text { border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#e8ecf2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.6875rem;box-sizing:border-box;height:3.375rem;color:#20447b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top;font-weight:700;font-style:normal; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-textarea { border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#e8ecf2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.6875rem;box-sizing:border-box;height:4.375rem;color:#20447b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top;font-weight:700;font-style:normal; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .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:16.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:dosis;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-button { border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#e81c20;background-image:none;background-position:top left !important;background-repeat:repeat !important;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:5.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:11.625rem;height:3.4375rem;font-family:dosis;overflow:hidden; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 [class*="-text"]:-moz-placeholder { color:rgba(32,68,123,0.5);font-family:dosis;font-size:0.9375rem; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 [class*="-text"]::-moz-placeholder { color:rgba(32,68,123,0.5);font-family:dosis;font-size:0.9375rem; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 [class*="-text"]:-ms-input-placeholder { color:rgba(32,68,123,0.5);font-family:dosis;font-size:0.9375rem; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 [class*="-text"]::-webkit-input-placeholder { color:rgba(32,68,123,0.5);font-family:dosis;font-size:0.9375rem; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .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:dosis;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:15.625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .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; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .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:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-container:first-of-type{padding-top:0;}#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-container:last-of-type{padding-bottom:0;}#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19rem;left:38.375001907349rem; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.6875rem;display:block;vertical-align:top; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-info-text { display:block;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 {display:block;}#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19rem;left:38.375001907349rem; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #tiuN5RTeRvXl5suTdD7RX8RQSNcB4BOO { position:relative; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #ndGiPOmHtaTiPT1L3LvuMIwNLcSX6LDZ { position:relative;display:none; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #XToqiPMbUStzzcmoLQHZZVkEKigSTczR { position:relative; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #LuruU5VROaLQ0xQ2faWJkhkZg5Ch1A3x { position:relative; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #Az3swUA3AMilfcOJaK7TLTb2nL6clbAu { position:relative;display:none; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #HPObgKTw5RhtIdwCMm2gq4lhPk3PmMaa { position:relative; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #VuADK8Ecxwv0z7RvMCl38oUGZJfrBUbR { position:relative; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #RT0ruRtL7pBw1yaqz1qHm4Xq0MgFNdVz { position:relative;z-index:2; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #uLUZhigpX2zESuJnIW480vTmCahQaTD8 { position:relative; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #Dp49AKlqIr0B4zCvTTsI7BAJoo6WTaF2 { position:relative; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #m2C6a6zVoIh2sKcqgTFlTZwDh5bifsmp { position:relative; }
#bsLKCHGcdvVQ9HRqKG9HPrb6slk1S7C5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:35.6875rem;display:none; }
#bWZcBR2aRxusZtNPbOQGZ5xanwcxTWOz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14.8125rem;left:41.875rem;display:block; }
#KW3wBFJWxu9E50wmFvhUqNKNsaCNvUzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20447b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { background-color: transparent; background-image: none; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container > .video-iframe-container { display: none; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row > .video-iframe-container { display: none; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .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); }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { border-width: 0; border-radius: 0; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:60rem;position:relative;display:block; }#dEyaT3JW2l6HkC8LVasuOq3QrAHVfozS { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CEyqLi6Hs1SlBLdxHpdOxbyFSH5mflTy { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JNaQEN1H687JvxXEHHQwzun28uOT9iuT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:23.9375rem;left:0rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ggkpL7KhkGCgofn7Fv1nSngrnThaky9d { position:absolute;display:block;z-index:15003;background-color:#008bd1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:0.0625rem;top:12.25rem;left:19.5rem;display:block; }
#Fbo3mzUG4DGiITndDvte0xnlK9XKk2b9 { position:absolute;display:block;z-index:15004;background-color:#008bd1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:29.5625rem;left:0rem;display:block; }
#P3qgV9WcCSIXtI1sW1JaqtwZW4pNEVxK { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.875rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A44swAnTUXiZmJQX4s5l8lP6qSSHW7gT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:38.5625rem;left:0rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ELrWKhwUd3lZbwXpsPipABUZgb8wATwr { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:38.5625rem;left:20.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GKHvUFf4iFglMrnp8JOF6svuiSZb0Jir { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.875rem;left:20.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OxxGghnaJP6pQi4l7edTV04lIscgcCAT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:23.9375rem;left:20.625rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LAiiEmBTqsyFMUw4dN8Po0q8MN3i2VcD { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.062498092651rem;left:20.625001907349rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hLBg2HuVhoy8muyLLTThhJBEK3AJFlLx { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:38.5625rem;left:41.25rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xh3EHbqsrV50dTfiUskq4vken7lBupdz { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.875rem;left:41.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LD1nzSMLTQSLzH6unSryZMSk6anweWDF { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:23.9375rem;left:41.25rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LRUTlbHTlArtBPC1efN3ap2tdZG5UUNd { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.625rem;left:41.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NUHcM02yCTozJasF60Bl0f67bLuCEOCb { position:absolute;display:block;z-index:15004;background-color:#008bd1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:0.0625rem;top:12.25rem;left:40.40625rem;display:block; }
#d4SwIASBTt8yaJh4bc5XFZKvcgcEbOz8 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:5.125rem;top:14.4375rem;left:6.8125rem;overflow:hidden;display:block; }
#ibgdesK29ybLVAptbVm0FmhhFwOFE0ee { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.0625rem;top:14.25rem;left:27.96875rem;overflow:hidden;display:block; }
#AXQMIplaJXaCqpX9Qm2snN9gIW4Se7Lt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.6875rem;top:14.15625rem;left:49.28125rem;overflow:hidden;display:block; }
#ltUzgLKvOKV6IOcDurkewxDUcNw2OzMn { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.875rem;top:31.1875rem;left:7.4375rem;overflow:hidden;display:block; }
#bi2dLkSGfTPy6mZ9zCZOgqBWo81NORZl { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.0625rem;top:31.4375rem;left:28.46875rem;overflow:hidden;display:block; }
#A25T4XhG8UW0zFPiXg74c9Z5HEacP1Ha { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5.1875rem;top:31.0625rem;left:48.03125rem;overflow:hidden;display:block; }
#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008bd1;background-image:url("https://images.assets-landingi.com/bddhfqe0/bg_sectio_1v2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC.adaptive-delivery-prevent-bg, #VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC.lazyload, #VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC.lazyloading { background-image: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container { background-color: transparent; background-image: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container > .video-iframe-container { display: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row > .video-iframe-container { display: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .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); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container { border-width: 0; border-radius: 0; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#X08lWxBwUGtNGc2TXP8sF2tMgp5UTnwv { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XSS9houXl08Qco95PGduGDvyghSOLfJ8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i0C3r957pAtfWHUa7h9RZU8eAICEzvmW { background-color:#e81c20;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.25rem;left:23.906251907349rem;display:block; }
#TowH0W9nZmPKlqSQUSgZ1nn5eVgWZ7Fp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e81c20;background-image:url("https://images.assets-landingi.com/Fydo1kE1/bg_sectio_2.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X.adaptive-delivery-prevent-bg, #K164HWlmtLm6qeV9u1vLTRzATaG7uk5X.lazyload, #K164HWlmtLm6qeV9u1vLTRzATaG7uk5X.lazyloading { background-image: none; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row .container { background-color: transparent; background-image: none; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row .container > .video-iframe-container { display: none; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row > .video-iframe-container { display: none; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .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); }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row .container { border-width: 0; border-radius: 0; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#DBE9Knebrci09fm6BBynBZqcdrVWAvnX { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#isyH6nUdT7vyVmTn5ST96nT2nd23CQ5i { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:4.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#myAgTeHMXbCAVlQuqTU6fvwqDQ9tbvuw { color:#68090b;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hvX8x00ErBfAaXi20iUCtZcdPCPD69XF { color:#68090b;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.6875rem;left:20.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T7E3M3nTiDKSfO9Ha82BItv2Wryb3UXI { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:4.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5rem;left:20.625rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NxDJ8dnvxFH3aKLdpZ686WrioGmKeASV { color:#68090b;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.6875rem;left:41.25rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SpTeyddETZRLV8aAUg0fqJRbTdlu8fnJ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:4.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5rem;left:41.25rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto > .row .container { background-color: transparent; background-image: none; }#HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto > .row .container > .video-iframe-container { display: none; }#HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto > .row > .video-iframe-container { display: none; }#HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto > .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); }#HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto > .row .container { border-width: 0; border-radius: 0; }#HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;position:relative;display:block; }#TslPlwLvVbl725dwwLVExnkUZkHTwpxP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:27.6875rem;left:6.625rem;overflow:hidden;display:block; }
#ywWDfgDAWOSpMGGBHU2LXZdh1DftcDmA { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:35.75rem;left:0.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOQNgy9UJGQS7MOJm3ffdgRqzKomlC17 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:40.487502336502rem;left:0.625rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wt8UeA9FTRtMtWx6k8anGsUwlCdrGZJ3 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:40.487501144409rem;left:20.625001907349rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niSsgH9W1H3GT44cpFGr09A0TdfWZrg2 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35.75rem;left:20.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ehmGK0fNmTvzxrpcdGdoE8Op1i6arAJE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:27.6875rem;left:26.625rem;overflow:hidden;display:block; }
#A17Ax4TF3UEvgJaNz4MOhTQKWzMiTLhs { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:40.487501144409rem;left:40.625001907349rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kivmSBT0Fifa7xZ5hCcQPRwKwPKRVDy1 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.75rem;left:40.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swtZEkRpron5qOJWyxxaDgdPkt9rfKVk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:27.6875rem;left:46.625rem;overflow:hidden;display:block; }
#qPcwu45HGIrMs1Omsbgto9XPHkKlI28x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:block; }
#TdTVFX13AQ2dTTx1AfSDeaDUt5AcGlbA { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IZRU9LzmfuulSfKC7v3NCyi3owIn5BGU { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.6875rem;left:20.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0nfrE0P1RyDWCZoksSiqJvfDIlDhTcJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:8.625rem;left:26.625rem;overflow:hidden;display:block; }
#NV2HVmgWW8re8TE6DkIgwr83JEtyU0Ti { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:21.125rem;left:0rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6BoIk8kX0c5XAln3TlpgoIqXZOGKhgv { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:21.125001192093rem;left:20.000001907349rem;height:7.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B8JsXMXVRv99Rn9egdJIJlGAPgmei6fn { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:21.125rem;left:40.625rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WLTyDJIpe6xnlU7RcrJcrIsL2xEm0cSp { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.6875rem;left:40.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFoLUbsgipNhXuWIPeAUIgTl02OrGC2v { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:8.625rem;left:46.625rem;overflow:hidden;display:block; }
#JR2yQrvpJOi7fA5DS0dXEdgQQfXqlXH5 { color:#20447b;display:block;width:60rem;position:absolute;font-family:dosis;font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0617179870606rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz > .row .container { background-color: transparent; background-image: none; }#tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz > .row .container > .video-iframe-container { display: none; }#tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz > .row > .video-iframe-container { display: none; }#tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz > .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); }#tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz > .row .container { border-width: 0; border-radius: 0; }#tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:60rem;position:relative;display:block; }#Z5n7nZpakkcn7GSBDFwNLApqNn553yng { position:absolute;display:block;z-index:15005;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.875rem solid #9c9c9c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:31.8125rem;width:18.875rem;top:16.375000715256rem;left:0.59375rem;display:block; }
#oBF7zFkgwP1O8v1FXEgNbTVm82IOGTlP { color:#4e4e4e;display:block;width:18.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:41.800001144409rem;left:0.625rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvnLXpMWXSGeLCs8PQ3peW0TPNSrdeA7 { color:#4e4e4e;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:38.0625rem;left:0rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tIT4cWsrDOm0EBx7IOVBuLJiTXxTIzbW { position:absolute;display:block;z-index:15006;background-color:#9c9c9c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:32.8125rem;left:8.8125rem;display:block; }
#U0FKB7T6PnQ8SwTcpWcBTZNcfToQhLxa { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/-2vD8lIhdnw/unsplash/jeshoots-com--2vD8lIhdnw-photo-1516534775068-ba3e7458af70.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:16.375rem;left:0.625rem;display:block; }#U0FKB7T6PnQ8SwTcpWcBTZNcfToQhLxa.adaptive-delivery-prevent-bg, #U0FKB7T6PnQ8SwTcpWcBTZNcfToQhLxa.lazyload, #U0FKB7T6PnQ8SwTcpWcBTZNcfToQhLxa.lazyloading { background-image: none; }
#W9iplzECei0xWAudGCPbb8ILCxTa65J3 { color:#2c3459;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.25rem;left:0.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lolocrB7p55xZQgRR0Wxyh9vyq8XtSqw { position:absolute;display:block;z-index:15013;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.875rem solid #9c9c9c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:32rem;width:18.8125rem;top:16.375000476837rem;left:20.562501907349rem;display:block; }
#T8hEFTn4FHVnhcigUWgCSIipZ2STSM7V { color:#4e4e4e;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:41.800001144409rem;left:20.875001907349rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNg85deLrfNMquBtFMdvE6K71iTiacip { color:#4e4e4e;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:38.0625rem;left:19.9375rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDSBwFe0guhMtOyKMhrsachKeQzLzKt6 { color:#2c3459;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34.25rem;left:20rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WCbTz01MnVwmQrzWdHGbRaS9UzBaZMDN { position:absolute;display:block;z-index:15014;background-color:#9c9c9c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:32.8125rem;left:28.75rem;display:block; }
#VL7hWvWzLAfvpZ131DtIapXTcHvRAAXn { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Us3MwKolPmg/unsplash/keisha-kim-Us3MwKolPmg-photo-1660128356943-e1f893a56a89.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:16.375rem;left:20.5625rem;display:block; }#VL7hWvWzLAfvpZ131DtIapXTcHvRAAXn.adaptive-delivery-prevent-bg, #VL7hWvWzLAfvpZ131DtIapXTcHvRAAXn.lazyload, #VL7hWvWzLAfvpZ131DtIapXTcHvRAAXn.lazyloading { background-image: none; }
#bJMUxve1SaaRdWRLnTFZ6cgl5iHEoS5l { position:absolute;display:block;z-index:15021;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.9375rem solid #8bc53e;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:32rem;width:18.8125rem;top:16.375000476837rem;left:40.500001907349rem;display:block; }
#NGnFTQ8FN1KV0kMTHDDZ7USBRkeqZpbw { color:#4e4e4e;display:block;width:20.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:41.800001144409rem;left:39.875001907349rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tCoSd5TUwanMmcJMf64bAqzWwoXqQBJR { color:#4e4e4e;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:38.0625rem;left:40.000001907349rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHCgoV4sFnntx3FpdyKJT78V3z5yrXDW { color:#8bc53e;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:34.25rem;left:39.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9rCQFssIxNyuTZwQt9qpKaIIpNEIOhx { position:absolute;display:block;z-index:15022;background-color:#8bc53e;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:32.8125rem;left:48.6875rem;display:block; }
#quluUVw4hBd1B9lF6wVgwsrQFyQwJLyV { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/-uHVRvDr7pg/unsplash/brooke-cagle--uHVRvDr7pg-photo-1543269865-cbf427effbad.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:16.375rem;left:40.5rem;display:block; }#quluUVw4hBd1B9lF6wVgwsrQFyQwJLyV.adaptive-delivery-prevent-bg, #quluUVw4hBd1B9lF6wVgwsrQFyQwJLyV.lazyload, #quluUVw4hBd1B9lF6wVgwsrQFyQwJLyV.lazyloading { background-image: none; }
#CWQtVdKEhTXhi1rsDqD6wCNLi1rT24L7 { color:#10079f;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0617218017578rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IVoMITN3diDuSCW7L62cdThdwm9VSV1X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row .container { background-color: transparent; background-image: none; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row .container > .video-iframe-container { display: none; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row > .video-iframe-container { display: none; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .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); }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row .container { border-width: 0; border-radius: 0; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:60rem;position:relative;display:block; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20447b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row .container { background-color: transparent; background-image: none; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row .container > .video-iframe-container { display: none; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row > .video-iframe-container { display: none; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .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); }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row .container { border-width: 0; border-radius: 0; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#xC3J02NmDvOip4aPB8OgIsHfMkwQH04d { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20447b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i > .row .container { background-color: transparent; background-image: none; }#ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i > .row .container > .video-iframe-container { display: none; }#ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i > .row > .video-iframe-container { display: none; }#ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i > .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); }#ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i > .row .container { border-width: 0; border-radius: 0; }#ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#sCirTJdT8kGWeQDCyUoMmF7zC1tM7XGs { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:25rem;width:26.875rem;top:1.4375rem;left:2.0625rem;display:block; }
#nxTe399O3KzXvvr01z2HXNwISmiit5rw { color:#20447b;display:block;width:24.0625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:3.46875rem;height:9.75rem;display:block; }
#MsfVBpSuurBlhskwASninA96B5GTRyan { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:4.25rem;top:0rem;left:3.5rem;overflow:hidden;display:block; }
#TmIVRnnGyA55MNw39OmyAeBqRadSCFTl { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #008bd1;border-left:0.0625rem solid #008bd1;border-right:0.0625rem solid #008bd1;border-bottom:0.0625rem solid #008bd1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:26.875rem;top:1.4375rem;left:31rem;display:block; }
#TVziOEp4DG1OlSMo6ZHNAJocWhm4OkM2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.75rem;top:0.6875rem;left:32.1875rem;overflow:hidden;display:block; }
#U7GxNkVMMmVO32oyZlod8V9og9lO0MnN { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:32.4375rem;height:6.5rem;display:block; }
#TdxmGmSPff4R1chThIbJFiLhATUyR5iG { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #008bd1;border-left:0.0625rem solid #008bd1;border-right:0.0625rem solid #008bd1;border-bottom:0.0625rem solid #008bd1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:26.875rem;top:14.9375rem;left:31.0625rem;display:block; }
#E93XqJNVtzLw8zIDJ9G1UH9wiUgGaEKV { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.6875rem;left:32.5rem;height:4.875rem;display:block; }
#MBP8TURxdg6SWmMmeAcmkqmHQGS2UQIi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.75rem;top:14.1875rem;left:32.25rem;overflow:hidden;display:block; }
#SPwIgdksSkP8wh61JFybLl1nilvqBdiM { position:relative;display:block; }#SPwIgdksSkP8wh61JFybLl1nilvqBdiM { background-color: transparent; background-image: none; }#SPwIgdksSkP8wh61JFybLl1nilvqBdiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPwIgdksSkP8wh61JFybLl1nilvqBdiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPwIgdksSkP8wh61JFybLl1nilvqBdiM > .row .container > .video-iframe-container { display: none; }#SPwIgdksSkP8wh61JFybLl1nilvqBdiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPwIgdksSkP8wh61JFybLl1nilvqBdiM > .row > .video-iframe-container { display: none; }#SPwIgdksSkP8wh61JFybLl1nilvqBdiM > .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); }#SPwIgdksSkP8wh61JFybLl1nilvqBdiM { border-width: 0; border-radius: 0; }#SPwIgdksSkP8wh61JFybLl1nilvqBdiM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SPwIgdksSkP8wh61JFybLl1nilvqBdiM > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kwvnAbengGfbxVJl02J399BTRLJiGg2X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.9375rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#oAgxPXNv3tRsJ1DTLMTAF3Umdr2HyH6k { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:20.0625rem;top:1.8125rem;left:20.000001907349rem;overflow:hidden;display:block; }
#ghXSgkLrADOPrtvJZqPs2yoWSPmZO1IR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:20.3125rem;top:0.6875rem;left:39.687501907349rem;overflow:hidden;display:block; }
#TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv > .row .container { background-color: transparent; background-image: none; }#TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv > .row .container > .video-iframe-container { display: none; }#TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv > .row > .video-iframe-container { display: none; }#TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv > .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); }#TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv > .row .container { border-width: 0; border-radius: 0; }#TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:60rem;position:relative;display:block; }#iNg79mQ0OBZwZp7qZhDocuAOlErXDnpC { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:1.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FoShiq9l2vMcPOHOwpFFBFcmI2kfTXLf { color:#000000;display:block;width:39.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:11.24843788147rem;left:1.3125rem;height:28.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zi7KRLMcl9MbQEO3rmfW5fOlWFlNuery { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.25rem;width:17.5625rem;top:10.047640085221rem;left:42.437501907349rem;overflow:hidden;display:block; }
#D6xKyimI4sNSmeUeiuwmeJeGdXLraFZ1 { position:absolute;display:block;z-index:15007;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.4375rem;left:1.3125rem;display:block; }
#atynC9zymZHArD9PoZPTqCG6J24iflFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row .container { background-color: transparent; background-image: none; }#atynC9zymZHArD9PoZPTqCG6J24iflFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row .container > .video-iframe-container { display: none; }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row > .video-iframe-container { display: none; }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .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); }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row .container { border-width: 0; border-radius: 0; }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#CCHOzJrdUuMlEfmk2q9ZZDVixxUr71kq { color:#20447b;display:block;width:60rem;position:absolute;font-family:dosis;font-size:3.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:4.3875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yyzxnpzAJb4kZw8tsAHmrMHzJwMWTrzy { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.22) ;height:26.4375rem;width:24.375rem;top:12.625rem;left:31.875rem;display:block; }
#BLm80BVNzRcyWZME8XOsGdy8TvuCN8D6 { color:#2d2929;display:block;width:19.375rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.875rem;left:34.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSOxfXC4KnJDTepA1dln89ICIgKg2v1m { color:#20447b;display:block;width:19.375rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.0625rem;left:34.375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-form-header {  }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:0.875rem;font-weight:bold;color:#000000;width:19.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-text { border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#e8ecf2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.8125rem;box-sizing:border-box;height:3.375rem;color:#20447b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top;font-weight:700;font-style:normal; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-text {padding-top: 0; padding-bottom: 0;}#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-textarea { border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#e8ecf2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.8125rem;box-sizing:border-box;height:4.375rem;color:#20447b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top;font-weight:700;font-style:normal; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:dosis;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-select {padding-top: 0; padding-bottom: 0;}#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-button { border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#e81c20;background-image:none;background-position:top left !important;background-repeat:repeat !important;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:6rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:13.8125rem;height:3.4375rem;font-family:dosis;overflow:hidden; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g [class*="-text"]:-moz-placeholder { color:rgba(32,68,123,0.5);font-family:dosis;font-size:0.9375rem; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g [class*="-text"]::-moz-placeholder { color:rgba(32,68,123,0.5);font-family:dosis;font-size:0.9375rem; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g [class*="-text"]:-ms-input-placeholder { color:rgba(32,68,123,0.5);font-family:dosis;font-size:0.9375rem; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g [class*="-text"]::-webkit-input-placeholder { color:rgba(32,68,123,0.5);font-family:dosis;font-size:0.9375rem; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .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:dosis;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.75rem;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .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; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .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:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-container:first-of-type{padding-top:0;}#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-container:last-of-type{padding-bottom:0;}#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.625rem;left:32.906251907349rem; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.8125rem;display:block;vertical-align:top; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-info-text { display:block;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g {display:block;}#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.625rem;left:32.906251907349rem; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #OwNdyqgq867TB9rHc8hhgST8cSKybKov { position:relative; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #BuHEVFaLFoK6QUcDLAsFgK5xvwPB0d57 { position:relative;display:none; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #gTW5ivymL0e9M8qrlUAenKQcZ0R6r43L { position:relative; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #wW69adayOzFIK8TRQLwrcRORx77Vgnm3 { position:relative; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #P6X8XpepT8Fmb5uIU6EOZ55CCr8QLdt8 { position:relative;display:none; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #TVBXP7FrTtq3hxCrt6is8XzA9xi1QwtG { position:relative; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #E2dG5h8pbedNaQJA3n1ZyPMIHTMW3WAI { position:relative; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #VW5hIBrQxM8N7bS2TTnRSb96VTre2uLB { position:relative;z-index:2; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #Gi7t06KoTf1VsC9w0R3psex0pC10PPEM { position:relative; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #G4Rf9TTqVvuLWgLE7TIlzRdqlD5MZaem { position:relative; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #gPot7A2dEN3IQRmmwDlOhGyibP5fGkN8 { position:relative; }
#RH14F9QIrrrGhHzLNSGNwnOqwJwiGbbH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:39.625rem;top:12.656250476837rem;left:0rem;overflow:hidden;display:block; }
#m1diRbPiTilNGRe74GQlx4UxIwt7ToSa { color:#2d2929;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V8k9CpORznnXhnXJoiuBf1gNmzmB102t { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.6875rem;left:38rem;display:block; }
#cZObxwqPTROHXH86iJS8J2vGnyPVU104 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S > .row .container { background-color: transparent; background-image: none; }#TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S > .row .container > .video-iframe-container { display: none; }#TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S > .row > .video-iframe-container { display: none; }#TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S > .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); }#TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S > .row .container { border-width: 0; border-radius: 0; }#TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S > .row .container { font-size:0.875rem;font-family:arial;height:17.8875rem;width:60rem;position:relative;display:block; }#ncOvSqt6uQreDVxRrJMX6AOeHuKR3GVT { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:1.0625rem;left:55.875rem;display:block; }
#A8fA0qCNRuUAv13dzJqQuE7NOABKp7tp { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.5rem;left:0rem;height:6.1230625rem;font-style:normal;display:block; }
#So4o2PLnTaFRyaTqiUnv9UdeMD4xcZCh { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.5rem;left:41.75rem;height:1.225rem;font-style:normal;display:block; }
#R1LDsORc5GJyGpxh2Cftc1uPmkkn58yk { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.4375rem;left:25.6875rem;height:1.225rem;font-style:normal;display:block; }
#r3hDHg6W5TTrTmSkcOnhFnQy2Rr7E2p3 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:0.66250038146975rem;left:23.687501907349rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KnFag7ndzh8S8WId8TzWoKLLlu8HU14a { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.375rem;left:23.6875rem; }
#VlT64fRaNiv85BGSNw3N2nJprpyr8cIp { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6.375rem;left:39.8125rem; }
#ufRgPKuFmv7Qi8Gw8u2fDatqLOvUURPT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:15.15625rem;left:48.96875rem; }
#DE1DnZiJ1PgVuD4uAIDHUXTe5X0oNhAG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:1.625rem;left:56.5rem; }
#DE1DnZiJ1PgVuD4uAIDHUXTe5X0oNhAG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#avlAJB5BtvPshJ6gWB7AQCzVBToOsBJF { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:15rem;left:57.375rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JntsanSqXOeOqDKAKdgnESD7aTb2SCTG { display:block; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txhge1OJHO635LgDJwIKeN0RB5UHm5St { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ykHr5ORsh5a0TsbJT44cdbERecvTl2N6 { width:11.5625rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7bV7ueAsKeThmMtVLNJ5VSmNZVZAllt { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq2OqyIyOSJTNmgePc8LJGerrTnZU0MC { width:19.0625rem;height:0;top:22.625rem;left:0rem;display:block; }#Jq2OqyIyOSJTNmgePc8LJGerrTnZU0MC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c86f5e1cd6bfe5327c63c2449f596b7cc5ea9ec.svg); }
 }@media only screen and (max-width: 763px) { #wWQXtXHN2G2PEcdVgUacZzhFB1etndum { width:19.375rem;height:26.1875rem;top:11.0625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLIG1CLnNX4nQ0JtAiTvIFt6vKwGRltZ { width:19.375rem;height:2.875rem;top:12.25rem;left:28.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh4o5sqhvXdhOa44rAUHMiS4p4FFylWA { width:19.375rem;height:1.9375rem;top:17.125rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-button { width:11.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.0625rem; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0  { width:16.6875rem;height:auto;top:19rem;left:28.5625rem; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 {display:block;}#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 { width:16.6875rem;height:auto;top:19rem;left:28.5625rem; }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #tiuN5RTeRvXl5suTdD7RX8RQSNcB4BOO {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #ndGiPOmHtaTiPT1L3LvuMIwNLcSX6LDZ { display:none; }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #XToqiPMbUStzzcmoLQHZZVkEKigSTczR {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #LuruU5VROaLQ0xQ2faWJkhkZg5Ch1A3x {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #Az3swUA3AMilfcOJaK7TLTb2nL6clbAu {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #HPObgKTw5RhtIdwCMm2gq4lhPk3PmMaa {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #VuADK8Ecxwv0z7RvMCl38oUGZJfrBUbR {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #RT0ruRtL7pBw1yaqz1qHm4Xq0MgFNdVz {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #uLUZhigpX2zESuJnIW480vTmCahQaTD8 {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #Dp49AKlqIr0B4zCvTTsI7BAJoo6WTaF2 {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #m2C6a6zVoIh2sKcqgTFlTZwDh5bifsmp {  }
 }@media only screen and (max-width: 763px) { #bsLKCHGcdvVQ9HRqKG9HPrb6slk1S7C5 { width:35.6875rem;height:23.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWZcBR2aRxusZtNPbOQGZ5xanwcxTWOz { width:12.125rem;height:2.3125rem;top:14.8125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW3wBFJWxu9E50wmFvhUqNKNsaCNvUzy { display:block; }
 }@media only screen and (max-width: 763px) { #gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH { display:block; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEyaT3JW2l6HkC8LVasuOq3QrAHVfozS { width:47.75rem;height:;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEyqLi6Hs1SlBLdxHpdOxbyFSH5mflTy { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNaQEN1H687JvxXEHHQwzun28uOT9iuT { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggkpL7KhkGCgofn7Fv1nSngrnThaky9d { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbo3mzUG4DGiITndDvte0xnlK9XKk2b9 { width:47.75rem;height:0.0625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3qgV9WcCSIXtI1sW1JaqtwZW4pNEVxK { width:15rem;height:0;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A44swAnTUXiZmJQX4s5l8lP6qSSHW7gT { width:15rem;height:0;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELrWKhwUd3lZbwXpsPipABUZgb8wATwr { width:15rem;height:0;top:37.3125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKHvUFf4iFglMrnp8JOF6svuiSZb0Jir { width:15rem;height:0;top:34.625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxxGghnaJP6pQi4l7edTV04lIscgcCAT { width:15rem;height:0;top:21.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAiiEmBTqsyFMUw4dN8Po0q8MN3i2VcD { width:15rem;height:0;top:18.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLBg2HuVhoy8muyLLTThhJBEK3AJFlLx { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh3EHbqsrV50dTfiUskq4vken7lBupdz { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD1nzSMLTQSLzH6unSryZMSk6anweWDF { width:15rem;height:0;top:21.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRUTlbHTlArtBPC1efN3ap2tdZG5UUNd { width:15rem;height:0;top:18.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUHcM02yCTozJasF60Bl0f67bLuCEOCb { width:0.0625rem;height:32.1875rem;top:12.125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4SwIASBTt8yaJh4bc5XFZKvcgcEbOz8 { width:5.125rem;height:3.375rem;top:13.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibgdesK29ybLVAptbVm0FmhhFwOFE0ee { width:4.0625rem;height:3.75rem;top:13rem;left:21.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXQMIplaJXaCqpX9Qm2snN9gIW4Se7Lt { width:2.6875rem;height:3.9375rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltUzgLKvOKV6IOcDurkewxDUcNw2OzMn { width:3.875rem;height:3.625rem;top:29.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi2dLkSGfTPy6mZ9zCZOgqBWo81NORZl { width:3.0625rem;height:3.125rem;top:30.1875rem;left:22.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A25T4XhG8UW0zFPiXg74c9Z5HEacP1Ha { width:5.1875rem;height:3.875rem;top:29.8125rem;left:37.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC { display:block; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X08lWxBwUGtNGc2TXP8sF2tMgp5UTnwv { width:47.75rem;height:;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSS9houXl08Qco95PGduGDvyghSOLfJ8 { width:47.75rem;height:1.8125rem;top:9.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0C3r957pAtfWHUa7h9RZU8eAICEzvmW { width:12.1875rem;height:3.25rem;top:12.25rem;left:17.781251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TowH0W9nZmPKlqSQUSgZ1nn5eVgWZ7Fp { display:block; }
 }@media only screen and (max-width: 763px) { #K164HWlmtLm6qeV9u1vLTRzATaG7uk5X { display:block; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBE9Knebrci09fm6BBynBZqcdrVWAvnX { width:47.75rem;height:;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isyH6nUdT7vyVmTn5ST96nT2nd23CQ5i { width:15rem;height:0;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myAgTeHMXbCAVlQuqTU6fvwqDQ9tbvuw { width:15rem;height:0;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvX8x00ErBfAaXi20iUCtZcdPCPD69XF { width:15rem;height:0;top:16.6875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7E3M3nTiDKSfO9Ha82BItv2Wryb3UXI { width:15rem;height:0;top:11.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxDJ8dnvxFH3aKLdpZ686WrioGmKeASV { width:15rem;height:0;top:16.6875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpTeyddETZRLV8aAUg0fqJRbTdlu8fnJ { width:15rem;height:0;top:11.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto { display:block; }#HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TslPlwLvVbl725dwwLVExnkUZkHTwpxP { width:6.75rem;height:6.75rem;top:27.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywWDfgDAWOSpMGGBHU2LXZdh1DftcDmA { width:18.75rem;height:3.25rem;top:35.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOQNgy9UJGQS7MOJm3ffdgRqzKomlC17 { width:18.75rem;height:5.375rem;top:40.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt8UeA9FTRtMtWx6k8anGsUwlCdrGZJ3 { width:18.75rem;height:5.375rem;top:40.4375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niSsgH9W1H3GT44cpFGr09A0TdfWZrg2 { width:18.75rem;height:3.25rem;top:35.75rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehmGK0fNmTvzxrpcdGdoE8Op1i6arAJE { width:6.75rem;height:6.75rem;top:27.6875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A17Ax4TF3UEvgJaNz4MOhTQKWzMiTLhs { width:18.75rem;height:5.375rem;top:40.4375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kivmSBT0Fifa7xZ5hCcQPRwKwPKRVDy1 { width:18.75rem;height:3.25rem;top:35.75rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swtZEkRpron5qOJWyxxaDgdPkt9rfKVk { width:6.75rem;height:6.75rem;top:27.6875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPcwu45HGIrMs1Omsbgto9XPHkKlI28x { width:6.75rem;height:6.75rem;top:8.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTVFX13AQ2dTTx1AfSDeaDUt5AcGlbA { width:18.75rem;height:1.625rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZRU9LzmfuulSfKC7v3NCyi3owIn5BGU { width:18.75rem;height:3.25rem;top:16.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0nfrE0P1RyDWCZoksSiqJvfDIlDhTcJ { width:6.75rem;height:6.75rem;top:8.625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV2HVmgWW8re8TE6DkIgwr83JEtyU0Ti { width:18.75rem;height:5.375rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6BoIk8kX0c5XAln3TlpgoIqXZOGKhgv { width:18.75rem;height:7.1875rem;top:21.125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8JsXMXVRv99Rn9egdJIJlGAPgmei6fn { width:18.75rem;height:5.375rem;top:21.125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLTyDJIpe6xnlU7RcrJcrIsL2xEm0cSp { width:18.75rem;height:;top:16.625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFoLUbsgipNhXuWIPeAUIgTl02OrGC2v { width:6.75rem;height:6.75rem;top:8.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR2yQrvpJOi7fA5DS0dXEdgQQfXqlXH5 { width:47.75rem;height:;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz { display:block; }#tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5n7nZpakkcn7GSBDFwNLApqNn553yng { width:18.875rem;height:31.8125rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBF7zFkgwP1O8v1FXEgNbTVm82IOGTlP { width:18.3125rem;height:5.1875rem;top:41.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvnLXpMWXSGeLCs8PQ3peW0TPNSrdeA7 { width:20rem;height:3.6875rem;top:38.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIT4cWsrDOm0EBx7IOVBuLJiTXxTIzbW { width:2.4375rem;height:0.3125rem;top:32.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0FKB7T6PnQ8SwTcpWcBTZNcfToQhLxa { width:18.8125rem;height:14rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9iplzECei0xWAudGCPbb8ILCxTa65J3 { width:19.9375rem;height:2.8125rem;top:34.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lolocrB7p55xZQgRR0Wxyh9vyq8XtSqw { width:18.8125rem;height:32rem;top:16.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8hEFTn4FHVnhcigUWgCSIipZ2STSM7V { width:18.125rem;height:5.1875rem;top:41.75rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNg85deLrfNMquBtFMdvE6K71iTiacip { width:20rem;height:3.6875rem;top:38.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDSBwFe0guhMtOyKMhrsachKeQzLzKt6 { width:19.9375rem;height:2.8125rem;top:34.25rem;left:11.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbTz01MnVwmQrzWdHGbRaS9UzBaZMDN { width:2.4375rem;height:0.3125rem;top:32.8125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL7hWvWzLAfvpZ131DtIapXTcHvRAAXn { width:18.8125rem;height:14rem;top:16.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJMUxve1SaaRdWRLnTFZ6cgl5iHEoS5l { width:18.8125rem;height:32rem;top:16.375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGnFTQ8FN1KV0kMTHDDZ7USBRkeqZpbw { width:20.125rem;height:5.1875rem;top:41.75rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCoSd5TUwanMmcJMf64bAqzWwoXqQBJR { width:20rem;height:3.6875rem;top:38.0625rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHCgoV4sFnntx3FpdyKJT78V3z5yrXDW { width:19.9375rem;height:2.8125rem;top:34.25rem;left:11.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9rCQFssIxNyuTZwQt9qpKaIIpNEIOhx { width:2.4375rem;height:0.3125rem;top:32.8125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quluUVw4hBd1B9lF6wVgwsrQFyQwJLyV { width:18.8125rem;height:14rem;top:16.375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWQtVdKEhTXhi1rsDqD6wCNLi1rT24L7 { width:47.75rem;height:7.3125rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVoMITN3diDuSCW7L62cdThdwm9VSV1X { display:block; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp { display:block; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xC3J02NmDvOip4aPB8OgIsHfMkwQH04d { width:47.75rem;height:;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i { display:block; }#ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCirTJdT8kGWeQDCyUoMmF7zC1tM7XGs { width:23.125rem;height:25rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxTe399O3KzXvvr01z2HXNwISmiit5rw { width:20.875rem;height:0;top:9.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsfVBpSuurBlhskwASninA96B5GTRyan { width:4.25rem;height:3.5625rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmIVRnnGyA55MNw39OmyAeBqRadSCFTl { width:23.1875rem;height:11.5625rem;top:1.4375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVziOEp4DG1OlSMo6ZHNAJocWhm4OkM2 { width:2.75rem;height:2.25rem;top:0.6875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7GxNkVMMmVO32oyZlod8V9og9lO0MnN { width:22.375rem;height:0;top:4.1875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdxmGmSPff4R1chThIbJFiLhATUyR5iG { width:23.1875rem;height:11.5625rem;top:14.9375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E93XqJNVtzLw8zIDJ9G1UH9wiUgGaEKV { width:22.5rem;height:0;top:17.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBP8TURxdg6SWmMmeAcmkqmHQGS2UQIi { width:2.75rem;height:2.25rem;top:14.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPwIgdksSkP8wh61JFybLl1nilvqBdiM { display:block; }#SPwIgdksSkP8wh61JFybLl1nilvqBdiM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwvnAbengGfbxVJl02J399BTRLJiGg2X { top:2.5rem;left:0rem;width:19.9375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAgxPXNv3tRsJ1DTLMTAF3Umdr2HyH6k { top:1.8125rem;left:11.75rem;width:20.0625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghXSgkLrADOPrtvJZqPs2yoWSPmZO1IR { top:0.6875rem;left:11.4375rem;width:20.3125rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv { display:block; }#TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNg79mQ0OBZwZp7qZhDocuAOlErXDnpC { width:31.5rem;height:;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoShiq9l2vMcPOHOwpFFBFcmI2kfTXLf { width:39.5rem;height:30rem;top:11.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi7KRLMcl9MbQEO3rmfW5fOlWFlNuery { top:10rem;left:30.1875rem;width:17.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6xKyimI4sNSmeUeiuwmeJeGdXLraFZ1 { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atynC9zymZHArD9PoZPTqCG6J24iflFw { display:block; }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCHOzJrdUuMlEfmk2q9ZZDVixxUr71kq { width:47.75rem;height:;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyzxnpzAJb4kZw8tsAHmrMHzJwMWTrzy { width:24.375rem;height:26.4375rem;top:12.625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLm80BVNzRcyWZME8XOsGdy8TvuCN8D6 { width:19.375rem;height:0;top:13.875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSOxfXC4KnJDTepA1dln89ICIgKg2v1m { width:19.375rem;height:0;top:19.0625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-regular-label { width:19.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-text { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-text {padding-top: 0; padding-bottom: 0;}#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-textarea { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-select { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-select {padding-top: 0; padding-bottom: 0;}#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-button { width:13.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6rem; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-checkbox-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g  { width:19.8125rem;height:auto;top:20.625rem;left:24.40625rem; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .radio-container { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g {display:block;}#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g { width:19.8125rem;height:auto;top:20.625rem;left:24.40625rem; }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #OwNdyqgq867TB9rHc8hhgST8cSKybKov {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #BuHEVFaLFoK6QUcDLAsFgK5xvwPB0d57 { display:none; }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #gTW5ivymL0e9M8qrlUAenKQcZ0R6r43L {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #wW69adayOzFIK8TRQLwrcRORx77Vgnm3 {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #P6X8XpepT8Fmb5uIU6EOZ55CCr8QLdt8 {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #TVBXP7FrTtq3hxCrt6is8XzA9xi1QwtG {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #E2dG5h8pbedNaQJA3n1ZyPMIHTMW3WAI {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #VW5hIBrQxM8N7bS2TTnRSb96VTre2uLB {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #Gi7t06KoTf1VsC9w0R3psex0pC10PPEM {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #G4Rf9TTqVvuLWgLE7TIlzRdqlD5MZaem {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #gPot7A2dEN3IQRmmwDlOhGyibP5fGkN8 {  }
 }@media only screen and (max-width: 763px) { #RH14F9QIrrrGhHzLNSGNwnOqwJwiGbbH { width:32.3125rem;height:21.5rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1diRbPiTilNGRe74GQlx4UxIwt7ToSa { width:47.75rem;height:2.875rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8k9CpORznnXhnXJoiuBf1gNmzmB102t { width:12.125rem;height:2.3125rem;top:16.6875rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZObxwqPTROHXH86iJS8J2vGnyPVU104 { display:block; }
 }@media only screen and (max-width: 763px) { #TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S { display:block; }#TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncOvSqt6uQreDVxRrJMX6AOeHuKR3GVT { top:1.0625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8fA0qCNRuUAv13dzJqQuE7NOABKp7tp { top:6.5rem;left:0rem;width:19.875rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #So4o2PLnTaFRyaTqiUnv9UdeMD4xcZCh { top:6.5rem;left:35.625rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1LDsORc5GJyGpxh2Cftc1uPmkkn58yk { top:6.4375rem;left:19.5625rem;width:12.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3hDHg6W5TTrTmSkcOnhFnQy2Rr7E2p3 { top:0.625rem;left:17.562501907349rem;width:11.8125rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnFag7ndzh8S8WId8TzWoKLLlu8HU14a { top:6.375rem;left:17.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlT64fRaNiv85BGSNw3N2nJprpyr8cIp { top:6.375rem;left:33.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufRgPKuFmv7Qi8Gw8u2fDatqLOvUURPT { top:15.125rem;left:42.84375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE1DnZiJ1PgVuD4uAIDHUXTe5X0oNhAG { top:1.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#DE1DnZiJ1PgVuD4uAIDHUXTe5X0oNhAG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #avlAJB5BtvPshJ6gWB7AQCzVBToOsBJF { top:15rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container { display: none; }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #JntsanSqXOeOqDKAKdgnESD7aTb2SCTG { display:block; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txhge1OJHO635LgDJwIKeN0RB5UHm5St { width:20rem;height:4.95rem;top:7rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykHr5ORsh5a0TsbJT44cdbERecvTl2N6 { width:9.375rem;height:9.375rem;top:0rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7bV7ueAsKeThmMtVLNJ5VSmNZVZAllt { width:20rem;height:1.95rem;top:28.062500417232rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq2OqyIyOSJTNmgePc8LJGerrTnZU0MC { width:19.0625rem;height:10.075rem;top:31.6875rem;left:0.46875rem;font-size:1.125rem;display:block; }#Jq2OqyIyOSJTNmgePc8LJGerrTnZU0MC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c86f5e1cd6bfe5327c63c2449f596b7cc5ea9ec.svg); }
 }@media only screen and (max-width: 763px) { #wWQXtXHN2G2PEcdVgUacZzhFB1etndum { width:19.375rem;height:23.125rem;top:43.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLIG1CLnNX4nQ0JtAiTvIFt6vKwGRltZ { width:19.375rem;height:2.4375rem;top:44.5rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh4o5sqhvXdhOa44rAUHMiS4p4FFylWA { width:19.375rem;height:1.3rem;top:49.5625rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-input-button { width:11.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.0625rem; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .widget-checkbox-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0  { width:16.6875rem;height:auto;top:51.4375rem;left:0.4375rem; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 {display:block;}#Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 { width:16.6875rem;height:auto;top:51.4375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #tiuN5RTeRvXl5suTdD7RX8RQSNcB4BOO {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #ndGiPOmHtaTiPT1L3LvuMIwNLcSX6LDZ { display:none; }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #XToqiPMbUStzzcmoLQHZZVkEKigSTczR {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #LuruU5VROaLQ0xQ2faWJkhkZg5Ch1A3x {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #Az3swUA3AMilfcOJaK7TLTb2nL6clbAu {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #HPObgKTw5RhtIdwCMm2gq4lhPk3PmMaa {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #VuADK8Ecxwv0z7RvMCl38oUGZJfrBUbR {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #RT0ruRtL7pBw1yaqz1qHm4Xq0MgFNdVz {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #uLUZhigpX2zESuJnIW480vTmCahQaTD8 {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #Dp49AKlqIr0B4zCvTTsI7BAJoo6WTaF2 {  }
 }@media only screen and (max-width: 763px) { #Qqk3U2EBiLZfqQ60x6wpeAwrozLur6N0 #m2C6a6zVoIh2sKcqgTFlTZwDh5bifsmp {  }
 }@media only screen and (max-width: 763px) { #bsLKCHGcdvVQ9HRqKG9HPrb6slk1S7C5 { top:13.5625rem;left:0rem;width:20rem;height:13.3125rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bWZcBR2aRxusZtNPbOQGZ5xanwcxTWOz { width:12.125rem;height:2.3125rem;top:46.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW3wBFJWxu9E50wmFvhUqNKNsaCNvUzy { display:block; }
 }@media only screen and (max-width: 763px) { #gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH { display:block; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEyaT3JW2l6HkC8LVasuOq3QrAHVfozS { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEyqLi6Hs1SlBLdxHpdOxbyFSH5mflTy { width:18.75rem;height:1.95rem;top:10.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JNaQEN1H687JvxXEHHQwzun28uOT9iuT { width:18.75rem;height:2.925rem;top:12.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ggkpL7KhkGCgofn7Fv1nSngrnThaky9d { width:0.0625rem;height:32.1875rem;top:11rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fbo3mzUG4DGiITndDvte0xnlK9XKk2b9 { width:20rem;height:0.0625rem;top:76.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3qgV9WcCSIXtI1sW1JaqtwZW4pNEVxK { width:18.75rem;height:1.95rem;top:43.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A44swAnTUXiZmJQX4s5l8lP6qSSHW7gT { width:18.75rem;height:2.925rem;top:46.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELrWKhwUd3lZbwXpsPipABUZgb8wATwr { width:18.75rem;height:2.925rem;top:56.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GKHvUFf4iFglMrnp8JOF6svuiSZb0Jir { width:18.75rem;height:1.95rem;top:54.0625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxxGghnaJP6pQi4l7edTV04lIscgcCAT { width:18.75rem;height:2.925rem;top:24.71249961853rem;left:0.62421876192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LAiiEmBTqsyFMUw4dN8Po0q8MN3i2VcD { width:18.75rem;height:3.9rem;top:20.812500476837rem;left:0.62421876192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLBg2HuVhoy8muyLLTThhJBEK3AJFlLx { width:18.75rem;height:4.3875rem;top:67.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xh3EHbqsrV50dTfiUskq4vken7lBupdz { width:18.75rem;height:1.95rem;top:65.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LD1nzSMLTQSLzH6unSryZMSk6anweWDF { width:18.75rem;height:2.925rem;top:35.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRUTlbHTlArtBPC1efN3ap2tdZG5UUNd { width:18.75rem;height:1.95rem;top:32.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUHcM02yCTozJasF60Bl0f67bLuCEOCb { width:0.0625rem;height:32.1875rem;top:87.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4SwIASBTt8yaJh4bc5XFZKvcgcEbOz8 { width:5.125rem;height:3.375rem;top:6.375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibgdesK29ybLVAptbVm0FmhhFwOFE0ee { width:4.0625rem;height:3.75rem;top:17.0625rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXQMIplaJXaCqpX9Qm2snN9gIW4Se7Lt { width:2.6875rem;height:3.9375rem;top:28.125rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltUzgLKvOKV6IOcDurkewxDUcNw2OzMn { width:3.875rem;height:3.625rem;top:39.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi2dLkSGfTPy6mZ9zCZOgqBWo81NORZl { width:3.0625rem;height:3.125rem;top:50.3125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A25T4XhG8UW0zFPiXg74c9Z5HEacP1Ha { width:5.1875rem;height:3.875rem;top:60.75rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC { background-color:#008bd1;background-image:url("https://images.assets-landingi.com/bddhfqe0/bg_sectio_1v2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC.adaptive-delivery-prevent-bg, #VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC.lazyload, #VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC.lazyloading { background-image: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container { background-color: transparent; background-image: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container > .video-iframe-container { display: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row > .video-iframe-container { display: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .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); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X08lWxBwUGtNGc2TXP8sF2tMgp5UTnwv { width:15.3125rem;height:4.875rem;top:2.5rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XSS9houXl08Qco95PGduGDvyghSOLfJ8 { width:20rem;height:1.95rem;top:12.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0C3r957pAtfWHUa7h9RZU8eAICEzvmW { width:12.1875rem;height:3.25rem;top:15.4375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TowH0W9nZmPKlqSQUSgZ1nn5eVgWZ7Fp { display:block; }
 }@media only screen and (max-width: 763px) { #K164HWlmtLm6qeV9u1vLTRzATaG7uk5X { display:block; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBE9Knebrci09fm6BBynBZqcdrVWAvnX { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isyH6nUdT7vyVmTn5ST96nT2nd23CQ5i { width:18.75rem;height:5.85rem;top:8.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myAgTeHMXbCAVlQuqTU6fvwqDQ9tbvuw { width:18.75rem;height:3.9rem;top:14.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvX8x00ErBfAaXi20iUCtZcdPCPD69XF { width:18.75rem;height:3.9rem;top:22.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7E3M3nTiDKSfO9Ha82BItv2Wryb3UXI { width:18.75rem;height:5.85rem;top:17.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxDJ8dnvxFH3aKLdpZ686WrioGmKeASV { width:18.75rem;height:1.95rem;top:31.5625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SpTeyddETZRLV8aAUg0fqJRbTdlu8fnJ { width:18.75rem;height:5.85rem;top:26.125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto { display:block; }#HdA5OoOHxPxLS9ixyfsmEWEf8rfbdwto > .row .container { width:20rem;height:107.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TslPlwLvVbl725dwwLVExnkUZkHTwpxP { width:6.75rem;height:6.75rem;top:54.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywWDfgDAWOSpMGGBHU2LXZdh1DftcDmA { width:18.75rem;height:2.6rem;top:62.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOQNgy9UJGQS7MOJm3ffdgRqzKomlC17 { width:18.75rem;height:4.8rem;top:64.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wt8UeA9FTRtMtWx6k8anGsUwlCdrGZJ3 { width:18.75rem;height:3.2rem;top:83.1875rem;left:0.62421876192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #niSsgH9W1H3GT44cpFGr09A0TdfWZrg2 { width:18.75rem;height:2.6rem;top:79.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehmGK0fNmTvzxrpcdGdoE8Op1i6arAJE { width:6.75rem;height:6.75rem;top:71.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A17Ax4TF3UEvgJaNz4MOhTQKWzMiTLhs { width:18.75rem;height:3.2rem;top:100.75rem;left:0.62421876192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kivmSBT0Fifa7xZ5hCcQPRwKwPKRVDy1 { width:18.75rem;height:2.6rem;top:97.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swtZEkRpron5qOJWyxxaDgdPkt9rfKVk { width:6.75rem;height:6.75rem;top:89.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPcwu45HGIrMs1Omsbgto9XPHkKlI28x { width:6.75rem;height:6.75rem;top:7.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTVFX13AQ2dTTx1AfSDeaDUt5AcGlbA { width:18.75rem;height:1.3rem;top:15.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZRU9LzmfuulSfKC7v3NCyi3owIn5BGU { width:18.75rem;height:2.6rem;top:29.887499809265rem;left:0.62421876192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0nfrE0P1RyDWCZoksSiqJvfDIlDhTcJ { width:6.75rem;height:6.75rem;top:23.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV2HVmgWW8re8TE6DkIgwr83JEtyU0Ti { width:18.75rem;height:4.8rem;top:16.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6BoIk8kX0c5XAln3TlpgoIqXZOGKhgv { width:18.75rem;height:6.4rem;top:32.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8JsXMXVRv99Rn9egdJIJlGAPgmei6fn { width:18.75rem;height:4.8rem;top:48.975017547608rem;left:0.62421876192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLTyDJIpe6xnlU7RcrJcrIsL2xEm0cSp { width:18.75rem;height:2.6rem;top:46.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFoLUbsgipNhXuWIPeAUIgTl02OrGC2v { width:6.75rem;height:6.75rem;top:38.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR2yQrvpJOi7fA5DS0dXEdgQQfXqlXH5 { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz { display:block; }#tFMZOviTdsG0nzaLqNlrLr3ybye5hzaz > .row .container { width:20rem;height:110.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5n7nZpakkcn7GSBDFwNLApqNn553yng { width:18.8125rem;height:30.75rem;top:13.25rem;left:0.56249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBF7zFkgwP1O8v1FXEgNbTVm82IOGTlP { width:18.625rem;height:5.2rem;top:37.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvnLXpMWXSGeLCs8PQ3peW0TPNSrdeA7 { width:20rem;height:1.3rem;top:34.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tIT4cWsrDOm0EBx7IOVBuLJiTXxTIzbW { width:2.4375rem;height:0.3125rem;top:28.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0FKB7T6PnQ8SwTcpWcBTZNcfToQhLxa { width:18.8125rem;height:14rem;top:13.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9iplzECei0xWAudGCPbb8ILCxTa65J3 { width:19.9375rem;height:2.1125rem;top:30.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lolocrB7p55xZQgRR0Wxyh9vyq8XtSqw { width:18.8125rem;height:30.75rem;top:45.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8hEFTn4FHVnhcigUWgCSIipZ2STSM7V { width:18.375rem;height:5.2rem;top:69.4375rem;left:0.81171876192094rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNg85deLrfNMquBtFMdvE6K71iTiacip { width:20rem;height:1.3rem;top:67.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDSBwFe0guhMtOyKMhrsachKeQzLzKt6 { width:19.9375rem;height:2.1125rem;top:63.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbTz01MnVwmQrzWdHGbRaS9UzBaZMDN { width:2.4375rem;height:0.3125rem;top:61.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL7hWvWzLAfvpZ131DtIapXTcHvRAAXn { width:18.8125rem;height:14rem;top:45.4375rem;left:0.59296876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJMUxve1SaaRdWRLnTFZ6cgl5iHEoS5l { width:18.8125rem;height:30.75rem;top:78.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGnFTQ8FN1KV0kMTHDDZ7USBRkeqZpbw { width:20rem;height:5.2rem;top:102.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCoSd5TUwanMmcJMf64bAqzWwoXqQBJR { width:18.375rem;height:2.6rem;top:99.825000762938rem;left:0.81171876192094rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHCgoV4sFnntx3FpdyKJT78V3z5yrXDW { width:19.9375rem;height:2.1125rem;top:96.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9rCQFssIxNyuTZwQt9qpKaIIpNEIOhx { width:2.4375rem;height:0.3125rem;top:94.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quluUVw4hBd1B9lF6wVgwsrQFyQwJLyV { width:18.8125rem;height:14rem;top:78.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWQtVdKEhTXhi1rsDqD6wCNLi1rT24L7 { width:20rem;height:7.3125rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVoMITN3diDuSCW7L62cdThdwm9VSV1X { display:block; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp { display:block; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xC3J02NmDvOip4aPB8OgIsHfMkwQH04d { width:16.125rem;height:4.875rem;top:2.5rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i { display:block; }#ETL8DmQrVPfm5i4GFRDV0slmmoOBmy3i > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCirTJdT8kGWeQDCyUoMmF7zC1tM7XGs { width:20rem;height:15.1875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxTe399O3KzXvvr01z2HXNwISmiit5rw { width:18.75rem;height:9.75rem;top:8.375rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MsfVBpSuurBlhskwASninA96B5GTRyan { width:4.25rem;height:3.5625rem;top:2.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmIVRnnGyA55MNw39OmyAeBqRadSCFTl { width:20rem;height:13.625rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVziOEp4DG1OlSMo6ZHNAJocWhm4OkM2 { width:2.75rem;height:2.25rem;top:20.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7GxNkVMMmVO32oyZlod8V9og9lO0MnN { width:18.75rem;height:8.125rem;top:25.924999237061rem;left:0.62421876192093rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TdxmGmSPff4R1chThIbJFiLhATUyR5iG { width:19.9375rem;height:11rem;top:37.437500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E93XqJNVtzLw8zIDJ9G1UH9wiUgGaEKV { width:18.75rem;height:6.5rem;top:41.062500476837rem;left:0.62421876192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBP8TURxdg6SWmMmeAcmkqmHQGS2UQIi { width:2.75rem;height:2.25rem;top:36.687500476837rem;left:8.6250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPwIgdksSkP8wh61JFybLl1nilvqBdiM { display:block; }#SPwIgdksSkP8wh61JFybLl1nilvqBdiM > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwvnAbengGfbxVJl02J399BTRLJiGg2X { width:19.9375rem;height:13.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAgxPXNv3tRsJ1DTLMTAF3Umdr2HyH6k { width:20rem;height:14.454828660436rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghXSgkLrADOPrtvJZqPs2yoWSPmZO1IR { width:20rem;height:17.107692307692rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv { display:block; }#TRgbngzJD51k5Sanpsq4C5a2N0nUs1Qv > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNg79mQ0OBZwZp7qZhDocuAOlErXDnpC { width:20rem;height:1.375rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoShiq9l2vMcPOHOwpFFBFcmI2kfTXLf { width:20rem;height:39.375rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi7KRLMcl9MbQEO3rmfW5fOlWFlNuery { width:12.6875rem;height:22.625rem;top:47.875rem;left:3.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6xKyimI4sNSmeUeiuwmeJeGdXLraFZ1 { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #atynC9zymZHArD9PoZPTqCG6J24iflFw { display:block; }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCHOzJrdUuMlEfmk2q9ZZDVixxUr71kq { width:20rem;height:2.925rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyzxnpzAJb4kZw8tsAHmrMHzJwMWTrzy { width:20rem;height:27.0625rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLm80BVNzRcyWZME8XOsGdy8TvuCN8D6 { width:19.375rem;height:2.925rem;top:21.0625rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSOxfXC4KnJDTepA1dln89ICIgKg2v1m { width:19.375rem;height:1.95rem;top:26.125rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-text {padding-top: 0; padding-bottom: 0;}#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-select {padding-top: 0; padding-bottom: 0;}#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g  { width:17.5rem;height:auto;top:28rem;left:0.0625rem; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g {display:block;}#LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g { width:17.5rem;height:auto;top:28rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #OwNdyqgq867TB9rHc8hhgST8cSKybKov {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #BuHEVFaLFoK6QUcDLAsFgK5xvwPB0d57 { display:none; }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #gTW5ivymL0e9M8qrlUAenKQcZ0R6r43L {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #wW69adayOzFIK8TRQLwrcRORx77Vgnm3 {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #P6X8XpepT8Fmb5uIU6EOZ55CCr8QLdt8 {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #TVBXP7FrTtq3hxCrt6is8XzA9xi1QwtG {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #E2dG5h8pbedNaQJA3n1ZyPMIHTMW3WAI {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #VW5hIBrQxM8N7bS2TTnRSb96VTre2uLB {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #Gi7t06KoTf1VsC9w0R3psex0pC10PPEM {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #G4Rf9TTqVvuLWgLE7TIlzRdqlD5MZaem {  }
 }@media only screen and (max-width: 763px) { #LiXS5CAHJFCmGzOfqEpri6XmOTcZic2g #gPot7A2dEN3IQRmmwDlOhGyibP5fGkN8 {  }
 }@media only screen and (max-width: 763px) { #RH14F9QIrrrGhHzLNSGNwnOqwJwiGbbH { width:20rem;height:13.3125rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1diRbPiTilNGRe74GQlx4UxIwt7ToSa { width:20rem;height:1.95rem;top:5.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8k9CpORznnXhnXJoiuBf1gNmzmB102t { width:12.125rem;height:2.3125rem;top:23.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZObxwqPTROHXH86iJS8J2vGnyPVU104 { display:block; }
 }@media only screen and (max-width: 763px) { #TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S { display:block; }#TKQ8bCg5cMpWOgf0xBnMxJnaiP6LTf7S > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncOvSqt6uQreDVxRrJMX6AOeHuKR3GVT { width:3.0625rem;height:3.0625rem;top:3.55rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8fA0qCNRuUAv13dzJqQuE7NOABKp7tp { width:14.625rem;height:6.125rem;top:7.8625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #So4o2PLnTaFRyaTqiUnv9UdeMD4xcZCh { width:8.1875rem;height:1.4rem;top:23.5125rem;left:5.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1LDsORc5GJyGpxh2Cftc1uPmkkn58yk { width:11.375rem;height:1.4rem;top:18.05rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3hDHg6W5TTrTmSkcOnhFnQy2Rr7E2p3 { width:20rem;height:1.05rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnFag7ndzh8S8WId8TzWoKLLlu8HU14a { width:1.5625rem;height:1.5625rem;top:15.2375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlT64fRaNiv85BGSNw3N2nJprpyr8cIp { width:1.5625rem;height:1.5625rem;top:20.7rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufRgPKuFmv7Qi8Gw8u2fDatqLOvUURPT { width:1.875rem;height:1.875rem;top:26.1625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE1DnZiJ1PgVuD4uAIDHUXTe5X0oNhAG { width:1.875rem;height:1.875rem;top:4.1125rem;left:9.0625rem;display:block; }
#DE1DnZiJ1PgVuD4uAIDHUXTe5X0oNhAG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #avlAJB5BtvPshJ6gWB7AQCzVBToOsBJF { width:2.1875rem;height:2.1875rem;top:29.2875rem;left:8.875rem;display:block; }
 }