.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { 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; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#Pok0bXLLpBkoMubStmDbxL7wD9yRPgOq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#THL2OX9dGJiuVTwWHRnTd00NeZyqfzR9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:11rem;top:1rem;left:32rem;overflow:hidden;display:block; }
#u5HqTufAPMHboTuitZF7GP95T3wnQdxT { position:relative;display:none; }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT { border-width: 0; border-radius: 0; }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT > .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; }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm { position:relative;display:block; }#hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm { background-color: transparent; background-image: none; }#hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm > .row .container > .video-iframe-container { display: none; }#hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm > .row > .video-iframe-container { display: none; }#hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm > .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); }#hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm { border-width: 0; border-radius: 0; }#hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm > .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; }#hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm > .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:49.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GOaozi8l3KsHkqFGpZuUQ1m1g3zII2pl { 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:49.75rem;width:74.6875rem;top:0rem;left:0.15625rem;overflow:hidden;display:block; }
#yFr0Thauuuv8xszgiiVdElVbwxUdN30L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d40000;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; }#yFr0Thauuuv8xszgiiVdElVbwxUdN30L > .row .container { background-color: transparent; background-image: none; }#yFr0Thauuuv8xszgiiVdElVbwxUdN30L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFr0Thauuuv8xszgiiVdElVbwxUdN30L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFr0Thauuuv8xszgiiVdElVbwxUdN30L > .row .container > .video-iframe-container { display: none; }#yFr0Thauuuv8xszgiiVdElVbwxUdN30L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFr0Thauuuv8xszgiiVdElVbwxUdN30L > .row > .video-iframe-container { display: none; }#yFr0Thauuuv8xszgiiVdElVbwxUdN30L > .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); }#yFr0Thauuuv8xszgiiVdElVbwxUdN30L > .row .container { border-width: 0; border-radius: 0; }#yFr0Thauuuv8xszgiiVdElVbwxUdN30L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yFr0Thauuuv8xszgiiVdElVbwxUdN30L > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:75rem;position:relative;display:block; }#lTV5mDuuTFIscgLdcEqEPBCUGXZTKKT5 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.1875rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#StqexWGak8lTRzpeJPsdVUzrx2mrbcmp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.1875rem;left:28.5rem; }
#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV { position:relative;display:block; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV { background-color: transparent; background-image: none; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .row .container > .video-iframe-container { display: none; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .row > .video-iframe-container { display: none; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .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); }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV { border-width: 0; border-radius: 0; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .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; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .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:38rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dpBNJkTlaNrEy9k1oOeuvVdHg8dXJ0SQ { color:#308d50;display:block;width:43.3125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.03125rem;left:0rem;height:8.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CX3Rxn2a5AXrkk6wBKUaNG039nSAWQt3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:17.1875rem;top:11.75rem;left:26.1875rem;overflow:hidden;display:block; }
#VSEVHKJkOrSiCveBA1JlVpW7JTTkoMSo { background-color:#242629;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: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31rem;left:0rem;display:none; }
#E1PpsWrrooOiTvMThkIti9XqhJEbnTTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SM1bxKPKgBB3VRLWxeELQgUMp7JuA6oV { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.0625rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sBvqeEJRkW8OVqw0t59zHTn0g8w9nV2c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:31.125rem;left:4.375rem;display:none; }
#q6PKULpOOFfZBTactTi7Vuh1M8tXwFdc { color:#000000;display:block;width:30.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:;display:block; }#q6PKULpOOFfZBTactTi7Vuh1M8tXwFdc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q6PKULpOOFfZBTactTi7Vuh1M8tXwFdc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a341f2ec87643be40e647356e13c94ee5db4c748.svg); }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-form-header {  }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-text {padding-top: 0; padding-bottom: 0;}#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-select {padding-top: 0; padding-bottom: 0;}#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#d40000;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .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; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-container:first-of-type{padding-top:0;}#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-container:last-of-type{padding-bottom:0;}#emLKSiRIpGOHM21TENyfEgCqChWmANne  { background-color:#308d50;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.0625rem solid #9a9b9b;border-left:0.0625rem solid #9a9b9b;border-right:0.0625rem solid #9a9b9b;border-bottom:0.0625rem solid #9a9b9b;z-index:15014;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:9.5rem;left:50.3125rem; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne {display:block;}#emLKSiRIpGOHM21TENyfEgCqChWmANne { background-color:#308d50;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.0625rem solid #9a9b9b;border-left:0.0625rem solid #9a9b9b;border-right:0.0625rem solid #9a9b9b;border-bottom:0.0625rem solid #9a9b9b;z-index:15014;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:9.5rem;left:50.3125rem; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #Ns6FaGzWSSN65XJOCTTwt0dfkvHxiXTS { position:relative; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #b19lNKW9xrqBPloIedvO5xNC473iySA9 { position:relative;display:none; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #xdP4ySt9w9R99A9ENplXFpi5KlPX2lmL { position:relative; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #cNDuX3qs3DIJR9WcX5TK6JE63DZRWS7N { position:relative; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #ibJZUU8AWyqppux6BNl103snlct2H0CA { position:relative;display:none; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #CGy9CGROKTOcABxA15zBH1ML2V8m1HyI { position:relative; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #AnGU6oWTEy4mG9a97K9GuL0CH4fbuPWt { position:relative; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #cwFXVdS2OASAZwK1aTNcos7LdCE07Ia3 { position:relative;display:none; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #XOaWREvixyBvPnZ1WDb7rTCRWrCAKXaI { position:relative; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #ipO4phUnVuz9prNu2m06eL72QHhqRTCs { position:relative; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #KQhSu0ZT4k3gKQr6qTb4mOsuD40vVRGf { position:relative;display:none; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #T454etDQPEfRDJQBZC7ZrTxxQnp0ATVg { position:relative; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #OeI8W6igPOttszRWMv03edtIdsy2Sviy { position:relative; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #CxdOxPTII9NhrfSTJsfJMGwV0C6DbVMB { position:relative;z-index:2; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #ZsTvedgtOGyp8LLySl1u7sT3KuxeOfVV { position:relative; }
#xWTgc6u4OWAnsB0BwQHDv2nTv1DMzZB2 { position:relative;display:block; }
#ubTWTyGDOqk2xknZxansrCsl0GkZHGv0 { position:relative;display:block; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #Oi66eafG7znUywGaJzTc2RN1nH9To0n3 { position:relative; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne #fT6NTkOWv1qbTPhgbdfwKpdJ8yy0vttc { position:relative; }
#riuiXTnUxJ90QXtqKJKiNmE5X6RonozC { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.712890625rem;left:50.625rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#wK3SbH1S4whn7H7nG0yT1LIgdHkNBVrt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ytaMpAAUwvZIfaUdQt0mITEkGXr61P3K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#af3ExElHCOvT8H4M4zWPKEk7hcxfnbBn { color:#000000;display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.6875rem;left:0rem;height:2.5996125rem;display:block; }
#sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV > .row .container { background-color: transparent; background-image: none; }#sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV > .row .container > .video-iframe-container { display: none; }#sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV > .row > .video-iframe-container { display: none; }#sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV > .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); }#sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV > .row .container { border-width: 0; border-radius: 0; }#sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#IKAHsTBQAPK1Ug12pTOhc1TKXxXMEhDF { 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:29.875rem;width:29.875rem;top:0rem;left:1.8125rem;overflow:hidden;display:block; }
#FIhDbEt4JyQ9TNHWdzbeszqKU10p02pe { color:#000000;display:block;width:28.625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:39.3125rem;height:2.1933625rem;font-style:normal;display:block; }
#R0Owm88R421JoDqeTZobdHr9yZQrb1GU { color:#000000;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:39.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#S86sR0ohPyzaTT9DLkQTeBVdmsTRwXmO { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.8125rem;left:39.3125rem;height:7.124rem;display:block; }#S86sR0ohPyzaTT9DLkQTeBVdmsTRwXmO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S86sR0ohPyzaTT9DLkQTeBVdmsTRwXmO li:before{  }
#XK1fJsMUZ9EHrM9To1cCuPOgq99utTE5 { color:#000000;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:20.375rem;left:39.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#VPFkdJrf6kEsTVdPrCk3htRTJdIw3KKb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #55be5a, #308d50);background-image: -moz-linear-gradient(180deg, #55be5a, #308d50);background-image: -ms-linear-gradient(180deg, #55be5a, #308d50);background-image: -o-linear-gradient(180deg, #55be5a, #308d50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );";background-image: linear-gradient(180deg, #55be5a, #308d50);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.4375rem;left:39.3125rem;display:block; }
#sBIl8nQmPizMvurGskSRbBfzPiWyd8iL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b > .row .container { background-color: transparent; background-image: none; }#Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b > .row .container > .video-iframe-container { display: none; }#Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b > .row > .video-iframe-container { display: none; }#Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b > .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); }#Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b > .row .container { border-width: 0; border-radius: 0; }#Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#GO1dbXeNfTVgEBrWddXXADqck5PVKUKM { 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:29.0625rem;width:29.125rem;top:1.34375rem;left:41.6875rem;overflow:hidden;display:block; }
#xkgbPz9aKbfRoPkVvN5k2RvVc72qFhco { color:#000000;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.625rem;left:0rem;height:4.5244125rem;font-style:normal;display:block; }#xkgbPz9aKbfRoPkVvN5k2RvVc72qFhco li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xkgbPz9aKbfRoPkVvN5k2RvVc72qFhco li:before{  }
#A1XibKEe5EZa4TpWlzTohWJqaueMra3U { color:#000000;display:block;width:35.375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.34375rem;left:0rem;height:2.1933625rem;font-style:normal;display:block; }
#m7QKxvvZXG0usxiaBZA1rrW0c4MQSJLF { color:#000000;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:6.49903125rem;font-style:normal;display:block; }
#dlx0E28PCH8J0pDur5mvFNzDLk8s3hfg { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:21.4375rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#CK6IfTe4kRFE9LU8dT36EAoZkyMzI7dl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #55be5a, #308d50);background-image: -moz-linear-gradient(180deg, #55be5a, #308d50);background-image: -ms-linear-gradient(180deg, #55be5a, #308d50);background-image: -o-linear-gradient(180deg, #55be5a, #308d50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );";background-image: linear-gradient(180deg, #55be5a, #308d50);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.59375rem;left:0rem;display:block; }
#FvtunDLC0IefW7wILOrOzXcCttB6hFdb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM { position:relative;display:block; }#cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM { background-color: transparent; background-image: none; }#cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM > .row .container > .video-iframe-container { display: none; }#cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM > .row > .video-iframe-container { display: none; }#cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM > .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); }#cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM { border-width: 0; border-radius: 0; }#cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM > .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; }#cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pN1yskOUhe8k385zvX6RQAAdSP91RuIR { 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:17rem;width:17rem;top:0.875rem;left:0.875rem;overflow:hidden;display:block; }
#Cuf5B7GmAFN1T0qGiUSUMKpCnL0LE0m3 { 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:17rem;width:17rem;top:0.875rem;left:19.625rem;overflow:hidden;display:block; }
#Rnk1FBZKv8iDt1cIT82aHmFBBBc3LZ0m { 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:17rem;width:17rem;top:0.875rem;left:38.375rem;overflow:hidden;display:block; }
#Zg3QJ3vqG3kvlNtzLFTr2HdPT7UzgNn7 { 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:17rem;width:17rem;top:0.875rem;left:57.125rem;overflow:hidden;display:block; }
#xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht { 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; }#xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht > .row .container { background-color: transparent; background-image: none; }#xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht > .row .container > .video-iframe-container { display: none; }#xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht > .row > .video-iframe-container { display: none; }#xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht > .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); }#xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht > .row .container { border-width: 0; border-radius: 0; }#xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#Qov95rbVIZ7eg44JbWLmhMFysdpMmVoT { 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:27.125rem;width:27.125rem;top:2.125rem;left:5.1875rem;overflow:hidden;display:block; }
#zKdgPriNCoxlSJnrbtL9pxbMNzpHCVSx { color:#000000;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.005859375rem;left:37.5rem;height:8.7363125rem;font-style:normal;display:block; }#zKdgPriNCoxlSJnrbtL9pxbMNzpHCVSx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zKdgPriNCoxlSJnrbtL9pxbMNzpHCVSx li:before{  }
#uVdbxWJHMK2nmSDIwBtBJP9fF2fEErWN { color:#000000;display:block;width:35.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:37.625rem;height:1.8681625rem;font-style:normal;display:block; }
#Gp5ocmJpcK7Iebgtp3IiGhTAZJDu95EJ { color:#000000;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:37.625rem;height:3.8994125rem;font-style:normal;display:block; }
#SJMhxPFCVKVsSV28VBqLIMnloKT8BpLT { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:20.8515625rem;left:37.5rem;height:6.499rem;font-style:normal;display:block; }
#z7xpwdoToJhFi7dopJ90kLReEFZoAGTy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #55be5a, #308d50);background-image: -moz-linear-gradient(180deg, #55be5a, #308d50);background-image: -ms-linear-gradient(180deg, #55be5a, #308d50);background-image: -o-linear-gradient(180deg, #55be5a, #308d50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );";background-image: linear-gradient(180deg, #55be5a, #308d50);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.59375rem;left:0rem;display:none; }
#kgg1xHrB8ZNRoNPGULgAyexrMmOiwc9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eggTZMcdXJrWaRu9A1lfaCIDWEnqpnBJ { position:relative;display:none; }#eggTZMcdXJrWaRu9A1lfaCIDWEnqpnBJ { border-width: 0; border-radius: 0; }#eggTZMcdXJrWaRu9A1lfaCIDWEnqpnBJ > .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; }#eggTZMcdXJrWaRu9A1lfaCIDWEnqpnBJ > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QmMGEGHO4IzXEx2orA74N11UV7TT4lvG { 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:50rem;width:75rem;display:none; }
#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo { 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; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container { background-color: transparent; background-image: none; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container > .video-iframe-container { display: none; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row > .video-iframe-container { display: none; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .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); }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container { border-width: 0; border-radius: 0; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#dROrnzkPOeOQu6C1OH46GD7u8S05wqWP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.79166698455813rem;left:9.75rem; }
#iCLfPDOTGHfU2pxhsV8ZGGao8QMFdgBO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:0.51041698455811rem;left:34.46875rem;overflow:hidden;display:block; }
#BWlpD6McCOdPpAEGTTOmhZSO74kpokev { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:9.8984384536744rem;left:4.46875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Odo6q6a1ZaVeOiyReA2POdkx5CW7xiKW { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:6.572265625rem;left:28.34375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Izi5CDJNnTd0ecFb2ueCEUz0O8Zb9PeN { color:#000000;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:6.291015625rem;left:52.9375rem;height:2.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h7qvtiDf88z9MmTiM2HhCZ0Px02KDGx1 { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:6.291015625rem;left:6.53125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A4ITpExexRGTglnAfImVw6HtnMwbHC81 { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:9.8984384536744rem;left:29.46875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbhHIR1grVMcs4HGayQSL9ILa0UEBi9X { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:9.8984384536744rem;left:54.46875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KHdqTRrtf5Mz3r9KXo7Q0mpXZmbORfqi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:0.509765625rem;left:59.46875rem;overflow:hidden;display:block; }
#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 { border-top:0.25rem solid #308d50;border-left:0.25rem solid #308d50;border-right:0.25rem solid #308d50;border-bottom:0.25rem solid #d40000;background-color:#f1f1f1;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; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row .container { background-color: transparent; background-image: none; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row .container > .video-iframe-container { display: none; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row > .video-iframe-container { display: none; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .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); }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row .container { border-width: 0; border-radius: 0; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#B528qkmIV2l1lFqB63RSgbWPAK8gFS7D { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #55be5a, #308d50);background-image: -moz-linear-gradient(180deg, #55be5a, #308d50);background-image: -ms-linear-gradient(180deg, #55be5a, #308d50);background-image: -o-linear-gradient(180deg, #55be5a, #308d50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );";background-image: linear-gradient(180deg, #55be5a, #308d50);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9375rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.125rem;left:23.03125rem;display:block; }
#fT5UlIu5xzIDaHMZQ5OUk10oCKTA8ABu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#biMt46QL0PsaDLnxB1wWrWCV00tcXieT { color:#0c2537;display:block;width:66.5625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:2.75rem;left:4.21875rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CSlIais0DfOImF6FfxcR668S2dz8yTdd { position:relative;display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { background-color: transparent; background-image: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .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); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { border-width: 0; border-radius: 0; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .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; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .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:8.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AC4ynbTq04ygs9VratcwazUhmGoddxoA { color:#1e1e1e;display:block;width:69.5625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:2.46875rem;left:2.71875rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh { position:relative;display:block; }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh { background-color: transparent; background-image: none; }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh > .row .container > .video-iframe-container { display: none; }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh > .row > .video-iframe-container { display: none; }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh > .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); }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh { border-width: 0; border-radius: 0; }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh > .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; }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh > .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:24.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iEKX4A3rdcXMXt4EZ0m0GDtPcWIZ2svG { color:#000000;display:block;width:17.249375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:15.9375rem;left:3.8125rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNpDwKkIR1lWbTOHlNgcCKENTPNdT04v { color:#308d50;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gPLbO2EcorLgc5emL0HRCityGwPqNMFu { color:#308d50;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.4375rem;left:27.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVXcuEnZPgPNOyh3JOPcyinTEyA39Gdf { color:#000000;display:block;width:17.249375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:15.9375rem;left:53.8125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G2Tt3CHg7haaPFf0vowxc82edBVJ7ITZ { color:#308d50;display:block;width:20.0615rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:12.4375rem;left:52.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CB3XLNAdpT8Ag2T5Ftbd5zT1rMDfILMt { color:#000000;display:block;width:17.249375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.9375rem;left:28.8125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qL7zmdazGiT8F9iQgMNNG7kKetp0FQVO { color:#000000;display:block;width:17.249375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.395345687866rem;left:53.8125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LlqqulAL6xp9UnPAq2MJZJmev553AL6b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.375rem;width:9.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.6875rem;left:7.78125rem; }
#TIERLahnOB4By4FRE2s3emwBvzIznM4v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.375rem;width:9.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.4375rem;left:32.78125rem; }
#mdOFM6EGpr3rsFsaX54fINHFotMNITWJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.375rem;width:9.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.6875rem;left:57.78125rem; }
#yzXFxp3r6Q48T9GTwqE3rJbdOsKAMBTS { color:#000000;display:block;width:17.249375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:15.9375rem;left:53.8125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu { position:relative;display:block; }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu { background-color: transparent; background-image: none; }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu > .row .container > .video-iframe-container { display: none; }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu > .row > .video-iframe-container { display: none; }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu > .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); }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu { border-width: 0; border-radius: 0; }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu > .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; }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu > .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:24.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t5MXHhisN4c1L9EpFpyOik0ZVlv1SDHG { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.5625rem;left:53.09375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTOqV6nqnLzUvfXIvWgBl8OkLNTqGsge { color:#308d50;display:block;width:20.0615rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:13.3125rem;left:52.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nfT4mLSf8Gbe5XALGdaMzaFIWvbUhbsp { color:#000000;display:block;width:17.249375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.395345687866rem;left:53.8125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TxTkZvP6oNIETDvMoykKdMUnuaT10CMq { color:#f8f6f6;display:block;width:19.4995rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.560842514038rem;left:5.5625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qnzhWQGpAc8dVOraaWbP0I0fKGZg0CTn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:7.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.9375rem;left:58.6875rem; }
#lH8WeQx8TBUuALQ4Blasp2dvwuSGEOJ7 { color:#308d50;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.3125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dh5WLOQB0vhwf0JRy2SwrPWQadMRnC8T { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.3125rem;left:0.125rem;height:6.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkkgaSR2tdvnnoM4T7TiWPRVDp03lVWb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.375rem;width:9.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.125rem;left:7.78125rem; }
#B6NR7cFD52aGWXJyXvmoVreNtmX1hE7W { color:#f8f6f6;display:block;width:19.499rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.3125rem;left:2.875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqTmLAQ6qyk75d3M4sAMixPG7EJTSNTu { color:#308d50;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.1875rem;left:27.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SNcHwCcfqFHv7KJ6VzZy0Q1T6Ny62XhF { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:17.375rem;left:29.0625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qi8To0JUcqXo2PT3vSXnJkKZJJsJDLIJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.5rem;width:10.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.5625rem;left:32.125rem; }
#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS { border-top:0.25rem solid #55be5a;border-left:0.625rem solid #ee3162;border-right:0.625rem solid #ee3162;border-bottom:0.25rem solid #ee3162;background-color:#f1f1f1;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; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row .container { background-color: transparent; background-image: none; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row .container > .video-iframe-container { display: none; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row > .video-iframe-container { display: none; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .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); }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row .container { border-width: 0; border-radius: 0; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#Pxv4UQ4OXA8ZrqD1Ss1JTT8IT7pmwpTQ { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:3.8125rem;left:19.75rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R5fVxdSs4fJfn3da28MnAPAOrtTe0H3W { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #55be5a, #308d50);background-image: -moz-linear-gradient(180deg, #55be5a, #308d50);background-image: -ms-linear-gradient(180deg, #55be5a, #308d50);background-image: -o-linear-gradient(180deg, #55be5a, #308d50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );";background-image: linear-gradient(180deg, #55be5a, #308d50);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9375rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.875rem;left:23rem;display:block; }
#XdUqzqOaQxKnTSEpfdCL38wiDXiGrzrq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1lIIl0qTPFVHoNagibpo8zib2lNddFw { position:relative;display:block; }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw { background-color: transparent; background-image: none; }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw > .row .container > .video-iframe-container { display: none; }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw > .row > .video-iframe-container { display: none; }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw > .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); }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw { border-width: 0; border-radius: 0; }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw > .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; }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw > .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:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q6GIvTfVeSSTMsvG0BM5NTwhDCQZ7xPc { color:#308d50;display:block;width:65.625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:1.3124961853027rem;left:4.6875rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di { position:relative;display:block; }#KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di { background-color: transparent; background-image: none; }#KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di > .row .container > .video-iframe-container { display: none; }#KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di > .row > .video-iframe-container { display: none; }#KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di > .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); }#KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di { border-width: 0; border-radius: 0; }#KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di > .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; }#KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di > .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:27.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dpwI9UTS77Txsp8s0T5ZlHkOG1IcVdRh { 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:24.25rem;width:36.375rem;top:1.71875rem;left:0.5625rem;overflow:hidden;display:block; }
#XqvqyMIl9Q9aS48PZ7WLx6wyKKPh8ZTM { 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:24.25rem;width:36.375rem;top:1.71875rem;left:38.0625rem;overflow:hidden;display:block; }
#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ { position:relative;display:block; }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ { background-color: transparent; background-image: none; }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ > .row .container > .video-iframe-container { display: none; }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ > .row > .video-iframe-container { display: none; }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ > .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); }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ { border-width: 0; border-radius: 0; }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ > .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; }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ > .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:25.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#adqmdZT93aLrBsLhQmqTsmyASBh1Npui { 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:1.9375rem;width:10.5rem;top:9.0625rem;left:1.75rem;overflow:hidden;display:block; }
#PWIVauTQxW6ZXfZWruJI9UGLpvGrFudi { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.1875rem;left:1.75rem;height:1.29980625rem;font-style:normal;display:block; }
#Z6m6p9eJNuXSNz1rq6BROxl9G083wGFT { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.0625rem;left:1.75rem;height:5.19921875rem;display:block; }
#cPkatQRzdT8EKP4ElQuq5uhEOdd8T0Mr { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/63d0a2a5-b818-4698-9d55-18983870bd10/Aggiungiuntitolo23.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.75rem;left:1.75rem;display:block; }#cPkatQRzdT8EKP4ElQuq5uhEOdd8T0Mr.adaptive-delivery-prevent-bg, #cPkatQRzdT8EKP4ElQuq5uhEOdd8T0Mr.lazyload, #cPkatQRzdT8EKP4ElQuq5uhEOdd8T0Mr.lazyloading { background-image: none; }
#oaf0aCALVu0pq4ixLg98I1DEzIi8TRsf { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.318359375rem;left:7.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#orsZ0k7iezKGe6e0dsWg1bvvVdGiSaEn { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.062498092651rem;left:39.21875rem;height:6.499rem;display:block; }
#H02BGT8zlHQ3gK4P37FX5xMLrhmHLyc2 { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.037324905396rem;left:39.21875rem;height:1.29980625rem;font-style:normal;display:block; }
#cCtrcylA7139naMXeFAb8BKu7tc81z8V { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:10.5rem;top:9.0625rem;left:39.25rem;overflow:hidden;display:block; }
#oHqwhcBO2HEpsTppazvsIZATkLO0kMt8 { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b83eec63-89df-45be-bc39-9943a82a3c81/Aggiungiuntitolo22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.125rem;left:39.25rem;display:block; }#oHqwhcBO2HEpsTppazvsIZATkLO0kMt8.adaptive-delivery-prevent-bg, #oHqwhcBO2HEpsTppazvsIZATkLO0kMt8.lazyload, #oHqwhcBO2HEpsTppazvsIZATkLO0kMt8.lazyloading { background-image: none; }
#lP7JDIbBr4gNnZL9NtwWaH2QaHx7T0Sx { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.3185749053955rem;left:44.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#fsW9T9UR4ltBz9QxBLtziqO6PJou36RT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#CXITZf9lVVy7Sm4UdGhLHBOQtkBe9G1T { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#I12XZOc79xwEtBxSC7fOtJ3nM1AE7M1x { 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:50rem;width:75rem;display:none; }
#HLTxnXWfNozE8khdkUP2umXyWuIlgDhh { 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:50rem;width:75rem;display:none; }
#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp { position:relative;display:none; }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp { border-width: 0; border-radius: 0; }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp > .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; }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #55be5a, #308d50);background-image: -moz-linear-gradient(180deg, #55be5a, #308d50);background-image: -ms-linear-gradient(180deg, #55be5a, #308d50);background-image: -o-linear-gradient(180deg, #55be5a, #308d50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );";background-image: linear-gradient(180deg, #55be5a, #308d50);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { border-width: 0; border-radius: 0; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.25rem;left:6.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.6875rem;left:9.0625rem;height:1.7875rem;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; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-form-header {  }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;color:#ffffff;width:29.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:2; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:29.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:"open sans";line-height:1; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:29.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:"open sans";line-height:1; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .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:29.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;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:14.375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#308d50;width:14.1875rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .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:montserrat;line-height:1.2;font-size:0.875rem;font-weight:300;color:#ffffff;vertical-align:top;width:28.125rem;overflow:hidden;font-style:normal; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .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; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container:first-of-type{padding-top:0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container:last-of-type{padding-bottom:0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.791015625rem;left:36.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.5625rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.791015625rem;left:36.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #BUVEsg0fxek0TS6gu0KhDhZguplg6h87 { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #XMrgmPCCix0RgRe3OhHL7o2hcx0kTm8U { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #czkrmcNy6dcBWP8a8Z6cxepiUe9srWVZ { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ngXNxDLcGTiAEF1uP2G21bn2yU6PPU0W { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TqaKeoLH8TuSgozmhoJtspGixN5u7lXJ { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #NMsLkFyDgkoCUn9QfZJON5hV5BAQm96X { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zJQzsAJ49siow9FzgodLVwpsCvl2NL3q { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #sBFh2gbTXTgDZC1nWVKhIEqyeMVcxkTC { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ac7PphTh97GyM5NX6DKbXzkgNUK6tE5V { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu { position:relative;z-index:2; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 { position:relative; }
#JxVxF4zR54kkiP4TK9SsI4KaLaFGSu3S { position:relative;display:block; }
#VEof3VpTnvyLCKbHx1UUAb2thKewufS7 { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H { position:relative; }
#mUL5EEJZku9Qgn6vhe1faMtdickpDyIp { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.4375rem;left:8.375rem;height:3.57421875rem;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; }
#sbGEJSuTazITsnJMVT9XLqPc6RJcztEN { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:34.9375rem;left:9.0625rem;height:3.575rem;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; }
#D5yFFvFwrgFRWsBudHV75nI05O1UG0bp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:22.25rem;left:19.8125rem; }
#RoyVuUeUwRZz2PEzzGmv5fBzo7AIBBSl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:31.75rem;left:19.8125rem; }
#BBVTu9uOuTQH2LBqMoOwevuQnPQ20BdW { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.78125rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC { 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; }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row .container { background-color: transparent; background-image: none; }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row .container > .video-iframe-container { display: none; }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row > .video-iframe-container { display: none; }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .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); }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row .container { border-width: 0; border-radius: 0; }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#T39igT2Xw6w62dEATZbHMzqFS0ckNTg4 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sVevP3LkNaUL0KcfIZ1FOWUkzW38U2sz { color:#000000;display:block;width:58.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.875rem;left:0rem;height:0.9746125rem;display:none; }
#Brvy6c0iT9pLufIR8arCTedZ2MG345mb { color:#000000;display:block;width:58.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:41.1875rem;left:0rem;height:0.9746125rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pok0bXLLpBkoMubStmDbxL7wD9yRPgOq { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #THL2OX9dGJiuVTwWHRnTd00NeZyqfzR9 { width:11rem;height:10.125rem;top:1rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5HqTufAPMHboTuitZF7GP95T3wnQdxT { display:none; }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm { display:block; }#hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOaozi8l3KsHkqFGpZuUQ1m1g3zII2pl { width:47.75rem;height:31.806694560669rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFr0Thauuuv8xszgiiVdElVbwxUdN30L { display:block; }#yFr0Thauuuv8xszgiiVdElVbwxUdN30L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTV5mDuuTFIscgLdcEqEPBCUGXZTKKT5 { width:47.75rem;height:1.25rem;top:0.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StqexWGak8lTRzpeJPsdVUzrx2mrbcmp { width:1.25rem;height:1.25rem;top:0.1875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8yXWBea2PlD4CQobDpFFU2LsALpFFZV { display:none; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dpBNJkTlaNrEy9k1oOeuvVdHg8dXJ0SQ { top:1rem;left:0rem;width:43.3125rem;height:8.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX3Rxn2a5AXrkk6wBKUaNG039nSAWQt3 { width:17.1875rem;height:5.125rem;top:11.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSEVHKJkOrSiCveBA1JlVpW7JTTkoMSo { width:27.0625rem;height:3.4375rem;top:31rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1PpsWrrooOiTvMThkIti9XqhJEbnTTt { display:block; }
 }@media only screen and (max-width: 763px) { #SM1bxKPKgBB3VRLWxeELQgUMp7JuA6oV { top:29.0625rem;left:0rem;width:25.6875rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBvqeEJRkW8OVqw0t59zHTn0g8w9nV2c { width:3.125rem;height:3.125rem;top:31.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6PKULpOOFfZBTactTi7Vuh1M8tXwFdc { width:30.75rem;height:;top:14.875rem;left:0rem;font-size:1rem;display:block; }#q6PKULpOOFfZBTactTi7Vuh1M8tXwFdc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a341f2ec87643be40e647356e13c94ee5db4c748.svg); }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-text {padding-top: 0; padding-bottom: 0;}#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-select {padding-top: 0; padding-bottom: 0;}#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne  { width:17.5rem;height:auto;top:9.5rem;left:27.625rem; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne {display:block;}#emLKSiRIpGOHM21TENyfEgCqChWmANne { width:17.5rem;height:auto;top:9.5rem;left:27.625rem; }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #Ns6FaGzWSSN65XJOCTTwt0dfkvHxiXTS {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #b19lNKW9xrqBPloIedvO5xNC473iySA9 {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #xdP4ySt9w9R99A9ENplXFpi5KlPX2lmL {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #cNDuX3qs3DIJR9WcX5TK6JE63DZRWS7N {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #ibJZUU8AWyqppux6BNl103snlct2H0CA {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #CGy9CGROKTOcABxA15zBH1ML2V8m1HyI {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #AnGU6oWTEy4mG9a97K9GuL0CH4fbuPWt {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #cwFXVdS2OASAZwK1aTNcos7LdCE07Ia3 {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #XOaWREvixyBvPnZ1WDb7rTCRWrCAKXaI {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #ipO4phUnVuz9prNu2m06eL72QHhqRTCs {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #KQhSu0ZT4k3gKQr6qTb4mOsuD40vVRGf {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #T454etDQPEfRDJQBZC7ZrTxxQnp0ATVg {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #OeI8W6igPOttszRWMv03edtIdsy2Sviy {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #CxdOxPTII9NhrfSTJsfJMGwV0C6DbVMB {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #ZsTvedgtOGyp8LLySl1u7sT3KuxeOfVV {  }
 }@media only screen and (max-width: 763px) { #xWTgc6u4OWAnsB0BwQHDv2nTv1DMzZB2 { display:block; }
 }@media only screen and (max-width: 763px) { #ubTWTyGDOqk2xknZxansrCsl0GkZHGv0 { display:block; }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #Oi66eafG7znUywGaJzTc2RN1nH9To0n3 {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #fT6NTkOWv1qbTPhgbdfwKpdJ8yy0vttc {  }
 }@media only screen and (max-width: 763px) { #riuiXTnUxJ90QXtqKJKiNmE5X6RonozC { width:19.5rem;height:4.375rem;top:3.6875rem;left:28.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK3SbH1S4whn7H7nG0yT1LIgdHkNBVrt { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ytaMpAAUwvZIfaUdQt0mITEkGXr61P3K { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #af3ExElHCOvT8H4M4zWPKEk7hcxfnbBn { width:32.25rem;height:2.625rem;top:10.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV { display:block; }#sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKAHsTBQAPK1Ug12pTOhc1TKXxXMEhDF { width:29.875rem;height:29.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIhDbEt4JyQ9TNHWdzbeszqKU10p02pe { width:28.625rem;height:2.1875rem;top:1.375rem;left:19.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Owm88R421JoDqeTZobdHr9yZQrb1GU { width:35.25rem;height:5.1875rem;top:4.9375rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86sR0ohPyzaTT9DLkQTeBVdmsTRwXmO { width:30.1875rem;height:8.375rem;top:10.8125rem;left:17.5625rem;font-size:1rem;display:block; }#S86sR0ohPyzaTT9DLkQTeBVdmsTRwXmO li:before{  }
 }@media only screen and (max-width: 763px) { #XK1fJsMUZ9EHrM9To1cCuPOgq99utTE5 { width:35.25rem;height:2.5625rem;top:20.375rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPFkdJrf6kEsTVdPrCk3htRTJdIw3KKb { width:21.75rem;height:2.875rem;top:24.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBIl8nQmPizMvurGskSRbBfzPiWyd8iL { display:block; }
 }@media only screen and (max-width: 763px) { #Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b { display:block; }#Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GO1dbXeNfTVgEBrWddXXADqck5PVKUKM { width:29.125rem;height:29.0625rem;top:1.3125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkgbPz9aKbfRoPkVvN5k2RvVc72qFhco { width:35.25rem;height:7.0625rem;top:13.625rem;left:0rem;font-size:1rem;display:block; }#xkgbPz9aKbfRoPkVvN5k2RvVc72qFhco li:before{  }
 }@media only screen and (max-width: 763px) { #A1XibKEe5EZa4TpWlzTohWJqaueMra3U { width:35.375rem;height:2.1875rem;top:1.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7QKxvvZXG0usxiaBZA1rrW0c4MQSJLF { width:37.375rem;height:7.75rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlx0E28PCH8J0pDur5mvFNzDLk8s3hfg { width:32.0625rem;height:3.875rem;top:21.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK6IfTe4kRFE9LU8dT36EAoZkyMzI7dl { width:20.125rem;height:2.5625rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvtunDLC0IefW7wILOrOzXcCttB6hFdb { display:block; }
 }@media only screen and (max-width: 763px) { #cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM { display:block; }#cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pN1yskOUhe8k385zvX6RQAAdSP91RuIR { width:17rem;height:17rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuf5B7GmAFN1T0qGiUSUMKpCnL0LE0m3 { width:17rem;height:17rem;top:0.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnk1FBZKv8iDt1cIT82aHmFBBBc3LZ0m { width:17rem;height:17rem;top:0.875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg3QJ3vqG3kvlNtzLFTr2HdPT7UzgNn7 { width:17rem;height:17rem;top:0.875rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht { display:block; }#xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qov95rbVIZ7eg44JbWLmhMFysdpMmVoT { width:27.125rem;height:27.125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdgPriNCoxlSJnrbtL9pxbMNzpHCVSx { width:35.25rem;height:8.6875rem;top:10rem;left:12.5rem;font-size:1rem;display:block; }#zKdgPriNCoxlSJnrbtL9pxbMNzpHCVSx li:before{  }
 }@media only screen and (max-width: 763px) { #uVdbxWJHMK2nmSDIwBtBJP9fF2fEErWN { width:35.375rem;height:1.8125rem;top:2.125rem;left:12.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp5ocmJpcK7Iebgtp3IiGhTAZJDu95EJ { width:37.375rem;height:3.875rem;top:5.5625rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJMhxPFCVKVsSV28VBqLIMnloKT8BpLT { width:32.0625rem;height:7.75rem;top:20.8125rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7xpwdoToJhFi7dopJ90kLReEFZoAGTy { width:20.125rem;height:2.5625rem;top:26.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgg1xHrB8ZNRoNPGULgAyexrMmOiwc9q { display:block; }
 }@media only screen and (max-width: 763px) { #eggTZMcdXJrWaRu9A1lfaCIDWEnqpnBJ { display:none; }#eggTZMcdXJrWaRu9A1lfaCIDWEnqpnBJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QmMGEGHO4IzXEx2orA74N11UV7TT4lvG { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo { display:block; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dROrnzkPOeOQu6C1OH46GD7u8S05wqWP { width:5.5rem;height:5.5rem;top:0.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCLfPDOTGHfU2pxhsV8ZGGao8QMFdgBO { top:0.5rem;left:20.78125rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWlpD6McCOdPpAEGTTOmhZSO74kpokev { top:9.875rem;left:0rem;width:16.0625rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odo6q6a1ZaVeOiyReA2POdkx5CW7xiKW { top:6.5625rem;left:13.4375rem;width:18.3125rem;height:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izi5CDJNnTd0ecFb2ueCEUz0O8Zb9PeN { top:6.25rem;left:28.5rem;width:19.125rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7qvtiDf88z9MmTiM2HhCZ0Px02KDGx1 { top:6.25rem;left:1.96875rem;width:11.9375rem;height:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ITpExexRGTglnAfImVw6HtnMwbHC81 { top:9.875rem;left:15.6875rem;width:16.0625rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbhHIR1grVMcs4HGayQSL9ILa0UEBi9X { top:9.875rem;left:31.5625rem;width:16.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHdqTRrtf5Mz3r9KXo7Q0mpXZmbORfqi { top:0.5rem;left:36.65625rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 { display:block; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B528qkmIV2l1lFqB63RSgbWPAK8gFS7D { width:28.9375rem;height:3.9375rem;top:10.125rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT5UlIu5xzIDaHMZQ5OUk10oCKTA8ABu { display:block; }
 }@media only screen and (max-width: 763px) { #biMt46QL0PsaDLnxB1wWrWCV00tcXieT { top:2.75rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AC4ynbTq04ygs9VratcwazUhmGoddxoA { top:2.4375rem;left:0rem;width:47.75rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh { display:block; }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEKX4A3rdcXMXt4EZ0m0GDtPcWIZ2svG { width:17.1875rem;height:6.4375rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNpDwKkIR1lWbTOHlNgcCKENTPNdT04v { width:25rem;height:3.25rem;top:12.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPLbO2EcorLgc5emL0HRCityGwPqNMFu { width:18.5625rem;height:3.25rem;top:12.4375rem;left:11.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVXcuEnZPgPNOyh3JOPcyinTEyA39Gdf { width:17.1875rem;height:3.875rem;top:15.9375rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2Tt3CHg7haaPFf0vowxc82edBVJ7ITZ { width:20rem;height:1.625rem;top:12.4375rem;left:27.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB3XLNAdpT8Ag2T5Ftbd5zT1rMDfILMt { width:17.1875rem;height:2.5625rem;top:15.9375rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL7zmdazGiT8F9iQgMNNG7kKetp0FQVO { width:17.1875rem;height:3.75rem;top:14.375rem;left:30.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlqqulAL6xp9UnPAq2MJZJmev553AL6b { width:9.4375rem;height:8.375rem;top:2.6875rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIERLahnOB4By4FRE2s3emwBvzIznM4v { width:9.4375rem;height:8.375rem;top:3.4375rem;left:19.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdOFM6EGpr3rsFsaX54fINHFotMNITWJ { width:9.4375rem;height:8.375rem;top:2.6875rem;left:34.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzXFxp3r6Q48T9GTwqE3rJbdOsKAMBTS { width:17.1875rem;height:3.875rem;top:57.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu { display:block; }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5MXHhisN4c1L9EpFpyOik0ZVlv1SDHG { width:18.8125rem;height:2.5625rem;top:16.5625rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOqV6nqnLzUvfXIvWgBl8OkLNTqGsge { width:20rem;height:1.625rem;top:13.3125rem;left:27.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfT4mLSf8Gbe5XALGdaMzaFIWvbUhbsp { width:17.1875rem;height:3.75rem;top:14.375rem;left:30.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxTkZvP6oNIETDvMoykKdMUnuaT10CMq { width:17.1875rem;height:3.875rem;top:55.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnzhWQGpAc8dVOraaWbP0I0fKGZg0CTn { width:7.625rem;height:6.75rem;top:4.9375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH8WeQx8TBUuALQ4Blasp2dvwuSGEOJ7 { width:25.125rem;height:3.25rem;top:13.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh5WLOQB0vhwf0JRy2SwrPWQadMRnC8T { width:37.5rem;height:6.3125rem;top:13.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkkgaSR2tdvnnoM4T7TiWPRVDp03lVWb { width:9.4375rem;height:8.375rem;top:4.125rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6NR7cFD52aGWXJyXvmoVreNtmX1hE7W { width:19.4375rem;height:3.875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqTmLAQ6qyk75d3M4sAMixPG7EJTSNTu { width:20.0625rem;height:3.25rem;top:13.1875rem;left:11.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNcHwCcfqFHv7KJ6VzZy0Q1T6Ny62XhF { width:17.25rem;height:3.875rem;top:17.375rem;left:14.5rem;font-size:1rem;color:#fbf5f5;display:block; }
 }@media only screen and (max-width: 763px) { #qi8To0JUcqXo2PT3vSXnJkKZJJsJDLIJ { width:10.75rem;height:9.5rem;top:3.5625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS { display:block; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pxv4UQ4OXA8ZrqD1Ss1JTT8IT7pmwpTQ { top:3.8125rem;left:6.125rem;width:35.5rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5fVxdSs4fJfn3da28MnAPAOrtTe0H3W { width:28.9375rem;height:3.9375rem;top:13.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdUqzqOaQxKnTSEpfdCL38wiDXiGrzrq { display:block; }
 }@media only screen and (max-width: 763px) { #A1lIIl0qTPFVHoNagibpo8zib2lNddFw { display:block; }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6GIvTfVeSSTMsvG0BM5NTwhDCQZ7xPc { top:1.25rem;left:0rem;width:47.75rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di { display:block; }#KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpwI9UTS77Txsp8s0T5ZlHkOG1IcVdRh { width:36.375rem;height:24.25rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqvqyMIl9Q9aS48PZ7WLx6wyKKPh8ZTM { width:36.375rem;height:24.25rem;top:1.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ { display:block; }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adqmdZT93aLrBsLhQmqTsmyASBh1Npui { width:10.5rem;height:1.9375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWIVauTQxW6ZXfZWruJI9UGLpvGrFudi { width:34.0625rem;height:1.25rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6m6p9eJNuXSNz1rq6BROxl9G083wGFT { width:34.0625rem;height:6.4375rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkatQRzdT8EKP4ElQuq5uhEOdd8T0Mr { width:4.4375rem;height:4.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaf0aCALVu0pq4ixLg98I1DEzIi8TRsf { width:15.4375rem;height:1.25rem;top:5.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orsZ0k7iezKGe6e0dsWg1bvvVdGiSaEn { width:34.0625rem;height:6.4375rem;top:14rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H02BGT8zlHQ3gK4P37FX5xMLrhmHLyc2 { width:34.0625rem;height:1.25rem;top:12rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCtrcylA7139naMXeFAb8BKu7tc81z8V { width:10.5rem;height:1.9375rem;top:9.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHqwhcBO2HEpsTppazvsIZATkLO0kMt8 { width:4.4375rem;height:4.4375rem;top:3.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP7JDIbBr4gNnZL9NtwWaH2QaHx7T0Sx { width:7.9375rem;height:1.25rem;top:5.3125rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsW9T9UR4ltBz9QxBLtziqO6PJou36RT { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXITZf9lVVy7Sm4UdGhLHBOQtkBe9G1T { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #I12XZOc79xwEtBxSC7fOtJ3nM1AE7M1x { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLTxnXWfNozE8khdkUP2umXyWuIlgDhh { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp { display:none; }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { top:1.3125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { top:14.25rem;left:0rem;width:27.75rem;height:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { top:19.6875rem;left:0rem;width:23.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { width:29.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { width:29.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { width:29.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { width:29.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-checkbox-label { width:28.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { width:29.5625rem;height:auto;top:10.75rem;left:15.6875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { width:29.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { width:29.5625rem;height:auto;top:10.75rem;left:15.6875rem; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #BUVEsg0fxek0TS6gu0KhDhZguplg6h87 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #XMrgmPCCix0RgRe3OhHL7o2hcx0kTm8U {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #czkrmcNy6dcBWP8a8Z6cxepiUe9srWVZ {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ngXNxDLcGTiAEF1uP2G21bn2yU6PPU0W {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TqaKeoLH8TuSgozmhoJtspGixN5u7lXJ {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #NMsLkFyDgkoCUn9QfZJON5hV5BAQm96X {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zJQzsAJ49siow9FzgodLVwpsCvl2NL3q {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #sBFh2gbTXTgDZC1nWVKhIEqyeMVcxkTC {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ac7PphTh97GyM5NX6DKbXzkgNUK6tE5V {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 {  }
 }@media only screen and (max-width: 763px) { #JxVxF4zR54kkiP4TK9SsI4KaLaFGSu3S { display:block; }
 }@media only screen and (max-width: 763px) { #VEof3VpTnvyLCKbHx1UUAb2thKewufS7 { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H {  }
 }@media only screen and (max-width: 763px) { #mUL5EEJZku9Qgn6vhe1faMtdickpDyIp { top:25.4375rem;left:0rem;width:24.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbGEJSuTazITsnJMVT9XLqPc6RJcztEN { top:34.9375rem;left:0rem;width:23.4375rem;height:0;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5yFFvFwrgFRWsBudHV75nI05O1UG0bp { width:1.9375rem;height:1.9375rem;top:22.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoyVuUeUwRZz2PEzzGmv5fBzo7AIBBSl { width:1.9375rem;height:1.9375rem;top:31.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBVTu9uOuTQH2LBqMoOwevuQnPQ20BdW { top:5.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC { display:block; }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T39igT2Xw6w62dEATZbHMzqFS0ckNTg4 { width:47.75rem;height:1.25rem;top:1.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVevP3LkNaUL0KcfIZ1FOWUkzW38U2sz { width:47.75rem;height:0.9375rem;top:39.875rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Brvy6c0iT9pLufIR8arCTedZ2MG345mb { width:47.75rem;height:0.9375rem;top:41.1875rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pok0bXLLpBkoMubStmDbxL7wD9yRPgOq { top:38rem;left:0rem;width:20rem;height:5.5rem;z-index:15012;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #THL2OX9dGJiuVTwWHRnTd00NeZyqfzR9 { width:6.6875rem;height:6.1875rem;top:2.125rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5HqTufAPMHboTuitZF7GP95T3wnQdxT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/28c80351-64d1-4b4b-912c-abc0bfaa6135/ChatGPTImage15set202510_26_51.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT.adaptive-delivery-prevent-bg, #u5HqTufAPMHboTuitZF7GP95T3wnQdxT.lazyload, #u5HqTufAPMHboTuitZF7GP95T3wnQdxT.lazyloading { background-image: none; }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT > .row .container { background-color: transparent; background-image: none; }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT > .row .container > .video-iframe-container { display: none; }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT > .row > .video-iframe-container { display: none; }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT > .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); }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT > .row .container { border-width: 0; border-radius: 0; }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u5HqTufAPMHboTuitZF7GP95T3wnQdxT > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm { display:block; }#hvvPU0Ix2SUFwRtAECkRew5uXP1d4OJm > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOaozi8l3KsHkqFGpZuUQ1m1g3zII2pl { width:20rem;height:13.3125rem;top:0rem;left:-0.125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #yFr0Thauuuv8xszgiiVdElVbwxUdN30L { display:block; }#yFr0Thauuuv8xszgiiVdElVbwxUdN30L > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTV5mDuuTFIscgLdcEqEPBCUGXZTKKT5 { width:20rem;height:1.29980625rem;top:0.255859375rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #StqexWGak8lTRzpeJPsdVUzrx2mrbcmp { display:flex;width:1.25rem;height:1.25rem;top:0.3427734375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #h8yXWBea2PlD4CQobDpFFU2LsALpFFZV { display:block; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .row .container { width:20rem;height:85.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpBNJkTlaNrEy9k1oOeuvVdHg8dXJ0SQ { width:20rem;height:8.09765625rem;top:2.3125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#308d50;display:block; }
 }@media only screen and (max-width: 763px) { #CX3Rxn2a5AXrkk6wBKUaNG039nSAWQt3 { width:17.1875rem;height:5.125rem;top:7.75rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSEVHKJkOrSiCveBA1JlVpW7JTTkoMSo { width:19rem;height:3.4375rem;top:58.5rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1PpsWrrooOiTvMThkIti9XqhJEbnTTt { display:block; }
 }@media only screen and (max-width: 763px) { #SM1bxKPKgBB3VRLWxeELQgUMp7JuA6oV { width:20rem;height:0;top:102.76366875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sBvqeEJRkW8OVqw0t59zHTn0g8w9nV2c { display:flex;width:2.6875rem;height:2.6875rem;top:58.65625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6PKULpOOFfZBTactTi7Vuh1M8tXwFdc { width:20rem;height:30.7831875rem;top:18.9853515625rem;left:0rem;font-size:1rem;display:block; }#q6PKULpOOFfZBTactTi7Vuh1M8tXwFdc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a341f2ec87643be40e647356e13c94ee5db4c748.svg); }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-text {padding-top: 0; padding-bottom: 0;}#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-select {padding-top: 0; padding-bottom: 0;}#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;color:#d40000; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne  { width:17.5rem;height:auto;top:58.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#308d50;background-image:none;box-shadow: none; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emLKSiRIpGOHM21TENyfEgCqChWmANne {display:block;}#emLKSiRIpGOHM21TENyfEgCqChWmANne { width:17.5rem;height:auto;top:58.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#308d50;background-image:none;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #Ns6FaGzWSSN65XJOCTTwt0dfkvHxiXTS {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #b19lNKW9xrqBPloIedvO5xNC473iySA9 {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #xdP4ySt9w9R99A9ENplXFpi5KlPX2lmL {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #cNDuX3qs3DIJR9WcX5TK6JE63DZRWS7N {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #ibJZUU8AWyqppux6BNl103snlct2H0CA {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #CGy9CGROKTOcABxA15zBH1ML2V8m1HyI {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #AnGU6oWTEy4mG9a97K9GuL0CH4fbuPWt {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #cwFXVdS2OASAZwK1aTNcos7LdCE07Ia3 {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #XOaWREvixyBvPnZ1WDb7rTCRWrCAKXaI {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #ipO4phUnVuz9prNu2m06eL72QHhqRTCs {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #KQhSu0ZT4k3gKQr6qTb4mOsuD40vVRGf {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #T454etDQPEfRDJQBZC7ZrTxxQnp0ATVg {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #OeI8W6igPOttszRWMv03edtIdsy2Sviy {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #CxdOxPTII9NhrfSTJsfJMGwV0C6DbVMB {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #ZsTvedgtOGyp8LLySl1u7sT3KuxeOfVV {  }
 }@media only screen and (max-width: 763px) { #xWTgc6u4OWAnsB0BwQHDv2nTv1DMzZB2 { display:block; }
 }@media only screen and (max-width: 763px) { #ubTWTyGDOqk2xknZxansrCsl0GkZHGv0 { display:block; }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #Oi66eafG7znUywGaJzTc2RN1nH9To0n3 {  }
 }@media only screen and (max-width: 763px) { #emLKSiRIpGOHM21TENyfEgCqChWmANne #fT6NTkOWv1qbTPhgbdfwKpdJ8yy0vttc {  }
 }@media only screen and (max-width: 763px) { #riuiXTnUxJ90QXtqKJKiNmE5X6RonozC { width:16.8125rem;height:4.142575rem;top:54.25rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wK3SbH1S4whn7H7nG0yT1LIgdHkNBVrt { top:53.4375rem;left:0rem;width:20rem;height:6rem;z-index:14996;background-color:#308d50;background-image:none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytaMpAAUwvZIfaUdQt0mITEkGXr61P3K { display:flex;top:50.09375rem;left:8.9375rem;width:2.125rem;height:2.125rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #af3ExElHCOvT8H4M4zWPKEk7hcxfnbBn { width:20rem;height:5.84765625rem;top:12.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV { display:block; }#sdXg4v1gpzaSLyAQ8QtLmh3BTwLUVFEV > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKAHsTBQAPK1Ug12pTOhc1TKXxXMEhDF { width:20rem;height:20rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIhDbEt4JyQ9TNHWdzbeszqKU10p02pe { width:20rem;height:4.38671875rem;top:1.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0Owm88R421JoDqeTZobdHr9yZQrb1GU { width:20rem;height:9.098625rem;top:26.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86sR0ohPyzaTT9DLkQTeBVdmsTRwXmO { width:20rem;height:11.0234375rem;top:36.875rem;left:0rem;font-size:1rem;display:block; }#S86sR0ohPyzaTT9DLkQTeBVdmsTRwXmO li:before{  }
 }@media only screen and (max-width: 763px) { #XK1fJsMUZ9EHrM9To1cCuPOgq99utTE5 { width:20rem;height:3.8994125rem;top:49.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPFkdJrf6kEsTVdPrCk3htRTJdIw3KKb { width:19rem;height:2.875rem;top:55.125rem;left:1rem;z-index:15011;font-size:0.875rem;box-shadow: none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #55be5a, #308d50);background-image: -moz-linear-gradient(180deg, #55be5a, #308d50);background-image: -ms-linear-gradient(180deg, #55be5a, #308d50);background-image: -o-linear-gradient(180deg, #55be5a, #308d50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );";background-image: linear-gradient(180deg, #55be5a, #308d50);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sBIl8nQmPizMvurGskSRbBfzPiWyd8iL { display:block; }
 }@media only screen and (max-width: 763px) { #Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b { display:block; }#Oxk58JxWfNe6ObVRoyqHt0cbfD94sW0b > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GO1dbXeNfTVgEBrWddXXADqck5PVKUKM { width:20rem;height:20rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xkgbPz9aKbfRoPkVvN5k2RvVc72qFhco { width:20rem;height:9.723625rem;top:41.6875rem;left:0rem;font-size:1rem;display:block; }#xkgbPz9aKbfRoPkVvN5k2RvVc72qFhco li:before{  }
 }@media only screen and (max-width: 763px) { #A1XibKEe5EZa4TpWlzTohWJqaueMra3U { width:20rem;height:2.1933625rem;top:22.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7QKxvvZXG0usxiaBZA1rrW0c4MQSJLF { width:20rem;height:14.29783125rem;top:25.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlx0E28PCH8J0pDur5mvFNzDLk8s3hfg { width:20rem;height:5.19921875rem;top:53.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK6IfTe4kRFE9LU8dT36EAoZkyMzI7dl { width:19rem;height:2.5625rem;top:60rem;left:0.5rem;z-index:15011;font-size:0.875rem;box-shadow: none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #55be5a, #308d50);background-image: -moz-linear-gradient(180deg, #55be5a, #308d50);background-image: -ms-linear-gradient(180deg, #55be5a, #308d50);background-image: -o-linear-gradient(180deg, #55be5a, #308d50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );";background-image: linear-gradient(180deg, #55be5a, #308d50);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FvtunDLC0IefW7wILOrOzXcCttB6hFdb { display:block; }
 }@media only screen and (max-width: 763px) { #cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM { display:block; }#cGMx4TidAxDqycvbgP6cfJPzTOkPV1PM > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pN1yskOUhe8k385zvX6RQAAdSP91RuIR { width:17rem;height:17rem;top:1.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuf5B7GmAFN1T0qGiUSUMKpCnL0LE0m3 { width:17rem;height:17rem;top:19.5rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rnk1FBZKv8iDt1cIT82aHmFBBBc3LZ0m { width:17rem;height:17rem;top:37.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg3QJ3vqG3kvlNtzLFTr2HdPT7UzgNn7 { width:17rem;height:17rem;top:56rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht { display:block; }#xbCzarUZTFN0UEKI8ZaLTpPnzzV9Twht > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qov95rbVIZ7eg44JbWLmhMFysdpMmVoT { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdgPriNCoxlSJnrbtL9pxbMNzpHCVSx { width:20rem;height:13.9355625rem;top:39.8125rem;left:0rem;font-size:1rem;display:block; }#zKdgPriNCoxlSJnrbtL9pxbMNzpHCVSx li:before{  }
 }@media only screen and (max-width: 763px) { #uVdbxWJHMK2nmSDIwBtBJP9fF2fEErWN { width:20rem;height:7.5556875rem;top:22.125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gp5ocmJpcK7Iebgtp3IiGhTAZJDu95EJ { width:20rem;height:7.7988125rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJMhxPFCVKVsSV28VBqLIMnloKT8BpLT { width:20rem;height:11.69825rem;top:54.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7xpwdoToJhFi7dopJ90kLReEFZoAGTy { width:19rem;height:2.5625rem;top:67.875rem;left:0rem;z-index:15012;font-size:0.875rem;box-shadow: none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #55be5a, #308d50);background-image: -moz-linear-gradient(180deg, #55be5a, #308d50);background-image: -ms-linear-gradient(180deg, #55be5a, #308d50);background-image: -o-linear-gradient(180deg, #55be5a, #308d50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );";background-image: linear-gradient(180deg, #55be5a, #308d50);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kgg1xHrB8ZNRoNPGULgAyexrMmOiwc9q { display:block; }
 }@media only screen and (max-width: 763px) { #eggTZMcdXJrWaRu9A1lfaCIDWEnqpnBJ { display:block; }#eggTZMcdXJrWaRu9A1lfaCIDWEnqpnBJ > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmMGEGHO4IzXEx2orA74N11UV7TT4lvG { top:0rem;left:0rem;width:20rem;height:13.3125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo { background-color:#f8f8f8;background-image:none;display:block; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container { background-color: transparent; background-image: none; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container > .video-iframe-container { display: none; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row > .video-iframe-container { display: none; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .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); }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dROrnzkPOeOQu6C1OH46GD7u8S05wqWP { display:flex;width:5.5rem;height:5.5rem;top:1.25rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #iCLfPDOTGHfU2pxhsV8ZGGao8QMFdgBO { width:6.0625rem;height:6.0625rem;top:14.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWlpD6McCOdPpAEGTTOmhZSO74kpokev { width:16.0625rem;height:3.5996125rem;top:9.7491319179538rem;left:1.9687500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odo6q6a1ZaVeOiyReA2POdkx5CW7xiKW { width:18.3125rem;height:2.69921875rem;top:20.749999761581rem;left:0.84288197755812rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Izi5CDJNnTd0ecFb2ueCEUz0O8Zb9PeN { width:19.125rem;height:2.69921875rem;top:34.3125rem;left:0.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7qvtiDf88z9MmTiM2HhCZ0Px02KDGx1 { width:11.9375rem;height:2.69921875rem;top:6.7491319179537rem;left:4.0312498211861rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ITpExexRGTglnAfImVw6HtnMwbHC81 { width:16.0625rem;height:5.3994125rem;top:23.749999761581rem;left:1.9687500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbhHIR1grVMcs4HGayQSL9ILa0UEBi9X { width:16.0625rem;height:3.5996125rem;top:37.75rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHdqTRrtf5Mz3r9KXo7Q0mpXZmbORfqi { width:6.0625rem;height:6.0625rem;top:28.3125rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 { display:block; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 { border-width: 0; border-radius: 0; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row .container { width:20rem;height:13.25rem;border-top:0.25rem solid #308d50;border-left:0;border-right:0;border-bottom:0.25rem solid #d40000;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B528qkmIV2l1lFqB63RSgbWPAK8gFS7D { width:20rem;height:3.125rem;top:8.6787109375rem;left:0rem;z-index:15011;font-size:0.875rem;box-shadow: none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #55be5a, #308d50);background-image: -moz-linear-gradient(180deg, #55be5a, #308d50);background-image: -ms-linear-gradient(180deg, #55be5a, #308d50);background-image: -o-linear-gradient(180deg, #55be5a, #308d50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );";background-image: linear-gradient(180deg, #55be5a, #308d50);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fT5UlIu5xzIDaHMZQ5OUk10oCKTA8ABu { display:block; }
 }@media only screen and (max-width: 763px) { #biMt46QL0PsaDLnxB1wWrWCV00tcXieT { width:20rem;height:6rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:20rem;height:10.205078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AC4ynbTq04ygs9VratcwazUhmGoddxoA { width:20rem;height:9.597625rem;top:0.642578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh { display:block; }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh { background-color: transparent; background-image: none; }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh > .row .container > .video-iframe-container { display: none; }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh > .row > .video-iframe-container { display: none; }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh > .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); }#zQivNb8SJBZ069Op4Ez8wd6JyPg6KGTh > .row .container { width:20rem;height:63.75rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEKX4A3rdcXMXt4EZ0m0GDtPcWIZ2svG { width:17.25rem;height:6.499rem;top:14.75rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNpDwKkIR1lWbTOHlNgcCKENTPNdT04v { width:20rem;height:3.25rem;top:10.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#308d50;display:block; }
 }@media only screen and (max-width: 763px) { #gPLbO2EcorLgc5emL0HRCityGwPqNMFu { width:20rem;height:3.25rem;top:30.728515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#308d50;display:block; }
 }@media only screen and (max-width: 763px) { #TVXcuEnZPgPNOyh3JOPcyinTEyA39Gdf { width:17.25rem;height:3.75rem;top:53.29166875rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #G2Tt3CHg7haaPFf0vowxc82edBVJ7ITZ { width:20rem;height:1.625rem;top:54.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#308d50;display:block; }
 }@media only screen and (max-width: 763px) { #CB3XLNAdpT8Ag2T5Ftbd5zT1rMDfILMt { width:17.249375rem;height:2.5996125rem;top:34.978840827942rem;left:1.3427733778954rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qL7zmdazGiT8F9iQgMNNG7kKetp0FQVO { width:20rem;height:0;top:51.896158853546rem;left:4.5260416865349rem;font-size:1.1875rem;z-index:15013;color:#000000;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LlqqulAL6xp9UnPAq2MJZJmev553AL6b { display:flex;width:9.4375rem;height:8.375rem;top:1.3359375rem;left:5.28125rem; }
 }@media only screen and (max-width: 763px) { #TIERLahnOB4By4FRE2s3emwBvzIznM4v { display:flex;width:9.4375rem;height:8.375rem;top:20.9609375rem;left:5.28125rem; }
 }@media only screen and (max-width: 763px) { #mdOFM6EGpr3rsFsaX54fINHFotMNITWJ { display:flex;width:9.4375rem;height:8.375rem;top:44.8125rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #yzXFxp3r6Q48T9GTwqE3rJbdOsKAMBTS { width:17.249rem;height:3.8994125rem;top:57.125rem;left:1.3740234375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu { display:block; }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu { background-color: transparent; background-image: none; }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu > .row .container > .video-iframe-container { display: none; }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu > .row > .video-iframe-container { display: none; }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu > .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); }#Pa7KJe8K6REuQ8x5FpATK5n8qLOL2FAu > .row .container { width:20rem;height:63.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5MXHhisN4c1L9EpFpyOik0ZVlv1SDHG { width:17.25rem;height:3.75rem;top:53.29166875rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cTOqV6nqnLzUvfXIvWgBl8OkLNTqGsge { width:20rem;height:1.625rem;top:51.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#308d50;display:block; }
 }@media only screen and (max-width: 763px) { #nfT4mLSf8Gbe5XALGdaMzaFIWvbUhbsp { width:20rem;height:0;top:51.896158853546rem;left:4.5260416865349rem;font-size:1.1875rem;z-index:15013;color:#000000;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TxTkZvP6oNIETDvMoykKdMUnuaT10CMq { width:17.249rem;height:3.8994125rem;top:55.0625rem;left:1.3740234375rem;font-size:1rem;z-index:15010;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qnzhWQGpAc8dVOraaWbP0I0fKGZg0CTn { display:flex;width:7.625rem;height:6.75rem;top:43.126953125rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #lH8WeQx8TBUuALQ4Blasp2dvwuSGEOJ7 { width:20rem;height:3.25rem;top:11.2490234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#308d50;display:block; }
 }@media only screen and (max-width: 763px) { #dh5WLOQB0vhwf0JRy2SwrPWQadMRnC8T { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;color:#d40000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkkgaSR2tdvnnoM4T7TiWPRVDp03lVWb { display:flex;width:9.4375rem;height:8.375rem;top:1.8125rem;left:5.28125rem; }
 }@media only screen and (max-width: 763px) { #B6NR7cFD52aGWXJyXvmoVreNtmX1hE7W { width:17.249375rem;height:5.19921875rem;top:14.999197006226rem;left:1.3427733778954rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CqTmLAQ6qyk75d3M4sAMixPG7EJTSNTu { width:20rem;height:3.25rem;top:32.6845703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#308d50;display:block; }
 }@media only screen and (max-width: 763px) { #SNcHwCcfqFHv7KJ6VzZy0Q1T6Ny62XhF { width:17.249375rem;height:3.8994125rem;top:37.79052734375rem;left:1.3427733778954rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qi8To0JUcqXo2PT3vSXnJkKZJJsJDLIJ { display:flex;width:10.75rem;height:9.5rem;top:21.5859375rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS { display:block; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS { border-width: 0; border-radius: 0; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row .container { width:20rem;height:14.8125rem;border-top:0.25rem solid #55be5a;border-left:0;border-right:0;border-bottom:0.25rem solid #ee3162;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pxv4UQ4OXA8ZrqD1Ss1JTT8IT7pmwpTQ { width:20rem;height:7.19925rem;top:1.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R5fVxdSs4fJfn3da28MnAPAOrtTe0H3W { width:19rem;height:3.3125rem;top:10.26175rem;left:0.5rem;z-index:15011;font-size:0.875rem;box-shadow: none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #55be5a, #308d50);background-image: -moz-linear-gradient(180deg, #55be5a, #308d50);background-image: -ms-linear-gradient(180deg, #55be5a, #308d50);background-image: -o-linear-gradient(180deg, #55be5a, #308d50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );";background-image: linear-gradient(180deg, #55be5a, #308d50);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XdUqzqOaQxKnTSEpfdCL38wiDXiGrzrq { display:block; }
 }@media only screen and (max-width: 763px) { #A1lIIl0qTPFVHoNagibpo8zib2lNddFw { display:block; }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6GIvTfVeSSTMsvG0BM5NTwhDCQZ7xPc { width:20rem;height:9.597625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#308d50;display:block; }
 }@media only screen and (max-width: 763px) { #KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di { display:none; }#KpsckFLMd3m1OTXG4WRP5lmGnKOuT8di > .row .container { width:20rem;height:30.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dpwI9UTS77Txsp8s0T5ZlHkOG1IcVdRh { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqvqyMIl9Q9aS48PZ7WLx6wyKKPh8ZTM { width:20rem;height:13.3125rem;top:15.833rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ { display:block; }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ > .row .container { width:20rem;height:82.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adqmdZT93aLrBsLhQmqTsmyASBh1Npui { width:10.5rem;height:1.9375rem;top:21.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWIVauTQxW6ZXfZWruJI9UGLpvGrFudi { width:19.375rem;height:1.29980625rem;top:24.5rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6m6p9eJNuXSNz1rq6BROxl9G083wGFT { width:19.1875rem;height:11.69825rem;top:27.75rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkatQRzdT8EKP4ElQuq5uhEOdd8T0Mr { width:4.4375rem;height:4.4375rem;top:16.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaf0aCALVu0pq4ixLg98I1DEzIi8TRsf { width:10.875rem;height:1.29980625rem;top:18.375rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orsZ0k7iezKGe6e0dsWg1bvvVdGiSaEn { width:19.0625rem;height:11.69825rem;top:66.9375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H02BGT8zlHQ3gK4P37FX5xMLrhmHLyc2 { width:19.25rem;height:1.29980625rem;top:65.125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCtrcylA7139naMXeFAb8BKu7tc81z8V { width:10.5rem;height:1.9375rem;top:62.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHqwhcBO2HEpsTppazvsIZATkLO0kMt8 { width:4.4375rem;height:4.4375rem;top:57.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP7JDIbBr4gNnZL9NtwWaH2QaHx7T0Sx { width:7.9375rem;height:1.29980625rem;top:58.625rem;left:5.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fsW9T9UR4ltBz9QxBLtziqO6PJou36RT { top:56.4375rem;left:0rem;width:19.8125rem;height:23.75rem;z-index:14999;border-top:0.125rem solid #8b8b8b;border-left:0.125rem solid #8b8b8b;border-right:0.125rem solid #8b8b8b;border-bottom:0.125rem solid #8b8b8b;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CXITZf9lVVy7Sm4UdGhLHBOQtkBe9G1T { top:15.75rem;left:0rem;width:19.875rem;height:25.0625rem;z-index:14998;border-top:0.125rem solid #8b8b8b;border-left:0.125rem solid #8b8b8b;border-right:0.125rem solid #8b8b8b;border-bottom:0.125rem solid #8b8b8b;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #I12XZOc79xwEtBxSC7fOtJ3nM1AE7M1x { top:2.5rem;left:0rem;width:19.875rem;height:13.25rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HLTxnXWfNozE8khdkUP2umXyWuIlgDhh { top:43.125rem;left:0rem;width:20rem;height:13.3125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d8443536-f8b5-49d7-aa73-a6d028fafa8a/ChatGPTImage11set202510_05_43.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp.adaptive-delivery-prevent-bg, #r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp.lazyload, #r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp.lazyloading { background-image: none; }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp > .row .container { background-color: transparent; background-image: none; }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp > .row .container > .video-iframe-container { display: none; }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp > .row > .video-iframe-container { display: none; }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp > .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); }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp > .row .container { border-width: 0; border-radius: 0; }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r7UAvTD915tFQ2GGcdkXTwvs5Qm7Sdbp > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #55be5a, #308d50);background-image: -moz-linear-gradient(180deg, #55be5a, #308d50);background-image: -ms-linear-gradient(180deg, #55be5a, #308d50);background-image: -o-linear-gradient(180deg, #55be5a, #308d50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55be5a', endColorstr='#308d50' );";background-image: linear-gradient(180deg, #55be5a, #308d50);background-size:cover !important;position:relative;z-index:auto;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { width:20rem;height:4.38671875rem;top:2.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { width:18.75rem;height:2.1125rem;top:13.374995231628rem;left:0.62500005960463rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { width:19.1875rem;height:1.70625rem;top:16.625rem;left:0.43750005960464rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:1.5625rem;margin-bottom:0.25rem;margin-left:1.5625rem;height:3.125rem;font-size:1.1875rem;overflow:hidden;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:#308d50;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { width:17.5rem;height:auto;top:34.15625rem;left:0rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { width:17.5rem;height:auto;top:34.15625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #BUVEsg0fxek0TS6gu0KhDhZguplg6h87 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #XMrgmPCCix0RgRe3OhHL7o2hcx0kTm8U { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #czkrmcNy6dcBWP8a8Z6cxepiUe9srWVZ {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ngXNxDLcGTiAEF1uP2G21bn2yU6PPU0W {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TqaKeoLH8TuSgozmhoJtspGixN5u7lXJ { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #NMsLkFyDgkoCUn9QfZJON5hV5BAQm96X {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zJQzsAJ49siow9FzgodLVwpsCvl2NL3q {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #sBFh2gbTXTgDZC1nWVKhIEqyeMVcxkTC { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ac7PphTh97GyM5NX6DKbXzkgNUK6tE5V {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 {  }
 }@media only screen and (max-width: 763px) { #JxVxF4zR54kkiP4TK9SsI4KaLaFGSu3S { display:block; }
 }@media only screen and (max-width: 763px) { #VEof3VpTnvyLCKbHx1UUAb2thKewufS7 { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H {  }
 }@media only screen and (max-width: 763px) { #mUL5EEJZku9Qgn6vhe1faMtdickpDyIp { width:20rem;height:5.11875rem;top:22.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbGEJSuTazITsnJMVT9XLqPc6RJcztEN { width:20rem;height:3.4125rem;top:31.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5yFFvFwrgFRWsBudHV75nI05O1UG0bp { display:flex;width:1.9375rem;height:1.9375rem;top:19.9375rem;left:9.0000007748606rem; }
 }@media only screen and (max-width: 763px) { #RoyVuUeUwRZz2PEzzGmv5fBzo7AIBBSl { display:flex;width:1.9375rem;height:1.9375rem;top:28.3125rem;left:9.0625007748606rem; }
 }@media only screen and (max-width: 763px) { #BBVTu9uOuTQH2LBqMoOwevuQnPQ20BdW { width:20rem;height:3.57421875rem;top:7.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC { background-color:#ffffff;background-image:none;display:block; }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row .container { background-color: transparent; background-image: none; }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row .container > .video-iframe-container { display: none; }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row > .video-iframe-container { display: none; }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .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); }#I0FEnamEq0FiNgotZuADd1Ssiv2qIFGC > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T39igT2Xw6w62dEATZbHMzqFS0ckNTg4 { width:20rem;height:1.94921875rem;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) { #sVevP3LkNaUL0KcfIZ1FOWUkzW38U2sz { width:20rem;height:1.7871125rem;top:4.875rem;left:0rem;font-size:0.6875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Brvy6c0iT9pLufIR8arCTedZ2MG345mb { width:20rem;height:1.7871125rem;top:7.4375rem;left:0rem;font-size:0.6875rem;z-index:15014;display:block; }
 }