.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d6a52768-d464-4090-9d40-a79e02581ce6/Prancheta01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#WqQTZmuhe4AT5xhbs6zQ8ShJvQUnNaar { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WqQTZmuhe4AT5xhbs6zQ8ShJvQUnNaar > .row .container { background-color: transparent; background-image: none; }#WqQTZmuhe4AT5xhbs6zQ8ShJvQUnNaar::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WqQTZmuhe4AT5xhbs6zQ8ShJvQUnNaar > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WqQTZmuhe4AT5xhbs6zQ8ShJvQUnNaar > .row .container > .video-iframe-container { display: none; }#WqQTZmuhe4AT5xhbs6zQ8ShJvQUnNaar > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WqQTZmuhe4AT5xhbs6zQ8ShJvQUnNaar > .row > .video-iframe-container { display: none; }#WqQTZmuhe4AT5xhbs6zQ8ShJvQUnNaar > .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); }#WqQTZmuhe4AT5xhbs6zQ8ShJvQUnNaar > .row .container { border-width: 0; border-radius: 0; }#WqQTZmuhe4AT5xhbs6zQ8ShJvQUnNaar > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#qRWuHxtETSUvZFNNDXdWX1eP9nR0VNsP { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:12.4375rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#UpWThKo0rGyuOTdv1PPwn4vynmvk1et5 { position:absolute;display:block;z-index:100010;background-color:#042e72;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:0.8125rem;left:54.0625rem;display:block; }
#ccRa1qGWSVapFSwhhQzTp48SSRpL6cBk { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:0.9375rem;left:54.1875rem;overflow:hidden;display:block; }
#JlH3OyzRSsdRaRtDZHlCtgSHU9L2PLHF { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #042e72, #5a1e82);background-image: -moz-linear-gradient(90deg, #042e72, #5a1e82);background-image: -ms-linear-gradient(90deg, #042e72, #5a1e82);background-image: -o-linear-gradient(90deg, #042e72, #5a1e82);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#042e72', endColorstr='#5a1e82' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#042e72', endColorstr='#5a1e82' );";background-image: linear-gradient(90deg, #042e72, #5a1e82);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:16.75rem;top:0.8125rem;left:58.25rem;display:block; }
#QsbWBELuAkSu4ByPKfraUm0uRZCr8p3f { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:59.6875rem;height:1.625rem;font-style:normal;display:block; }
#Qy39eSp2yO14K0UP3bG5s8frFVLzpwyS { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:59.625rem;height:2.5996125rem;font-style:normal;display:block; }
#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:transparent;background-image: -webkit-linear-gradient(185deg, rgba(90,30,130,0.82), rgba(4,46,114,0.89));background-image: -moz-linear-gradient(185deg, rgba(90,30,130,0.82), rgba(4,46,114,0.89));background-image: -ms-linear-gradient(185deg, rgba(90,30,130,0.82), rgba(4,46,114,0.89));background-image: -o-linear-gradient(185deg, rgba(90,30,130,0.82), rgba(4,46,114,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15a1e82', endColorstr='#e2042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15a1e82', endColorstr='#e2042e72' );";background-image: linear-gradient(185deg, rgba(90,30,130,0.82), rgba(4,46,114,0.89));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { border-width: 0; border-radius: 0; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:75rem;height:46.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#dctWLTIlA6ArEVsWSvr2Tfq1BoIU3Aca { background-color:#ffc800;background-image:url("https://images.assets-landingi.com/uc/ef039928-d16f-40a3-830d-976401841d26/Prancheta2.svg");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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.3125rem 0rem #b38d00 ;box-sizing:border-box;color:#000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.5rem;text-decoration:none;z-index:100063;text-align:center;text-align-last:center;top:30.8125rem;left:39.1875rem;display:block; }#dctWLTIlA6ArEVsWSvr2Tfq1BoIU3Aca.adaptive-delivery-prevent-bg, #dctWLTIlA6ArEVsWSvr2Tfq1BoIU3Aca.lazyload, #dctWLTIlA6ArEVsWSvr2Tfq1BoIU3Aca.lazyloading { background-image: none; }
#q9G2t3BvXvvAPbDocQMcgpDVyaKX2KFJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aUyxtUeg9R99QIedVr0VhBWvk7BB4C2g { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9d03, #ce6b00);background-image: -moz-linear-gradient(180deg, #ff9d03, #ce6b00);background-image: -ms-linear-gradient(180deg, #ff9d03, #ce6b00);background-image: -o-linear-gradient(180deg, #ff9d03, #ce6b00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d03', endColorstr='#ce6b00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d03', endColorstr='#ce6b00' );";background-image: linear-gradient(180deg, #ff9d03, #ce6b00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.3125rem 0rem #984f00 ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.5rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:30.8125rem;left:54.625rem;display:block; }
#KkePfXd8HFpVrsQk3Fmp0BT31iXwWXE9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ByRTqd0isTlcBTtB7O4dqTyUltTLVtuG { display:block;width:75rem;position:absolute;font-family:"raleway black";font-size:4.6875rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:11.375rem;left:0rem;height:;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#Ookn6GaTxsGnyWNv1aE5yO2HJTQTvENz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:33.125rem;left:26.3125rem;height:1.29980625rem;display:block; }
#i65M3JQuuO5WnufA7etNpHLn0bPkrvzz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:31.875rem;left:26.3125rem;height:1.29980625rem;display:block; }
#CPINDPCTf7G3Hgp9znkLHWvreyQf5TK3 { position:absolute;display:block;z-index:100053;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:31.375rem;left:21.6875rem;overflow:hidden;display:block; }
#N6cJKgIuPxwdJaKSnZTxKTFTtb5qSQzu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:33.125rem;left:9.8125rem;height:1.29980625rem;display:block; }
#BkutTHtTGh8ysnrLnk2oygCRBTlyBdQ0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:31.875rem;left:9.8125rem;height:1.29980625rem;display:block; }
#GbmVBUNAJq9ZaRz6zGXIE6DEWSdx266v { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:31.1875rem;left:5.25rem;overflow:hidden;display:block; }
#MIZULFM4POiSmF15Z1ghxNAb9nPG3P9z { position:absolute;display:block;z-index:100049;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:7rem;width:68.9375rem;top:29.8125rem;left:3rem;display:block; }
#siTSR8siWJM9u7vrpWLO0yZfCzKQdFVs { display:block;width:75rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:21.5rem;left:0rem;height:;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#mflT1VCDkgPpGAWO2TzMzrNGOBFb7SsW { display:block;width:75rem;position:absolute;font-family:"raleway black";font-size:4.6875rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:11.375rem;left:0rem;height:;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:none; }
#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(4,46,114,0.89);background-image:url("https://images.assets-landingi.com/uc/c224087c-d915-44a5-ad19-c4323f009d27/transip.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8.adaptive-delivery-prevent-bg, #shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8.lazyload, #shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8.lazyloading { background-image: none; }#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8 > .row .container { background-color: transparent; background-image: none; }#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8 > .row .container > .video-iframe-container { display: none; }#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8 > .row > .video-iframe-container { display: none; }#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8 > .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); }#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8 > .row .container { border-width: 0; border-radius: 0; }#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8 > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#ziTBFGS7PzrK7sy9zXA5HcTJC2aXTOwX { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.15) ;height:5rem;width:5rem;top:0.875rem;left:35.125rem;display:block; }
#IDhP2ri553z6J5Nzic9PFrWgGrnNS62q { box-sizing:content-box;color:#006699;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:0.875rem;left:35.125rem;display:block; }
#in4M7PRalqeuPqoTT7ug7hF2kuk1iAKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e5e5;background-image:none;position:relative;display:block; }#in4M7PRalqeuPqoTT7ug7hF2kuk1iAKn > .row .container { background-color: transparent; background-image: none; }#in4M7PRalqeuPqoTT7ug7hF2kuk1iAKn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#in4M7PRalqeuPqoTT7ug7hF2kuk1iAKn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#in4M7PRalqeuPqoTT7ug7hF2kuk1iAKn > .row .container > .video-iframe-container { display: none; }#in4M7PRalqeuPqoTT7ug7hF2kuk1iAKn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#in4M7PRalqeuPqoTT7ug7hF2kuk1iAKn > .row > .video-iframe-container { display: none; }#in4M7PRalqeuPqoTT7ug7hF2kuk1iAKn > .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); }#in4M7PRalqeuPqoTT7ug7hF2kuk1iAKn > .row .container { border-width: 0; border-radius: 0; }#in4M7PRalqeuPqoTT7ug7hF2kuk1iAKn > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#ThT8NaxLszVC6c5WxcWHxrinWGFlT5ng { color:#1d1d1d;display:block;width:75rem;position:absolute;font-family:"raleway black";font-size:3.4375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:0rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#af3TG53cmu3A8bPita8zQqKSD1xCZpcg { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:9.1875rem;left:0rem;display:block; }
#NpZndvRR8ddWlmlOmXDvn8Fu6sZXvdMb { position:absolute;display:block;z-index:100007;background-color:#042e72;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.186631875rem;width:3.75rem;top:9.125rem;left:35.625rem;display:block; }
#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e5e5;background-image:none;position:relative;display:block; }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row .container { background-color: transparent; background-image: none; }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row .container > .video-iframe-container { display: none; }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row > .video-iframe-container { display: none; }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .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); }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row .container { border-width: 0; border-radius: 0; }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { display:block;width:9.87425rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:8rem;left:23.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GAPlCrivExQsfH4GTCqxEimqCaDX1n6T { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:34.749rem;height:4.436525rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:31.3125rem;left:1.625rem;display:block; }
#VV5WO2g4ovT4fPUrlS6IWo9LVTsxf7wn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qPtLaCOG3StCcbq0PkJsJTGyU8aDqGLT { display:block;width:9.8730625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:7.53125rem;left:58.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mkX8ts2ye7ZrPlE56N0R648tsPTKiCFy { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.1) ;height:32.9375rem;width:36.5625rem;top:5rem;left:0.8125rem;display:block; }
#w5sku6IokU5bhTcdSuLmeqcSsJs28GN3 { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.1) ;height:32.9375rem;width:36.5625rem;top:5rem;left:38.4375rem;display:block; }
#FP26kDhyVkHMrngqnmtrVN9Ov0qCgkPB { display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:7.5625rem;left:25.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nRwpk3Q9pKhtl0X7BQow83OUTFAsi0FD { display:block;width:7.8125rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:300;z-index:100002;line-height:1;letter-spacing:0;top:9.21875rem;left:25.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MAiO0K7gagQkgLXb920VDqdTca6A7rUN { display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:17rem;left:4.125rem;height:12.65625rem;color:#bbb8b8;text-align:justify;text-align-last:initial;display:block; }
#Zytt53l6eD1uuBz5NHSTEJUDsXepaMLx { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.562rem;width:21.312rem;top:1.375rem;left:1.75rem;overflow:hidden;display:block; }
#GdqC88qZiyi84IQUpr5pgvfre3GROwI5 { display:block;width:12.5rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:300;z-index:100003;line-height:1;letter-spacing:0;top:9.125rem;left:58.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kumfWJGJ3O8dSeo06pUnWEZ9bdsGdZ3l { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.8115rem;width:18.8115rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#NhGDRbR0EBNauT7U41QBJ55ANClFr7Pm { display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:16.99951171875rem;left:41.25rem;height:12.65625rem;color:#bbb8b8;text-align:justify;text-align-last:initial;display:block; }
#P1tTIXuN2K8TLoQfdoL8OM6gTkDztU7a { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:34.7470625rem;height:4.43555rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:31.3125rem;left:39.34375rem;display:block; }
#SqeUSl3tkFFD50hwilPBVKsRdNIvOlNh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mSkhv2ktoPgpqaqT48sdVLhfDaNlOx12 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:24.25rem;left:1.8125rem;height:1.34911875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#keaLOn5W73LwTlxlQkif6OQXmTKdF2tK { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:24.25rem;left:1.8125rem;height:1.34911875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lDrdJJrgLFuto9vUhtcdCTs0DC712Wcb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e5e5;background-image:none;position:relative;display:none; }#lDrdJJrgLFuto9vUhtcdCTs0DC712Wcb > .row .container { border-width: 0; border-radius: 0; }#lDrdJJrgLFuto9vUhtcdCTs0DC712Wcb > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:none; }#xpWIRnOHMJHCdbTsWUoMXFeVArce0a3Z { display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:12.5625rem;left:23.0625rem;height:1.21875rem;color:#1f252b;text-align:left;text-align-last:left;display:block; }
#wEdEgTfyTf9dCWCS9FQJrdQA4gyEW2bV { display:block;width:9.87425rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:5.076171875rem;left:23.060546875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OBl9nmvzBFT5Tsbxd3vpnKwe7LcTz45T { display:block;width:33.5625rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:20.6064453125rem;left:1.96875rem;height:6.09375rem;color:#bbb8b8;text-align:justify;text-align-last:initial;display:block; }
#IC1GHccKQh39PAbGKCFGoRE8L6Fvz9rO { display:block;width:12.625rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:300;z-index:100001;line-height:1;letter-spacing:0;top:5.3125rem;left:23.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BzMzgH55bd8PK932adEQeHPqv1Q1dNMa { display:block;width:11.687rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:14.125rem;left:23.0625rem;height:;text-align:left;text-align-last:left;color:#1f252b;display:block; }#BzMzgH55bd8PK932adEQeHPqv1Q1dNMa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BzMzgH55bd8PK932adEQeHPqv1Q1dNMa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#WJzuTvzRspgItyL7RqTu9ATf7FqhvzM1 { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:34.749rem;height:4.436525rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:28.40625rem;left:1.375rem;display:block; }
#ctey11s3tliO9WaBrQqy8e7tBPvldnB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sEHt5BnKewPK6sSlSNha5JdTMhCUfngs { display:block;width:10.437rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:17.125rem;left:23.0625rem;height:;text-align:left;text-align-last:left;color:#1f252b;display:block; }#sEHt5BnKewPK6sSlSNha5JdTMhCUfngs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sEHt5BnKewPK6sSlSNha5JdTMhCUfngs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#QhDnJ3rGy7xrUfw8OOcoZqfvPCpiU48c { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.308625rem;width:19.121125rem;top:2.1103515625rem;left:1.6875rem;overflow:hidden;display:block; }
#J9Dl6ksoB139bodkm23JQFVdyywd5blP { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.1) ;height:32.9375rem;width:36.5625rem;top:2.0625rem;left:0.4375rem;display:block; }
#OOHNfC1usCU2kqW0eMLrJ4kaiZlcOFL2 { display:block;width:9.8730625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:4.125rem;left:23.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GfQIEs6uZuXxOBPkRS0H3zLRB7ZOWakT { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.8125rem;width:13rem;top:2.875rem;left:39.25rem;overflow:hidden;display:block; }
#VQG8vBORn7XmASIgUTpq4sVWtGclAHBh { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.1) ;height:32.937rem;width:36.5625rem;top:2.125rem;left:38.4375rem;display:block; }
#knbzZgrezyVIIlu2BNp3pGXncAxebbGd { display:block;width:19.8735rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:14.125rem;left:53.5rem;height:8.53125rem;color:#bbb8b8;text-align:justify;text-align-last:initial;display:block; }
#NLEqFsRTcTqISTXpAL8n3WMT4Judxq7o { display:block;width:18.75rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:300;z-index:100010;line-height:1;letter-spacing:0;top:5.375rem;left:53.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
#AJ2JXeRpkTJribAd2HLmSR6z13GakKHL { display:block;width:9.8730625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:4.25rem;left:53.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kxb5Z8QwTgPaJNd9p7nozQMLpx6UiJgh { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:19.5600625rem;height:4.374025rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:25.875rem;left:54rem;display:block; }
#ictp5g1fOZGMStIgIgNcET8cyLTuqm9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D7tOpBT2MN7eqU4GtZJN8ANHWH9A0HS5 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:24.25rem;left:1.8125rem;height:1.34911875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VrrhMS19OeM5HP9bzMOewTTROqoICHNU { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:24.25rem;left:1.8125rem;height:1.34911875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OLwEVQbAGlCIn79MBpd6kVK7AQ4noBC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e5e5;background-image:none;position:relative;display:block; }#OLwEVQbAGlCIn79MBpd6kVK7AQ4noBC8 > .row .container { background-color: transparent; background-image: none; }#OLwEVQbAGlCIn79MBpd6kVK7AQ4noBC8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OLwEVQbAGlCIn79MBpd6kVK7AQ4noBC8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OLwEVQbAGlCIn79MBpd6kVK7AQ4noBC8 > .row .container > .video-iframe-container { display: none; }#OLwEVQbAGlCIn79MBpd6kVK7AQ4noBC8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OLwEVQbAGlCIn79MBpd6kVK7AQ4noBC8 > .row > .video-iframe-container { display: none; }#OLwEVQbAGlCIn79MBpd6kVK7AQ4noBC8 > .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); }#OLwEVQbAGlCIn79MBpd6kVK7AQ4noBC8 > .row .container { border-width: 0; border-radius: 0; }#OLwEVQbAGlCIn79MBpd6kVK7AQ4noBC8 > .row .container { font-size:0.875rem;font-family:arial;height:68.75rem;width:75rem;position:relative;display:block; }#rWhBwcTpwsE2UnhhAXl6VopU2JUZLNT5 { display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:12.5625rem;left:23.0625rem;height:1.21875rem;color:#1f252b;text-align:left;text-align-last:left;display:block; }
#Tzf1TlFXT8Gtx6XiM8FX95OsdHbyXEiq { display:block;width:9.87425rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:5.076171875rem;left:23.060546875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kIHIVivQCvcK7qGHMh9dvyTNexAsxq9M { display:block;width:33.5625rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:20.6064453125rem;left:1.96875rem;height:6.09375rem;color:#bbb8b8;text-align:justify;text-align-last:initial;display:block; }
#mc4ARWWS9N83gWR3mVi5gZelrSMdtFn1 { display:block;width:12.625rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:300;z-index:100001;line-height:1;letter-spacing:0;top:5.3125rem;left:23.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rGizcyTA8EVtD0od3uHNHEfCpVHZrQVv { display:block;width:11.687rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:14.125rem;left:23.0625rem;height:;text-align:left;text-align-last:left;color:#1f252b;display:block; }#rGizcyTA8EVtD0od3uHNHEfCpVHZrQVv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rGizcyTA8EVtD0od3uHNHEfCpVHZrQVv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#FSNLAsre4boEwQnd4pMKhGB2cGaLG4iZ { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:34.7480625rem;height:4.436525rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:29.4365234375rem;left:1.375rem;display:block; }
#uy1B2NDuolXsJGaFe5WAKiPle5PoOac8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xd05n11PrexDTEu0uPvQic59t9T39XGS { display:block;width:10.437rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:17.125rem;left:23.0625rem;height:;text-align:left;text-align-last:left;color:#1f252b;display:block; }#Xd05n11PrexDTEu0uPvQic59t9T39XGS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xd05n11PrexDTEu0uPvQic59t9T39XGS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#dvXGiGZT5VATtnTk1QymLJ9SLxNTiBSD { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.308625rem;width:19.121125rem;top:2.1103515625rem;left:1.6875rem;overflow:hidden;display:block; }
#whU5LNRLW7x10pg5F8yCN9cyvHxHLs6s { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.1) ;height:29.4375rem;width:36.5625rem;top:2.0625rem;left:0.4375rem;display:block; }
#tUJ8rUmXf1flndu4PymPEwU5Ld8vvNky { display:block;width:9.8730625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:4.125rem;left:23.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#USEJaFblAa54GtPW5CeATK1amCXBFEF4 { color:#000000;display:block;width:10.9365rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:16.75rem;left:41.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N68U8NH2ufc25l85EFqlsADlkKUoMFRL { color:#000000;display:block;width:15.0615rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:19.75rem;left:39.75rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LfeFt9okErG8sT1pbvLXUc8xw4AOwfxA { display:block;width:14.7480625rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:21.875rem;left:40.125rem;height:;text-align:left;text-align-last:left;color:#1f252b;display:block; }#LfeFt9okErG8sT1pbvLXUc8xw4AOwfxA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LfeFt9okErG8sT1pbvLXUc8xw4AOwfxA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#lnkbKlESgwzz6slrvRo7ta9mPViKK8Dv { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.436525rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:30.375rem;left:39.9375rem;display:block; }
#b9bV2TRJy9inayrKGFz9TMJHgklguiWh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w7xiqWxo5rW6gGCTJS1ReRSOG2VXTzOe { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 2.375rem rgba(0,0,0,0.1) ;height:29.4375rem;width:16.25rem;top:2.125rem;left:39.3125rem;display:block; }
#DhMlHyN46Ozr29WgSLl3o83iwTMKTt7c { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.1245rem;width:11.625rem;top:3.3125rem;left:41.625rem;overflow:hidden;display:block; }
#AGmXhWaTZG0hQ6gD6W7QoWoTw0frDISA { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:13.6245rem;top:3.1875rem;left:58.8125rem;overflow:hidden;display:block; }
#Ip7ldz2fmfOmc6ASt2d2sO2uS4zncKMz { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:17.0625rem;left:56.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gv73o0EUzAtpn5VPplD3QkexN6Q0fELQ { color:#000000;display:block;width:15.0600625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.2;letter-spacing:0;top:19.9375rem;left:58rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tLNVxccrug5kUlxFKvTOqC19Re0kvTPb { display:block;width:14.6850625rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:21.875rem;left:58.25rem;height:;text-align:left;text-align-last:left;color:#1f252b;display:block; }#tLNVxccrug5kUlxFKvTOqC19Re0kvTPb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tLNVxccrug5kUlxFKvTOqC19Re0kvTPb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#Nem8ogyhPVuKEvCGWwgJVEqZPSyz9D8d { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.436525rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:30.375rem;left:58.125rem;display:block; }
#S5EN6Q005Te5uiIaVLaGmMh6xXTep08N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aKu7oRh2FLbFNnnt5BN6mLN0BUDh0ov0 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:9.312rem;top:37.125rem;left:42.4375rem;overflow:hidden;display:block; }
#NZSTD1z3orgGeCuoc2TM0glUwG1ru8wH { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:50.9375rem;left:37.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#taPWAsrgFndrTxqVNGfwCF88vFsJQbZ8 { color:#000000;display:block;width:15.0615rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:100026;line-height:1.2;letter-spacing:0;top:54rem;left:39.375rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G3WFey4Je5b3scZlX6bmGQ0H9iMFAocR { display:block;width:13.5615rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:56.375rem;left:40.3125rem;height:;text-align:left;text-align-last:left;color:#1f252b;display:block; }#G3WFey4Je5b3scZlX6bmGQ0H9iMFAocR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G3WFey4Je5b3scZlX6bmGQ0H9iMFAocR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#xE2S8yUMww2NtSaTCATTXVmdl2XwV0Lq { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.436525rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:63.9375rem;left:39.625rem;display:block; }
#hfFyoc6GM25u4053waTsI1bQZvTD7d26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gw7NJdfVNJ7zSgU7B5HgNIDexXi3mg6r { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.2495rem;width:11.8125rem;top:39.75rem;left:58.8125rem;overflow:hidden;display:block; }
#ztod2CHGlGbdTxXTNB0fbEGnQXDuEnWf { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:51rem;left:54.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#prf73zXUDRZD3gHekUyDlxU3r95wOZwe { color:#000000;display:block;width:15.0615rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:100033;line-height:1.2;letter-spacing:0;top:54rem;left:56.75rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uWrTzXozSJF3zxkLMpTCiTRHfeNQkFTx { display:block;width:15.9375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:56.375rem;left:57.6875rem;height:;text-align:left;text-align-last:left;color:#1f252b;display:block; }#uWrTzXozSJF3zxkLMpTCiTRHfeNQkFTx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uWrTzXozSJF3zxkLMpTCiTRHfeNQkFTx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#eWDQcoxgdtWbQLmpKVpgF10aJRm5ewmC { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.436525rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:63.9375rem;left:57.5625rem;display:block; }
#nTaUfikACqW0xcCTismzcAC6F1HX3qMy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b0eBQhHCGsCbHU8NsdqBedO6ASumShDQ { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.8125rem;width:13rem;top:39.4375rem;left:1.375rem;overflow:hidden;display:block; }
#LaeAdNBvnrHuVT4rdzmVQqx3FrJNXGLb { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.1) ;height:29.4375rem;width:36.5625rem;top:36.625rem;left:0.5rem;display:block; }
#UlAhocWSqg2rZzanhTd9qteOBoBe1qfy { display:block;width:19.8735rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:48.625rem;left:15.5625rem;height:8.53125rem;color:#bbb8b8;text-align:justify;text-align-last:initial;display:block; }
#m9dpToFa26WfloNFMmvW5O5JTgpuFKBU { display:block;width:18.75rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:300;z-index:100010;line-height:1;letter-spacing:0;top:39.875rem;left:15.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
#SqqXFB1PqACR7xEGaKh8bL7v7eB6FgL1 { display:block;width:9.8730625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:38.75rem;left:15.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sg3RzNH8avcv80art7WwmTNO8CDl3PUC { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:19.5600625rem;height:4.374025rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:60.375rem;left:16.0625rem;display:block; }
#pmdySwJSQ2OVZOU2kMflvk2WlSsMwyTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#B5DzVvATsBNPCfq49kQnrnphTfCrJfF6 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.3125rem 2.375rem rgba(0,0,0,0.1) ;height:29.4375rem;width:16.2495rem;top:2.125rem;left:57.4375rem;display:block; }
#KKaqrBmymzAJvrBvVrtDFvWCs9OqITTk { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.3125rem 2.375rem rgba(0,0,0,0.1) ;height:29.4375rem;width:16.2495rem;top:36.625rem;left:39rem;display:block; }
#dCOHTrK9kGp2iz9VrrVedncrpQGgqNfd { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 2.375rem rgba(0,0,0,0.1) ;height:29.4375rem;width:16.2480625rem;top:36.625rem;left:56.875rem;display:block; }
#xgC0RrWFzCPvUmoVGeazvTOpVy2TANDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e5e5;background-image:none;position:relative;display:none; }#xgC0RrWFzCPvUmoVGeazvTOpVy2TANDT > .row .container { border-width: 0; border-radius: 0; }#xgC0RrWFzCPvUmoVGeazvTOpVy2TANDT > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:none; }#nVlRoRRy8PtRtxDDDQ47k0XEX3KoO84a { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 2.375rem rgba(0,0,0,0.1) ;height:36.5625rem;width:17.8125rem;top:1.25rem;left:0.46875rem;display:block; }
#phDJr4NZhSo5wxTmpHbPQVvLlyb8mzJ0 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:21.1875rem;left:0rem;height:3.3129875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ScxydtqA0Pd6rg1XGxIWiTKAdQGTgSqL { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:24.25rem;left:1.8125rem;height:1.34911875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HaGUu41KwaNOoxbD6rUml1T56xD42iG8 { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.1) ;height:36.5625rem;width:17.8125rem;top:1.25rem;left:19.21875rem;display:block; }
#Jy8teakCIF1no6a4AaG2VhgkTr0Cfn1U { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:21.1875rem;left:18.75rem;height:3.3129875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yn7b0mSrDqQOhxsOb8ZnxDEJpccVIuP4 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.2;letter-spacing:0;top:24.25rem;left:20.625rem;height:1.34911875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o4CLAmqFT16oN2xVHgatQizTVHO1962T { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.1) ;height:36.5625rem;width:17.8125rem;top:1.1875rem;left:37.96875rem;display:block; }
#IikT0NTAqxppQ5ZsArZ1THE8oyLUSmbe { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:21.1875rem;left:37.5rem;height:3.3129875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X2IuEG1ztUGIesibEoNxPb2S8BLtuTDv { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:100026;line-height:1.2;letter-spacing:0;top:24.25rem;left:39.375rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HSmHuCL1UGiNwcOcKu1LWCWGhsQUTnGJ { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.1) ;height:36.5625rem;width:17.8125rem;top:1.25rem;left:56.71875rem;display:block; }
#Z5bciKC9FfcSbXgmz2ZI1riZ4l6IvTPR { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:100033;line-height:1.2;letter-spacing:0;top:24.25rem;left:58.125rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fg7TVblWE50tuRWsPH9uINmDJoEybdOl { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:21.1875rem;left:56.25rem;height:3.3129875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v1WKMXoI1IKlbtzhDg974el24vZoMnic { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:36rem;left:1.875rem;display:block; }
#Tfxt3ZGVGent1A56nsrwRu8ADG6IK7Pe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G46sPoqZC8CrQisET2r6qVqftUPSLUbB { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:36rem;left:20.625rem;display:block; }
#FBiXkW9uMRTTtdH3w1SRPWcgBp0vbOzC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#arf7mq0zPZtT2SnTNX0Z6GuI5HnWN5wT { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:36rem;left:39.375rem;display:block; }
#fI4OU9Zn5lav8mDhZz4PQoqx3KsT20iu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NDqZTdDFGxXUnukZtLv2TJxvmUhSeec1 { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:36rem;left:58.125rem;display:block; }
#T5WwXcIbToWNxKekbfB38Tzzo9dOAIrS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qheas2QmpTT9rOhlG8LyMQ3md9OBOdpq { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.1230625rem;top:2.4375rem;left:0.8125rem;overflow:hidden;display:block; }
#h6mIqyZRJBDKbJCCsAzx1bFrNKVHnFEB { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9365rem;width:17.8125rem;top:2.4375rem;left:19.21875rem;overflow:hidden;display:block; }
#CUV3nKpk3w8eorv29hz011bhfdDk8uFX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:13.1855625rem;top:1.310546875rem;left:40.28125rem;overflow:hidden;display:block; }
#Kp8na40Vhkstf7QSvc8E3kGbmL9dTCDN { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:15.0625rem;top:6.6875rem;left:58.09375rem;overflow:hidden;display:block; }
#k6kekgu7HLBIATwmhalZU5OvK3rtEfq0 { display:block;width:14.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:26.638671875rem;left:2rem;height:;text-align:left;text-align-last:left;color:#1f252b;display:block; }#k6kekgu7HLBIATwmhalZU5OvK3rtEfq0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k6kekgu7HLBIATwmhalZU5OvK3rtEfq0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#iAKKUOyx6UsIeIRT7Ja7GdKOu3SAGVMQ { display:block;width:14.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:26.638671875rem;left:20.8125rem;height:;text-align:left;text-align-last:left;color:#1f252b;display:block; }#iAKKUOyx6UsIeIRT7Ja7GdKOu3SAGVMQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iAKKUOyx6UsIeIRT7Ja7GdKOu3SAGVMQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#WU861CsoPR72VDhbVw7SEmouUcbmJrMT { display:block;width:13.5625rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:26.638671875rem;left:40.09375rem;height:;text-align:left;text-align-last:left;color:#1f252b;display:block; }#WU861CsoPR72VDhbVw7SEmouUcbmJrMT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WU861CsoPR72VDhbVw7SEmouUcbmJrMT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#CqsdRVJWZOaCw6UlwGmXCiuOmHB6yXsV { display:block;width:15.9375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:26.638671875rem;left:57.65625rem;height:;text-align:left;text-align-last:left;color:#1f252b;display:block; }#CqsdRVJWZOaCw6UlwGmXCiuOmHB6yXsV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CqsdRVJWZOaCw6UlwGmXCiuOmHB6yXsV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#eTc4qwRgEJJmTuTmEUnW9VgNpxmIwqe8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e5e5;background-image:none;position:relative;display:block; }#eTc4qwRgEJJmTuTmEUnW9VgNpxmIwqe8 > .row .container { background-color: transparent; background-image: none; }#eTc4qwRgEJJmTuTmEUnW9VgNpxmIwqe8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eTc4qwRgEJJmTuTmEUnW9VgNpxmIwqe8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eTc4qwRgEJJmTuTmEUnW9VgNpxmIwqe8 > .row .container > .video-iframe-container { display: none; }#eTc4qwRgEJJmTuTmEUnW9VgNpxmIwqe8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eTc4qwRgEJJmTuTmEUnW9VgNpxmIwqe8 > .row > .video-iframe-container { display: none; }#eTc4qwRgEJJmTuTmEUnW9VgNpxmIwqe8 > .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); }#eTc4qwRgEJJmTuTmEUnW9VgNpxmIwqe8 > .row .container { border-width: 0; border-radius: 0; }#eTc4qwRgEJJmTuTmEUnW9VgNpxmIwqe8 > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#CmUBMvTcIxA9zDPDDmy548xEZbfWM9gf { display:block;width:9.87425rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:8rem;left:23.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cKrzTg9Hrt5L2yQKbGEduzzGTi3cXcMz { background-color:#5a1e82;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:34.7480625rem;height:4.436525rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:31.625rem;left:3.875rem;display:block; }
#VDGfCbLmZBGayRAiESFaH8D9ymEMhAkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TIS7OzwpCLpEF6Btqs34c4si5mO3xZS8 { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.1) ;height:32.9375rem;width:75rem;top:5rem;left:0.8125rem;display:block; }
#HzA1FWXP6lOM9yIpHd6R9A8aRQs0Ggc3 { display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:8rem;left:3.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OtmaXTvDN0e6gQUWm6WiI5wVAf8rHXnz { display:block;width:39.1875rem;position:absolute;font-family:"raleway black";font-size:2.5rem;font-weight:300;z-index:100016;line-height:1;letter-spacing:0;top:9.21875rem;left:3.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K60mNIlnNv5WOCeNHElg6iTtTMspdzOS { display:block;width:38.125rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:17rem;left:4.125rem;height:12.65625rem;color:#bbb8b8;text-align:justify;text-align-last:initial;display:block; }
#ItJGSnf6qzsCfa0EvM9nh1DvGBT3GXvD { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:24.25rem;left:1.8125rem;height:1.34911875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bFMrJJQ2GCOZ5kwkLGMTBQXiSv8x83zK { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.5625rem;width:35.375rem;top:5.3125rem;left:39.37037377451rem;overflow:hidden;display:block; }
#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a1e82;background-image:none;position:relative;display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { background-color: transparent; background-image: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container > .video-iframe-container { display: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container { display: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .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); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { border-width: 0; border-radius: 0; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { display:block;width:35.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:1.8125rem;left:39.8125rem;height:3.25rem;font-style:normal;color:#a5a5a5;display:block; }
#KgpI06MmxURWdPZ3b6TUOqxGaQ0aCJTz { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:9.6875rem;top:1.8185729980469rem;left:0rem;overflow:hidden;display:block; }
#Z5pOsh1TH0KcNCEuuVmXpMIQzC6HmhBP { display:block;width:39.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:35.375rem;height:3.75rem;font-style:normal;color:#a5a5a5;display:none; }
#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3b0062;background-image:none;position:relative;display:block; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { background-color: transparent; background-image: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container > .video-iframe-container { display: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row > .video-iframe-container { display: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .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); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { border-width: 0; border-radius: 0; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#RUc4E1Pl0BrNJKEEOzqqboVVZLT794en { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9d03, #ce6b00);background-image: -moz-linear-gradient(180deg, #ff9d03, #ce6b00);background-image: -ms-linear-gradient(180deg, #ff9d03, #ce6b00);background-image: -o-linear-gradient(180deg, #ff9d03, #ce6b00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d03', endColorstr='#ce6b00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d03', endColorstr='#ce6b00' );";background-image: linear-gradient(180deg, #ff9d03, #ce6b00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:18.8125rem;height:3.4995125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.40576171875rem;left:37.12158203125rem;display:none; }
#aazivxG6MxkRw8uXO5Z5Nvk3EOwuQ1Ig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OTtOklPbPDAQacOuJ7SsE8V0MHN87ixK { background-color:#078900;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:18.75rem;height:3.436525rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.4365234375rem;left:56.25rem;display:none; }
#BOAu0DWIpk2XsI2STby6TTh6OBrxGkWX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WqQTZmuhe4AT5xhbs6zQ8ShJvQUnNaar { display:block; }#WqQTZmuhe4AT5xhbs6zQ8ShJvQUnNaar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRWuHxtETSUvZFNNDXdWX1eP9nR0VNsP { width:12.4375rem;height:4.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpWThKo0rGyuOTdv1PPwn4vynmvk1et5 { width:4rem;height:4rem;top:0.8125rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccRa1qGWSVapFSwhhQzTp48SSRpL6cBk { width:3.75rem;height:3.75rem;top:0.9375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlH3OyzRSsdRaRtDZHlCtgSHU9L2PLHF { width:16.75rem;height:4rem;top:0.8125rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsbWBELuAkSu4ByPKfraUm0uRZCr8p3f { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy39eSp2yO14K0UP3bG5s8frFVLzpwyS { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dctWLTIlA6ArEVsWSvr2Tfq1BoIU3Aca { width:15rem;height:4.5rem;top:30.8125rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9G2t3BvXvvAPbDocQMcgpDVyaKX2KFJ { display:block; }
 }@media only screen and (max-width: 763px) { #aUyxtUeg9R99QIedVr0VhBWvk7BB4C2g { width:15rem;height:4.5rem;top:30.8125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkePfXd8HFpVrsQk3Fmp0BT31iXwWXE9 { display:block; }
 }@media only screen and (max-width: 763px) { #ByRTqd0isTlcBTtB7O4dqTyUltTLVtuG { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ookn6GaTxsGnyWNv1aE5yO2HJTQTvENz { width:12.5rem;height:1.25rem;top:33.125rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i65M3JQuuO5WnufA7etNpHLn0bPkrvzz { width:12.5rem;height:1.25rem;top:31.875rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPINDPCTf7G3Hgp9znkLHWvreyQf5TK3 { width:3.75rem;height:3.75rem;top:31.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6cJKgIuPxwdJaKSnZTxKTFTtb5qSQzu { width:12.5rem;height:1.25rem;top:33.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkutTHtTGh8ysnrLnk2oygCRBTlyBdQ0 { width:12.5rem;height:1.25rem;top:31.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbmVBUNAJq9ZaRz6zGXIE6DEWSdx266v { width:3.75rem;height:3.75rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIZULFM4POiSmF15Z1ghxNAb9nPG3P9z { width:47.625rem;height:7rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siTSR8siWJM9u7vrpWLO0yZfCzKQdFVs { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mflT1VCDkgPpGAWO2TzMzrNGOBFb7SsW { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8 { display:block; }#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziTBFGS7PzrK7sy9zXA5HcTJC2aXTOwX { width:4.9375rem;height:4.9375rem;top:0.875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDhP2ri553z6J5Nzic9PFrWgGrnNS62q { width:4.9375rem;height:4.9375rem;top:0.875rem;left:21.5rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #in4M7PRalqeuPqoTT7ug7hF2kuk1iAKn { display:block; }#in4M7PRalqeuPqoTT7ug7hF2kuk1iAKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThT8NaxLszVC6c5WxcWHxrinWGFlT5ng { width:47.75rem;height:4.4375rem;top:4.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af3TG53cmu3A8bPita8zQqKSD1xCZpcg { width:47.75rem;height:0.0625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpZndvRR8ddWlmlOmXDvn8Fu6sZXvdMb { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB { display:block; }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAPlCrivExQsfH4GTCqxEimqCaDX1n6T { width:34.6875rem;height:4.375rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV5WO2g4ovT4fPUrlS6IWo9LVTsxf7wn { display:block; }
 }@media only screen and (max-width: 763px) { #qPtLaCOG3StCcbq0PkJsJTGyU8aDqGLT { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkX8ts2ye7ZrPlE56N0R648tsPTKiCFy { width:36.5625rem;height:32.875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5sku6IokU5bhTcdSuLmeqcSsJs28GN3 { width:36.5625rem;height:32.875rem;top:5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP26kDhyVkHMrngqnmtrVN9Ov0qCgkPB { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRwpk3Q9pKhtl0X7BQow83OUTFAsi0FD { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAiO0K7gagQkgLXb920VDqdTca6A7rUN { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zytt53l6eD1uuBz5NHSTEJUDsXepaMLx { width:21.25rem;height:14.519636824324rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdqC88qZiyi84IQUpr5pgvfre3GROwI5 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kumfWJGJ3O8dSeo06pUnWEZ9bdsGdZ3l { width:18.75rem;height:18.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhGDRbR0EBNauT7U41QBJ55ANClFr7Pm { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1tTIXuN2K8TLoQfdoL8OM6gTkDztU7a { width:34.6875rem;height:4.375rem;top:31.3125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqeUSl3tkFFD50hwilPBVKsRdNIvOlNh { display:block; }
 }@media only screen and (max-width: 763px) { #mSkhv2ktoPgpqaqT48sdVLhfDaNlOx12 { width:15.0625rem;height:1.3125rem;top:24.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #keaLOn5W73LwTlxlQkif6OQXmTKdF2tK { width:15.0625rem;height:1.3125rem;top:24.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDrdJJrgLFuto9vUhtcdCTs0DC712Wcb { display:none; }#lDrdJJrgLFuto9vUhtcdCTs0DC712Wcb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xpWIRnOHMJHCdbTsWUoMXFeVArce0a3Z { width:11.875rem;height:1.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEdEgTfyTf9dCWCS9FQJrdQA4gyEW2bV { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBl9nmvzBFT5Tsbxd3vpnKwe7LcTz45T { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC1GHccKQh39PAbGKCFGoRE8L6Fvz9rO { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzMzgH55bd8PK932adEQeHPqv1Q1dNMa { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#BzMzgH55bd8PK932adEQeHPqv1Q1dNMa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #WJzuTvzRspgItyL7RqTu9ATf7FqhvzM1 { width:34.6875rem;height:4.375rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctey11s3tliO9WaBrQqy8e7tBPvldnB9 { display:block; }
 }@media only screen and (max-width: 763px) { #sEHt5BnKewPK6sSlSNha5JdTMhCUfngs { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#sEHt5BnKewPK6sSlSNha5JdTMhCUfngs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #QhDnJ3rGy7xrUfw8OOcoZqfvPCpiU48c { width:19.0625rem;height:19.249425128621rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9Dl6ksoB139bodkm23JQFVdyywd5blP { width:36.5625rem;height:32.9375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHNfC1usCU2kqW0eMLrJ4kaiZlcOFL2 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfQIEs6uZuXxOBPkRS0H3zLRB7ZOWakT { width:13rem;height:25.8125rem;top:2.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQG8vBORn7XmASIgUTpq4sVWtGclAHBh { width:36.5625rem;height:32.875rem;top:2.125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knbzZgrezyVIIlu2BNp3pGXncAxebbGd { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLEqFsRTcTqISTXpAL8n3WMT4Judxq7o { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ2JXeRpkTJribAd2HLmSR6z13GakKHL { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxb5Z8QwTgPaJNd9p7nozQMLpx6UiJgh { width:19.5rem;height:4.3125rem;top:25.875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ictp5g1fOZGMStIgIgNcET8cyLTuqm9x { display:block; }
 }@media only screen and (max-width: 763px) { #D7tOpBT2MN7eqU4GtZJN8ANHWH9A0HS5 { width:15.0625rem;height:1.3125rem;top:24.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrrhMS19OeM5HP9bzMOewTTROqoICHNU { width:15.0625rem;height:1.3125rem;top:24.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLwEVQbAGlCIn79MBpd6kVK7AQ4noBC8 { display:block; }#OLwEVQbAGlCIn79MBpd6kVK7AQ4noBC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWhBwcTpwsE2UnhhAXl6VopU2JUZLNT5 { width:11.875rem;height:1.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzf1TlFXT8Gtx6XiM8FX95OsdHbyXEiq { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIHIVivQCvcK7qGHMh9dvyTNexAsxq9M { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc4ARWWS9N83gWR3mVi5gZelrSMdtFn1 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGizcyTA8EVtD0od3uHNHEfCpVHZrQVv { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#rGizcyTA8EVtD0od3uHNHEfCpVHZrQVv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #FSNLAsre4boEwQnd4pMKhGB2cGaLG4iZ { width:34.6875rem;height:4.375rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy1B2NDuolXsJGaFe5WAKiPle5PoOac8 { display:block; }
 }@media only screen and (max-width: 763px) { #Xd05n11PrexDTEu0uPvQic59t9T39XGS { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#Xd05n11PrexDTEu0uPvQic59t9T39XGS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #dvXGiGZT5VATtnTk1QymLJ9SLxNTiBSD { width:19.0625rem;height:19.249425128621rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whU5LNRLW7x10pg5F8yCN9cyvHxHLs6s { width:36.5625rem;height:29.4375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUJ8rUmXf1flndu4PymPEwU5Ld8vvNky { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USEJaFblAa54GtPW5CeATK1amCXBFEF4 { width:10.875rem;height:3.3125rem;top:16.75rem;left:23.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N68U8NH2ufc25l85EFqlsADlkKUoMFRL { width:15rem;height:1.3125rem;top:19.75rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfeFt9okErG8sT1pbvLXUc8xw4AOwfxA { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#LfeFt9okErG8sT1pbvLXUc8xw4AOwfxA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #lnkbKlESgwzz6slrvRo7ta9mPViKK8Dv { width:15rem;height:3.375rem;top:30.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9bV2TRJy9inayrKGFz9TMJHgklguiWh { display:block; }
 }@media only screen and (max-width: 763px) { #w7xiqWxo5rW6gGCTJS1ReRSOG2VXTzOe { width:16.1875rem;height:29.4375rem;top:2.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhMlHyN46Ozr29WgSLl3o83iwTMKTt7c { width:11.625rem;height:15.124rem;top:3.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGmXhWaTZG0hQ6gD6W7QoWoTw0frDISA { width:13.5625rem;height:13.812366962713rem;top:3.1875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip7ldz2fmfOmc6ASt2d2sO2uS4zncKMz { width:18.75rem;height:3.3125rem;top:17.0625rem;left:29rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv73o0EUzAtpn5VPplD3QkexN6Q0fELQ { width:15rem;height:1.3125rem;top:19.9375rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLNVxccrug5kUlxFKvTOqC19Re0kvTPb { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#tLNVxccrug5kUlxFKvTOqC19Re0kvTPb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #Nem8ogyhPVuKEvCGWwgJVEqZPSyz9D8d { width:15rem;height:3.375rem;top:30.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5EN6Q005Te5uiIaVLaGmMh6xXTep08N { display:block; }
 }@media only screen and (max-width: 763px) { #aKu7oRh2FLbFNnnt5BN6mLN0BUDh0ov0 { width:9.25rem;height:13.783359286903rem;top:37.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZSTD1z3orgGeCuoc2TM0glUwG1ru8wH { width:18.75rem;height:3.25rem;top:50.9375rem;left:23.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #taPWAsrgFndrTxqVNGfwCF88vFsJQbZ8 { width:15rem;height:1.3125rem;top:54rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3WFey4Je5b3scZlX6bmGQ0H9iMFAocR { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#G3WFey4Je5b3scZlX6bmGQ0H9iMFAocR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #xE2S8yUMww2NtSaTCATTXVmdl2XwV0Lq { width:15rem;height:3.375rem;top:63.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfFyoc6GM25u4053waTsI1bQZvTD7d26 { display:block; }
 }@media only screen and (max-width: 763px) { #Gw7NJdfVNJ7zSgU7B5HgNIDexXi3mg6r { width:11.8125rem;height:10.249rem;top:39.75rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztod2CHGlGbdTxXTNB0fbEGnQXDuEnWf { width:18.75rem;height:3.25rem;top:51rem;left:29rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #prf73zXUDRZD3gHekUyDlxU3r95wOZwe { width:15rem;height:1.3125rem;top:54rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWrTzXozSJF3zxkLMpTCiTRHfeNQkFTx { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#uWrTzXozSJF3zxkLMpTCiTRHfeNQkFTx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #eWDQcoxgdtWbQLmpKVpgF10aJRm5ewmC { width:15rem;height:3.375rem;top:63.9375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTaUfikACqW0xcCTismzcAC6F1HX3qMy { display:block; }
 }@media only screen and (max-width: 763px) { #b0eBQhHCGsCbHU8NsdqBedO6ASumShDQ { width:13rem;height:25.8125rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaeAdNBvnrHuVT4rdzmVQqx3FrJNXGLb { width:36.5625rem;height:29.4375rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlAhocWSqg2rZzanhTd9qteOBoBe1qfy { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9dpToFa26WfloNFMmvW5O5JTgpuFKBU { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqqXFB1PqACR7xEGaKh8bL7v7eB6FgL1 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg3RzNH8avcv80art7WwmTNO8CDl3PUC { width:19.5rem;height:4.3125rem;top:60.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmdySwJSQ2OVZOU2kMflvk2WlSsMwyTF { display:block; }
 }@media only screen and (max-width: 763px) { #B5DzVvATsBNPCfq49kQnrnphTfCrJfF6 { width:16.1875rem;height:29.4375rem;top:2.125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKaqrBmymzAJvrBvVrtDFvWCs9OqITTk { width:16.1875rem;height:29.4375rem;top:36.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCOHTrK9kGp2iz9VrrVedncrpQGgqNfd { width:16.1875rem;height:29.4375rem;top:36.625rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgC0RrWFzCPvUmoVGeazvTOpVy2TANDT { display:none; }#xgC0RrWFzCPvUmoVGeazvTOpVy2TANDT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nVlRoRRy8PtRtxDDDQ47k0XEX3KoO84a { width:17.8125rem;height:36.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phDJr4NZhSo5wxTmpHbPQVvLlyb8mzJ0 { width:18.75rem;height:3.25rem;top:21.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScxydtqA0Pd6rg1XGxIWiTKAdQGTgSqL { width:15.0625rem;height:1.3125rem;top:24.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaGUu41KwaNOoxbD6rUml1T56xD42iG8 { width:17.8125rem;height:36.5625rem;top:1.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy8teakCIF1no6a4AaG2VhgkTr0Cfn1U { width:18.75rem;height:3.25rem;top:21.1875rem;left:5.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn7b0mSrDqQOhxsOb8ZnxDEJpccVIuP4 { width:15.0625rem;height:1.3125rem;top:24.25rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4CLAmqFT16oN2xVHgatQizTVHO1962T { width:17.8125rem;height:36.5625rem;top:1.1875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #IikT0NTAqxppQ5ZsArZ1THE8oyLUSmbe { width:18.75rem;height:3.25rem;top:21.1875rem;left:17.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2IuEG1ztUGIesibEoNxPb2S8BLtuTDv { width:15.0625rem;height:1.3125rem;top:24.25rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSmHuCL1UGiNwcOcKu1LWCWGhsQUTnGJ { width:17.8125rem;height:36.5625rem;top:1.25rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5bciKC9FfcSbXgmz2ZI1riZ4l6IvTPR { width:15.0625rem;height:1.3125rem;top:24.25rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg7TVblWE50tuRWsPH9uINmDJoEybdOl { width:18.75rem;height:3.25rem;top:21.1875rem;left:29rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1WKMXoI1IKlbtzhDg974el24vZoMnic { width:15rem;height:3.4375rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfxt3ZGVGent1A56nsrwRu8ADG6IK7Pe { display:block; }
 }@media only screen and (max-width: 763px) { #G46sPoqZC8CrQisET2r6qVqftUPSLUbB { width:15rem;height:3.4375rem;top:36rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBiXkW9uMRTTtdH3w1SRPWcgBp0vbOzC { display:block; }
 }@media only screen and (max-width: 763px) { #arf7mq0zPZtT2SnTNX0Z6GuI5HnWN5wT { width:15rem;height:3.4375rem;top:36rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI4OU9Zn5lav8mDhZz4PQoqx3KsT20iu { display:block; }
 }@media only screen and (max-width: 763px) { #NDqZTdDFGxXUnukZtLv2TJxvmUhSeec1 { width:15rem;height:3.4375rem;top:36rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5WwXcIbToWNxKekbfB38Tzzo9dOAIrS { display:block; }
 }@media only screen and (max-width: 763px) { #Qheas2QmpTT9rOhlG8LyMQ3md9OBOdpq { width:17.0625rem;height:21.859909332808rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6mIqyZRJBDKbJCCsAzx1bFrNKVHnFEB { width:17.8125rem;height:17.9355625rem;top:2.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUV3nKpk3w8eorv29hz011bhfdDk8uFX { width:13.125rem;height:19.037157117871rem;top:1.25rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp8na40Vhkstf7QSvc8E3kGbmL9dTCDN { width:15.0625rem;height:13.4375rem;top:6.6875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6kekgu7HLBIATwmhalZU5OvK3rtEfq0 { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#k6kekgu7HLBIATwmhalZU5OvK3rtEfq0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #iAKKUOyx6UsIeIRT7Ja7GdKOu3SAGVMQ { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#iAKKUOyx6UsIeIRT7Ja7GdKOu3SAGVMQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #WU861CsoPR72VDhbVw7SEmouUcbmJrMT { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#WU861CsoPR72VDhbVw7SEmouUcbmJrMT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #CqsdRVJWZOaCw6UlwGmXCiuOmHB6yXsV { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#CqsdRVJWZOaCw6UlwGmXCiuOmHB6yXsV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #eTc4qwRgEJJmTuTmEUnW9VgNpxmIwqe8 { display:block; }#eTc4qwRgEJJmTuTmEUnW9VgNpxmIwqe8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmUBMvTcIxA9zDPDDmy548xEZbfWM9gf { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKrzTg9Hrt5L2yQKbGEduzzGTi3cXcMz { width:34.6875rem;height:4.375rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDGfCbLmZBGayRAiESFaH8D9ymEMhAkT { display:block; }
 }@media only screen and (max-width: 763px) { #TIS7OzwpCLpEF6Btqs34c4si5mO3xZS8 { width:47.75rem;height:32.9375rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzA1FWXP6lOM9yIpHd6R9A8aRQs0Ggc3 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtmaXTvDN0e6gQUWm6WiI5wVAf8rHXnz { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K60mNIlnNv5WOCeNHElg6iTtTMspdzOS { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItJGSnf6qzsCfa0EvM9nh1DvGBT3GXvD { width:15.0625rem;height:1.3125rem;top:24.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFMrJJQ2GCOZ5kwkLGMTBQXiSv8x83zK { width:35.375rem;height:32.5625rem;top:5.3125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { width:22.5rem;height:2.8125rem;top:4.3125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgpI06MmxURWdPZ3b6TUOqxGaQ0aCJTz { width:9.6875rem;height:3.375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5pOsh1TH0KcNCEuuVmXpMIQzC6HmhBP { width:22.5rem;height:2.8125rem;top:4.3125rem;left:25.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 { display:none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RUc4E1Pl0BrNJKEEOzqqboVVZLT794en { width:18.8125rem;height:3.4375rem;top:0.375rem;left:23.49658203125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aazivxG6MxkRw8uXO5Z5Nvk3EOwuQ1Ig { display:block; }
 }@media only screen and (max-width: 763px) { #OTtOklPbPDAQacOuJ7SsE8V0MHN87ixK { width:18.75rem;height:3.375rem;top:0.375rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOAu0DWIpk2XsI2STby6TTh6OBrxGkWX { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d6a52768-d464-4090-9d40-a79e02581ce6/Prancheta01.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #WqQTZmuhe4AT5xhbs6zQ8ShJvQUnNaar { display:block; }#WqQTZmuhe4AT5xhbs6zQ8ShJvQUnNaar > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRWuHxtETSUvZFNNDXdWX1eP9nR0VNsP { width:10.375rem;height:3.625rem;top:0.625rem;left:4.77978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpWThKo0rGyuOTdv1PPwn4vynmvk1et5 { width:4rem;height:4rem;top:0.8125rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccRa1qGWSVapFSwhhQzTp48SSRpL6cBk { width:3.75rem;height:3.75rem;top:0.9375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlH3OyzRSsdRaRtDZHlCtgSHU9L2PLHF { width:16.75rem;height:4rem;top:0.8125rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsbWBELuAkSu4ByPKfraUm0uRZCr8p3f { width:12.5rem;height:auto;top:0.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qy39eSp2yO14K0UP3bG5s8frFVLzpwyS { width:14.625rem;height:auto;top:2.0625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ba30908-e1ae-4d29-b0a4-59a1c5d2980e/CAPAMOBILE.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3.adaptive-delivery-prevent-bg, #oeO2Mgy3onsWt16dB99RUCILKf94O3H3.lazyload, #oeO2Mgy3onsWt16dB99RUCILKf94O3H3.lazyloading { background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,46,114,0.75); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,46,114,0.75); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { border-width: 0; border-radius: 0; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dctWLTIlA6ArEVsWSvr2Tfq1BoIU3Aca { width:20.061875rem;height:3.75rem;top:33.125rem;left:0rem;font-size:1.5rem;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;font-family:"raleway black";display:block; }
 }@media only screen and (max-width: 763px) { #q9G2t3BvXvvAPbDocQMcgpDVyaKX2KFJ { display:block; }
 }@media only screen and (max-width: 763px) { #aUyxtUeg9R99QIedVr0VhBWvk7BB4C2g { width:20.0615rem;height:3.75rem;top:37.625rem;left:0rem;font-size:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9d03, #ce6b00);background-image: -moz-linear-gradient(180deg, #ff9d03, #ce6b00);background-image: -ms-linear-gradient(180deg, #ff9d03, #ce6b00);background-image: -o-linear-gradient(180deg, #ff9d03, #ce6b00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d03', endColorstr='#ce6b00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d03', endColorstr='#ce6b00' );";background-image: linear-gradient(180deg, #ff9d03, #ce6b00);background-size:auto !important;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;font-family:"raleway black";display:block; }
 }@media only screen and (max-width: 763px) { #KkePfXd8HFpVrsQk3Fmp0BT31iXwWXE9 { display:block; }
 }@media only screen and (max-width: 763px) { #ByRTqd0isTlcBTtB7O4dqTyUltTLVtuG { width:20rem;height:0;top:5.216796875rem;left:0rem;font-size:2.125rem;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;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Ookn6GaTxsGnyWNv1aE5yO2HJTQTvENz { width:12.5rem;height:1.29980625rem;top:30.1875rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i65M3JQuuO5WnufA7etNpHLn0bPkrvzz { width:12.5rem;height:1.29980625rem;top:28.9375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPINDPCTf7G3Hgp9znkLHWvreyQf5TK3 { width:3.75rem;height:3.75rem;top:28.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6cJKgIuPxwdJaKSnZTxKTFTtb5qSQzu { width:12.5rem;height:1.29980625rem;top:26.25rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkutTHtTGh8ysnrLnk2oygCRBTlyBdQ0 { width:12.5rem;height:1.29980625rem;top:25rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbmVBUNAJq9ZaRz6zGXIE6DEWSdx266v { width:3.75rem;height:3.75rem;top:24.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIZULFM4POiSmF15Z1ghxNAb9nPG3P9z { width:19.875rem;height:17.4375rem;top:22.9375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #siTSR8siWJM9u7vrpWLO0yZfCzKQdFVs { width:20rem;height:3.8984375rem;top:15.7265625rem;left:0rem;font-size:1.5rem;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;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mflT1VCDkgPpGAWO2TzMzrNGOBFb7SsW { width:20rem;height:9.75rem;top:5.154296875rem;left:0rem;font-size:2.4375rem;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;font-weight:700;font-style:normal;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8 { background-color:rgba(0,85,132,0.8);background-image:url("https://images.assets-landingi.com/8faeacca/fala.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8.adaptive-delivery-prevent-bg, #shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8.lazyload, #shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8.lazyloading { background-image: none; }#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8 > .row .container { border-width: 0; border-radius: 0; }#shbZeTvOaVLy5zmSvQdusTw8RtA7Pga8 > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ziTBFGS7PzrK7sy9zXA5HcTJC2aXTOwX { width:4.9375rem;height:4.9375rem;top:0.875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDhP2ri553z6J5Nzic9PFrWgGrnNS62q { width:4.9375rem;height:4.9375rem;top:0.875rem;left:7.5rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #in4M7PRalqeuPqoTT7ug7hF2kuk1iAKn { display:block; }#in4M7PRalqeuPqoTT7ug7hF2kuk1iAKn > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThT8NaxLszVC6c5WxcWHxrinWGFlT5ng { width:17.625rem;height:3.7109375rem;top:2.23828125rem;left:1.1865234375rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #af3TG53cmu3A8bPita8zQqKSD1xCZpcg { width:20rem;height:0.0625rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpZndvRR8ddWlmlOmXDvn8Fu6sZXvdMb { width:3.75rem;height:0.1875rem;top:6.5625rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB { display:block; }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { width:15.1875rem;height:2.34375rem;top:20.375rem;left:1.4375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAPlCrivExQsfH4GTCqxEimqCaDX1n6T { width:18.375rem;height:3.436525rem;top:39.0625rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV5WO2g4ovT4fPUrlS6IWo9LVTsxf7wn { display:block; }
 }@media only screen and (max-width: 763px) { #qPtLaCOG3StCcbq0PkJsJTGyU8aDqGLT { width:9.812rem;height:2.34375rem;top:41.212158203125rem;left:5.06103515625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mkX8ts2ye7ZrPlE56N0R648tsPTKiCFy { width:19.9995rem;height:32.937rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5sku6IokU5bhTcdSuLmeqcSsJs28GN3 { width:19.9375rem;height:34.0625rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP26kDhyVkHMrngqnmtrVN9Ov0qCgkPB { width:9.8125rem;height:0;top:81.3564453125rem;left:10.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nRwpk3Q9pKhtl0X7BQow83OUTFAsi0FD { width:20rem;height:1.8125rem;top:16.5rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAiO0K7gagQkgLXb920VDqdTca6A7rUN { width:17.4375rem;height:18.375rem;top:19.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zytt53l6eD1uuBz5NHSTEJUDsXepaMLx { width:20rem;height:13.818897637795rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdqC88qZiyi84IQUpr5pgvfre3GROwI5 { width:19.875rem;height:1.8125rem;top:60.875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kumfWJGJ3O8dSeo06pUnWEZ9bdsGdZ3l { width:18.75rem;height:18.75rem;top:42.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhGDRbR0EBNauT7U41QBJ55ANClFr7Pm { width:17.0625rem;height:19.6875rem;top:63.5625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1tTIXuN2K8TLoQfdoL8OM6gTkDztU7a { width:19rem;height:4.375rem;top:84.625rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqeUSl3tkFFD50hwilPBVKsRdNIvOlNh { display:block; }
 }@media only screen and (max-width: 763px) { #mSkhv2ktoPgpqaqT48sdVLhfDaNlOx12 { width:15.0600625rem;height:1.19921875rem;top:59.625rem;left:2.4375rem;text-align:center;text-align-last:center;z-index:100053;display:block; }
 }@media only screen and (max-width: 763px) { #keaLOn5W73LwTlxlQkif6OQXmTKdF2tK { width:15.0600625rem;height:1.19921875rem;top:15.125rem;left:2.375rem;text-align:center;text-align-last:center;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #lDrdJJrgLFuto9vUhtcdCTs0DC712Wcb { display:block; }#lDrdJJrgLFuto9vUhtcdCTs0DC712Wcb > .row .container { width:20rem;height:87.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpWIRnOHMJHCdbTsWUoMXFeVArce0a3Z { width:17.0625rem;height:1.625rem;top:23.6875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEdEgTfyTf9dCWCS9FQJrdQA4gyEW2bV { width:15.1875rem;height:2.34375rem;top:20.375rem;left:1.4375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBl9nmvzBFT5Tsbxd3vpnKwe7LcTz45T { width:17.625rem;height:10.96875rem;top:64.75rem;left:1.4375rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC1GHccKQh39PAbGKCFGoRE8L6Fvz9rO { width:15.3105625rem;height:1.8125rem;top:21.4052734375rem;left:2.9697265625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzMzgH55bd8PK932adEQeHPqv1Q1dNMa { width:11.625rem;height:2.75rem;top:25.9375rem;left:4.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#BzMzgH55bd8PK932adEQeHPqv1Q1dNMa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #WJzuTvzRspgItyL7RqTu9ATf7FqhvzM1 { width:18.375rem;height:3.436525rem;top:32.37451171875rem;left:0.8115234375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctey11s3tliO9WaBrQqy8e7tBPvldnB9 { display:block; }
 }@media only screen and (max-width: 763px) { #sEHt5BnKewPK6sSlSNha5JdTMhCUfngs { width:10.374rem;height:2.75rem;top:28.6875rem;left:4.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#sEHt5BnKewPK6sSlSNha5JdTMhCUfngs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #QhDnJ3rGy7xrUfw8OOcoZqfvPCpiU48c { width:18.4995rem;height:18.4995rem;top:2.2470703125rem;left:0.74853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9Dl6ksoB139bodkm23JQFVdyywd5blP { width:19.9995rem;height:32.937rem;top:2.2470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHNfC1usCU2kqW0eMLrJ4kaiZlcOFL2 { width:9.8125rem;height:0;top:81.3564453125rem;left:10.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GfQIEs6uZuXxOBPkRS0H3zLRB7ZOWakT { width:10.5rem;height:21.1245rem;top:37.5615234375rem;left:4.7490234375rem;z-index:99996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VQG8vBORn7XmASIgUTpq4sVWtGclAHBh { width:19.9375rem;height:36.25rem;top:45.8125rem;left:0rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #knbzZgrezyVIIlu2BNp3pGXncAxebbGd { width:19.8125rem;height:0;top:52.01806671875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLEqFsRTcTqISTXpAL8n3WMT4Judxq7o { width:19.9995rem;height:3.625rem;top:59.6875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJ2JXeRpkTJribAd2HLmSR6z13GakKHL { width:9.812rem;height:2.34375rem;top:41.212158203125rem;left:5.06103515625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Kxb5Z8QwTgPaJNd9p7nozQMLpx6UiJgh { width:18.4355625rem;height:3.436525rem;top:77.125rem;left:0.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ictp5g1fOZGMStIgIgNcET8cyLTuqm9x { display:block; }
 }@media only screen and (max-width: 763px) { #D7tOpBT2MN7eqU4GtZJN8ANHWH9A0HS5 { width:15.0600625rem;height:1.19921875rem;top:58.4970703125rem;left:2.43603515625rem;text-align:center;text-align-last:center;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #VrrhMS19OeM5HP9bzMOewTTROqoICHNU { width:15.0600625rem;height:1.19921875rem;top:20.23681640625rem;left:1.43701171875rem;text-align:center;text-align-last:center;z-index:100052;display:block; }
 }@media only screen and (max-width: 763px) { #OLwEVQbAGlCIn79MBpd6kVK7AQ4noBC8 { display:none; }#OLwEVQbAGlCIn79MBpd6kVK7AQ4noBC8 > .row .container { width:20rem;height:204rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rWhBwcTpwsE2UnhhAXl6VopU2JUZLNT5 { width:17.0625rem;height:1.62305rem;top:23.6875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzf1TlFXT8Gtx6XiM8FX95OsdHbyXEiq { width:15.1875rem;height:2.34375rem;top:20.375rem;left:1.4375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIHIVivQCvcK7qGHMh9dvyTNexAsxq9M { width:19.125rem;height:10.96875rem;top:64.4375rem;left:0.4375rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc4ARWWS9N83gWR3mVi5gZelrSMdtFn1 { width:15.312rem;height:1.9995125rem;top:21.5rem;left:1.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rGizcyTA8EVtD0od3uHNHEfCpVHZrQVv { width:11.625rem;height:2.7495125rem;top:25.6875rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#rGizcyTA8EVtD0od3uHNHEfCpVHZrQVv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #FSNLAsre4boEwQnd4pMKhGB2cGaLG4iZ { width:18.375rem;height:3.436525rem;top:32.37451171875rem;left:0.8115234375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy1B2NDuolXsJGaFe5WAKiPle5PoOac8 { display:block; }
 }@media only screen and (max-width: 763px) { #Xd05n11PrexDTEu0uPvQic59t9T39XGS { width:10.374rem;height:2.7495125rem;top:28.4375rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#Xd05n11PrexDTEu0uPvQic59t9T39XGS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #dvXGiGZT5VATtnTk1QymLJ9SLxNTiBSD { width:18.4995rem;height:18.4995rem;top:2.2470703125rem;left:0.74853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whU5LNRLW7x10pg5F8yCN9cyvHxHLs6s { width:19.9995rem;height:32.937rem;top:2.2470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUJ8rUmXf1flndu4PymPEwU5Ld8vvNky { width:9.8125rem;height:0;top:81.3564453125rem;left:10.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #USEJaFblAa54GtPW5CeATK1amCXBFEF4 { width:18.75rem;height:1.5244125rem;top:12.10986328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N68U8NH2ufc25l85EFqlsADlkKUoMFRL { width:15.0615rem;height:1.26220625rem;top:10.8486328125rem;left:1.81201171875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfeFt9okErG8sT1pbvLXUc8xw4AOwfxA { width:15.75rem;height:7.3418125rem;top:14.18701171875rem;left:2.15478515625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#LfeFt9okErG8sT1pbvLXUc8xw4AOwfxA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #lnkbKlESgwzz6slrvRo7ta9mPViKK8Dv { width:15rem;height:3.4375rem;top:22rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9bV2TRJy9inayrKGFz9TMJHgklguiWh { display:block; }
 }@media only screen and (max-width: 763px) { #w7xiqWxo5rW6gGCTJS1ReRSOG2VXTzOe { width:18.75rem;height:23.4375rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhMlHyN46Ozr29WgSLl3o83iwTMKTt7c { width:9.5625rem;height:12.375rem;top:0.375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGmXhWaTZG0hQ6gD6W7QoWoTw0frDISA { width:11.3745rem;height:11.0625rem;top:27.75rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip7ldz2fmfOmc6ASt2d2sO2uS4zncKMz { width:18.75rem;height:1.5244125rem;top:40.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv73o0EUzAtpn5VPplD3QkexN6Q0fELQ { width:15.0615rem;height:1.26220625rem;top:38.8125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLNVxccrug5kUlxFKvTOqC19Re0kvTPb { width:17.4375rem;height:6.5913125rem;top:41.6875rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#tLNVxccrug5kUlxFKvTOqC19Re0kvTPb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #Nem8ogyhPVuKEvCGWwgJVEqZPSyz9D8d { width:15rem;height:3.4375rem;top:48.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5EN6Q005Te5uiIaVLaGmMh6xXTep08N { display:block; }
 }@media only screen and (max-width: 763px) { #aKu7oRh2FLbFNnnt5BN6mLN0BUDh0ov0 { width:9.8745rem;height:14.3745rem;top:54.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZSTD1z3orgGeCuoc2TM0glUwG1ru8wH { width:18.75rem;height:1.5244125rem;top:69.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taPWAsrgFndrTxqVNGfwCF88vFsJQbZ8 { width:15.0625rem;height:1.26220625rem;top:68.4375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3WFey4Je5b3scZlX6bmGQ0H9iMFAocR { width:16.9980625rem;height:4.53661875rem;top:71.25rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#G3WFey4Je5b3scZlX6bmGQ0H9iMFAocR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #xE2S8yUMww2NtSaTCATTXVmdl2XwV0Lq { width:15rem;height:3.436525rem;top:76.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfFyoc6GM25u4053waTsI1bQZvTD7d26 { display:block; }
 }@media only screen and (max-width: 763px) { #Gw7NJdfVNJ7zSgU7B5HgNIDexXi3mg6r { width:16.1865rem;height:14.4375rem;top:83rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztod2CHGlGbdTxXTNB0fbEGnQXDuEnWf { width:18.75rem;height:1.5244125rem;top:99.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prf73zXUDRZD3gHekUyDlxU3r95wOZwe { width:15.0615rem;height:1.26220625rem;top:98.375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWrTzXozSJF3zxkLMpTCiTRHfeNQkFTx { width:14.625rem;height:3.9682625rem;top:101.875rem;left:2.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#uWrTzXozSJF3zxkLMpTCiTRHfeNQkFTx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #eWDQcoxgdtWbQLmpKVpgF10aJRm5ewmC { width:15rem;height:3.436525rem;top:107.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTaUfikACqW0xcCTismzcAC6F1HX3qMy { display:block; }
 }@media only screen and (max-width: 763px) { #b0eBQhHCGsCbHU8NsdqBedO6ASumShDQ { width:8.875rem;height:17.6875rem;top:37.5625rem;left:5.5rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #LaeAdNBvnrHuVT4rdzmVQqx3FrJNXGLb { width:19.9995rem;height:32.937rem;top:45.8125rem;left:0rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #UlAhocWSqg2rZzanhTd9qteOBoBe1qfy { width:19.8125rem;height:0;top:52.01806671875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9dpToFa26WfloNFMmvW5O5JTgpuFKBU { width:19.9995rem;height:4.061525rem;top:59.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqqXFB1PqACR7xEGaKh8bL7v7eB6FgL1 { width:9.812rem;height:2.34375rem;top:41.212158203125rem;left:5.06103515625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sg3RzNH8avcv80art7WwmTNO8CDl3PUC { width:18.4365rem;height:3.436525rem;top:76.25rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmdySwJSQ2OVZOU2kMflvk2WlSsMwyTF { display:block; }
 }@media only screen and (max-width: 763px) { #B5DzVvATsBNPCfq49kQnrnphTfCrJfF6 { width:16.1875rem;height:29.4375rem;top:112.06103671875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKaqrBmymzAJvrBvVrtDFvWCs9OqITTk { width:16.1875rem;height:29.4375rem;top:142.74853671875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCOHTrK9kGp2iz9VrrVedncrpQGgqNfd { width:16.1875rem;height:29.4375rem;top:173.43603671875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgC0RrWFzCPvUmoVGeazvTOpVy2TANDT { display:block; }#xgC0RrWFzCPvUmoVGeazvTOpVy2TANDT > .row .container { width:20rem;height:129.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVlRoRRy8PtRtxDDDQ47k0XEX3KoO84a { width:18.75rem;height:26.75rem;top:1.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phDJr4NZhSo5wxTmpHbPQVvLlyb8mzJ0 { width:18.75rem;height:2.35546875rem;top:13rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScxydtqA0Pd6rg1XGxIWiTKAdQGTgSqL { width:15.0615rem;height:1.19921875rem;top:11.75rem;left:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaGUu41KwaNOoxbD6rUml1T56xD42iG8 { width:18.75rem;height:29.5625rem;top:30.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy8teakCIF1no6a4AaG2VhgkTr0Cfn1U { width:18.75rem;height:2.35546875rem;top:42.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn7b0mSrDqQOhxsOb8ZnxDEJpccVIuP4 { width:15.0605625rem;height:1.19921875rem;top:44.75rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4CLAmqFT16oN2xVHgatQizTVHO1962T { width:18.75rem;height:30.75rem;top:61.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IikT0NTAqxppQ5ZsArZ1THE8oyLUSmbe { width:18.75rem;height:2.35546875rem;top:77.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2IuEG1ztUGIesibEoNxPb2S8BLtuTDv { width:15.0625rem;height:1.19921875rem;top:79.6875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSmHuCL1UGiNwcOcKu1LWCWGhsQUTnGJ { width:18.75rem;height:23.4375rem;top:98rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5bciKC9FfcSbXgmz2ZI1riZ4l6IvTPR { width:15.0605625rem;height:1.19921875rem;top:113.125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg7TVblWE50tuRWsPH9uINmDJoEybdOl { width:18.75rem;height:2.35546875rem;top:110.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1WKMXoI1IKlbtzhDg974el24vZoMnic { width:15rem;height:3.4375rem;top:23.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfxt3ZGVGent1A56nsrwRu8ADG6IK7Pe { display:block; }
 }@media only screen and (max-width: 763px) { #G46sPoqZC8CrQisET2r6qVqftUPSLUbB { width:15rem;height:3.4375rem;top:54.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBiXkW9uMRTTtdH3w1SRPWcgBp0vbOzC { display:block; }
 }@media only screen and (max-width: 763px) { #arf7mq0zPZtT2SnTNX0Z6GuI5HnWN5wT { width:15rem;height:3.436525rem;top:87.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI4OU9Zn5lav8mDhZz4PQoqx3KsT20iu { display:block; }
 }@media only screen and (max-width: 763px) { #NDqZTdDFGxXUnukZtLv2TJxvmUhSeec1 { width:15rem;height:3.436525rem;top:119.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5WwXcIbToWNxKekbfB38Tzzo9dOAIrS { display:block; }
 }@media only screen and (max-width: 763px) { #Qheas2QmpTT9rOhlG8LyMQ3md9OBOdpq { width:8.625rem;height:11.187rem;top:1.5rem;left:5.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6mIqyZRJBDKbJCCsAzx1bFrNKVHnFEB { width:11.4375rem;height:11.125rem;top:31.0625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUV3nKpk3w8eorv29hz011bhfdDk8uFX { width:9.8745rem;height:14.3745rem;top:62.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp8na40Vhkstf7QSvc8E3kGbmL9dTCDN { width:16.1865rem;height:14.4375rem;top:95.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6kekgu7HLBIATwmhalZU5OvK3rtEfq0 { width:15.75rem;height:7.34375rem;top:15.3115234375rem;left:2.154296875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#k6kekgu7HLBIATwmhalZU5OvK3rtEfq0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #iAKKUOyx6UsIeIRT7Ja7GdKOu3SAGVMQ { width:13.1875rem;height:6.5283125rem;top:47.0625rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#iAKKUOyx6UsIeIRT7Ja7GdKOu3SAGVMQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #WU861CsoPR72VDhbVw7SEmouUcbmJrMT { width:12.8125rem;height:4.53515625rem;top:81.6875rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#WU861CsoPR72VDhbVw7SEmouUcbmJrMT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #CqsdRVJWZOaCw6UlwGmXCiuOmHB6yXsV { width:16.4375rem;height:2.75rem;top:115.5625rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#CqsdRVJWZOaCw6UlwGmXCiuOmHB6yXsV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #eTc4qwRgEJJmTuTmEUnW9VgNpxmIwqe8 { display:block; }#eTc4qwRgEJJmTuTmEUnW9VgNpxmIwqe8 > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmUBMvTcIxA9zDPDDmy548xEZbfWM9gf { width:15.1875rem;height:2.34375rem;top:20.375rem;left:1.4375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKrzTg9Hrt5L2yQKbGEduzzGTi3cXcMz { width:18.375rem;height:3.436525rem;top:59.3125rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDGfCbLmZBGayRAiESFaH8D9ymEMhAkT { display:block; }
 }@media only screen and (max-width: 763px) { #TIS7OzwpCLpEF6Btqs34c4si5mO3xZS8 { width:19.9375rem;height:55.5625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzA1FWXP6lOM9yIpHd6R9A8aRQs0Ggc3 { width:9.8125rem;height:0;top:81.3564453125rem;left:10.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OtmaXTvDN0e6gQUWm6WiI5wVAf8rHXnz { width:18.9375rem;height:6.25rem;top:11.26171875rem;left:0.53125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K60mNIlnNv5WOCeNHElg6iTtTMspdzOS { width:17.4375rem;height:22.3125rem;top:35.875rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItJGSnf6qzsCfa0EvM9nh1DvGBT3GXvD { width:15.0600625rem;height:1.19921875rem;top:10.0625rem;left:2.375rem;text-align:center;text-align-last:center;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #bFMrJJQ2GCOZ5kwkLGMTBQXiSv8x83zK { width:20rem;height:18.409893992933rem;top:16.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { width:19.749rem;height:5.25rem;top:2.68505859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgpI06MmxURWdPZ3b6TUOqxGaQ0aCJTz { width:9.5625rem;height:3.3125rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5pOsh1TH0KcNCEuuVmXpMIQzC6HmhBP { width:20rem;height:6.9043rem;top:2.328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { border-width: 0; border-radius: 0; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { width:20rem;height:8.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RUc4E1Pl0BrNJKEEOzqqboVVZLT794en { width:19.9995rem;height:3.436525rem;top:0.27978515625rem;left:0rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #aazivxG6MxkRw8uXO5Z5Nvk3EOwuQ1Ig { display:block; }
 }@media only screen and (max-width: 763px) { #OTtOklPbPDAQacOuJ7SsE8V0MHN87ixK { width:19.9995rem;height:3.375rem;top:3.6240234375rem;left:0rem;z-index:100006;background-color:#078900;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BOAu0DWIpk2XsI2STby6TTh6OBrxGkWX { display:block; }
 }