.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#28afb0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyloading { background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { border-width: 0; border-radius: 0; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { color:#2a3854;display:block;width:54.8730625rem;position:absolute;font-family:"source sans pro";font-size:4.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.3318300247194rem;left:1.5060768127441rem;height:10.5rem;font-style:normal;display:block; }
#qFo23HgZ51BZ9UpDoNFoylwUNWS2Aldh { 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:21.4355625rem;width:32.436rem;top:13.823801040649rem;left:27.564018249512rem;overflow:hidden;display:block; }
#I3pT0hhXX0OpuP22GD9VCXokHFavAF9N { color:#000000;display:block;width:27.1235rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.423192977905rem;left:1.5060768127441rem;height:2.4375rem;display:block; }
#fURE40nCIGKyyU1eTLmbAsHfxH36dKHe { background-color:#d1712b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.999375rem;height:4.93706875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.253923416137rem;left:1.5060768127441rem;display:block; }
#fhuCdPyl9tmt8VSlukHxokna0NtbT1oe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p7DRhIPFPvSf1qyaabZUrgp2sp2cqoPF { color:#ffffff;display:block;width:27.686625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.245010375976rem;left:1.2228736877441rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BFNuGgVhVIfe2Hk0vTTJ0PGTMv2LIvog { 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:5.18663125rem;width:5.18663125rem;top:0.62282991409302rem;left:53.262804031372rem;overflow:hidden;display:block; }
#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { background-color: transparent; background-image: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container > .video-iframe-container { display: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container { display: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .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); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { border-width: 0; border-radius: 0; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { color:#000000;display:block;width:59.875rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:0.96875rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { background-color: transparent; background-image: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container > .video-iframe-container { display: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container { display: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .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); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { border-width: 0; border-radius: 0; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:block; }#dGiI6TeB8sySJ8UTrR7KT1Pgbv3g3aIF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:6.0625rem;left:2.5625rem; }
#l4QUIqbZQTTwTH5SNPNdF5D1d6qgx0Nu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:6.0625rem;left:32.4375rem; }
#ahZ72LHlTXlvFKpAySHy43V1fhVovA0O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:25.125rem;left:2.5625rem; }
#KQvO0OUGWXz27hcNE3EhLBSB2nXOCrTd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:25.125rem;left:32.4375rem; }
#k6dPEU0TFEkQWrT90bg1PPTzkIcNFpkK { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.76974773407rem;left:6.998695373535rem;height:1.7068125rem;display:block; }
#e1OS79uPK2EebC7w71SBdebb1yIaFV7l { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.76974773407rem;left:36.875rem;height:1.7068125rem;display:block; }
#HrNCGK455WWzr29UTzeynKTGL3WsCArn { color:#000000;display:block;width:23.311625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.980469346046rem;left:6.2478294372559rem;height:1.7068125rem;display:block; }
#c1oQwqGNErFGv0bAJkBnhfAPIq6zI0ra { color:#000000;display:block;width:23.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.875rem;left:35.5625rem;height:1.7068125rem;display:block; }
#TvIZela5ZEtQb1nXw3i2AuF0UH33QTCr { color:#000000;display:block;width:22.374125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.466581344604rem;left:2.5607643127441rem;height:5.85069375rem;display:block; }
#OUxl46QtNfcSOA6LhV23TunlRc9lKJTS { color:#000000;display:block;width:22.374125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.46658039093rem;left:32.435981750488rem;height:5.85069375rem;display:block; }
#gQzkn0q41f35xD2db4LDGcy2LzURzsba { color:#000000;display:block;width:22.3730625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30rem;left:2.5625rem;height:5.85069375rem;display:block; }
#ShW92wQnJhPqODnOizQwBhTuhw7bdCqr { color:#000000;display:block;width:22.3730625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.000003814698rem;left:33.186851501465rem;height:5.85069375rem;display:block; }
#ffXEc4vvonocSTzNXrIIODmz3Lq83vyW { color:#000000;display:block;width:22.374125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.349176406861rem;left:2.5607643127441rem;height:2.92535rem;display:block; }
#KyweTl7Sz8Gd7bPMtyhus8G2SywhvWLf { color:#000000;display:block;width:22.3730625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.349175453186rem;left:32.435981750488rem;height:2.92535rem;display:block; }
#aAsNTn5HV2NgxTgMGDQPD2KyKmT5yy3D { color:#000000;display:block;width:22.3730625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.562286376953rem;left:2.5607643127441rem;height:2.92535rem;display:block; }
#DXOobugenTQTS9IWuekkGTiEBIdShM5V { color:#000000;display:block;width:22.3730625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:38.562286376953rem;left:33.186851501465rem;height:2.92535rem;display:block; }
#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/0OXXP90N/circle_background.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM.adaptive-delivery-prevent-bg, #dAOymUlZvp70x0dJWt5nFhitfJwTa1AM.lazyload, #dAOymUlZvp70x0dJWt5nFhitfJwTa1AM.lazyloading { background-image: none; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row .container { background-color: transparent; background-image: none; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row .container > .video-iframe-container { display: none; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row > .video-iframe-container { display: none; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .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); }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row .container { border-width: 0; border-radius: 0; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:60rem;position:relative;display:block; }#kRhpKOrSXHGzN8haI4id5tKhL8F8igJE { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.3125rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rsRk9Db2wbz5lQxwFsfb99V3uydTLM6a { 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:6.125rem;width:5rem;top:10.375rem;left:6.5rem;overflow:hidden;display:block; }
#s59KHhuphOQgq8H70cnZThTJ8imCCToT { 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:5.6875rem;width:6.4375rem;top:10.75rem;left:46.375rem;overflow:hidden;display:block; }
#FQH132qUVTVqqim5tuKJeO2NFmy38EDz { 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:5.75rem;width:5.75rem;top:10.75rem;left:27.3125rem;overflow:hidden;display:block; }
#ITZuUTiRTgalschKk2Cxy7eSP6fmWHyT { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;box-shadow: none;height:7.249375rem;width:7.249375rem;top:9.75rem;left:5.3125rem;display:block; }
#rgo75BcQGl8CPivo2vbhITGheUbH6lcs { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;box-shadow: none;height:7.249375rem;width:7.249375rem;top:9.75rem;left:26.3125rem;display:block; }
#Ek0Tuz3aPJ74iTV9vxkakIqsw6CaFK6P { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;box-shadow: none;height:6.9998125rem;width:6.9998125rem;top:9.875rem;left:46rem;display:block; }
#OTQDLEFBu8vD0ZkJITf2wedFb7f7tvkp { color:#ffffff;display:block;width:17.9373125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:19.3125rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFKQMkEGlmCzAIEywdSTqATnXTqPxoKm { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:19.3125rem;left:20.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tikkTJUXwoGBPAK0c6Z0CftiVnlpuMwe { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:19.3125rem;left:39.9375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k9B4hcMOat8dT6AR2H9JaSGQBzOOA1PN { color:#ffffff;display:block;width:17.061625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:23.625rem;left:3rem;height:10.08575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RIghHARmcN92wybl0CJLPi9w8cbiBFQV { color:#ffffff;display:block;width:17.0605625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:23.625rem;left:21.5rem;height:10.08575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D7Z2khuWlnncR1p54oSpMpfc1MNQsLrV { color:#ffffff;display:block;width:17.0605625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:23.625rem;left:42rem;height:12.102875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LkyKgW1fvSaqmUiOW8BGQc7pVBnVdKb4 { background-color:#d1712b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.999375rem;height:4.93706875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.317927360534rem;left:16.998699188233rem;display:block; }
#ExcVWUXCXn1HnwTxt5cmn6oAZxPIvqQV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FErpv6EURiQhTHoHJ6PfdwvrOmxpLrcd { color:#ffffff;display:block;width:27.6855625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:37.621530532837rem;left:16.156684875488rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f4858;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; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row .container { background-color: transparent; background-image: none; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row .container > .video-iframe-container { display: none; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row > .video-iframe-container { display: none; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .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); }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row .container { border-width: 0; border-radius: 0; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#HT7ducnInCyxbHgIsyIrHn5ZzNIODGeo { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:1.9053840637207rem;left:9.21875rem;height:5.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X66c7M2lSwak7M2yewh18OEpAM3MOzyU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.12456875rem;top:1.9053840637207rem;left:8.4982643127444rem;overflow:hidden;display:block; }
#QtexsyItezCTvxPOxBRG3CZTya4nOnzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { background-color: transparent; background-image: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .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); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { border-width: 0; border-radius: 0; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:10rem;left:27.5625rem;height:5.736325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { color:#000000;display:block;width:32rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:5.625rem;left:27.5625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { color:#000000;display:block;width:28.0620625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:16.936849594116rem;left:27.560764312744rem;height:3.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { 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:23.625rem;width:22.25rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
#Aw9fsuEkVJNbbev52KMQAXCUQuWFUJ4n { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00b2b4;border-left:0.0625rem solid #00b2b4;border-right:0.0625rem solid #00b2b4;border-bottom:0.0625rem solid #00b2b4;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.249375rem;width:22.249375rem;top:3.2411022186279rem;left:1.7491302490234rem;display:block; }
#Vb7dGqfrbp12fUGhulPdd61TEuCMWeFu { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00b2b4;border-left:0.0625rem solid #00b2b4;border-right:0.0625rem solid #00b2b4;border-bottom:0.0625rem solid #00b2b4;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.249375rem;width:22.249375rem;top:2.8982200622559rem;left:0.62282943725586rem;display:block; }
#GzawKpFqTzgXeqIahZRZxcERyLzBT6OM { background-color:#d1712b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.999375rem;height:4.93706875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.317927360534rem;left:16.998699188233rem;display:none; }
#cbqVp8Tsd5UxzRnMhq3nCPgSfXEbIRAI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X5DyDbTgZs3SR9WMXRmwfU10dRzXdIsh { color:#ffffff;display:block;width:27.686625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.245010375976rem;left:1.2228736877441rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/8bFg3Mlc/form_background.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU.adaptive-delivery-prevent-bg, #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU.lazyload, #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU.lazyloading { background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { background-color: transparent; background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .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); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { border-width: 0; border-radius: 0; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:60rem;position:relative;display:block; }#uD72teAS7dnBn2saHXUv7ursaZd5uUlS { color:#000000;display:block;width:54.436875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:4.3608932495117rem;left:2.6215286254883rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mn4uCraPP3fyJkc4GdVR91OW48nGNTTC { color:#000000;display:block;width:30.374375rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:14.922961235046rem;left:0rem;height:19.5486rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z91lTy4P4x3HTlX9qlJHX3w37T39U9Xk { position:absolute;display:block;z-index:15014;border-top:0.25rem solid #d1712b;border-left:0.25rem solid #d1712b;border-right:0.25rem solid #d1712b;border-bottom:0.25rem solid #d1712b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9985rem;width:21.7480625rem;top:14.986979484558rem;left:33.351783752441rem;overflow:hidden;display:block; }
#Fu8qWdrFTpaXWnkIhUTEuTS6kb0tduPF { background-color:#d1712b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.999375rem;height:4.93706875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:42.69314289093rem;left:16.840278625488rem;display:block; }
#vHawd49ZTeJQBwtBSmLSgnQViB9mzZia { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bCATF0erDcfllyNth2KBH4A9TbqUo7T2 { color:#ffffff;display:block;width:27.6855625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.092885017395rem;left:15.997180938721rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL { 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; }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row .container { background-color: transparent; background-image: none; }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row .container > .video-iframe-container { display: none; }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row > .video-iframe-container { display: none; }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .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); }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row .container { border-width: 0; border-radius: 0; }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#eBgNlI8RhfV4KM1nNd83zOHDTzqbc7ZL { color:#000000;display:block;width:32.9373125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3986511230469rem;left:13.292098999024rem;height:1.13606875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { top:7.3125rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFo23HgZ51BZ9UpDoNFoylwUNWS2Aldh { top:13.8125rem;left:15.375rem;width:32.375rem;height:21.395250213883rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3pT0hhXX0OpuP22GD9VCXokHFavAF9N { top:20.375rem;left:0rem;width:27.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fURE40nCIGKyyU1eTLmbAsHfxH36dKHe { width:25.9375rem;height:4.875rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhuCdPyl9tmt8VSlukHxokna0NtbT1oe { display:block; }
 }@media only screen and (max-width: 763px) { #p7DRhIPFPvSf1qyaabZUrgp2sp2cqoPF { top:27.1875rem;left:0rem;width:27.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFNuGgVhVIfe2Hk0vTTJ0PGTMv2LIvog { top:0.5625rem;left:42.5625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { display:block; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { top:0.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { display:block; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGiI6TeB8sySJ8UTrR7KT1Pgbv3g3aIF { top:6.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4QUIqbZQTTwTH5SNPNdF5D1d6qgx0Nu { top:6.0625rem;left:26.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahZ72LHlTXlvFKpAySHy43V1fhVovA0O { top:25.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQvO0OUGWXz27hcNE3EhLBSB2nXOCrTd { top:25.125rem;left:26.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6dPEU0TFEkQWrT90bg1PPTzkIcNFpkK { top:6.75rem;left:0.87369537353513rem;width:19.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1OS79uPK2EebC7w71SBdebb1yIaFV7l { top:6.75rem;left:28.375rem;width:19.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrNCGK455WWzr29UTzeynKTGL3WsCArn { top:24.9375rem;left:0.12282943725586rem;width:23.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1oQwqGNErFGv0bAJkBnhfAPIq6zI0ra { top:25.875rem;left:24.4375rem;width:23.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvIZela5ZEtQb1nXw3i2AuF0UH33QTCr { top:10.4375rem;left:0rem;width:22.3125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUxl46QtNfcSOA6LhV23TunlRc9lKJTS { top:10.4375rem;left:25.4375rem;width:22.3125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQzkn0q41f35xD2db4LDGcy2LzURzsba { top:30rem;left:0rem;width:22.3125rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShW92wQnJhPqODnOizQwBhTuhw7bdCqr { top:30rem;left:25.4375rem;width:22.3125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffXEc4vvonocSTzNXrIIODmz3Lq83vyW { top:17.3125rem;left:0rem;width:22.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyweTl7Sz8Gd7bPMtyhus8G2SywhvWLf { top:17.3125rem;left:25.4375rem;width:22.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAsNTn5HV2NgxTgMGDQPD2KyKmT5yy3D { top:38.5rem;left:0rem;width:22.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXOobugenTQTS9IWuekkGTiEBIdShM5V { top:38.5rem;left:25.4375rem;width:22.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAOymUlZvp70x0dJWt5nFhitfJwTa1AM { display:block; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRhpKOrSXHGzN8haI4id5tKhL8F8igJE { top:2.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsRk9Db2wbz5lQxwFsfb99V3uydTLM6a { top:10.375rem;left:4.4375rem;width:5rem;height:6.12413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s59KHhuphOQgq8H70cnZThTJ8imCCToT { top:10.75rem;left:36.0625rem;width:6.375rem;height:5.6324034334764rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQH132qUVTVqqim5tuKJeO2NFmy38EDz { top:10.75rem;left:21.125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITZuUTiRTgalschKk2Cxy7eSP6fmWHyT { top:9.75rem;left:3.25rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgo75BcQGl8CPivo2vbhITGheUbH6lcs { top:9.75rem;left:20.125rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek0Tuz3aPJ74iTV9vxkakIqsw6CaFK6P { top:9.875rem;left:35.6875rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQDLEFBu8vD0ZkJITf2wedFb7f7tvkp { top:19.3125rem;left:0rem;width:17.875rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFKQMkEGlmCzAIEywdSTqATnXTqPxoKm { top:19.3125rem;left:11.75rem;width:20rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tikkTJUXwoGBPAK0c6Z0CftiVnlpuMwe { top:19.3125rem;left:11.75rem;width:20rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9B4hcMOat8dT6AR2H9JaSGQBzOOA1PN { top:23.625rem;left:0rem;width:17rem;height:10.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIghHARmcN92wybl0CJLPi9w8cbiBFQV { top:23.625rem;left:14.75rem;width:17rem;height:10.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Z2khuWlnncR1p54oSpMpfc1MNQsLrV { top:23.625rem;left:30.625rem;width:17rem;height:12.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkyKgW1fvSaqmUiOW8BGQc7pVBnVdKb4 { width:25.9375rem;height:4.875rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExcVWUXCXn1HnwTxt5cmn6oAZxPIvqQV { display:block; }
 }@media only screen and (max-width: 763px) { #FErpv6EURiQhTHoHJ6PfdwvrOmxpLrcd { top:37.5625rem;left:0rem;width:27.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt { display:block; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT7ducnInCyxbHgIsyIrHn5ZzNIODGeo { top:1.875rem;left:3.09375rem;width:41.5625rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X66c7M2lSwak7M2yewh18OEpAM3MOzyU { top:1.875rem;left:2.3732643127441rem;width:2.0625rem;height:1.8202223392394rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:block; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { top:10rem;left:19.75rem;width:28rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { top:5.625rem;left:15.8125rem;width:31.9375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { top:16.875rem;left:19.75rem;width:28rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { top:2.625rem;left:0rem;width:22.25rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw9fsuEkVJNbbev52KMQAXCUQuWFUJ4n { top:3.1875rem;left:0rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb7dGqfrbp12fUGhulPdd61TEuCMWeFu { top:2.875rem;left:0rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzawKpFqTzgXeqIahZRZxcERyLzBT6OM { width:25.9375rem;height:4.875rem;top:40.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbqVp8Tsd5UxzRnMhq3nCPgSfXEbIRAI { display:block; }
 }@media only screen and (max-width: 763px) { #X5DyDbTgZs3SR9WMXRmwfU10dRzXdIsh { top:27.1875rem;left:0rem;width:27.625rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uD72teAS7dnBn2saHXUv7ursaZd5uUlS { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn4uCraPP3fyJkc4GdVR91OW48nGNTTC { top:14.875rem;left:0rem;width:30.3125rem;height:19.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z91lTy4P4x3HTlX9qlJHX3w37T39U9Xk { top:14.9375rem;left:24.164283752441rem;width:21.6875rem;height:18.945594291446rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu8qWdrFTpaXWnkIhUTEuTS6kb0tduPF { width:25.9375rem;height:4.875rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHawd49ZTeJQBwtBSmLSgnQViB9mzZia { display:block; }
 }@media only screen and (max-width: 763px) { #bCATF0erDcfllyNth2KBH4A9TbqUo7T2 { top:39.0625rem;left:0rem;width:27.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL { display:block; }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBgNlI8RhfV4KM1nNd83zOHDTzqbc7ZL { top:1.375rem;left:0rem;width:32.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { background-color:#28afb0;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyloading { background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { width:15.5620625rem;height:8.5488125rem;top:2.3741626739502rem;left:2.2178819775581rem;font-size:2.375rem;text-align:center;text-align-last:center;color:#fafafb;display:block; }
 }@media only screen and (max-width: 763px) { #qFo23HgZ51BZ9UpDoNFoylwUNWS2Aldh { width:20rem;height:13.216125rem;top:15.250651359558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3pT0hhXX0OpuP22GD9VCXokHFavAF9N { width:20rem;height:4.875rem;top:12.360026359558rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fURE40nCIGKyyU1eTLmbAsHfxH36dKHe { width:18.9995625rem;height:4.87413125rem;top:33.873699188233rem;left:0.50021702051162rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhuCdPyl9tmt8VSlukHxokna0NtbT1oe { display:block; }
 }@media only screen and (max-width: 763px) { #p7DRhIPFPvSf1qyaabZUrgp2sp2cqoPF { width:20rem;height:1.21853125rem;top:31.480051040649rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFNuGgVhVIfe2Hk0vTTJ0PGTMv2LIvog { width:5.125rem;height:5.125rem;top:39.99756015625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { display:block; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { width:20rem;height:4.19921875rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { display:block; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGiI6TeB8sySJ8UTrR7KT1Pgbv3g3aIF { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #l4QUIqbZQTTwTH5SNPNdF5D1d6qgx0Nu { display:flex;width:3.125rem;height:3.125rem;top:21.828342437744rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #ahZ72LHlTXlvFKpAySHy43V1fhVovA0O { display:flex;width:3.125rem;height:3.125rem;top:43.280168533325rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #KQvO0OUGWXz27hcNE3EhLBSB2nXOCrTd { display:flex;width:3.125rem;height:3.125rem;top:67.120229721069rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #k6dPEU0TFEkQWrT90bg1PPTzkIcNFpkK { width:19.375rem;height:1.7068125rem;top:5.625rem;left:0.3125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e1OS79uPK2EebC7w71SBdebb1yIaFV7l { width:20rem;height:1.7068125rem;top:25.786675453186rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HrNCGK455WWzr29UTzeynKTGL3WsCArn { width:20rem;height:3.41363125rem;top:46.699222564698rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1oQwqGNErFGv0bAJkBnhfAPIq6zI0ra { width:20rem;height:3.41363125rem;top:70.863716125487rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvIZela5ZEtQb1nXw3i2AuF0UH33QTCr { width:20rem;height:7.313375rem;top:8.0045566558837rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUxl46QtNfcSOA6LhV23TunlRc9lKJTS { width:20rem;height:7.313375rem;top:28.286676406861rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQzkn0q41f35xD2db4LDGcy2LzURzsba { width:20rem;height:7.313375rem;top:50.70095539093rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShW92wQnJhPqODnOizQwBhTuhw7bdCqr { width:20rem;height:7.313375rem;top:74.984813690187rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffXEc4vvonocSTzNXrIIODmz3Lq83vyW { width:20rem;height:2.92535rem;top:16.66015625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyweTl7Sz8Gd7bPMtyhus8G2SywhvWLf { width:20rem;height:2.92535rem;top:37.2135625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAsNTn5HV2NgxTgMGDQPD2KyKmT5yy3D { width:20rem;height:4.38801875rem;top:58.576391220093rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXOobugenTQTS9IWuekkGTiEBIdShM5V { width:20rem;height:2.92535rem;top:83.353954315187rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAOymUlZvp70x0dJWt5nFhitfJwTa1AM { display:block; }#dAOymUlZvp70x0dJWt5nFhitfJwTa1AM > .row .container { width:20rem;height:91.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRhpKOrSXHGzN8haI4id5tKhL8F8igJE { width:20rem;height:4.19921875rem;top:1.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsRk9Db2wbz5lQxwFsfb99V3uydTLM6a { width:4.8125rem;height:5.9375rem;top:8.125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s59KHhuphOQgq8H70cnZThTJ8imCCToT { width:6.875rem;height:6.0625rem;top:57.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQH132qUVTVqqim5tuKJeO2NFmy38EDz { width:6.375rem;height:6.375rem;top:33.125rem;left:7.04861125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITZuUTiRTgalschKk2Cxy7eSP6fmWHyT { width:7.249375rem;height:7.249375rem;top:7.3980016708375rem;left:5.0846355557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgo75BcQGl8CPivo2vbhITGheUbH6lcs { width:7.25rem;height:7.25rem;top:32.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek0Tuz3aPJ74iTV9vxkakIqsw6CaFK6P { width:7.249375rem;height:7.249375rem;top:56.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQDLEFBu8vD0ZkJITf2wedFb7f7tvkp { width:20rem;height:1.5rem;top:16.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFKQMkEGlmCzAIEywdSTqATnXTqPxoKm { width:20rem;height:1.5rem;top:41.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tikkTJUXwoGBPAK0c6Z0CftiVnlpuMwe { width:20rem;height:1.5rem;top:64.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9B4hcMOat8dT6AR2H9JaSGQBzOOA1PN { width:16.9998125rem;height:10.08575rem;top:18.75rem;left:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIghHARmcN92wybl0CJLPi9w8cbiBFQV { width:16.9998125rem;height:10.08575rem;top:44.312068939209rem;left:2.0670574307442rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Z2khuWlnncR1p54oSpMpfc1MNQsLrV { width:16.9998125rem;height:12.102875rem;top:67.855903625487rem;left:1.4995661377907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkyKgW1fvSaqmUiOW8BGQc7pVBnVdKb4 { width:18.9985rem;height:4.87305rem;top:85.582687377931rem;left:0.50021702051162rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExcVWUXCXn1HnwTxt5cmn6oAZxPIvqQV { display:block; }
 }@media only screen and (max-width: 763px) { #FErpv6EURiQhTHoHJ6PfdwvrOmxpLrcd { width:20rem;height:1.21853125rem;top:83.641498565675rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt { display:block; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT7ducnInCyxbHgIsyIrHn5ZzNIODGeo { width:20rem;height:7.6484375rem;top:4.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X66c7M2lSwak7M2yewh18OEpAM3MOzyU { width:2.12456875rem;height:1.875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:block; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { width:18.75rem;height:9.5594375rem;top:24.375rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { width:20rem;height:2.0996125rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { width:18.624125rem;height:5.736325rem;top:34.436840057373rem;left:0.68684905767444rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { width:15.0625rem;height:16.0625rem;top:6.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw9fsuEkVJNbbev52KMQAXCUQuWFUJ4n { width:15.5rem;height:15.5rem;top:6.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb7dGqfrbp12fUGhulPdd61TEuCMWeFu { width:15.5rem;height:15.5rem;top:6.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzawKpFqTzgXeqIahZRZxcERyLzBT6OM { width:18.997375rem;height:4.87305rem;top:44.518232107162rem;left:0.50021702051162rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #cbqVp8Tsd5UxzRnMhq3nCPgSfXEbIRAI { display:block; }
 }@media only screen and (max-width: 763px) { #X5DyDbTgZs3SR9WMXRmwfU10dRzXdIsh { width:20rem;height:1.21853125rem;top:42.717014312744rem;left:0rem;font-size:0.9375rem;z-index:15009;color:#1a1b1c;display:block; }
 }@media only screen and (max-width: 763px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { background-color:rgba(0,0,0,0);background-image:none;display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { background-color: transparent; background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .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); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uD72teAS7dnBn2saHXUv7ursaZd5uUlS { width:20rem;height:20.397125rem;top:1.6872978210449rem;left:0rem;font-size:2rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 763px) { #Mn4uCraPP3fyJkc4GdVR91OW48nGNTTC { width:20rem;height:29.3229625rem;top:42.138675689698rem;left:0rem;font-size:1.4375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #z91lTy4P4x3HTlX9qlJHX3w37T39U9Xk { width:19.5rem;height:17.034775824315rem;top:22.896055221557rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu8qWdrFTpaXWnkIhUTEuTS6kb0tduPF { width:18.9995625rem;height:4.87413125rem;top:76.077476501462rem;left:0.49913197755814rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHawd49ZTeJQBwtBSmLSgnQViB9mzZia { display:block; }
 }@media only screen and (max-width: 763px) { #bCATF0erDcfllyNth2KBH4A9TbqUo7T2 { width:20rem;height:1.21853125rem;top:73.773876190187rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL { background-color:#ffffff;background-image:none;display:block; }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row .container { background-color: transparent; background-image: none; }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row .container > .video-iframe-container { display: none; }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row > .video-iframe-container { display: none; }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .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); }#fo4G7OGzyFOWV8AwRbHhEXMUPnlNT1lL > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBgNlI8RhfV4KM1nNd83zOHDTzqbc7ZL { width:20rem;height:2.2721375rem;top:1.42578125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }