.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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#deAhkqCJTwhMkhH2DqUfna0EHmcgkAFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#deAhkqCJTwhMkhH2DqUfna0EHmcgkAFE > .row .container { background-color: transparent; background-image: none; }#deAhkqCJTwhMkhH2DqUfna0EHmcgkAFE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#deAhkqCJTwhMkhH2DqUfna0EHmcgkAFE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#deAhkqCJTwhMkhH2DqUfna0EHmcgkAFE > .row .container > .video-iframe-container { display: none; }#deAhkqCJTwhMkhH2DqUfna0EHmcgkAFE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#deAhkqCJTwhMkhH2DqUfna0EHmcgkAFE > .row > .video-iframe-container { display: none; }#deAhkqCJTwhMkhH2DqUfna0EHmcgkAFE > .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); }#deAhkqCJTwhMkhH2DqUfna0EHmcgkAFE > .row .container { border-width: 0; border-radius: 0; }#deAhkqCJTwhMkhH2DqUfna0EHmcgkAFE > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#NHVuLWkrTSSJ1nZN1EIfzm8iq1rZUi5n { background-color:#3c37be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.28125rem;left:54.9375rem;display:block; }
#Shscv2yTmb2KRHUawkVh5LFIuu512XEz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.6875rem;top:0rem;left:8.25rem;overflow:hidden;display:block; }
#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#33aeee;background-image:none;position:relative;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { font-size:0.875rem;font-family:"open sans";height:39.125rem;width:75rem;position:relative;display:block; }#OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:4.4359378814697rem;left:4.25rem;height:18.9rem;font-style:normal;display:block; }
#VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { color:#ffffff;display:block;width:27.0609375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:21.71875rem;left:4.25rem;height:7rem;font-style:normal;display:block; }
#TxoTeuNUyTT7Br8Ri9BoIxVTouK3VNJI { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.6875rem;width:33.625rem;top:4.5421876907349rem;left:37.937501907349rem;display:block; }
#egqGkshgfy14LzhhmkzJsLZaPVnTrvv6 { background-color:#3c37be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:31.71875rem;left:4.25rem;display:block; }
#E4nQXzQOZsV8Etasn59VTQe2tt5cAHnQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TE7aCNZyhpeyBiJLQTwAp9lyNokCUkrV { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:26.78125rem;left:41.312501907349rem;height:9.375rem;display:block; }#TE7aCNZyhpeyBiJLQTwAp9lyNokCUkrV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TE7aCNZyhpeyBiJLQTwAp9lyNokCUkrV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/TSjwFuCB/noun_check_mark_1049529_3C37BE.svg); }
#Gys0i1W5MDL3NBrOriKQb9gSywJ2I5LE { position:relative;display:block; }#Gys0i1W5MDL3NBrOriKQb9gSywJ2I5LE { background-color: transparent; background-image: none; }#Gys0i1W5MDL3NBrOriKQb9gSywJ2I5LE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gys0i1W5MDL3NBrOriKQb9gSywJ2I5LE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gys0i1W5MDL3NBrOriKQb9gSywJ2I5LE > .row .container > .video-iframe-container { display: none; }#Gys0i1W5MDL3NBrOriKQb9gSywJ2I5LE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gys0i1W5MDL3NBrOriKQb9gSywJ2I5LE > .row > .video-iframe-container { display: none; }#Gys0i1W5MDL3NBrOriKQb9gSywJ2I5LE > .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); }#Gys0i1W5MDL3NBrOriKQb9gSywJ2I5LE { border-width: 0; border-radius: 0; }#Gys0i1W5MDL3NBrOriKQb9gSywJ2I5LE > .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:7.9375rem;width:75rem;position:relative;display:block; }#RN1UPJDiOAwpaQTmaSwNWGWiaTCcNvpo { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:75rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/BMnhuwFYr7w/unsplash/joshua-aragon-BMnhuwFYr7w-photo-1545665277-5937489579f2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.adaptive-delivery-prevent-bg, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyload, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyloading { background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { background-color: transparent; background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.92); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .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); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .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); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { border-width: 0; border-radius: 0; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#oZsOzw0BJyDN1SCXs0n0tshlnVdvq7Ue { color:#151515;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;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; }
#SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { color:#060292;display:block;width:23.6875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:6.25rem;left:44.4375rem;height:5.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IfteQZDkEa1AZLlwKcvT5CGn2fMg1Jgr { color:#3b3b3b;display:block;width:27.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:11.31093788147rem;left:5.0625rem;height:3.15rem;font-style:normal;display:block; }
#w2SHwa1oufda2xwuy7V8Lc4KT2q4xm0w { color:#3b3b3b;display:block;width:27.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100005;line-height:1.7;letter-spacing:0;top:16.1875rem;left:5.0625rem;height:10.2rem;font-style:normal;display:block; }
#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { color:#3b3b3b;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:13.6875rem;left:44.4375rem;height:;font-style:normal;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3lTzyEAS/noun_bullet_point_4084297_3C37BE.svg); }
#HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,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:37.5rem;top:4.1382813453674rem;left:0rem;display:block; }
#Ds17SqK5LpVG0MKOv0lLqPugVmrAGcmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ds17SqK5LpVG0MKOv0lLqPugVmrAGcmP > .row .container { background-color: transparent; background-image: none; }#Ds17SqK5LpVG0MKOv0lLqPugVmrAGcmP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ds17SqK5LpVG0MKOv0lLqPugVmrAGcmP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ds17SqK5LpVG0MKOv0lLqPugVmrAGcmP > .row .container > .video-iframe-container { display: none; }#Ds17SqK5LpVG0MKOv0lLqPugVmrAGcmP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ds17SqK5LpVG0MKOv0lLqPugVmrAGcmP > .row > .video-iframe-container { display: none; }#Ds17SqK5LpVG0MKOv0lLqPugVmrAGcmP > .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); }#Ds17SqK5LpVG0MKOv0lLqPugVmrAGcmP > .row .container { border-width: 0; border-radius: 0; }#Ds17SqK5LpVG0MKOv0lLqPugVmrAGcmP > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#PR0zheeV2NsNVSVW6QnlPvEUggw4k0Ic { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.625rem;left:9.0625rem;height:3.25rem;font-style:normal;display:block; }
#iBMtL6p8KM3cT6HVA9vlLnsfehibHRkJ { 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:56.875rem;top:7rem;left:9.0625rem;display:block; }
#n4qQfJmMTxwSmozZaJeMpsFCwoZTHNMc { position:absolute;display:block;z-index:100007;background-color:#00cbec;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.1875rem;width:3.75rem;top:6.9375rem;left:9.0625rem;display:block; }
#ggMAcaSzuBhzdCpsV67AzkAxQgRrQTs7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ggMAcaSzuBhzdCpsV67AzkAxQgRrQTs7 > .row .container { background-color: transparent; background-image: none; }#ggMAcaSzuBhzdCpsV67AzkAxQgRrQTs7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ggMAcaSzuBhzdCpsV67AzkAxQgRrQTs7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ggMAcaSzuBhzdCpsV67AzkAxQgRrQTs7 > .row .container > .video-iframe-container { display: none; }#ggMAcaSzuBhzdCpsV67AzkAxQgRrQTs7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ggMAcaSzuBhzdCpsV67AzkAxQgRrQTs7 > .row > .video-iframe-container { display: none; }#ggMAcaSzuBhzdCpsV67AzkAxQgRrQTs7 > .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); }#ggMAcaSzuBhzdCpsV67AzkAxQgRrQTs7 > .row .container { border-width: 0; border-radius: 0; }#ggMAcaSzuBhzdCpsV67AzkAxQgRrQTs7 > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;position:relative;display:block; }#FyKih7JsNcHbeTHRhbJ6Emfyd7oHJydO { position:absolute;display:block;z-index:100000;background-color:#33aeee;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:19.6875rem;width:20rem;top:1.0625rem;left:2.5rem;display:block; }
#GNJMqWpAJ122NaLfL4PtF7Owzp1eVux7 { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2.5rem;left:4.0625rem;display:block; }
#hnyaHrFJRFSTThXtsZptgMykqcvG5X60 { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:4.905469417572rem;left:5.0625rem;height:12rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#cDlsBDefcx7Hy6VfHb8F4LXzl7RxFSxv { position:absolute;display:block;z-index:100001;background-color:rgba(104,126,141,0.85);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:19.6875rem;width:20rem;top:1.0625rem;left:27.5rem;display:block; }
#xhPD4rhRzoGbRLfCJ3DLrdaGwBnvcph9 { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:2.5rem;left:29.0625rem;display:block; }
#BLROZpQ9x6l8GN0LBeWbGGGOo3R98Poi { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:6.2367186546326rem;left:29.0625rem;height:12rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#rOtAKSnhlDe2QuzfwRr6ywcxXZGhdwnK { position:absolute;display:block;z-index:100002;background-color:#33aeee;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:19.6875rem;width:20rem;top:1.0625rem;left:52.5rem;display:block; }
#Zlkte4KAZNeJ2pzTmVggxi5xCnEGeXew { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.5rem;left:54.0625rem;display:block; }
#NQXsNFWCquHnAyTwP1LXfQwZ11s3PqSM { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:5.6859374046326rem;left:54.875rem;height:10.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Na0V6TpKrTCA2rzVWmzrd1ZTc73S1DOq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#Na0V6TpKrTCA2rzVWmzrd1ZTc73S1DOq > .row .container { background-color: transparent; background-image: none; }#Na0V6TpKrTCA2rzVWmzrd1ZTc73S1DOq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Na0V6TpKrTCA2rzVWmzrd1ZTc73S1DOq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Na0V6TpKrTCA2rzVWmzrd1ZTc73S1DOq > .row .container > .video-iframe-container { display: none; }#Na0V6TpKrTCA2rzVWmzrd1ZTc73S1DOq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Na0V6TpKrTCA2rzVWmzrd1ZTc73S1DOq > .row > .video-iframe-container { display: none; }#Na0V6TpKrTCA2rzVWmzrd1ZTc73S1DOq > .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); }#Na0V6TpKrTCA2rzVWmzrd1ZTc73S1DOq > .row .container { border-width: 0; border-radius: 0; }#Na0V6TpKrTCA2rzVWmzrd1ZTc73S1DOq > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#FF9srwV2nX4Au6bxGfprmtILoo9CwpfQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:3.125rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qawN2BneiDSNKdapg2uDDFyZ3MMTatpf { color:#585858;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:12.21875rem;left:3.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AI2QqF68lkTnmTkHTONibWIq0qoEUzWm { color:#585858;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:12.21875rem;left:21.875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UzOmMsAKhxoBfOkXNvJ1qgBWQlUxloZy { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:20.625rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gtb3TCnVU0J9HebrrSs2sNfXWoSNS384 { color:#585858;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:12.21875rem;left:40.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HxiaXWD5zxacJEEcqpUwtD9vGHrle7GT { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:39.812501907349rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yt262MmEBuI9HWlUdVB72NZhKTuA2RvE { color:#585858;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:12.21875rem;left:59.375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XKQ3dB0s2e7iqRg2XA8xNIHIlnqdsw9y { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:5.0625rem;left:59.375rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bpleDEo6LM5ZeKlL53JWoUrM4F2PJeiG { position:absolute;display:block;z-index:100008;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.25rem;width:4.375rem;top:10.875rem;left:7.1875rem;display:block; }
#XFHUNC9PhbS1DPc7IEOuLJRrW40Ff9di { position:absolute;display:block;z-index:100009;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.25rem;width:4.375rem;top:10.875rem;left:25.9375rem;display:block; }
#w8CgKKhuzCO7EUJbovk28CwwpeI1ucgK { position:absolute;display:block;z-index:100010;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.25rem;width:4.375rem;top:10.875rem;left:44.6875rem;display:block; }
#FOkrpmu9v6obIUeNzMyKwQabaJ27QHn0 { position:absolute;display:block;z-index:100011;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.25rem;width:4.375rem;top:10.875rem;left:63.4375rem;display:block; }
#VTaCSAAx5zdsN20DtPRnU3a4QTfZM2VN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VTaCSAAx5zdsN20DtPRnU3a4QTfZM2VN > .row .container { background-color: transparent; background-image: none; }#VTaCSAAx5zdsN20DtPRnU3a4QTfZM2VN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VTaCSAAx5zdsN20DtPRnU3a4QTfZM2VN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VTaCSAAx5zdsN20DtPRnU3a4QTfZM2VN > .row .container > .video-iframe-container { display: none; }#VTaCSAAx5zdsN20DtPRnU3a4QTfZM2VN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VTaCSAAx5zdsN20DtPRnU3a4QTfZM2VN > .row > .video-iframe-container { display: none; }#VTaCSAAx5zdsN20DtPRnU3a4QTfZM2VN > .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); }#VTaCSAAx5zdsN20DtPRnU3a4QTfZM2VN > .row .container { border-width: 0; border-radius: 0; }#VTaCSAAx5zdsN20DtPRnU3a4QTfZM2VN > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#VyQNpOGfZvctPbKwrnXs2C13C1WTU5TT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:18.4375rem;width:28.125rem;top:7rem;left:9.4375rem;overflow:hidden;display:block; }
#kdq6J7BJiEeT6TEwa1TVSmRKRHngE9qn { color:#000000;display:block;width:25rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:5.4375rem;left:40.5625rem;height:5.525rem;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; }
#s7FKhi3X15rHBQvv8t53SAiStcQNtscy { position:absolute;display:block;z-index:100009;background-color:#c32ea9;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.125rem;width:12.5rem;top:12.1875rem;left:40.5625rem;display:block; }
#kPCwPnqWAN65ze2FSVulQXdwEKkWC3Q6 { color:#000000;display:block;width:24.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:14.25rem;left:40.5625rem;height:3.25rem;font-style:normal;display:block; }
#CiLGtMHpHDWuH0coMxquTIdSLOF9gp2w { background-color:#3c37be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:22.375rem;left:44.0625rem;display:block; }
#AP0H51hy4n0A9pl0XCf2D4lcBf0hoRXu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#URXbVRsofJRyyB0ApdTucbHDeVM9T22P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(45,49,53,0.7);background-image:none;position:relative;display:block; }#URXbVRsofJRyyB0ApdTucbHDeVM9T22P > .row .container { background-color: transparent; background-image: none; }#URXbVRsofJRyyB0ApdTucbHDeVM9T22P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#URXbVRsofJRyyB0ApdTucbHDeVM9T22P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#URXbVRsofJRyyB0ApdTucbHDeVM9T22P > .row .container > .video-iframe-container { display: none; }#URXbVRsofJRyyB0ApdTucbHDeVM9T22P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#URXbVRsofJRyyB0ApdTucbHDeVM9T22P > .row > .video-iframe-container { display: none; }#URXbVRsofJRyyB0ApdTucbHDeVM9T22P > .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); }#URXbVRsofJRyyB0ApdTucbHDeVM9T22P > .row .container { border-width: 0; border-radius: 0; }#URXbVRsofJRyyB0ApdTucbHDeVM9T22P > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#lm4rZlTxoJTWhJbtGeV2G7A56oQWHTG4 { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.4750003814698rem;left:27.625rem;height:1.3rem;display:block; }
#x4TOKPmyTz0f7ibMJNyT3JqFLoLwHp2R { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.9492206573486rem;left:27.625rem;height:1.3rem;display:block; }
#i0QIOvF8esogWXzyMc1c1qMT62DtqE86 { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.9492206573486rem;left:39.25rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #deAhkqCJTwhMkhH2DqUfna0EHmcgkAFE { display:block; }#deAhkqCJTwhMkhH2DqUfna0EHmcgkAFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHVuLWkrTSSJ1nZN1EIfzm8iq1rZUi5n { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shscv2yTmb2KRHUawkVh5LFIuu512XEz { display:block; }
 }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:12.6875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:28.0625rem;height:18.875rem;top:4.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:27rem;height:7rem;top:21.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxoTeuNUyTT7Br8Ri9BoIxVTouK3VNJI { top:4.5rem;left:14.125rem;width:33.625rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egqGkshgfy14LzhhmkzJsLZaPVnTrvv6 { width:12.625rem;height:3.125rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4nQXzQOZsV8Etasn59VTQe2tt5cAHnQ { display:block; }
 }@media only screen and (max-width: 763px) { #TE7aCNZyhpeyBiJLQTwAp9lyNokCUkrV { top:26.75rem;left:20.875rem;width:26.875rem;height:9.375rem;font-size:0.875rem;display:block; }#TE7aCNZyhpeyBiJLQTwAp9lyNokCUkrV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/TSjwFuCB/noun_check_mark_1049529_3C37BE.svg); }
 }@media only screen and (max-width: 763px) { #Gys0i1W5MDL3NBrOriKQb9gSywJ2I5LE { display:block; }#Gys0i1W5MDL3NBrOriKQb9gSywJ2I5LE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RN1UPJDiOAwpaQTmaSwNWGWiaTCcNvpo { top:0.5625rem;left:0rem;width:47.75rem;height:4.3770833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZsOzw0BJyDN1SCXs0n0tshlnVdvq7Ue { width:17.1875rem;height:2.6875rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { width:23.6875rem;height:5.375rem;top:6.25rem;left:24rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfteQZDkEa1AZLlwKcvT5CGn2fMg1Jgr { width:27.375rem;height:3.125rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2SHwa1oufda2xwuy7V8Lc4KT2q4xm0w { width:27.375rem;height:10.1875rem;top:16.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { width:20.3125rem;height:15.3125rem;top:13.6875rem;left:24rem;font-size:1rem;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3lTzyEAS/noun_bullet_point_4084297_3C37BE.svg); }
 }@media only screen and (max-width: 763px) { #HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { top:4.125rem;left:0rem;width:47.75rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds17SqK5LpVG0MKOv0lLqPugVmrAGcmP { display:block; }#Ds17SqK5LpVG0MKOv0lLqPugVmrAGcmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PR0zheeV2NsNVSVW6QnlPvEUggw4k0Ic { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBMtL6p8KM3cT6HVA9vlLnsfehibHRkJ { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4qQfJmMTxwSmozZaJeMpsFCwoZTHNMc { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggMAcaSzuBhzdCpsV67AzkAxQgRrQTs7 { display:block; }#ggMAcaSzuBhzdCpsV67AzkAxQgRrQTs7 > .row .container { width:47.75rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyKih7JsNcHbeTHRhbJ6Emfyd7oHJydO { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNJMqWpAJ122NaLfL4PtF7Owzp1eVux7 { width:2.625rem;height:2.625rem;top:2.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnyaHrFJRFSTThXtsZptgMykqcvG5X60 { width:14.375rem;height:8.4375rem;top:6.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDlsBDefcx7Hy6VfHb8F4LXzl7RxFSxv { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhPD4rhRzoGbRLfCJ3DLrdaGwBnvcph9 { width:2.625rem;height:2.625rem;top:2.5rem;left:15.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLROZpQ9x6l8GN0LBeWbGGGOo3R98Poi { width:14.375rem;height:8.4375rem;top:6.5625rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOtAKSnhlDe2QuzfwRr6ywcxXZGhdwnK { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlkte4KAZNeJ2pzTmVggxi5xCnEGeXew { width:2.625rem;height:2.625rem;top:2.5rem;left:31.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQXsNFWCquHnAyTwP1LXfQwZ11s3PqSM { width:14.375rem;height:8.4375rem;top:6.5625rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na0V6TpKrTCA2rzVWmzrd1ZTc73S1DOq { display:block; }#Na0V6TpKrTCA2rzVWmzrd1ZTc73S1DOq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FF9srwV2nX4Au6bxGfprmtILoo9CwpfQ { width:12.5rem;height:3.6875rem;top:5.0625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qawN2BneiDSNKdapg2uDDFyZ3MMTatpf { width:12.5rem;height:1.25rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI2QqF68lkTnmTkHTONibWIq0qoEUzWm { width:12.5rem;height:1.4375rem;top:12.1875rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzOmMsAKhxoBfOkXNvJ1qgBWQlUxloZy { width:13.25rem;height:3.6875rem;top:5.0625rem;left:10.625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtb3TCnVU0J9HebrrSs2sNfXWoSNS384 { width:12.5rem;height:1.4375rem;top:12.1875rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxiaXWD5zxacJEEcqpUwtD9vGHrle7GT { width:13.375rem;height:3.6875rem;top:5.0625rem;left:23.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt262MmEBuI9HWlUdVB72NZhKTuA2RvE { width:12.5rem;height:1.4375rem;top:12.1875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKQ3dB0s2e7iqRg2XA8xNIHIlnqdsw9y { width:12.5rem;height:3.6875rem;top:5.0625rem;left:35.25rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpleDEo6LM5ZeKlL53JWoUrM4F2PJeiG { top:10.875rem;left:3.78125rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFHUNC9PhbS1DPc7IEOuLJRrW40Ff9di { top:10.875rem;left:15.71875rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8CgKKhuzCO7EUJbovk28CwwpeI1ucgK { top:10.875rem;left:27.65625rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOkrpmu9v6obIUeNzMyKwQabaJ27QHn0 { top:10.875rem;left:39.59375rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTaCSAAx5zdsN20DtPRnU3a4QTfZM2VN { display:block; }#VTaCSAAx5zdsN20DtPRnU3a4QTfZM2VN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyQNpOGfZvctPbKwrnXs2C13C1WTU5TT { width:28.125rem;height:18.4375rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdq6J7BJiEeT6TEwa1TVSmRKRHngE9qn { width:25rem;height:5.5625rem;top:5.4375rem;left:22.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7FKhi3X15rHBQvv8t53SAiStcQNtscy { top:12.1875rem;left:26.9375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPCwPnqWAN65ze2FSVulQXdwEKkWC3Q6 { top:14.25rem;left:23.5rem;width:24.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiLGtMHpHDWuH0coMxquTIdSLOF9gp2w { width:12.625rem;height:3.125rem;top:22.375rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP0H51hy4n0A9pl0XCf2D4lcBf0hoRXu { display:block; }
 }@media only screen and (max-width: 763px) { #URXbVRsofJRyyB0ApdTucbHDeVM9T22P { display:block; }#URXbVRsofJRyyB0ApdTucbHDeVM9T22P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm4rZlTxoJTWhJbtGeV2G7A56oQWHTG4 { top:2.4375rem;left:14rem;width:25.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4TOKPmyTz0f7ibMJNyT3JqFLoLwHp2R { top:4.9375rem;left:14rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0QIOvF8esogWXzyMc1c1qMT62DtqE86 { top:4.9375rem;left:25.625rem;width:8.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #deAhkqCJTwhMkhH2DqUfna0EHmcgkAFE { position:relative;z-index:auto;display:block; }#deAhkqCJTwhMkhH2DqUfna0EHmcgkAFE > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHVuLWkrTSSJ1nZN1EIfzm8iq1rZUi5n { width:7rem;height:1.625rem;top:0.4375rem;left:13.000000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shscv2yTmb2KRHUawkVh5LFIuu512XEz { display:block; }
 }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:7.625rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:rgba(0,133,129,0.74);background-image:none;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:19.2484375rem;height:11.7rem;top:1.2476563453674rem;left:0.37578129768372rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:18.371875rem;height:7rem;top:9.9375rem;left:0.81406247615812rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TxoTeuNUyTT7Br8Ri9BoIxVTouK3VNJI { height:11.1140625rem;width:20rem;top:10.005469322204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egqGkshgfy14LzhhmkzJsLZaPVnTrvv6 { width:12.625rem;height:3.125rem;top:22.37656211853rem;left:3.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4nQXzQOZsV8Etasn59VTQe2tt5cAHnQ { display:block; }
 }@media only screen and (max-width: 763px) { #TE7aCNZyhpeyBiJLQTwAp9lyNokCUkrV { width:17.0625rem;height:6.9375rem;top:27.43906211853rem;left:1.9687501192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#TE7aCNZyhpeyBiJLQTwAp9lyNokCUkrV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/TSjwFuCB/noun_check_mark_1049529_3C37BE.svg); }
 }@media only screen and (max-width: 763px) { #Gys0i1W5MDL3NBrOriKQb9gSywJ2I5LE { display:block; }#Gys0i1W5MDL3NBrOriKQb9gSywJ2I5LE > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RN1UPJDiOAwpaQTmaSwNWGWiaTCcNvpo { width:20rem;height:1.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZsOzw0BJyDN1SCXs0n0tshlnVdvq7Ue { 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) { #SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { 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) { #IfteQZDkEa1AZLlwKcvT5CGn2fMg1Jgr { width:18.93675rem;height:4.2rem;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) { #w2SHwa1oufda2xwuy7V8Lc4KT2q4xm0w { 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) { #wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { width:18.625rem;height:14.05rem;top:31rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3lTzyEAS/noun_bullet_point_4084297_3C37BE.svg); }
 }@media only screen and (max-width: 763px) { #HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { width:20rem;height:44.3125rem;top:2.37548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds17SqK5LpVG0MKOv0lLqPugVmrAGcmP { display:block; }#Ds17SqK5LpVG0MKOv0lLqPugVmrAGcmP > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PR0zheeV2NsNVSVW6QnlPvEUggw4k0Ic { width:20rem;height:1.3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iBMtL6p8KM3cT6HVA9vlLnsfehibHRkJ { width:20rem;height:0.0625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4qQfJmMTxwSmozZaJeMpsFCwoZTHNMc { width:3.75rem;height:0.1875rem;top:5.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggMAcaSzuBhzdCpsV67AzkAxQgRrQTs7 { display:block; }#ggMAcaSzuBhzdCpsV67AzkAxQgRrQTs7 > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyKih7JsNcHbeTHRhbJ6Emfyd7oHJydO { width:20rem;height:19.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNJMqWpAJ122NaLfL4PtF7Owzp1eVux7 { width:2.625rem;height:2.625rem;top:2.125rem;left:1.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnyaHrFJRFSTThXtsZptgMykqcvG5X60 { width:16.875rem;height:12rem;top:4.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDlsBDefcx7Hy6VfHb8F4LXzl7RxFSxv { width:20rem;height:19.6875rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhPD4rhRzoGbRLfCJ3DLrdaGwBnvcph9 { width:2.625rem;height:2.625rem;top:23.625rem;left:1.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLROZpQ9x6l8GN0LBeWbGGGOo3R98Poi { width:16.875rem;height:10.5rem;top:25.90625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOtAKSnhlDe2QuzfwRr6ywcxXZGhdwnK { width:20rem;height:19.6875rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlkte4KAZNeJ2pzTmVggxi5xCnEGeXew { width:2.625rem;height:2.625rem;top:44.3125rem;left:1.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQXsNFWCquHnAyTwP1LXfQwZ11s3PqSM { width:16.875rem;height:10.5rem;top:46.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na0V6TpKrTCA2rzVWmzrd1ZTc73S1DOq { display:none; }#Na0V6TpKrTCA2rzVWmzrd1ZTc73S1DOq > .row .container { width:20rem;height:40.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FF9srwV2nX4Au6bxGfprmtILoo9CwpfQ { width:12.5rem;height:3.9rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qawN2BneiDSNKdapg2uDDFyZ3MMTatpf { width:12.5rem;height:1.3rem;top:7.9rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI2QqF68lkTnmTkHTONibWIq0qoEUzWm { width:12.5rem;height:1.3rem;top:17.1rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzOmMsAKhxoBfOkXNvJ1qgBWQlUxloZy { width:12.5rem;height:3.9rem;top:10.45rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtb3TCnVU0J9HebrrSs2sNfXWoSNS384 { width:12.5rem;height:1.3rem;top:26.3rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxiaXWD5zxacJEEcqpUwtD9vGHrle7GT { width:12.5rem;height:3.9rem;top:19.65rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt262MmEBuI9HWlUdVB72NZhKTuA2RvE { width:12.5rem;height:1.3rem;top:35.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKQ3dB0s2e7iqRg2XA8xNIHIlnqdsw9y { width:12.5rem;height:3.9rem;top:28.85rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpleDEo6LM5ZeKlL53JWoUrM4F2PJeiG { width:4.375rem;height:0.25rem;top:6.4rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFHUNC9PhbS1DPc7IEOuLJRrW40Ff9di { width:4.375rem;height:0.25rem;top:15.6rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8CgKKhuzCO7EUJbovk28CwwpeI1ucgK { width:4.375rem;height:0.25rem;top:24.8rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOkrpmu9v6obIUeNzMyKwQabaJ27QHn0 { width:4.375rem;height:0.25rem;top:34rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTaCSAAx5zdsN20DtPRnU3a4QTfZM2VN { display:block; }#VTaCSAAx5zdsN20DtPRnU3a4QTfZM2VN > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyQNpOGfZvctPbKwrnXs2C13C1WTU5TT { width:18.125rem;height:11.875rem;top:12.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdq6J7BJiEeT6TEwa1TVSmRKRHngE9qn { width:20rem;height:3.15rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7FKhi3X15rHBQvv8t53SAiStcQNtscy { width:12.5rem;height:0.125rem;top:6.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPCwPnqWAN65ze2FSVulQXdwEKkWC3Q6 { width:20rem;height:4.3875rem;top:7.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiLGtMHpHDWuH0coMxquTIdSLOF9gp2w { width:12.625rem;height:3.125rem;top:26.875003814698rem;left:3.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP0H51hy4n0A9pl0XCf2D4lcBf0hoRXu { display:block; }
 }@media only screen and (max-width: 763px) { #URXbVRsofJRyyB0ApdTucbHDeVM9T22P { display:block; }#URXbVRsofJRyyB0ApdTucbHDeVM9T22P > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm4rZlTxoJTWhJbtGeV2G7A56oQWHTG4 { width:15.3125rem;height:2.6rem;top:3.625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4TOKPmyTz0f7ibMJNyT3JqFLoLwHp2R { width:6.5625rem;height:1.3rem;top:7.625rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0QIOvF8esogWXzyMc1c1qMT62DtqE86 { width:8.4375rem;height:1.3rem;top:9.5625rem;left:5.75rem;font-size:1rem;display:block; }
 }