.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:none;position:relative;display:block; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .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); }#AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fae9ed;background-image:url("https://images.assets-landingi.com/sFDAC6w0/af.PNG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P.adaptive-delivery-prevent-bg, #AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P.lazyload, #AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P.lazyloading { background-image: none; }#AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P > .row .container { background-color: transparent; background-image: none; }#AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P > .row .container > .video-iframe-container { display: none; }#AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P > .row > .video-iframe-container { display: none; }#AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P > .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); }#AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P > .row .container { border-width: 0; border-radius: 0; }#AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#KapaFOMfueTkgpUT7GNt7x2oocFSe3an { color:#020202;display:block;width:52.0625rem;position:absolute;font-family:neuton;font-size:2.25rem;font-weight:400;z-index:100033;line-height:.9;letter-spacing:0;top:7.8109374046325rem;left:9rem;height:4.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgJDLpuX4V8W48TpBitRxiskwbPlKM3A { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:11.25rem;top:1.1851562261581rem;left:7.5rem;overflow:hidden;display:block; }
#K3IEIG0MEQLlazKte63gdKi2ERoAqJ61 { position:absolute;display:block;z-index:100036;height:23.5625rem;width:50.0625rem;top:14.323437690735rem;left:10rem;display:block; }
#RL8H7afAJtA74dN2u1fOVO7EMSk6Fr4E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RL8H7afAJtA74dN2u1fOVO7EMSk6Fr4E > .row .container { background-color: transparent; background-image: none; }#RL8H7afAJtA74dN2u1fOVO7EMSk6Fr4E::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RL8H7afAJtA74dN2u1fOVO7EMSk6Fr4E > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RL8H7afAJtA74dN2u1fOVO7EMSk6Fr4E > .row .container > .video-iframe-container { display: none; }#RL8H7afAJtA74dN2u1fOVO7EMSk6Fr4E > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RL8H7afAJtA74dN2u1fOVO7EMSk6Fr4E > .row > .video-iframe-container { display: none; }#RL8H7afAJtA74dN2u1fOVO7EMSk6Fr4E > .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); }#RL8H7afAJtA74dN2u1fOVO7EMSk6Fr4E > .row .container { border-width: 0; border-radius: 0; }#RL8H7afAJtA74dN2u1fOVO7EMSk6Fr4E > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#iDQAt7Ttha290qWRUaQuQiGDRJqiUA7z { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:47.75rem;top:1.4584420668059rem;left:13.625rem;overflow:hidden;display:block; }
#r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx.adaptive-delivery-prevent-bg, #r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx.lazyload, #r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx.lazyloading { background-image: none; }#r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx > .row .container { background-color: transparent; background-image: none; }#r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx > .row .container > .video-iframe-container { display: none; }#r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx > .row > .video-iframe-container { display: none; }#r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx > .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); }#r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx > .row .container { border-width: 0; border-radius: 0; }#r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:75rem;position:relative;display:block; }#gyGNPmM6wZsO6JffKRSEtk4kA8sHx8WH { color:#222222;display:block;width:75rem;position:absolute;font-family:neuton;font-size:2.25rem;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:1.9375rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NOz6tnWMt0W5Ot9rO2GylQRiSJ9vuauy { color:#222222;display:block;width:46.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:8.8125rem;left:15.125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAVuPpG8wcOtqgJhb3xgkzapTXLF6p8q { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.8125rem;top:8.1250019073488rem;left:10.875rem;overflow:hidden;display:block; }
#oHA99X3pN2hcVH5p6MpkGJmHSVH85dzv { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.5rem;top:8.1250009536744rem;left:62.1875rem;overflow:hidden;display:block; }
#wEtXk00vK1BFI3mH15ZqrZ7f43uHTSuV { color:#222222;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:19rem;left:38.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#endPuoS3pVNLWvnpI4a9sZ8qHxgHfSOe { position:absolute;display:block;z-index:100008;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:19.5625rem;width:64.125rem;top:27.1875rem;left:3.25rem;display:block; }
#bW97JT2pAudsILFPm6xLCmmzZO9TqKVy { color:rgba(34,34,34,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:27.8125rem;left:3.9375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O37eHc2JOh512aT2TphlBXpTnZNOE5tS { color:#222222;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:40.062499046326rem;left:17.125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XUwCZ2Nhq4trP7v0kd8ERReU3LhB53qp { color:rgba(34,34,34,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:27.8125rem;left:35.437501907349rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zzbS9imwVSC0ioVwiRoXkwBbVkAvoNBu { color:#222222;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:40.062500953674rem;left:45.5625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTdHgOIO42AJofhy9U574BD14K01M5ti { position:absolute;display:block;z-index:100013;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;height:8.4375rem;width:0.1875rem;top:30.1875rem;left:33.5rem;display:block; }
#cHQ8kvnDyDhQhVav2JO8SUrmtwTkMQ4R { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;height:7.375rem;width:7.25rem;top:37.837500572204rem;left:7.9375rem;overflow:hidden;display:block; }
#xfJZd48Tk6cT9RxLcv2DbBdu5TCuC1Tt { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;height:7.375rem;width:7.375rem;top:16.5625rem;left:29.8125rem;overflow:hidden;display:block; }
#wtPV0STHKoVUcNoZT9ni6NucNXCA8h8r { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;height:7.375rem;width:7.375rem;top:37.8125rem;left:37.0625rem;overflow:hidden;display:block; }
#hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QgIuuBxKwM/unsplash/headway-5QgIuuBxKwM-photo-1517245386807-bb43f82c33c4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z.adaptive-delivery-prevent-bg, #hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z.lazyload, #hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z.lazyloading { background-image: none; }#hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z > .row .container { background-color: transparent; background-image: none; }#hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.92); }#hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z > .row .container > .video-iframe-container { display: none; }#hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.92); }#hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z > .row > .video-iframe-container { display: none; }#hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z > .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); }#hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z > .row .container { border-width: 0; border-radius: 0; }#hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#f6i3ttSHyxkbXe2Wc77KA36lAtsNfa9R { color:#151515;display:block;width:21.375rem;position:absolute;font-family:neuton;font-size:2.25rem;font-weight:400;z-index:100001;line-height:1.2;letter-spacing:0;top:6.25rem;left:5.6875rem;height:2.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nRdzSDFtSRicTWpMmSBFq8dsFzaWzLEW { color:#060292;display:block;width:24.875rem;position:absolute;font-family:neuton;font-size:2.25rem;font-weight:400;z-index:100002;line-height:1.2;letter-spacing:0;top:4.8992156982422rem;left:42.875rem;height:5.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#naDRs4w86RovXt5aWpMEPT5k1KDIaZ8S { color:#3b3b3b;display:block;width:27.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:11.31093788147rem;left:5.0625rem;height:4.725rem;font-style:normal;display:block; }
#xIy4U2OxlwqV5pmqZwFgfyNTboLRWCEv { color:#3b3b3b;display:block;width:27.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100005;line-height:1.7;letter-spacing:0;top:16.528126239777rem;left:5.0625rem;height:8.5rem;font-style:normal;display:block; }
#EgiztAskszXX4eGqrAXT67FiBvLAp50e { color:#3b3b3b;display:block;width:20.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:11.310153961182rem;left:44.5rem;height:;font-style:normal;display:block; }#EgiztAskszXX4eGqrAXT67FiBvLAp50e li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#EgiztAskszXX4eGqrAXT67FiBvLAp50e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/RmDuyecM/noun_bullet_point_4084271_EDA5EF.svg); }
#LTPnfTBkXnAmHBkzp0mvbqS70ABnzhPv { position:absolute;display:block;z-index:100000;background-color:rgba(250,233,237,0.21);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;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.84) ;height:26.1241875rem;width:30rem;top:4.1382813453674rem;left:3.75rem;display:block; }
#B642RMKEv076Qwom4fhhA3MZom9mTFGT { background-color:#eda5ef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#030403;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:35.80859375rem;left:29.812501907349rem;display:block; }
#s4e6o9eHmDtGlPlDAsgT9F3abdpUarUw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JVmFmNTQgn90M6y5Ckql8L6erSSefhmS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JVmFmNTQgn90M6y5Ckql8L6erSSefhmS > .row .container { background-color: transparent; background-image: none; }#JVmFmNTQgn90M6y5Ckql8L6erSSefhmS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JVmFmNTQgn90M6y5Ckql8L6erSSefhmS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JVmFmNTQgn90M6y5Ckql8L6erSSefhmS > .row .container > .video-iframe-container { display: none; }#JVmFmNTQgn90M6y5Ckql8L6erSSefhmS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JVmFmNTQgn90M6y5Ckql8L6erSSefhmS > .row > .video-iframe-container { display: none; }#JVmFmNTQgn90M6y5Ckql8L6erSSefhmS > .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); }#JVmFmNTQgn90M6y5Ckql8L6erSSefhmS > .row .container { border-width: 0; border-radius: 0; }#JVmFmNTQgn90M6y5Ckql8L6erSSefhmS > .row .container { font-size:0.875rem;font-family:arial;height:73.8125rem;width:75rem;position:relative;display:block; }#B9xZelHTvc0rFF8eUWFmQLdwJgvt3N8p { display:block;width:29.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:44.0625rem;left:5.5rem;height:;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-style:normal;color:#000000;display:block; }
#qphvTAsQxNUlDBHs1n1JmCtSM4LlcCoG { display:block;width:25.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:54.25rem;left:5.5rem;height:;color:#333333;display:block; }#qphvTAsQxNUlDBHs1n1JmCtSM4LlcCoG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qphvTAsQxNUlDBHs1n1JmCtSM4LlcCoG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/L6UI9BzV/noun_bullet_point_4084271_FBE3EB.png); }
#IZ9btd86p2k9cfpGBTI3Cp1sofRuGEQh { display:block;width:29.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:11.499999761581rem;left:32rem;height:;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-style:normal;color:#000000;display:block; }
#mh634E0upns2wvMsmtHOmNtEM4q4mmIT { display:block;width:29.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:21.875rem;left:32rem;height:;color:#333333;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-style:normal;display:block; }
#LA8HfgrA7XRVQ2yAorJXFqNzDuQTk8X8 { display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:1.7875rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#OHLaedJUsgNQOD3gu7fZp3LvENmBTheH { color:#020202;display:block;width:75rem;position:absolute;font-family:neuton;font-size:2.6875rem;font-weight:400;z-index:100034;line-height:.9;letter-spacing:0;top:1.625rem;left:0rem;height:2.41875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F2iUvpa1qUhhJy2xXKeoXmcCp68xudQQ { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.375rem;width:18.125rem;top:11.499221801757rem;left:7.8125rem;overflow:hidden;display:block; }
#unEdchvoTMKmFZMpIsIf6cuq8WrlXmw5 { color:#000000;display:block;width:25.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:21.875000715256rem;left:32.5625rem;height:;display:block; }#unEdchvoTMKmFZMpIsIf6cuq8WrlXmw5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#unEdchvoTMKmFZMpIsIf6cuq8WrlXmw5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/L6UI9BzV/noun_bullet_point_4084271_FBE3EB.png); }
#ocucxL7rOmXl1hfk6FVJiFHcBt90SRwz { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:26.25rem;top:44.062503814698rem;left:37.625001907349rem;overflow:hidden;display:block; }
#z8vNIiIyga5hu225H1FWlaW5Jvyf3rhs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#z8vNIiIyga5hu225H1FWlaW5Jvyf3rhs > .row .container { background-color: transparent; background-image: none; }#z8vNIiIyga5hu225H1FWlaW5Jvyf3rhs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z8vNIiIyga5hu225H1FWlaW5Jvyf3rhs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z8vNIiIyga5hu225H1FWlaW5Jvyf3rhs > .row .container > .video-iframe-container { display: none; }#z8vNIiIyga5hu225H1FWlaW5Jvyf3rhs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z8vNIiIyga5hu225H1FWlaW5Jvyf3rhs > .row > .video-iframe-container { display: none; }#z8vNIiIyga5hu225H1FWlaW5Jvyf3rhs > .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); }#z8vNIiIyga5hu225H1FWlaW5Jvyf3rhs > .row .container { border-width: 0; border-radius: 0; }#z8vNIiIyga5hu225H1FWlaW5Jvyf3rhs > .row .container { font-size:0.875rem;font-family:arial;height:62.1875rem;width:75rem;position:relative;display:block; }#MaN7B0Hmi9hehps4NkLHM2TxO0asCbNO { position:absolute;display:block;z-index:99998;background-color:#fae9ed;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:56.3125rem;width:60rem;top:3.6250000474974rem;left:6.4375rem;display:block; }
#N2rQB9uvoeTEavBdOyypNTAIE7XraSu7 { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:6.3750001862644rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JkpwQ7zatpO70mSvtUg8JXDrxeM7Ion9 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:28.25rem;top:10.735939025879rem;left:23.968751907349rem;overflow:hidden;display:block; }
#OHBSrD79qTzsf79J0fvcacv0zWSgvJws { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.75rem;width:33.375rem;top:30.675001144409rem;left:20.8125rem;overflow:hidden;display:block; }
#HCHRlp0TAklX1P5Ptl9CMIiNWTGK8lTW { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:37.8125rem;top:43.875rem;left:19.40625rem;overflow:hidden;display:block; }
#f0mEm4KogZdUDu0Wxno0rnw03DQ1GoVn { position:relative;display:block; }#f0mEm4KogZdUDu0Wxno0rnw03DQ1GoVn { background-color: transparent; background-image: none; }#f0mEm4KogZdUDu0Wxno0rnw03DQ1GoVn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f0mEm4KogZdUDu0Wxno0rnw03DQ1GoVn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f0mEm4KogZdUDu0Wxno0rnw03DQ1GoVn > .row .container > .video-iframe-container { display: none; }#f0mEm4KogZdUDu0Wxno0rnw03DQ1GoVn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f0mEm4KogZdUDu0Wxno0rnw03DQ1GoVn > .row > .video-iframe-container { display: none; }#f0mEm4KogZdUDu0Wxno0rnw03DQ1GoVn > .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); }#f0mEm4KogZdUDu0Wxno0rnw03DQ1GoVn { border-width: 0; border-radius: 0; }#f0mEm4KogZdUDu0Wxno0rnw03DQ1GoVn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#rfXAS68sRuJvcrU1IC4H5vEht9XeqcgP { color:#222222;display:block;width:75rem;position:absolute;font-family:neuton;font-size:2.25rem;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:1.25rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mii5ymEDcgHxEORLtIdnaASn62e8KLQK { background-color:#eda5ef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#030403;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:7.9335975646975rem;left:31.437501907349rem;display:block; }
#AIQ5Tm8RZQMa9LPp9KQTKo86gEs2kcI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#d0d0d0;background-image:url("https://images.assets-landingi.com/sFDAC6w0/af.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD.adaptive-delivery-prevent-bg, #lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD.lazyload, #lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD.lazyloading { background-image: none; }#lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD > .row .container { background-color: transparent; background-image: none; }#lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD > .row .container > .video-iframe-container { display: none; }#lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD > .row > .video-iframe-container { display: none; }#lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD > .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); }#lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD > .row .container { border-width: 0; border-radius: 0; }#lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#uJSDy1UKOWfOKTJEIC3wIcNxgWNbUVGD { position:absolute;display:block;z-index:100005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:8.5625rem;left:49.9375rem;display:block; }
#LZb8XhmIL3NBBEEAHz6D79UnFdnC8MMF { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:9.125rem;left:50.4375rem;display:block; }
#adwZBcg9x9KQFGc9GJDXii3nvMd52hRf { position:absolute;display:block;z-index:100007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:8.5625rem;left:53.9375rem;display:block; }
#I3Wez0EPH5xMQNEXI6lDr8JmtfyzBT3V { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:9.125rem;left:54.4375rem;display:block; }
#CsP52pLa6TXfgAJQTPJHIZka5escOuLu { position:absolute;display:block;z-index:100015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:35.625rem;top:6.5117111206056rem;left:25.75rem;display:block; }
#nbbuskpgTQ9HBn1VCJ6RRPnzEPwzhA8V { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100016;line-height:1.4;letter-spacing:0;top:4.125rem;left:48.125rem;height:1.225rem;font-style:normal;display:block; }
#x8zgA9nsuuVQ7rafUbGeWk1Xoei9A6Xn { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:3.9375rem;left:45.3125rem;display:block; }
#oHGlVWTHheSluXMaWC1Bk21fRC1opuBQ { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:4.125rem;left:33.5rem;height:1.225rem;font-style:normal;display:block; }
#zRThza8pR4xiLL5TcEnc7RgoKH0yID0U { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:3.75rem;left:30.6875rem;display:block; }
#BsaeTaVuhS1o5rRFczSJRHNtcQNh8Uo2 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:6.875rem;left:49.5625rem;height:1.05rem;font-style:normal;display:block; }
#sPQKhXgSDBzLmbofWmKmHb8i4NKCtkHl { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:2.0625rem;left:31.75rem;height:1.05rem;font-style:normal;display:block; }
#rnJBpB8zV1D7JRH1X8JSbOSCV0DMwZDu { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:11.875rem;top:1.6617183685302rem;left:13.625rem;overflow:hidden;display:block; }
#JKymQWk5rBbEM8iLHGf6s3TcACbuJxlG { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:3.0625rem;width:3.0625rem;top:8.5625019073488rem;left:58.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P { display:block; }#AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KapaFOMfueTkgpUT7GNt7x2oocFSe3an { width:47.75rem;height:4rem;top:7.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgJDLpuX4V8W48TpBitRxiskwbPlKM3A { top:1.125rem;left:0rem;width:11.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3IEIG0MEQLlazKte63gdKi2ERoAqJ61 { top:14.3125rem;left:0rem;width:47.75rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL8H7afAJtA74dN2u1fOVO7EMSk6Fr4E { display:block; }#RL8H7afAJtA74dN2u1fOVO7EMSk6Fr4E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDQAt7Ttha290qWRUaQuQiGDRJqiUA7z { top:1.4375rem;left:0rem;width:47.75rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx { display:block; }#r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyGNPmM6wZsO6JffKRSEtk4kA8sHx8WH { width:47.75rem;height:2.25rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOz6tnWMt0W5Ot9rO2GylQRiSJ9vuauy { width:46.25rem;height:6.5rem;top:8.8125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAVuPpG8wcOtqgJhb3xgkzapTXLF6p8q { width:2.8125rem;height:2rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHA99X3pN2hcVH5p6MpkGJmHSVH85dzv { width:2.5rem;height:2rem;top:8.125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEtXk00vK1BFI3mH15ZqrZ7f43uHTSuV { width:18.1875rem;height:2.5rem;top:19rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #endPuoS3pVNLWvnpI4a9sZ8qHxgHfSOe { width:47.625rem;height:19.5625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW97JT2pAudsILFPm6xLCmmzZO9TqKVy { width:28.75rem;height:6.5rem;top:27.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O37eHc2JOh512aT2TphlBXpTnZNOE5tS { width:14.5rem;height:2.875rem;top:40.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUwCZ2Nhq4trP7v0kd8ERReU3LhB53qp { width:28.75rem;height:9.0625rem;top:27.8125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzbS9imwVSC0ioVwiRoXkwBbVkAvoNBu { width:14rem;height:2.875rem;top:40.0625rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTdHgOIO42AJofhy9U574BD14K01M5ti { width:0.1875rem;height:8.4375rem;top:30.1875rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHQ8kvnDyDhQhVav2JO8SUrmtwTkMQ4R { top:37.8125rem;left:0rem;width:7.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfJZd48Tk6cT9RxLcv2DbBdu5TCuC1Tt { top:16.5625rem;left:16.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtPV0STHKoVUcNoZT9ni6NucNXCA8h8r { top:37.8125rem;left:23.4375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z { display:block; }#hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6i3ttSHyxkbXe2Wc77KA36lAtsNfa9R { width:21.375rem;height:2.6875rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRdzSDFtSRicTWpMmSBFq8dsFzaWzLEW { width:24.875rem;height:5.375rem;top:4.875rem;left:22.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #naDRs4w86RovXt5aWpMEPT5k1KDIaZ8S { width:27.375rem;height:4.6875rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIy4U2OxlwqV5pmqZwFgfyNTboLRWCEv { width:27.375rem;height:8.5rem;top:16.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgiztAskszXX4eGqrAXT67FiBvLAp50e { width:20.3125rem;height:18.9375rem;top:11.25rem;left:24.0625rem;font-size:1rem;display:block; }#EgiztAskszXX4eGqrAXT67FiBvLAp50e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/RmDuyecM/noun_bullet_point_4084271_EDA5EF.svg); }
 }@media only screen and (max-width: 763px) { #LTPnfTBkXnAmHBkzp0mvbqS70ABnzhPv { top:4.125rem;left:0rem;width:47.75rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B642RMKEv076Qwom4fhhA3MZom9mTFGT { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4e6o9eHmDtGlPlDAsgT9F3abdpUarUw { display:block; }
 }@media only screen and (max-width: 763px) { #JVmFmNTQgn90M6y5Ckql8L6erSSefhmS { display:block; }#JVmFmNTQgn90M6y5Ckql8L6erSSefhmS > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9xZelHTvc0rFF8eUWFmQLdwJgvt3N8p { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qphvTAsQxNUlDBHs1n1JmCtSM4LlcCoG { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }#qphvTAsQxNUlDBHs1n1JmCtSM4LlcCoG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/L6UI9BzV/noun_bullet_point_4084271_FBE3EB.png); }
 }@media only screen and (max-width: 763px) { #IZ9btd86p2k9cfpGBTI3Cp1sofRuGEQh { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh634E0upns2wvMsmtHOmNtEM4q4mmIT { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA8HfgrA7XRVQ2yAorJXFqNzDuQTk8X8 { width:47.75rem;height:1.75rem;top:6.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHLaedJUsgNQOD3gu7fZp3LvENmBTheH { width:47.75rem;height:2.375rem;top:1.625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2iUvpa1qUhhJy2xXKeoXmcCp68xudQQ { top:11.4375rem;left:0rem;width:18.125rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unEdchvoTMKmFZMpIsIf6cuq8WrlXmw5 { top:21.875rem;left:18.937501907349rem;width:25.375rem;height:;font-size:1.125rem;display:block; }#unEdchvoTMKmFZMpIsIf6cuq8WrlXmw5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/L6UI9BzV/noun_bullet_point_4084271_FBE3EB.png); }
 }@media only screen and (max-width: 763px) { #ocucxL7rOmXl1hfk6FVJiFHcBt90SRwz { top:44.0625rem;left:21.5rem;width:26.25rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8vNIiIyga5hu225H1FWlaW5Jvyf3rhs { display:block; }#z8vNIiIyga5hu225H1FWlaW5Jvyf3rhs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaN7B0Hmi9hehps4NkLHM2TxO0asCbNO { width:47.75rem;height:56.3125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2rQB9uvoeTEavBdOyypNTAIE7XraSu7 { width:47.75rem;height:2.875rem;top:6.375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkpwQ7zatpO70mSvtUg8JXDrxeM7Ion9 { top:10.6875rem;left:10.343751907349rem;width:28.25rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHBSrD79qTzsf79J0fvcacv0zWSgvJws { top:30.625rem;left:7.1875rem;width:33.375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCHRlp0TAklX1P5Ptl9CMIiNWTGK8lTW { top:43.875rem;left:5.78125rem;width:37.8125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0mEm4KogZdUDu0Wxno0rnw03DQ1GoVn { display:block; }#f0mEm4KogZdUDu0Wxno0rnw03DQ1GoVn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfXAS68sRuJvcrU1IC4H5vEht9XeqcgP { width:47.75rem;height:2.25rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mii5ymEDcgHxEORLtIdnaASn62e8KLQK { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIQ5Tm8RZQMa9LPp9KQTKo86gEs2kcI8 { display:block; }
 }@media only screen and (max-width: 763px) { #lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD { display:block; }#lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJSDy1UKOWfOKTJEIC3wIcNxgWNbUVGD { top:8.5625rem;left:36.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZb8XhmIL3NBBEEAHz6D79UnFdnC8MMF { top:9.125rem;left:36.8125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adwZBcg9x9KQFGc9GJDXii3nvMd52hRf { top:8.5625rem;left:40.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3Wez0EPH5xMQNEXI6lDr8JmtfyzBT3V { top:9.125rem;left:40.8125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsP52pLa6TXfgAJQTPJHIZka5escOuLu { top:6.5rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbbuskpgTQ9HBn1VCJ6RRPnzEPwzhA8V { top:4.125rem;left:34.5rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8zgA9nsuuVQ7rafUbGeWk1Xoei9A6Xn { top:3.9375rem;left:31.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHGlVWTHheSluXMaWC1Bk21fRC1opuBQ { top:4.125rem;left:19.875rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRThza8pR4xiLL5TcEnc7RgoKH0yID0U { top:3.75rem;left:17.0625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsaeTaVuhS1o5rRFczSJRHNtcQNh8Uo2 { top:6.875rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPQKhXgSDBzLmbofWmKmHb8i4NKCtkHl { top:2.0625rem;left:18.125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnJBpB8zV1D7JRH1X8JSbOSCV0DMwZDu { top:1.625rem;left:0rem;width:11.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKymQWk5rBbEM8iLHGf6s3TcACbuJxlG { top:8.5625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P { display:block; }#AphLZZVh2HIBJUGmyebSU0IWzzBZZ71P > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KapaFOMfueTkgpUT7GNt7x2oocFSe3an { width:20rem;height:4.95rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xgJDLpuX4V8W48TpBitRxiskwbPlKM3A { width:9.6875rem;height:3rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3IEIG0MEQLlazKte63gdKi2ERoAqJ61 { width:20rem;height:23.5625rem;top:13.0375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL8H7afAJtA74dN2u1fOVO7EMSk6Fr4E { display:block; }#RL8H7afAJtA74dN2u1fOVO7EMSk6Fr4E > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDQAt7Ttha290qWRUaQuQiGDRJqiUA7z { width:20rem;height:1.6458333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx { display:block; }#r3O6FUdW0LDQLfpB8y2XFyRWRSTkiHSx > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyGNPmM6wZsO6JffKRSEtk4kA8sHx8WH { width:20rem;height:1.25rem;top:2.6866340637207rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOz6tnWMt0W5Ot9rO2GylQRiSJ9vuauy { width:20rem;height:15.6rem;top:10.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAVuPpG8wcOtqgJhb3xgkzapTXLF6p8q { width:2.875rem;height:2rem;top:7.4370670318606rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHA99X3pN2hcVH5p6MpkGJmHSVH85dzv { width:2.875rem;height:2rem;top:26.162499427796rem;left:16.308594107628rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEtXk00vK1BFI3mH15ZqrZ7f43uHTSuV { width:10.3125rem;height:3.75rem;top:29.311718940735rem;left:8.2500003576281rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #endPuoS3pVNLWvnpI4a9sZ8qHxgHfSOe { width:20.0625rem;height:47.625rem;top:40.675003051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW97JT2pAudsILFPm6xLCmmzZO9TqKVy { width:20rem;height:9.1rem;top:41.687500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O37eHc2JOh512aT2TphlBXpTnZNOE5tS { width:9.875rem;height:3.9rem;top:53.687501907349rem;left:9.3710941076281rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUwCZ2Nhq4trP7v0kd8ERReU3LhB53qp { width:20rem;height:13rem;top:62.437501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzbS9imwVSC0ioVwiRoXkwBbVkAvoNBu { width:10.25rem;height:2.6rem;top:78.18750190735rem;left:8.9960941076281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTdHgOIO42AJofhy9U574BD14K01M5ti { width:0.1875rem;height:8.4375rem;top:30.1875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHQ8kvnDyDhQhVav2JO8SUrmtwTkMQ4R { width:7.125rem;height:7.25rem;top:53.050001144409rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfJZd48Tk6cT9RxLcv2DbBdu5TCuC1Tt { width:7.25rem;height:7.25rem;top:27.999218940735rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtPV0STHKoVUcNoZT9ni6NucNXCA8h8r { width:7.375rem;height:7.375rem;top:76.862501144406rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z { display:block; }#hAhSvU0ZCsSJkzJrhM7IrzVM6WpK3R3Z > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6i3ttSHyxkbXe2Wc77KA36lAtsNfa9R { width:17.1875rem;height:1.8rem;top:3.8125rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRdzSDFtSRicTWpMmSBFq8dsFzaWzLEW { width:20rem;height:3.6rem;top:25.412499904633rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naDRs4w86RovXt5aWpMEPT5k1KDIaZ8S { width:18.93675rem;height:5.6rem;top:8.625rem;left:0.688232421875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xIy4U2OxlwqV5pmqZwFgfyNTboLRWCEv { width:18.75rem;height:10.4125rem;top:15rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EgiztAskszXX4eGqrAXT67FiBvLAp50e { width:18.625rem;height:15.7875rem;top:29.625rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#EgiztAskszXX4eGqrAXT67FiBvLAp50e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/RmDuyecM/noun_bullet_point_4084271_EDA5EF.svg); }
 }@media only screen and (max-width: 763px) { #LTPnfTBkXnAmHBkzp0mvbqS70ABnzhPv { width:20rem;height:44.3125rem;top:2.37548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B642RMKEv076Qwom4fhhA3MZom9mTFGT { width:14.75rem;height:3rem;top:47.937500476837rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4e6o9eHmDtGlPlDAsgT9F3abdpUarUw { display:block; }
 }@media only screen and (max-width: 763px) { #JVmFmNTQgn90M6y5Ckql8L6erSSefhmS { display:block; }#JVmFmNTQgn90M6y5Ckql8L6erSSefhmS > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9xZelHTvc0rFF8eUWFmQLdwJgvt3N8p { width:10.3125rem;height:2.925rem;top:25.621094703674rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qphvTAsQxNUlDBHs1n1JmCtSM4LlcCoG { width:9.375rem;height:7.15rem;top:30rem;left:0rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }#qphvTAsQxNUlDBHs1n1JmCtSM4LlcCoG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/L6UI9BzV/noun_bullet_point_4084271_FBE3EB.png); }
 }@media only screen and (max-width: 763px) { #IZ9btd86p2k9cfpGBTI3Cp1sofRuGEQh { width:10.9375rem;height:2.925rem;top:11.749219059944rem;left:9.0625003576281rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh634E0upns2wvMsmtHOmNtEM4q4mmIT { width:18.75rem;height:0;top:29.296106338501rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA8HfgrA7XRVQ2yAorJXFqNzDuQTk8X8 { width:17.25rem;height:2.4375rem;top:6.4992198944094rem;left:1.3750001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHLaedJUsgNQOD3gu7fZp3LvENmBTheH { width:20rem;height:4.4rem;top:1.4999980926514rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #F2iUvpa1qUhhJy2xXKeoXmcCp68xudQQ { width:7.625rem;height:11.625rem;top:11.749219417572rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unEdchvoTMKmFZMpIsIf6cuq8WrlXmw5 { width:10.0625rem;height:7.15rem;top:15.696094036102rem;left:9.3750003576281rem;font-size:0.6875rem;display:block; }#unEdchvoTMKmFZMpIsIf6cuq8WrlXmw5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/L6UI9BzV/noun_bullet_point_4084271_FBE3EB.png); }
 }@media only screen and (max-width: 763px) { #ocucxL7rOmXl1hfk6FVJiFHcBt90SRwz { width:9rem;height:6.5rem;top:30.000001907349rem;left:10.312500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8vNIiIyga5hu225H1FWlaW5Jvyf3rhs { display:block; }#z8vNIiIyga5hu225H1FWlaW5Jvyf3rhs > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaN7B0Hmi9hehps4NkLHM2TxO0asCbNO { width:20rem;height:44.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2rQB9uvoeTEavBdOyypNTAIE7XraSu7 { width:20rem;height:5.525rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkpwQ7zatpO70mSvtUg8JXDrxeM7Ion9 { width:20rem;height:12.743362831858rem;top:11.874235153198rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHBSrD79qTzsf79J0fvcacv0zWSgvJws { width:20rem;height:7.0411985018725rem;top:26.492172241211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCHRlp0TAklX1P5Ptl9CMIiNWTGK8lTW { width:20rem;height:6.8760330578512rem;top:35.782808303833rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0mEm4KogZdUDu0Wxno0rnw03DQ1GoVn { display:block; }#f0mEm4KogZdUDu0Wxno0rnw03DQ1GoVn > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfXAS68sRuJvcrU1IC4H5vEht9XeqcgP { width:20rem;height:1.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mii5ymEDcgHxEORLtIdnaASn62e8KLQK { width:12.75rem;height:2.0625rem;top:5.3109383583069rem;left:3.6249998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIQ5Tm8RZQMa9LPp9KQTKo86gEs2kcI8 { display:block; }
 }@media only screen and (max-width: 763px) { #lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD { display:block; }#lNFiUTT1IdlmaA4ugALepgO9TwbTPtiD > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJSDy1UKOWfOKTJEIC3wIcNxgWNbUVGD { width:3.0625rem;height:3.0625rem;top:15.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZb8XhmIL3NBBEEAHz6D79UnFdnC8MMF { width:2rem;height:2rem;top:15.6875rem;left:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adwZBcg9x9KQFGc9GJDXii3nvMd52hRf { width:3.0625rem;height:3.0625rem;top:15.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3Wez0EPH5xMQNEXI6lDr8JmtfyzBT3V { width:2rem;height:2rem;top:15.6875rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsP52pLa6TXfgAJQTPJHIZka5escOuLu { width:18.75rem;height:0.0625rem;top:11.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbbuskpgTQ9HBn1VCJ6RRPnzEPwzhA8V { width:7.3125rem;height:1.4rem;top:9rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8zgA9nsuuVQ7rafUbGeWk1Xoei9A6Xn { width:2rem;height:2rem;top:8.6875rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHGlVWTHheSluXMaWC1Bk21fRC1opuBQ { width:11.375rem;height:1.4rem;top:5.75rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRThza8pR4xiLL5TcEnc7RgoKH0yID0U { width:2rem;height:2rem;top:5.4375rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsaeTaVuhS1o5rRFczSJRHNtcQNh8Uo2 { width:20rem;height:1.05rem;top:12.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPQKhXgSDBzLmbofWmKmHb8i4NKCtkHl { width:13.625rem;height:1.05rem;top:3.6179695129394rem;left:3.1875001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rnJBpB8zV1D7JRH1X8JSbOSCV0DMwZDu { width:7.8125rem;height:2.4375rem;top:1.1804695129394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKymQWk5rBbEM8iLHGf6s3TcACbuJxlG { width:3.0625rem;height:3.0625rem;top:15.125rem;left:12.9375rem;display:block; }
 }