.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl { background-color:#044468;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { background-color: transparent; background-image: none; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container > .video-iframe-container { display: none; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row > .video-iframe-container { display: none; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .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); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { border-width: 0; border-radius: 0; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#CNKN7inASxBUZHdhTTx2yQfFb3cUToCu { 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:4.8125rem;width:21.4375rem;top:0.71875rem;left:2.5625rem;overflow:hidden;display:block; }
#nAzs2lcKlCyJayNZIuCfbvwLxC2u5CN4 { color:#ffffff;display:block;width:44.625rem;position:absolute;font-family:"libre franklin";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:27.8125rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#lkWKl1VRVXnTHV78N0KJAMwTmknqetd8 { 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:1.875rem;width:1.875rem;top:2.9375rem;left:38.3125rem;overflow:hidden;display:block; }
#ACrctynp7gmx0SCm5oJbZJXTzpXqN8pE { color:#32dc33;display:block;width:15.375rem;position:absolute;font-family:"libre franklin";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3312501907349rem;left:40.3125rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNXPWvQZkwtwUTT6O2mS2THEa9vOeVMA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:2.9312496185302rem;left:56rem;overflow:hidden;display:block; }
#GgbDdO31lhaigoftzGKNTrn222JDchLQ { color:#32dc33;display:block;width:14.6875rem;position:absolute;font-family:"libre franklin";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9312496185302rem;left:58.75rem;height:2.2749rem;font-style:normal;display:block; }
#LnbPnQwA7NVW9OJcuTTFTfS8bCQu9Ddz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"libre franklin";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#eeT9NTI7VxQRTv36yHpbmspMJMaWWDoM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ { 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; }#JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ > .row .container { background-color: transparent; background-image: none; }#JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ > .row .container > .video-iframe-container { display: none; }#JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ > .row > .video-iframe-container { display: none; }#JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ > .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); }#JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ > .row .container { border-width: 0; border-radius: 0; }#JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:block; }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fefefe);background-image: -moz-linear-gradient(180deg, #ffffff, #fefefe);background-image: -ms-linear-gradient(180deg, #ffffff, #fefefe);background-image: -o-linear-gradient(180deg, #ffffff, #fefefe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe' );";background-image: linear-gradient(180deg, #ffffff, #fefefe);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;display:block; }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row .container { background-color: transparent; background-image: none; }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row .container > .video-iframe-container { display: none; }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row > .video-iframe-container { display: none; }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .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); }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row .container { border-width: 0; border-radius: 0; }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#UKZfwsbQCDiwunIKeGeZLNMKiMzsxhJQ { box-sizing:content-box;height:3.125rem;width:71.25rem;position:absolute;display:block;z-index:15000;background-color:#15bef0;background-image:none;top:0rem;left:1.875rem;display:block; }
#ETD8ia7P7OlGcQyaHONzcSgt6VsRwsH6 { color:#ffffff;display:block;width:71.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.76875019073488rem;left:1.875rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fefefe, #f6f6f6);background-image: -moz-linear-gradient(180deg, #fefefe, #f6f6f6);background-image: -ms-linear-gradient(180deg, #fefefe, #f6f6f6);background-image: -o-linear-gradient(180deg, #fefefe, #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f6f6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f6f6f6' );";background-image: linear-gradient(180deg, #fefefe, #f6f6f6);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;display:block; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { background-color: transparent; background-image: none; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container > .video-iframe-container { display: none; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row > .video-iframe-container { display: none; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .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); }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { border-width: 0; border-radius: 0; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#gP8l2sBr0TzexvTXqRF9V7IA9XJGkTsv { color:#044468;display:block;width:51.9375rem;position:absolute;font-family:"libre franklin";font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.875rem;height:8.44925rem;font-style:normal;display:block; }
#bHVAXTxSNE56BbCS8uwSxw52HI3s0KbC { color:#15bef0;display:block;width:47.6875rem;position:absolute;font-family:"libre franklin";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.875rem;left:1.875rem;height:1.625rem;display:block; }
#S5QT5WS2J1gNk0qvvBasaiGeS4ekJdee { 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:4rem;width:4rem;top:12.875rem;left:3rem;overflow:hidden;display:block; }
#I4GBvr7T36bT56sc4oZ7vtmkUgiN7IlL { position:absolute;display:block;z-index:14999;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:45.3125rem;width:25.875rem;top:5.6875rem;left:47.375rem;overflow:hidden;display:block; }
#GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f6f6, #e6e6e6);background-image: -moz-linear-gradient(180deg, #f6f6f6, #e6e6e6);background-image: -ms-linear-gradient(180deg, #f6f6f6, #e6e6e6);background-image: -o-linear-gradient(180deg, #f6f6f6, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, #f6f6f6, #e6e6e6);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;display:block; }#GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC > .row .container { background-color: transparent; background-image: none; }#GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC > .row .container > .video-iframe-container { display: none; }#GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC > .row > .video-iframe-container { display: none; }#GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC > .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); }#GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC > .row .container { border-width: 0; border-radius: 0; }#GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-form-header {  }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-regular-label { height:auto;display:block;font-family:"libre franklin";font-size:0.875rem;font-weight:400;color:#000000;width:35.1875rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-text { background-color:#e9e9ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #7c44f1;border-left:0.0625rem solid #7c44f1;border-right:0.0625rem solid #7c44f1;border-bottom:0.0625rem solid #7c44f1;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:35.1875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:"libre franklin";vertical-align:top;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-text {padding-top: 0; padding-bottom: 0;}#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-textarea { background-color:#e9e9ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #7c44f1;border-left:0.0625rem solid #7c44f1;border-right:0.0625rem solid #7c44f1;border-bottom:0.0625rem solid #7c44f1;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:35.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:"libre franklin";vertical-align:top;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-select { background-color:#e9e9ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #7c44f1;border-left:0.0625rem solid #7c44f1;border-right:0.0625rem solid #7c44f1;border-bottom:0.0625rem solid #7c44f1;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:35.1875rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:"libre franklin";font-size:1.125rem;overflow:hidden;vertical-align:top;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-select {padding-top: 0; padding-bottom: 0;}#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .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; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-button { 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:#32dc33;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:22.5625rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:#f2f9ff;width:12.625rem;height:3.125rem;font-family:poppins;overflow:hidden;font-style:normal; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib [class*="-text"]:-moz-placeholder { color:#000000;font-family:"libre franklin";font-size:1.125rem; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib [class*="-text"]::-moz-placeholder { color:#000000;font-family:"libre franklin";font-size:1.125rem; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"libre franklin";font-size:1.125rem; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"libre franklin";font-size:1.125rem; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .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:"libre franklin";line-height:1.3;font-size:1.125rem;font-weight:400;color:#000000;vertical-align:top;width:33.9375rem;overflow:hidden;font-style:normal; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .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; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .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.5; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-container:first-of-type{padding-top:0;}#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-container:last-of-type{padding-bottom:0;}#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:0.3125rem;top:1.9368495941162rem;z-index:15000;position:absolute; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.1875rem;display:block;vertical-align:top; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-info-text { display:block;height:auto;font-family:"libre franklin";font-size:0.9375rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib {display:block;}#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:0.3125rem;top:1.9368495941162rem;z-index:15000;position:absolute; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #MDRHhCZGyblWrHlPxJ8TDzAZTXkGq3PX { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #TLxbOWUI8NHGobcFTXMuruHvqGJqi2Lf { position:relative;display:block; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #VptaMXM8veEVfyzqW1np5Cc46kkTAsed { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #AGim8sMz9HrLmONkNEvNNWBwkKRx4UXy { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #LKhfe7l1fJ4NB32KQ7gnu5owqVbVorFJ { position:relative;display:block; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #V3RLFSTx5P0pfBvyLXEvB11h33pD7g9G { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #BHTSB9QXcT74m8khEnW5Bu6tmPXGaqKN { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #RF7Z3tp7LygZnzoh6pkJglBqWIu00Z9N { position:relative;display:block; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #NkJckdAuX0QfK3ZFTxfGK7T8PZq8n6cH { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #OLsqnhTPOaZAHpgL8TxKot6H5C2cZvoo { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #qxhxdGm3iRCLbZk99rWgT6rAr2v06RPz { position:relative;display:block; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #FVPch69ronxRCcPdE3Nno5127xcK042f { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #DmuaGcH9XPQk7T0AP7BHhwp5VfhIZCK0 { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #ZOTmIy5y4xwlbI1EhmvuP0DTlhzTbdhf { position:relative;display:block; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #Dbcn49d88Cmeev3CcFUHSWNuO5nil3tr { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #JamJoFq5xKy1HFKTXZpT80irGCewu55T { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #Q7mTqIIVnmzgp5TkPFBIBhAh3c6JVEXb { position:relative;display:block; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #ukzzb4APSp5zUtkEMPRk3R7DZ8ocRCSt { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #Fknmy9fFfkgp5uMEq7ZpKfGQwyT9btsz { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #fhwd936Ky4tQo0lbQqagJJcGrvtDWd65 { position:relative;display:block; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #NsgeXqtWFlREsJyB0fpJtgkzzEDCgKBl { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #N3FfLRRvtW4REE5RtNBgMCI1KBhyJiv0 { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #KsIaCAEoKWIgccFnyiFzOEAFkILWHviw { position:relative;display:block; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #k7pSfgWrQPOu4PPLxd6G3AQ76NrVCZFx { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #EmeF71CzNZM9TtNLTzKBy2pDLOFoVU7B { position:relative;display:block;z-index:15000; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #emEK5n6lhSxLMDxR2TAFKhT2pNuqSFRi { position:relative;display:block;z-index:15000; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #it8CJVwvSb3Tx0sKUbkzxU1Qn6xlXcio { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #L5ZcT3G8ATtQJC5Uu1R9TaRE35hpSimn { position:relative;z-index:2; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #ZCCkLkhEbtT9zUqvA4CIdCxVKwGbuatF { position:relative; }
#DqdfMCIyqDaOkJ2FpuTaswW2sSqg32EA { position:relative;display:block; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #vauDpD1iLAoSngDu9pts5mmdIppyDMRB { position:relative; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #TuTHfDZWkvP5CWUxm6GG8E8iueTVx7V2 { position:relative; }
#f7BUbvwVXMRanALWgTF9uBafHVtdCfm4 { box-sizing:content-box;height:1.25rem;width:34.8125rem;position:absolute;display:block;z-index:15001;background-color:#e0e0e0;background-image:none;top:0rem;left:1.875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ndyu6uuvXhgRLronwBKHTG0SmLJPXni7 { box-sizing:content-box;height:1.25rem;width:0.9375rem;position:absolute;display:block;z-index:15002;background-color:#4caf50;background-image:none;top:0rem;left:1.875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#cdpJkbMDCBXkTrvPXCAbVoOeiXdLPP8q { color:#000000;display:block;width:5.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.125rem;left:3.0625rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#fhtkFiRD1imkJ5SP5zltLz5vaFApaoS8 { background-color:#32dc33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.65625rem;left:37.6875rem;display:block; }
#DWncEOgqGyvClBcth2vCtcNtrXCDB2vB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UyqFN4L9KZFL6WAgdSvPtoWXDsSNuttD { color:#e70000;display:block;width:35.0625rem;position:absolute;font-family:"libre franklin";font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.4375rem;left:1.5625rem;height:0.975rem;display:block; }
#AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -moz-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -ms-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -o-linear-gradient(180deg, #ffffff, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, #ffffff, #e6e6e6);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;display:block; }#AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM > .row .container { background-color: transparent; background-image: none; }#AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM > .row .container > .video-iframe-container { display: none; }#AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM > .row > .video-iframe-container { display: none; }#AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM > .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); }#AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM > .row .container { border-width: 0; border-radius: 0; }#AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#dZKmC4rX9ItZy7h9LN8incnSoRLy48gB { 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:7.5rem;width:13.375rem;top:2.125rem;left:3.75rem;overflow:hidden;display:block; }
#GSodulOZ4FJLAHuw13ctDUqVWbcuduUN { 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:7.6875rem;width:7.4375rem;top:2.03125rem;left:20.9375rem;overflow:hidden;display:block; }
#cxTTJOhDlr3DJZMCzMFtCDq8g9PG5JsA { 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:2.875rem;width:10.125rem;top:4.4375rem;left:35.25rem;overflow:hidden;display:block; }
#eup8Q3VepiUIWAdFyT6aq9mT7vpwWuFC { 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:6rem;width:19.75rem;top:2.875rem;left:49.8125rem;overflow:hidden;display:block; }
#IzcKPQTsaecMwTUVuatctZcw7g82KeGi { position:absolute;display:block;z-index:15004;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.1875rem;width:10.375rem;top:11.0625rem;left:5.25rem;overflow:hidden;display:block; }
#DSLC8PiPlvmRV03KXVSU6cAwpfrBIMxU { 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:7.8125rem;width:13.75rem;top:9.75rem;left:18.375rem;overflow:hidden;display:block; }
#osQqf1mw9MVGwtDgrzTH8tDHkvyhPOn2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:9.625rem;left:36.5625rem;overflow:hidden;display:block; }
#w5FRt2nWQzh2hefzcDP3O2flnVTtiOLL { 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:2.5rem;width:15.6875rem;top:12.40625rem;left:51.84375rem;overflow:hidden;display:block; }
#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -moz-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -ms-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -o-linear-gradient(180deg, #ffffff, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, #ffffff, #e6e6e6);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;display:block; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { background-color: transparent; background-image: none; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container > .video-iframe-container { display: none; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row > .video-iframe-container { display: none; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .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); }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { border-width: 0; border-radius: 0; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#TlpwuJCL8TNUiytD6iV7k3TurxsqHs1a { color:#044468;display:block;width:51.9375rem;position:absolute;font-family:"libre franklin";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:11.53125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTtJKis1dKxvPD5mDdXnhyJfAbl3dgwy { box-sizing:content-box;height:26.75rem;width:16.0625rem;position:absolute;display:block;z-index:15002;background-color:#3b94d1;background-image:none;top:9.0625rem;left:1.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#VhsmEhopNVKTFC3bxcrDploT79LqPcPQ { 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:4.6875rem;width:4.6875rem;top:10.375rem;left:7.5625rem;overflow:hidden;display:block; }
#NVMDD3SVv395AFGfwGXB75a6weAxNwoJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"libre franklin";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:16.1875rem;left:3.65625rem;height:4.1232625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a2lVbAKTCdAo6cbm3K2vkv3ChKboqRmJ { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"libre franklin";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:21.4375rem;left:2.09375rem;height:8.002375rem;text-align:center;text-align-last:center;display:block; }
#u1yQTu3Kwe1Zp32iUeLkcnt68SDhaXTJ { box-sizing:content-box;height:26.75rem;width:15.75rem;position:absolute;display:block;z-index:15006;background-color:#3b94d1;background-image:none;top:9.0625rem;left:19.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#hXJXKa4NOd1vedxZpmrh8lT6wRUO9zrg { 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:4.6875rem;width:4.6875rem;top:10.375rem;left:24.71875rem;overflow:hidden;display:block; }
#DOoe2HLkB4LIH10o2Z1Fg22XKVi7etfm { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"libre franklin";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:16.1875rem;left:19.5rem;height:4.1232625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxG5lbtRbpUo3sylXV9ZiW0KNPJ7Fv1V { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"libre franklin";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:21.4375rem;left:20.375rem;height:9.602875rem;text-align:center;text-align-last:center;display:block; }
#bUpcGFZ0z85xTtUrPtRgto82PN30r4QE { box-sizing:content-box;height:26.75rem;width:17.0625rem;position:absolute;display:block;z-index:15014;background-color:#3b94d1;background-image:none;top:9.0625rem;left:54.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#GBtk8krmwizEe5W2cv2zpFFZJdhEmzCD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:10.375rem;left:60.6875rem;overflow:hidden;display:block; }
#hQlOccdSib20nUpDhHLBxHw153ZuqycV { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"libre franklin";font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:55.46875rem;height:4.1232625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i8k1SnJHIG9Vp3px0iO7Ho7xT3lEoybQ { box-sizing:content-box;height:26.75rem;width:17.0625rem;position:absolute;display:block;z-index:15010;background-color:#3b94d1;background-image:none;top:9.0625rem;left:36.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#dEMavRZhQRImKP5rcHQ17xZxOdJzsFk8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:10.375rem;left:42.375rem;overflow:hidden;display:block; }
#BFo6T8pU0FvuOLfso7sdO5Aidi2ebv25 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"libre franklin";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:16.1875rem;left:39.03125rem;height:4.1232625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dyNtSGQQUpUEWQSw1k8StlMXnrMRWuoK { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"libre franklin";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:21.4375rem;left:36.90625rem;height:9.602875rem;text-align:center;text-align-last:center;display:block; }
#U2aRH7gu8LSAHkbu7kv7bGM33uD9vrho { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"libre franklin";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:21.4375rem;left:55.53125rem;height:9.602875rem;text-align:center;text-align-last:center;display:block; }
#A0stWvyMqzCHt0CL85qs8t9iba9ulr1B { background-color:#32dc33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:block; }
#ZaVr65oNZ3Qvim2HDmUTBecq8UfJHMyp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rmfVzt6g3UPfS1P8FabHOaBkTAx9pkIA { background-color:rgba(50,220,51,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#ShXJc83MPhrzEWTTMfHHcJca185VGlkI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -moz-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -ms-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -o-linear-gradient(180deg, #ffffff, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, #ffffff, #e6e6e6);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;display:block; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row .container { background-color: transparent; background-image: none; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row .container > .video-iframe-container { display: none; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row > .video-iframe-container { display: none; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .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); }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row .container { border-width: 0; border-radius: 0; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#iy5F5DZWOTGlIeH5oFHEqWKXTQrfwrKp { color:#044468;display:block;width:51.9375rem;position:absolute;font-family:"libre franklin";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:11.53125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUPPKTXiAWiSqqwJRf6xzAS8zBPMg5fA { box-sizing:content-box;height:32rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:#3b94d1;background-image:none;top:10.1875rem;left:3.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#h6JGazgZpSXogJTpiwgBCsk8Qbx69eww { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.375rem;width:18.75rem;top:11.34375rem;left:4.9375rem;overflow:hidden;display:block; }
#eQTAXnLAU0GL386cegsbrDUAPNsRMu5P { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15005;background-color:rgba(21,190,240,0.98);background-image:none;top:12.28125rem;left:6rem;display:block; }
#LHFGa1WB08Batckk4TsDhVnHl4Iaagtd { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.96875rem;left:6.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDamM7tw5exL0wUsmoZTSld8AvZ4on0l { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"libre franklin";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.96875rem;left:4.9375rem;height:2.275rem;font-style:normal;display:block; }
#QGMyWLNqNziOIcEktmbtVDl17JdmE2T4 { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"libre franklin";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:32.8125rem;left:4.9375rem;height:6.4019375rem;text-align:left;text-align-last:left;display:block; }
#HgAvRb2fOsab27Jrp0FXdAiGeuXxSHGy { box-sizing:content-box;height:32rem;width:21.875rem;position:absolute;display:block;z-index:15008;background-color:#3b94d1;background-image:none;top:10.1875rem;left:26.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#CQRFTuuv3qLDx2u7sPCK47LRivKHnXKU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.375rem;width:18.75rem;top:11.375rem;left:28.125rem;overflow:hidden;display:block; }
#VCzIKtv3AauuMTLnENKc2RKBbmMIlr5v { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15010;background-color:rgba(21,190,240,0.98);background-image:none;top:12.3125rem;left:29.1875rem;display:block; }
#p4FrKMl7nzwKCPOEVf1zKsoBx9oeZln9 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"libre franklin";font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30rem;left:28.125rem;height:2.275rem;font-style:normal;display:block; }
#vW3nbfElxmkwtVnxQCWpzmSuqykJLHyP { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"libre franklin";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:32.8125rem;left:28.125rem;height:6.4019375rem;text-align:left;text-align-last:left;display:block; }
#Lwl6JsUZTTXocnhTtR4MsnTGgTiIoT8m { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.925000190735rem;left:29.625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hHpEg6rgMAOBFgcsxPIA22QQtNuWTwoG { box-sizing:content-box;height:32rem;width:21.875rem;position:absolute;display:block;z-index:15014;background-color:#3b94d1;background-image:none;top:10.1875rem;left:49.8125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#n8blV8o0xkqZpObKT7Ef5ThZULD1HHgk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.375rem;width:18.75rem;top:11.375rem;left:51.375rem;overflow:hidden;display:block; }
#NIuvGmBWELGeeZEmW2fEua4cfl9wgKtK { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15016;background-color:rgba(21,190,240,0.98);background-image:none;top:12.3125rem;left:52.4375rem;display:block; }
#TkOHrrg4aLsLDiFp3vdOJbVetcZFo9Te { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"libre franklin";font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30rem;left:51.375rem;height:2.275rem;font-style:normal;display:block; }
#a1FHrTUbxtA8zKZ4w6HO91QiVkG8gNZn { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.9375rem;left:52.875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zxSMCzxTH9oznwvUhVPoKpCFo2UzF9gt { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"libre franklin";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:32.8125rem;left:51.375rem;height:4.80143125rem;text-align:left;text-align-last:left;display:block; }
#PMIwWq3zGeulTVC60J8GnalkOKOzEP8k { background-color:rgba(50,220,51,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#n9SCt1iz0N7OFdNOTr6y0Q60DKgLBoOa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -moz-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -ms-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -o-linear-gradient(180deg, #ffffff, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, #ffffff, #e6e6e6);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;display:block; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row .container { background-color: transparent; background-image: none; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row .container > .video-iframe-container { display: none; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row > .video-iframe-container { display: none; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .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); }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row .container { border-width: 0; border-radius: 0; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#U2UgeV8lwTHc4vTN5PZ8eEDoEOsgA4O7 { color:#044468;display:block;width:51.9375rem;position:absolute;font-family:"libre franklin";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:11.53125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SULxKUc9ACJvmezMATD6F4oM7XzycGR0 { box-sizing:content-box;height:22.6875rem;width:33.75rem;position:absolute;display:block;z-index:15004;background-color:#3b94d1;background-image:none;top:11.5rem;left:2.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#kLWfXD9BX4P8cQSLMTEom5gWqGW5Tr02 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.625rem;width:30.625rem;top:13.0625rem;left:4.3125rem;overflow:hidden;display:block; }
#gPKbPXoeWy33AH1JQJcKuZlfUO16Wf0R { box-sizing:content-box;height:22.6875rem;width:33.75rem;position:absolute;display:block;z-index:15005;background-color:#3b94d1;background-image:none;top:11.5rem;left:38.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#uVwAi5xPzI7KKIlXLO9e698Jah5P4DtQ { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"libre franklin";font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.1875rem;left:40.125rem;height:2.275rem;font-style:normal;display:block; }
#P387xJibaO1XSXqCAg8oX7u5zkVVi7Hq { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:"libre franklin";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:17.625rem;left:40.125rem;height:9.6864375rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#P387xJibaO1XSXqCAg8oX7u5zkVVi7Hq li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#P387xJibaO1XSXqCAg8oX7u5zkVVi7Hq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
#XDNAb3dhpaE1XKtzaV26Nr8kahv9ZbHg { background-color:#32dc33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28.25rem;left:40.125rem;display:block; }
#QOQyBH6yfIGVNVXVlRadd3uetinWUKeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SpzGad6XNeot3gErcyD2EJh22sGm6Txo { box-sizing:content-box;height:26.625rem;width:33.75rem;position:absolute;display:block;z-index:15004;background-color:#3b94d1;background-image:none;top:36.0625rem;left:2.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#NikGiOFsTZIzpOoMyvSQJJfESzQbwTTG { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"libre franklin";font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:38.625rem;left:4.5rem;height:2.275rem;font-style:normal;display:block; }
#ioI54chUfiCg3AR8hTp9WEnawqGXgNw6 { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:"libre franklin";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:42.0625rem;left:4.5rem;height:11.3736875rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ioI54chUfiCg3AR8hTp9WEnawqGXgNw6 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ioI54chUfiCg3AR8hTp9WEnawqGXgNw6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
#qHc1JZQDiuEf8qu0RZOGsdp3cdNLhG3T { box-sizing:content-box;height:26.625rem;width:33.75rem;position:absolute;display:block;z-index:15005;background-color:#3b94d1;background-image:none;top:36.0625rem;left:38.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#cMgrCJRI78M23tLyWabTUcTascTmHoRP { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.5rem;width:30.625rem;top:37.625rem;left:40.0625rem;overflow:hidden;display:block; }
#uRNw8v7LamqsrU3RHGqwMn2fUiz5nw0e { background-color:rgba(50,220,51,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#Api3gU4rt00q94H4ccI0QKNNnbTotdB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v74aT3x0ewDqqTlUCzPkGJpeTmTJUI3e { background-color:rgba(50,220,51,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#Zuhy3gQNOSl4IBtKHqI2HTbMOBcIEFDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -moz-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -ms-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -o-linear-gradient(180deg, #ffffff, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, #ffffff, #e6e6e6);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;display:block; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container { background-color: transparent; background-image: none; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container > .video-iframe-container { display: none; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row > .video-iframe-container { display: none; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .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); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container { border-width: 0; border-radius: 0; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:block; }#cBhEV3IOMbeiJAPKKZHGLKNlTUXJKTOR { background-color:#32dc33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:7.8125rem;left:4.5rem;display:block; }
#FOwhVUfkADgqDvXmMIzCmshhHGbJmo9B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DdeuBS9sMkZ0aDXbfJ72rTyzgH8biqnh { box-sizing:content-box;height:25.0625rem;width:33.75rem;position:absolute;display:block;z-index:15005;background-color:#3b94d1;background-image:none;top:17.125rem;left:2.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#E70vwF12OhIJNy7FyeDy8umBSpwofmhO { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22rem;width:30.625rem;top:18.65625rem;left:4.5rem;overflow:hidden;display:block; }
#LJ9fJbQZSxqVPrFcBLBXhTlbSLnvEUHE { box-sizing:content-box;height:25.0625rem;width:33.75rem;position:absolute;display:block;z-index:15006;background-color:#3b94d1;background-image:none;top:17.125rem;left:38.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#EQBsDNHRQ23a5Av82SgCCmntiAx9Fieb { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"libre franklin";font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20rem;left:40.125rem;height:2.275rem;font-style:normal;display:block; }
#SpzmDfKwuTV9D7Idfx1nA4IKTBcUKNTl { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:"libre franklin";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:23.4375rem;left:40.125rem;height:;text-align:left;text-align-last:left;overflow:hidden;display:block; }#SpzmDfKwuTV9D7Idfx1nA4IKTBcUKNTl li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#SpzmDfKwuTV9D7Idfx1nA4IKTBcUKNTl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
#zxJCyykpH2l3SxJ4tQu3s9FwXGFi59Tf { background-color:#32dc33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:34.625rem;left:40.125rem;display:block; }
#wERchsgx5bynhQUUkeJqTIaJcqqH53aq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DgrUuZQMcoI6lO1kAmPLcXRwrXOOkWco { background-color:rgba(50,220,51,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#N9cTq1NTdfs5vGdrggi5OzdstHWw100D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -moz-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -ms-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -o-linear-gradient(180deg, #ffffff, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, #ffffff, #e6e6e6);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;display:block; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row .container { background-color: transparent; background-image: none; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row .container > .video-iframe-container { display: none; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row > .video-iframe-container { display: none; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .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); }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row .container { border-width: 0; border-radius: 0; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#P8sqhUyLpZV2zfMoqOWUt5qvi6wfnTvM { color:#044468;display:block;width:51.9375rem;position:absolute;font-family:"libre franklin";font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.28125rem;left:11.53125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWFIfHTasUTwIfB06N2enT0uEyySVy7P { box-sizing:content-box;height:30.25rem;width:20.0625rem;position:absolute;display:block;z-index:15006;background-color:#044468;background-image:none;top:9.28125rem;left:2.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#lNXzzBrZi1TnmJQ3hUBXEwhgSVOvw8v8 { 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:3.9375rem;width:4.0625rem;top:11.21875rem;left:4.125rem;overflow:hidden;display:block; }
#WTHTvBsRUx3l3cvVUGXxAapfuFFqOpxW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.71875rem;left:9.40625rem;height:1.462675rem;font-style:normal;display:block; }
#SKqa3I3bNH1J69vb8y5BM2vrz4VxgcmF { 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:1.0625rem;width:5.875rem;top:13.18124961853rem;left:8.84375rem;overflow:hidden;display:block; }
#lGq68BNT1go0E0Bokdnm1uuz9D25I6Se { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:16.40625rem;left:4.125rem;height:18.0078125rem;font-style:normal;display:block; }
#fFqgbgqNroBMetshqziEbuAPhVvadQRb { 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:3.8125rem;width:3.8125rem;top:34.84375rem;left:4.125rem;overflow:hidden;display:block; }
#mfIzTnahekKi58ANUZywos2H80qRiHhC { box-sizing:content-box;height:30.25rem;width:20.0625rem;position:absolute;display:block;z-index:15012;background-color:#044468;background-image:none;top:9.3125rem;left:27.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#K3XUcnSP7u0xXKeLgruWFVcT9DtgTkcd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.75rem;left:33.9375rem;height:1.462675rem;font-style:normal;display:block; }
#fpBaL5GuJqpquWDJN6XQRMkwIp4IEzSV { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:16.4375rem;left:28.6875rem;height:18.0078125rem;font-style:normal;display:block; }
#hxJDAhRw9TumTqIMHI24IrcssmluosA5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:11.25rem;left:28.6875rem;overflow:hidden;display:block; }
#zHTl12DG89FG3dSXToN5i3M6yARHSCPx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:5.875rem;top:13.1875rem;left:33.375rem;overflow:hidden;display:block; }
#c6g7m9QxCrmTlg9hbTXw0Eet8bFZO6cS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:34.875rem;left:28.6875rem;overflow:hidden;display:block; }
#FCh3Ug0ln14kcDZ4F948nQGUBxIpOJNe { box-sizing:content-box;height:30.25rem;width:20.0625rem;position:absolute;display:block;z-index:15018;background-color:#044468;background-image:none;top:9.3125rem;left:52rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#OXRQXXh6X6u0DOFww7bfumcOEfr8EpBW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11.75rem;left:58.4375rem;height:1.462675rem;font-style:normal;display:block; }
#FUoDXNhgyVUiNNgGUTNnU0U0V84TN1Z7 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:16.4375rem;left:53.1875rem;height:18.0078125rem;font-style:normal;display:block; }
#uL4AgIeDi2CnvbDu9WosCuRWyn9f8MtA { position:absolute;display:block;z-index:15021;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.0625rem;width:5.875rem;top:13.1875rem;left:57.875rem;overflow:hidden;display:block; }
#pcGeSotNo5JzFgEuVlAaRbpFrJBLQ6At { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:11.25rem;left:53.1875rem;overflow:hidden;display:block; }
#nTr3l3124KCfhDq8JOr00QySoKuCeUKo { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:34.875rem;left:53.1875rem;overflow:hidden;display:block; }
#qr7dRWy8NQPTQHkqLB6b9UrvwZXfAOIs { background-color:rgba(50,220,51,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#RCPPhKS0pXU1SfRuVQXfmRF8rVbXADh5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -moz-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -ms-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -o-linear-gradient(180deg, #ffffff, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, #ffffff, #e6e6e6);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;display:block; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { background-color: transparent; background-image: none; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container > .video-iframe-container { display: none; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row > .video-iframe-container { display: none; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .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); }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { border-width: 0; border-radius: 0; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#xmgnGt2SFIUUiszP476zSxeJzFctOZgo { color:#044468;display:block;width:41.375rem;position:absolute;font-family:"libre franklin";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.90625rem;left:1.875rem;height:5.9982625rem;font-style:normal;display:block; }
#i8WWktDAVUTp9VsTZ9Dp1LQlTroM4bec { background-color:#044468;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:3.15625rem;left:51.125rem;display:block; }
#wn5sUysEhMZvs62CzP93RpKM2KaieXQr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#044468;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; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { background-color: transparent; background-image: none; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container > .video-iframe-container { display: none; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row > .video-iframe-container { display: none; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .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); }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { border-width: 0; border-radius: 0; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#obIhOVmS8L4mw4mSvirZxqwgx1axXJGG { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.875rem;height:1.3rem;font-style:normal;display:block; }
#NIy5WCSlT5DTP7FZ7GXbtaUGnFIuKA4J { color:#ffffff;display:block;width:70.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:4.875rem;left:1.875rem;height:6.55925rem;font-style:normal;display:block; }
#dKJVJkZIm8e6nv4eH0rmBlDNkQfm4t7o { color:#ffffff;display:block;width:70.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:12.40625rem;left:1.875rem;height:1.3125rem;font-style:normal;display:block; }
#aJpQxQTxzhAKArIB4TVn0uFXL0HV1ifR { color:#ffffff;display:block;width:70.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.71875rem;left:1.875rem;height:1.3125rem;font-style:normal;display:block; }
#cBnGK40cLp1g2dbZ7XLVXdXVJI1TBSly { box-sizing:content-box;height:0.0625rem;width:71.25rem;position:absolute;display:block;z-index:15004;background-color:#8153e0;background-image:none;top:17.9375rem;left:1.875rem;display:block; }
#R7Vd9ZdQlE6EQsU1s03TuyGNTTaOfMbE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:29.1875rem;top:18.6875rem;left:1.875rem;overflow:hidden;display:block; }
#w8K0rU4MBXRcGKmhQ7zWNQh7A77Tl9JJ { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.25rem;left:35.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fglt6JHtMXTWxCKAGhp1QHuGZnedu3wL { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:35.375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl { display:block; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNKN7inASxBUZHdhTTx2yQfFb3cUToCu { width:21.4375rem;height:4.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAzs2lcKlCyJayNZIuCfbvwLxC2u5CN4 { width:44.625rem;height:1.4375rem;top:1.1875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkWKl1VRVXnTHV78N0KJAMwTmknqetd8 { width:1.875rem;height:1.875rem;top:2.9375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACrctynp7gmx0SCm5oJbZJXTzpXqN8pE { width:15.375rem;height:1.4375rem;top:3.3125rem;left:26.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNXPWvQZkwtwUTT6O2mS2THEa9vOeVMA { width:2.25rem;height:2.25rem;top:2.875rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgbDdO31lhaigoftzGKNTrn222JDchLQ { width:14.6875rem;height:2.25rem;top:2.875rem;left:33.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnbPnQwA7NVW9OJcuTTFTfS8bCQu9Ddz { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eeT9NTI7VxQRTv36yHpbmspMJMaWWDoM { display:block; }
 }@media only screen and (max-width: 763px) { #JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ { display:block; }#JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP { display:block; }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKZfwsbQCDiwunIKeGeZLNMKiMzsxhJQ { width:47.75rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETD8ia7P7OlGcQyaHONzcSgt6VsRwsH6 { width:47.75rem;height:1.4375rem;top:0.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 { display:block; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP8l2sBr0TzexvTXqRF9V7IA9XJGkTsv { width:47.75rem;height:8.4375rem;top:1.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHVAXTxSNE56BbCS8uwSxw52HI3s0KbC { width:47.6875rem;height:1.625rem;top:11.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5QT5WS2J1gNk0qvvBasaiGeS4ekJdee { width:4rem;height:4rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4GBvr7T36bT56sc4oZ7vtmkUgiN7IlL { width:25.875rem;height:45.3125rem;top:5.6875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC { display:block; }#GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-regular-label { display:block;width:35.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-text { width:35.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-text {padding-top: 0; padding-bottom: 0;}#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-textarea { width:35.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-select { width:35.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-select {padding-top: 0; padding-bottom: 0;}#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-button { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-checkbox-label { width:34rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib  { width:35.1875rem;height:auto;top:1.875rem;left:0rem; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .radio-container { width:35.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib {display:block;}#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib { width:35.1875rem;height:auto;top:1.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #MDRHhCZGyblWrHlPxJ8TDzAZTXkGq3PX {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #TLxbOWUI8NHGobcFTXMuruHvqGJqi2Lf { display:block; }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #VptaMXM8veEVfyzqW1np5Cc46kkTAsed {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #AGim8sMz9HrLmONkNEvNNWBwkKRx4UXy {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #LKhfe7l1fJ4NB32KQ7gnu5owqVbVorFJ { display:block; }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #V3RLFSTx5P0pfBvyLXEvB11h33pD7g9G {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #BHTSB9QXcT74m8khEnW5Bu6tmPXGaqKN {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #RF7Z3tp7LygZnzoh6pkJglBqWIu00Z9N {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #NkJckdAuX0QfK3ZFTxfGK7T8PZq8n6cH {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #OLsqnhTPOaZAHpgL8TxKot6H5C2cZvoo {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #qxhxdGm3iRCLbZk99rWgT6rAr2v06RPz {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #FVPch69ronxRCcPdE3Nno5127xcK042f {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #DmuaGcH9XPQk7T0AP7BHhwp5VfhIZCK0 {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #ZOTmIy5y4xwlbI1EhmvuP0DTlhzTbdhf {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #Dbcn49d88Cmeev3CcFUHSWNuO5nil3tr {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #JamJoFq5xKy1HFKTXZpT80irGCewu55T {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #Q7mTqIIVnmzgp5TkPFBIBhAh3c6JVEXb {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #ukzzb4APSp5zUtkEMPRk3R7DZ8ocRCSt {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #Fknmy9fFfkgp5uMEq7ZpKfGQwyT9btsz {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #fhwd936Ky4tQo0lbQqagJJcGrvtDWd65 {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #NsgeXqtWFlREsJyB0fpJtgkzzEDCgKBl {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #N3FfLRRvtW4REE5RtNBgMCI1KBhyJiv0 {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #KsIaCAEoKWIgccFnyiFzOEAFkILWHviw {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #k7pSfgWrQPOu4PPLxd6G3AQ76NrVCZFx {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #EmeF71CzNZM9TtNLTzKBy2pDLOFoVU7B {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #emEK5n6lhSxLMDxR2TAFKhT2pNuqSFRi {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #it8CJVwvSb3Tx0sKUbkzxU1Qn6xlXcio {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #L5ZcT3G8ATtQJC5Uu1R9TaRE35hpSimn {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #ZCCkLkhEbtT9zUqvA4CIdCxVKwGbuatF {  }
 }@media only screen and (max-width: 763px) { #DqdfMCIyqDaOkJ2FpuTaswW2sSqg32EA { display:block; }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #vauDpD1iLAoSngDu9pts5mmdIppyDMRB {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #TuTHfDZWkvP5CWUxm6GG8E8iueTVx7V2 {  }
 }@media only screen and (max-width: 763px) { #f7BUbvwVXMRanALWgTF9uBafHVtdCfm4 { width:34.8125rem;height:1.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndyu6uuvXhgRLronwBKHTG0SmLJPXni7 { width:0.9375rem;height:1.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdpJkbMDCBXkTrvPXCAbVoOeiXdLPP8q { width:5.875rem;height:0.9375rem;top:0.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhtkFiRD1imkJ5SP5zltLz5vaFApaoS8 { width:12.625rem;height:3.125rem;top:4.625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWncEOgqGyvClBcth2vCtcNtrXCDB2vB { display:block; }
 }@media only screen and (max-width: 763px) { #UyqFN4L9KZFL6WAgdSvPtoWXDsSNuttD { width:35.0625rem;height:0.9375rem;top:8.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM { display:block; }#AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZKmC4rX9ItZy7h9LN8incnSoRLy48gB { width:13.375rem;height:7.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSodulOZ4FJLAHuw13ctDUqVWbcuduUN { width:7.4375rem;height:7.6875rem;top:2rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxTTJOhDlr3DJZMCzMFtCDq8g9PG5JsA { width:10.125rem;height:2.875rem;top:4.4375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eup8Q3VepiUIWAdFyT6aq9mT7vpwWuFC { width:19.75rem;height:6rem;top:2.875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzcKPQTsaecMwTUVuatctZcw7g82KeGi { width:10.375rem;height:5.1875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSLC8PiPlvmRV03KXVSU6cAwpfrBIMxU { width:13.75rem;height:7.8125rem;top:9.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #osQqf1mw9MVGwtDgrzTH8tDHkvyhPOn2 { width:7.5rem;height:7.5rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5FRt2nWQzh2hefzcDP3O2flnVTtiOLL { width:15.6875rem;height:2.5rem;top:12.375rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm { display:block; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlpwuJCL8TNUiytD6iV7k3TurxsqHs1a { width:47.75rem;height:3.25rem;top:3.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTtJKis1dKxvPD5mDdXnhyJfAbl3dgwy { width:16.0625rem;height:26.75rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhsmEhopNVKTFC3bxcrDploT79LqPcPQ { width:4.6875rem;height:4.6875rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVMDD3SVv395AFGfwGXB75a6weAxNwoJ { width:12.5rem;height:4.125rem;top:16.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2lVbAKTCdAo6cbm3K2vkv3ChKboqRmJ { width:15.625rem;height:8rem;top:21.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1yQTu3Kwe1Zp32iUeLkcnt68SDhaXTJ { width:15.75rem;height:26.75rem;top:9.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXJXKa4NOd1vedxZpmrh8lT6wRUO9zrg { width:4.6875rem;height:4.6875rem;top:10.375rem;left:11.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOoe2HLkB4LIH10o2Z1Fg22XKVi7etfm { width:15.125rem;height:4.125rem;top:16.1875rem;left:5.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxG5lbtRbpUo3sylXV9ZiW0KNPJ7Fv1V { width:13.375rem;height:9.5625rem;top:21.4375rem;left:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUpcGFZ0z85xTtUrPtRgto82PN30r4QE { width:17.0625rem;height:26.75rem;top:9.0625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBtk8krmwizEe5W2cv2zpFFZJdhEmzCD { width:4.6875rem;height:4.6875rem;top:10.375rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQlOccdSib20nUpDhHLBxHw153ZuqycV { width:15.125rem;height:4.125rem;top:16.1875rem;left:32.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8k1SnJHIG9Vp3px0iO7Ho7xT3lEoybQ { width:17.0625rem;height:26.75rem;top:9.0625rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEMavRZhQRImKP5rcHQ17xZxOdJzsFk8 { width:4.6875rem;height:4.6875rem;top:10.375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFo6T8pU0FvuOLfso7sdO5Aidi2ebv25 { width:11.375rem;height:4.125rem;top:16.1875rem;left:25.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyNtSGQQUpUEWQSw1k8StlMXnrMRWuoK { width:15.625rem;height:9.5625rem;top:21.4375rem;left:23.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2aRH7gu8LSAHkbu7kv7bGM33uD9vrho { width:15rem;height:9.5625rem;top:21.4375rem;left:32.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0stWvyMqzCHt0CL85qs8t9iba9ulr1B { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaVr65oNZ3Qvim2HDmUTBecq8UfJHMyp { display:block; }
 }@media only screen and (max-width: 763px) { #rmfVzt6g3UPfS1P8FabHOaBkTAx9pkIA { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShXJc83MPhrzEWTTMfHHcJca185VGlkI { display:block; }
 }@media only screen and (max-width: 763px) { #G7gN26sVgoGsFymSBrx6pggsr7LeIht9 { display:block; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iy5F5DZWOTGlIeH5oFHEqWKXTQrfwrKp { width:47.75rem;height:3.25rem;top:4.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUPPKTXiAWiSqqwJRf6xzAS8zBPMg5fA { width:21.875rem;height:32rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6JGazgZpSXogJTpiwgBCsk8Qbx69eww { width:18.75rem;height:17.375rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQTAXnLAU0GL386cegsbrDUAPNsRMu5P { width:3.5625rem;height:3.5625rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHFGa1WB08Batckk4TsDhVnHl4Iaagtd { width:2.6875rem;height:0;top:12.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDamM7tw5exL0wUsmoZTSld8AvZ4on0l { width:18.4375rem;height:2.25rem;top:29.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGMyWLNqNziOIcEktmbtVDl17JdmE2T4 { width:18.9375rem;height:6.375rem;top:32.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgAvRb2fOsab27Jrp0FXdAiGeuXxSHGy { width:21.875rem;height:32rem;top:10.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQRFTuuv3qLDx2u7sPCK47LRivKHnXKU { width:18.75rem;height:17.375rem;top:11.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCzIKtv3AauuMTLnENKc2RKBbmMIlr5v { width:3.5625rem;height:3.5625rem;top:12.3125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4FrKMl7nzwKCPOEVf1zKsoBx9oeZln9 { width:18.4375rem;height:2.25rem;top:30rem;left:14.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW3nbfElxmkwtVnxQCWpzmSuqykJLHyP { width:18.9375rem;height:6.375rem;top:32.8125rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwl6JsUZTTXocnhTtR4MsnTGgTiIoT8m { width:2.6875rem;height:;top:12.875rem;left:16rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHpEg6rgMAOBFgcsxPIA22QQtNuWTwoG { width:21.875rem;height:32rem;top:10.1875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8blV8o0xkqZpObKT7Ef5ThZULD1HHgk { width:18.75rem;height:17.375rem;top:11.375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIuvGmBWELGeeZEmW2fEua4cfl9wgKtK { width:3.5625rem;height:3.5625rem;top:12.3125rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkOHrrg4aLsLDiFp3vdOJbVetcZFo9Te { width:18.4375rem;height:2.25rem;top:30rem;left:29.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1FHrTUbxtA8zKZ4w6HO91QiVkG8gNZn { width:2.6875rem;height:2.25rem;top:12.9375rem;left:39.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxSMCzxTH9oznwvUhVPoKpCFo2UzF9gt { width:18.9375rem;height:4.75rem;top:32.8125rem;left:28.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMIwWq3zGeulTVC60J8GnalkOKOzEP8k { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9SCt1iz0N7OFdNOTr6y0Q60DKgLBoOa { display:block; }
 }@media only screen and (max-width: 763px) { #n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg { display:block; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2UgeV8lwTHc4vTN5PZ8eEDoEOsgA4O7 { width:47.75rem;height:3.25rem;top:4.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SULxKUc9ACJvmezMATD6F4oM7XzycGR0 { width:33.75rem;height:22.6875rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLWfXD9BX4P8cQSLMTEom5gWqGW5Tr02 { width:30.625rem;height:19.625rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPKbPXoeWy33AH1JQJcKuZlfUO16Wf0R { width:33.75rem;height:22.6875rem;top:11.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVwAi5xPzI7KKIlXLO9e698Jah5P4DtQ { width:18.4375rem;height:2.25rem;top:14.1875rem;left:26.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P387xJibaO1XSXqCAg8oX7u5zkVVi7Hq { width:29.625rem;height:9.6875rem;top:17.625rem;left:18.125rem;font-size:0.9375rem;display:block; }#P387xJibaO1XSXqCAg8oX7u5zkVVi7Hq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
 }@media only screen and (max-width: 763px) { #XDNAb3dhpaE1XKtzaV26Nr8kahv9ZbHg { width:21.625rem;height:3.5rem;top:28.25rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOQyBH6yfIGVNVXVlRadd3uetinWUKeW { display:block; }
 }@media only screen and (max-width: 763px) { #SpzGad6XNeot3gErcyD2EJh22sGm6Txo { width:33.75rem;height:26.625rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NikGiOFsTZIzpOoMyvSQJJfESzQbwTTG { width:18.4375rem;height:2.25rem;top:38.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioI54chUfiCg3AR8hTp9WEnawqGXgNw6 { width:29.625rem;height:;top:42.0625rem;left:0rem;font-size:0.9375rem;display:block; }#ioI54chUfiCg3AR8hTp9WEnawqGXgNw6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
 }@media only screen and (max-width: 763px) { #qHc1JZQDiuEf8qu0RZOGsdp3cdNLhG3T { width:33.75rem;height:26.625rem;top:36.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMgrCJRI78M23tLyWabTUcTascTmHoRP { width:30.625rem;height:23.5rem;top:37.625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNw8v7LamqsrU3RHGqwMn2fUiz5nw0e { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Api3gU4rt00q94H4ccI0QKNNnbTotdB4 { display:block; }
 }@media only screen and (max-width: 763px) { #v74aT3x0ewDqqTlUCzPkGJpeTmTJUI3e { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zuhy3gQNOSl4IBtKHqI2HTbMOBcIEFDu { display:block; }
 }@media only screen and (max-width: 763px) { #KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU { display:block; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBhEV3IOMbeiJAPKKZHGLKNlTUXJKTOR { width:21.625rem;height:3.5rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOwhVUfkADgqDvXmMIzCmshhHGbJmo9B { display:block; }
 }@media only screen and (max-width: 763px) { #DdeuBS9sMkZ0aDXbfJ72rTyzgH8biqnh { width:33.75rem;height:25.0625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E70vwF12OhIJNy7FyeDy8umBSpwofmhO { width:30.625rem;height:22rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ9fJbQZSxqVPrFcBLBXhTlbSLnvEUHE { width:33.75rem;height:25.0625rem;top:17.125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQBsDNHRQ23a5Av82SgCCmntiAx9Fieb { width:18.4375rem;height:2.25rem;top:20rem;left:26.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpzmDfKwuTV9D7Idfx1nA4IKTBcUKNTl { width:29.625rem;height:;top:23.4375rem;left:18.125rem;font-size:0.9375rem;display:block; }#SpzmDfKwuTV9D7Idfx1nA4IKTBcUKNTl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
 }@media only screen and (max-width: 763px) { #zxJCyykpH2l3SxJ4tQu3s9FwXGFi59Tf { width:21.625rem;height:3.5rem;top:34.625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wERchsgx5bynhQUUkeJqTIaJcqqH53aq { display:block; }
 }@media only screen and (max-width: 763px) { #DgrUuZQMcoI6lO1kAmPLcXRwrXOOkWco { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9cTq1NTdfs5vGdrggi5OzdstHWw100D { display:block; }
 }@media only screen and (max-width: 763px) { #VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd { display:block; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8sqhUyLpZV2zfMoqOWUt5qvi6wfnTvM { width:47.75rem;height:3.875rem;top:2.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWFIfHTasUTwIfB06N2enT0uEyySVy7P { width:20.0625rem;height:30.25rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNXzzBrZi1TnmJQ3hUBXEwhgSVOvw8v8 { width:4.0625rem;height:3.9375rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTHTvBsRUx3l3cvVUGXxAapfuFFqOpxW { width:12.5rem;height:1.4375rem;top:11.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKqa3I3bNH1J69vb8y5BM2vrz4VxgcmF { width:5.875rem;height:1.0625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGq68BNT1go0E0Bokdnm1uuz9D25I6Se { width:17.5625rem;height:18rem;top:16.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFqgbgqNroBMetshqziEbuAPhVvadQRb { width:3.8125rem;height:3.8125rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfIzTnahekKi58ANUZywos2H80qRiHhC { width:20.0625rem;height:30.25rem;top:9.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3XUcnSP7u0xXKeLgruWFVcT9DtgTkcd { width:12.5rem;height:1.4375rem;top:11.75rem;left:20.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpBaL5GuJqpquWDJN6XQRMkwIp4IEzSV { width:17.5625rem;height:18rem;top:16.4375rem;left:15.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxJDAhRw9TumTqIMHI24IrcssmluosA5 { width:3.9375rem;height:3.9375rem;top:11.25rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTl12DG89FG3dSXToN5i3M6yARHSCPx { width:5.875rem;height:1.0625rem;top:13.1875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6g7m9QxCrmTlg9hbTXw0Eet8bFZO6cS { width:3.8125rem;height:3.8125rem;top:34.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCh3Ug0ln14kcDZ4F948nQGUBxIpOJNe { width:20.0625rem;height:30.25rem;top:9.3125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXRQXXh6X6u0DOFww7bfumcOEfr8EpBW { width:12.5rem;height:1.4375rem;top:11.75rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUoDXNhgyVUiNNgGUTNnU0U0V84TN1Z7 { width:17.5625rem;height:18rem;top:16.4375rem;left:30.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL4AgIeDi2CnvbDu9WosCuRWyn9f8MtA { width:5.875rem;height:1.0625rem;top:13.1875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcGeSotNo5JzFgEuVlAaRbpFrJBLQ6At { width:3.9375rem;height:3.9375rem;top:11.25rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTr3l3124KCfhDq8JOr00QySoKuCeUKo { width:3.8125rem;height:3.8125rem;top:34.875rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr7dRWy8NQPTQHkqLB6b9UrvwZXfAOIs { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCPPhKS0pXU1SfRuVQXfmRF8rVbXADh5 { display:block; }
 }@media only screen and (max-width: 763px) { #DQGdTvwybzGTQITcc9VJHQIztsTdgBNT { display:block; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmgnGt2SFIUUiszP476zSxeJzFctOZgo { width:41.375rem;height:6rem;top:1.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8WWktDAVUTp9VsTZ9Dp1LQlTroM4bec { width:21.625rem;height:3.5rem;top:3.125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn5sUysEhMZvs62CzP93RpKM2KaieXQr { display:block; }
 }@media only screen and (max-width: 763px) { #QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa { display:block; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obIhOVmS8L4mw4mSvirZxqwgx1axXJGG { width:12.5rem;height:1.25rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIy5WCSlT5DTP7FZ7GXbtaUGnFIuKA4J { width:47.75rem;height:6.5625rem;top:4.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKJVJkZIm8e6nv4eH0rmBlDNkQfm4t7o { width:47.75rem;height:1.3125rem;top:12.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJpQxQTxzhAKArIB4TVn0uFXL0HV1ifR { width:47.75rem;height:1.3125rem;top:14.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBnGK40cLp1g2dbZ7XLVXdXVJI1TBSly { width:47.75rem;height:0.0625rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7Vd9ZdQlE6EQsU1s03TuyGNTTaOfMbE { width:29.1875rem;height:6.5rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8K0rU4MBXRcGKmhQ7zWNQh7A77Tl9JJ { width:34.625rem;height:1.25rem;top:20.25rem;left:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fglt6JHtMXTWxCKAGhp1QHuGZnedu3wL { width:34.625rem;height:1.25rem;top:22.375rem;left:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl { display:block; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNKN7inASxBUZHdhTTx2yQfFb3cUToCu { width:9.625rem;height:2.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAzs2lcKlCyJayNZIuCfbvwLxC2u5CN4 { width:20rem;height:0;top:6.98958125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkWKl1VRVXnTHV78N0KJAMwTmknqetd8 { width:1.3125rem;height:1.3125rem;top:2.75rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACrctynp7gmx0SCm5oJbZJXTzpXqN8pE { width:8.5rem;height:0.8125rem;top:3.125rem;left:11.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNXPWvQZkwtwUTT6O2mS2THEa9vOeVMA { width:2.25rem;height:2.25rem;top:17.00208125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgbDdO31lhaigoftzGKNTrn222JDchLQ { width:14.6875rem;height:0;top:20.50208125rem;left:2.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnbPnQwA7NVW9OJcuTTFTfS8bCQu9Ddz { top:0.6875rem;left:11.625rem;width:7.125rem;height:1.875rem;z-index:15005;background-color:rgba(50,220,51,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:poppins;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeT9NTI7VxQRTv36yHpbmspMJMaWWDoM { display:block; }
 }@media only screen and (max-width: 763px) { #JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ { display:block; }#JknBC1QuA9CxtuzJw9hd9vsMJsfxLrHJ > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP { background-color:#15bef0;background-image:none;display:block; }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row .container { background-color: transparent; background-image: none; }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row .container > .video-iframe-container { display: none; }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row > .video-iframe-container { display: none; }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .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); }#ZIrIWEfvNtOlPRG2GnQLf5yu42TqzqdP > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKZfwsbQCDiwunIKeGeZLNMKiMzsxhJQ { width:20rem;height:3.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETD8ia7P7OlGcQyaHONzcSgt6VsRwsH6 { width:20rem;height:1.4625rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 { display:block; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP8l2sBr0TzexvTXqRF9V7IA9XJGkTsv { width:16.5rem;height:9.1rem;top:2.8625001907349rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHVAXTxSNE56BbCS8uwSxw52HI3s0KbC { width:18.1875rem;height:3.1875rem;top:13.02499961853rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S5QT5WS2J1gNk0qvvBasaiGeS4ekJdee { width:4rem;height:4rem;top:16.21249961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4GBvr7T36bT56sc4oZ7vtmkUgiN7IlL { width:20rem;height:35.024154589372rem;top:22.65rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC { display:block; }#GuEizIw0aUrTcmTFDkBKFmTNVeoJrAmC > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-text {padding-top: 0; padding-bottom: 0;}#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-select {padding-top: 0; padding-bottom: 0;}#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-input-button { width:12.5625rem;margin-top:0.25rem;margin-right:4.9375rem;margin-bottom:0.25rem;margin-left:0; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib  { width:17.5rem;height:auto;top:1.9375rem;left:0rem; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib .widget-info-text { font-size:0.875rem;overflow:hidden;height:auto;line-height:1.4; }
#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib {display:block;}#yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib { width:17.5rem;height:auto;top:1.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #MDRHhCZGyblWrHlPxJ8TDzAZTXkGq3PX {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #TLxbOWUI8NHGobcFTXMuruHvqGJqi2Lf { display:block; }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #VptaMXM8veEVfyzqW1np5Cc46kkTAsed {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #AGim8sMz9HrLmONkNEvNNWBwkKRx4UXy {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #LKhfe7l1fJ4NB32KQ7gnu5owqVbVorFJ { display:block; }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #V3RLFSTx5P0pfBvyLXEvB11h33pD7g9G {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #BHTSB9QXcT74m8khEnW5Bu6tmPXGaqKN {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #RF7Z3tp7LygZnzoh6pkJglBqWIu00Z9N {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #NkJckdAuX0QfK3ZFTxfGK7T8PZq8n6cH {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #OLsqnhTPOaZAHpgL8TxKot6H5C2cZvoo {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #qxhxdGm3iRCLbZk99rWgT6rAr2v06RPz {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #FVPch69ronxRCcPdE3Nno5127xcK042f {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #DmuaGcH9XPQk7T0AP7BHhwp5VfhIZCK0 {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #ZOTmIy5y4xwlbI1EhmvuP0DTlhzTbdhf {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #Dbcn49d88Cmeev3CcFUHSWNuO5nil3tr {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #JamJoFq5xKy1HFKTXZpT80irGCewu55T {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #Q7mTqIIVnmzgp5TkPFBIBhAh3c6JVEXb {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #ukzzb4APSp5zUtkEMPRk3R7DZ8ocRCSt {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #Fknmy9fFfkgp5uMEq7ZpKfGQwyT9btsz {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #fhwd936Ky4tQo0lbQqagJJcGrvtDWd65 {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #NsgeXqtWFlREsJyB0fpJtgkzzEDCgKBl {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #N3FfLRRvtW4REE5RtNBgMCI1KBhyJiv0 {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #KsIaCAEoKWIgccFnyiFzOEAFkILWHviw {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #k7pSfgWrQPOu4PPLxd6G3AQ76NrVCZFx {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #EmeF71CzNZM9TtNLTzKBy2pDLOFoVU7B {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #emEK5n6lhSxLMDxR2TAFKhT2pNuqSFRi {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #it8CJVwvSb3Tx0sKUbkzxU1Qn6xlXcio {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #L5ZcT3G8ATtQJC5Uu1R9TaRE35hpSimn {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #ZCCkLkhEbtT9zUqvA4CIdCxVKwGbuatF {  }
 }@media only screen and (max-width: 763px) { #DqdfMCIyqDaOkJ2FpuTaswW2sSqg32EA { display:block; }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #vauDpD1iLAoSngDu9pts5mmdIppyDMRB {  }
 }@media only screen and (max-width: 763px) { #yKXHVGyPOOTbXDn8HH1DRgvze6Chvnib #TuTHfDZWkvP5CWUxm6GG8E8iueTVx7V2 {  }
 }@media only screen and (max-width: 763px) { #f7BUbvwVXMRanALWgTF9uBafHVtdCfm4 { width:20rem;height:1.25rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndyu6uuvXhgRLronwBKHTG0SmLJPXni7 { width:0.625rem;height:1.25rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdpJkbMDCBXkTrvPXCAbVoOeiXdLPP8q { width:2.0625rem;height:0.975rem;top:0.3125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhtkFiRD1imkJ5SP5zltLz5vaFApaoS8 { width:12.625rem;height:3.125rem;top:10.05624961853rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWncEOgqGyvClBcth2vCtcNtrXCDB2vB { display:block; }
 }@media only screen and (max-width: 763px) { #UyqFN4L9KZFL6WAgdSvPtoWXDsSNuttD { width:18.5625rem;height:0.975rem;top:8.30624961853rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM { display:block; }#AcGcXqmZkMlxTrUD3JcmFUqugKgJ9wQM > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZKmC4rX9ItZy7h9LN8incnSoRLy48gB { width:9.75rem;height:5.4375rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSodulOZ4FJLAHuw13ctDUqVWbcuduUN { width:5.25rem;height:5.4375rem;top:2.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxTTJOhDlr3DJZMCzMFtCDq8g9PG5JsA { width:6.75rem;height:1.8125rem;top:11.687496185302rem;left:11.206250190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #eup8Q3VepiUIWAdFyT6aq9mT7vpwWuFC { width:9.1875rem;height:2.6875rem;top:22.843746185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzcKPQTsaecMwTUVuatctZcw7g82KeGi { width:7.6875rem;height:3.75rem;top:17.718746185302rem;left:10.737500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSLC8PiPlvmRV03KXVSU6cAwpfrBIMxU { width:9.0625rem;height:5.0625rem;top:17.062496185302rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osQqf1mw9MVGwtDgrzTH8tDHkvyhPOn2 { width:6.5625rem;height:6.5625rem;top:2.375rem;left:11.300000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5FRt2nWQzh2hefzcDP3O2flnVTtiOLL { width:9.3125rem;height:1.375rem;top:23.499996185302rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm { display:block; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { width:20rem;height:94.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlpwuJCL8TNUiytD6iV7k3TurxsqHs1a { width:13.3125rem;height:4.875rem;top:2.5rem;left:3.34375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTtJKis1dKxvPD5mDdXnhyJfAbl3dgwy { width:20rem;height:18.75rem;top:8.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhsmEhopNVKTFC3bxcrDploT79LqPcPQ { width:4.6875rem;height:4.6875rem;top:9.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVMDD3SVv395AFGfwGXB75a6weAxNwoJ { width:12.5rem;height:4.125rem;top:15rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2lVbAKTCdAo6cbm3K2vkv3ChKboqRmJ { width:17.625rem;height:6rem;top:19.6875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1yQTu3Kwe1Zp32iUeLkcnt68SDhaXTJ { width:20rem;height:18.75rem;top:28.325012207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXJXKa4NOd1vedxZpmrh8lT6wRUO9zrg { width:4.6875rem;height:4.6875rem;top:29.825012207031rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOoe2HLkB4LIH10o2Z1Fg22XKVi7etfm { width:15.125rem;height:4.125rem;top:35.075012207031rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxG5lbtRbpUo3sylXV9ZiW0KNPJ7Fv1V { width:17.3125rem;height:6rem;top:39.950012207031rem;left:1.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUpcGFZ0z85xTtUrPtRgto82PN30r4QE { width:20rem;height:18.75rem;top:68.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBtk8krmwizEe5W2cv2zpFFZJdhEmzCD { width:4.6875rem;height:4.6875rem;top:69.5rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQlOccdSib20nUpDhHLBxHw153ZuqycV { width:15.125rem;height:4.125rem;top:74.8125rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8k1SnJHIG9Vp3px0iO7Ho7xT3lEoybQ { width:20rem;height:18.75rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEMavRZhQRImKP5rcHQ17xZxOdJzsFk8 { width:4.6875rem;height:4.6875rem;top:49.875rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFo6T8pU0FvuOLfso7sdO5Aidi2ebv25 { width:15.25rem;height:2.0625rem;top:55.625rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyNtSGQQUpUEWQSw1k8StlMXnrMRWuoK { width:18.4375rem;height:7.5rem;top:58.4375rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2aRH7gu8LSAHkbu7kv7bGM33uD9vrho { width:18rem;height:6rem;top:79.612487792969rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0stWvyMqzCHt0CL85qs8t9iba9ulr1B { width:18.25rem;height:3.125rem;top:119.7rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaVr65oNZ3Qvim2HDmUTBecq8UfJHMyp { display:block; }
 }@media only screen and (max-width: 763px) { #rmfVzt6g3UPfS1P8FabHOaBkTAx9pkIA { width:9.875rem;height:3.125rem;top:88.637502670288rem;left:5.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ShXJc83MPhrzEWTTMfHHcJca185VGlkI { display:block; }
 }@media only screen and (max-width: 763px) { #G7gN26sVgoGsFymSBrx6pggsr7LeIht9 { display:block; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iy5F5DZWOTGlIeH5oFHEqWKXTQrfwrKp { width:13.625rem;height:4.225rem;top:2.4375rem;left:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUPPKTXiAWiSqqwJRf6xzAS8zBPMg5fA { width:20rem;height:29.0625rem;top:7.7000122070312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6JGazgZpSXogJTpiwgBCsk8Qbx69eww { width:18.75rem;height:17.375rem;top:8.4812488555906rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQTAXnLAU0GL386cegsbrDUAPNsRMu5P { width:3.5625rem;height:3.5625rem;top:8.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHFGa1WB08Batckk4TsDhVnHl4Iaagtd { width:2.6875rem;height:2.275rem;top:9.625rem;left:1.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDamM7tw5exL0wUsmoZTSld8AvZ4on0l { width:18.4375rem;height:1.7875rem;top:26.918762207031rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGMyWLNqNziOIcEktmbtVDl17JdmE2T4 { width:18.9375rem;height:6rem;top:29.325012207031rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgAvRb2fOsab27Jrp0FXdAiGeuXxSHGy { width:20rem;height:29.0625rem;top:38.012485504151rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQRFTuuv3qLDx2u7sPCK47LRivKHnXKU { width:18.75rem;height:17.375rem;top:38.824987411499rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCzIKtv3AauuMTLnENKc2RKBbmMIlr5v { width:3.5625rem;height:3.5625rem;top:39.637512207031rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4FrKMl7nzwKCPOEVf1zKsoBx9oeZln9 { width:18.4375rem;height:1.7875rem;top:57.325012207031rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW3nbfElxmkwtVnxQCWpzmSuqykJLHyP { width:17.6875rem;height:6rem;top:59.762512207031rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwl6JsUZTTXocnhTtR4MsnTGgTiIoT8m { width:2.6875rem;height:2.275rem;top:40.25rem;left:1.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHpEg6rgMAOBFgcsxPIA22QQtNuWTwoG { width:20rem;height:29.0625rem;top:68.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8blV8o0xkqZpObKT7Ef5ThZULD1HHgk { width:18.75rem;height:17.375rem;top:69.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIuvGmBWELGeeZEmW2fEua4cfl9wgKtK { width:3.5625rem;height:3.5625rem;top:69.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkOHrrg4aLsLDiFp3vdOJbVetcZFo9Te { width:18.4375rem;height:1.7875rem;top:87.9375rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1FHrTUbxtA8zKZ4w6HO91QiVkG8gNZn { width:2.6875rem;height:2.275rem;top:70.5625rem;left:1.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxSMCzxTH9oznwvUhVPoKpCFo2UzF9gt { width:17.4375rem;height:4.5rem;top:90.5625rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMIwWq3zGeulTVC60J8GnalkOKOzEP8k { width:9.875rem;height:3.125rem;top:99.387502670288rem;left:5.0625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #n9SCt1iz0N7OFdNOTr6y0Q60DKgLBoOa { display:block; }
 }@media only screen and (max-width: 763px) { #n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg { display:block; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2UgeV8lwTHc4vTN5PZ8eEDoEOsgA4O7 { width:20rem;height:4.225rem;top:3.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SULxKUc9ACJvmezMATD6F4oM7XzycGR0 { width:20rem;height:13.25rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLWfXD9BX4P8cQSLMTEom5gWqGW5Tr02 { width:19.125rem;height:12.25rem;top:9.25rem;left:0.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPKbPXoeWy33AH1JQJcKuZlfUO16Wf0R { width:20rem;height:22.6875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVwAi5xPzI7KKIlXLO9e698Jah5P4DtQ { width:15.75rem;height:1.7875rem;top:24.3125rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P387xJibaO1XSXqCAg8oX7u5zkVVi7Hq { width:16.5rem;height:12.5rem;top:26.625rem;left:1.25rem;font-size:0.9375rem;display:block; }#P387xJibaO1XSXqCAg8oX7u5zkVVi7Hq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
 }@media only screen and (max-width: 763px) { #XDNAb3dhpaE1XKtzaV26Nr8kahv9ZbHg { width:19rem;height:3.5rem;top:50.9875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOQyBH6yfIGVNVXVlRadd3uetinWUKeW { display:block; }
 }@media only screen and (max-width: 763px) { #SpzGad6XNeot3gErcyD2EJh22sGm6Txo { width:20rem;height:22.6875rem;top:60.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NikGiOFsTZIzpOoMyvSQJJfESzQbwTTG { width:18.4375rem;height:1.7875rem;top:63.0625rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioI54chUfiCg3AR8hTp9WEnawqGXgNw6 { width:17.5625rem;height:12.5rem;top:65.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }#ioI54chUfiCg3AR8hTp9WEnawqGXgNw6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
 }@media only screen and (max-width: 763px) { #qHc1JZQDiuEf8qu0RZOGsdp3cdNLhG3T { width:20rem;height:13.25rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMgrCJRI78M23tLyWabTUcTascTmHoRP { width:19.125rem;height:12.4375rem;top:47.5rem;left:0.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNw8v7LamqsrU3RHGqwMn2fUiz5nw0e { width:9.875rem;height:3.125rem;top:40.0625rem;left:5.0625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Api3gU4rt00q94H4ccI0QKNNnbTotdB4 { display:block; }
 }@media only screen and (max-width: 763px) { #v74aT3x0ewDqqTlUCzPkGJpeTmTJUI3e { width:9.875rem;height:3.125rem;top:78.9375rem;left:5.0625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Zuhy3gQNOSl4IBtKHqI2HTbMOBcIEFDu { display:block; }
 }@media only screen and (max-width: 763px) { #KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6e6e6, #ffffff);background-image: -moz-linear-gradient(180deg, #e6e6e6, #ffffff);background-image: -ms-linear-gradient(180deg, #e6e6e6, #ffffff);background-image: -o-linear-gradient(180deg, #e6e6e6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e6e6e6, #ffffff);background-size:auto !important;display:block; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container { background-color: transparent; background-image: none; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container > .video-iframe-container { display: none; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row > .video-iframe-container { display: none; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .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); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBhEV3IOMbeiJAPKKZHGLKNlTUXJKTOR { width:19rem;height:3.5rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOwhVUfkADgqDvXmMIzCmshhHGbJmo9B { display:block; }
 }@media only screen and (max-width: 763px) { #DdeuBS9sMkZ0aDXbfJ72rTyzgH8biqnh { width:20rem;height:13.25rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E70vwF12OhIJNy7FyeDy8umBSpwofmhO { width:19.125rem;height:12.4375rem;top:2.0312128067017rem;left:0.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ9fJbQZSxqVPrFcBLBXhTlbSLnvEUHE { width:20rem;height:22.1875rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQBsDNHRQ23a5Av82SgCCmntiAx9Fieb { width:18.4375rem;height:1.7875rem;top:18rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpzmDfKwuTV9D7Idfx1nA4IKTBcUKNTl { width:16.5rem;height:11.09375rem;top:20.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }#SpzmDfKwuTV9D7Idfx1nA4IKTBcUKNTl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
 }@media only screen and (max-width: 763px) { #zxJCyykpH2l3SxJ4tQu3s9FwXGFi59Tf { width:19rem;height:3.5rem;top:49.8125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wERchsgx5bynhQUUkeJqTIaJcqqH53aq { display:block; }
 }@media only screen and (max-width: 763px) { #DgrUuZQMcoI6lO1kAmPLcXRwrXOOkWco { width:9.875rem;height:3.125rem;top:32.750022888184rem;left:5.0625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #N9cTq1NTdfs5vGdrggi5OzdstHWw100D { display:block; }
 }@media only screen and (max-width: 763px) { #VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd { display:block; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row .container { width:20rem;height:104.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8sqhUyLpZV2zfMoqOWUt5qvi6wfnTvM { width:20rem;height:4.225rem;top:1.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWFIfHTasUTwIfB06N2enT0uEyySVy7P { width:20rem;height:28.375rem;top:7.7000122070312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNXzzBrZi1TnmJQ3hUBXEwhgSVOvw8v8 { width:4.0625rem;height:3.9375rem;top:9.6375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTHTvBsRUx3l3cvVUGXxAapfuFFqOpxW { width:12.5rem;height:1.4625rem;top:10.1375rem;left:6.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKqa3I3bNH1J69vb8y5BM2vrz4VxgcmF { width:5.875rem;height:1.0625rem;top:11.599993896484rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGq68BNT1go0E0Bokdnm1uuz9D25I6Se { width:17.5625rem;height:15.46875rem;top:14.825rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFqgbgqNroBMetshqziEbuAPhVvadQRb { width:3.8125rem;height:3.8125rem;top:30.887462615967rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfIzTnahekKi58ANUZywos2H80qRiHhC { width:20rem;height:28.375rem;top:38.012512207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3XUcnSP7u0xXKeLgruWFVcT9DtgTkcd { width:12.5rem;height:1.4625rem;top:40.450012207031rem;left:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpBaL5GuJqpquWDJN6XQRMkwIp4IEzSV { width:17.5625rem;height:15.46875rem;top:45.137512207031rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxJDAhRw9TumTqIMHI24IrcssmluosA5 { width:3.9375rem;height:3.9375rem;top:39.950012207031rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTl12DG89FG3dSXToN5i3M6yARHSCPx { width:5.875rem;height:1.0625rem;top:41.887512207031rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6g7m9QxCrmTlg9hbTXw0Eet8bFZO6cS { width:3.8125rem;height:3.8125rem;top:61.262512207031rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCh3Ug0ln14kcDZ4F948nQGUBxIpOJNe { width:20rem;height:28.375rem;top:68.262512207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXRQXXh6X6u0DOFww7bfumcOEfr8EpBW { width:12.5rem;height:1.4625rem;top:70.700012207031rem;left:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUoDXNhgyVUiNNgGUTNnU0U0V84TN1Z7 { width:17.5625rem;height:15.46875rem;top:75.387512207031rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL4AgIeDi2CnvbDu9WosCuRWyn9f8MtA { width:5.875rem;height:1.0625rem;top:72.137512207031rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcGeSotNo5JzFgEuVlAaRbpFrJBLQ6At { width:3.9375rem;height:3.9375rem;top:70.200012207031rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTr3l3124KCfhDq8JOr00QySoKuCeUKo { width:3.8125rem;height:3.8125rem;top:91.450012207031rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr7dRWy8NQPTQHkqLB6b9UrvwZXfAOIs { width:9.875rem;height:3.125rem;top:98.999997138975rem;left:5.0625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #RCPPhKS0pXU1SfRuVQXfmRF8rVbXADh5 { display:block; }
 }@media only screen and (max-width: 763px) { #DQGdTvwybzGTQITcc9VJHQIztsTdgBNT { display:block; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmgnGt2SFIUUiszP476zSxeJzFctOZgo { width:20rem;height:3.8994125rem;top:3.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i8WWktDAVUTp9VsTZ9Dp1LQlTroM4bec { width:19rem;height:3.5rem;top:8.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn5sUysEhMZvs62CzP93RpKM2KaieXQr { display:block; }
 }@media only screen and (max-width: 763px) { #QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa { display:block; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obIhOVmS8L4mw4mSvirZxqwgx1axXJGG { width:12.5rem;height:1.3rem;top:1.6249752044677rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIy5WCSlT5DTP7FZ7GXbtaUGnFIuKA4J { width:20rem;height:21rem;top:3.8rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKJVJkZIm8e6nv4eH0rmBlDNkQfm4t7o { width:20rem;height:3.9375rem;top:26.05rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJpQxQTxzhAKArIB4TVn0uFXL0HV1ifR { width:20rem;height:3.9375rem;top:31.2375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBnGK40cLp1g2dbZ7XLVXdXVJI1TBSly { width:20rem;height:0.0625rem;top:36.425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7Vd9ZdQlE6EQsU1s03TuyGNTTaOfMbE { width:13.75rem;height:2.9375rem;top:38.924999237061rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8K0rU4MBXRcGKmhQ7zWNQh7A77Tl9JJ { width:20rem;height:2.1125rem;top:43.566667556763rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fglt6JHtMXTWxCKAGhp1QHuGZnedu3wL { width:20rem;height:2.1125rem;top:46.791666030884rem;left:0rem;font-size:0.8125rem;display:block; }
 }