.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DZpc4UY8ZtY/unsplash/tingey-injury-law-firm-DZpc4UY8ZtY-photo-1589829545856-d10d557cf95f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23.adaptive-delivery-prevent-bg, #LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23.lazyload, #LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23.lazyloading { background-image: none; }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row .container { background-color: transparent; background-image: none; }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row .container > .video-iframe-container { display: none; }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row > .video-iframe-container { display: none; }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .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); }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row .container { border-width: 0; border-radius: 0; }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row .container { font-size:14px;font-family:arial;height:304px;width:1200px;position:relative;display:block; }#bHxasSe4Dsx8M83Gp6AAVwuzP2KDtamD { position:absolute;display:block;z-index:15000;background-color:rgba(0,31,62,0.6);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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;height:180px;width:1200px;top:92px;left:0px;display:block; }
#SuqFmnUyAX1x2S1MFKXGtxGKFbHT3TH1 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:121px;left:0px;height:40.2951px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7xFW6Co84125Ppmy9gzoBlQ1GOMng4A { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:184px;left:0px;height:46.8056px;text-align:center;text-align-last:center;display:block; }
#vAgb2VDN9vO96sPm1kdQr0c0dn0KAm7E { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:73px;width:238px;top:10px;left:0px;overflow:hidden;display:block; }
#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:14px;font-family:arial;height:227px;width:1200px;position:relative;display:none; }#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#000000;display:block;width:950px;position:absolute;font-family:"open sans";font-size:38px;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:98.958335876465px;left:110.98957824707px;height:41.7882px;text-align:center;text-align-last:center;display:block; }
#AnpLJTvT2CfVA4t9su0JzowGt33qimzg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:45.9896px;width:52.9861px;top:26.493057250977px;left:496.9444732666px;overflow:hidden;display:block; }
#q4E8iIX1yEfE3sopnTHIT9LR1OG1hfHb { color:#000000;display:block;width:1033.98px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:158.97570800781px;left:68.95832824707px;height:44.1667px;text-align:center;text-align-last:center;display:block; }
#lgZ7znPaonDKw0GeP1NTDDoMZMKGmFG1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:57.9861px;width:192.986px;top:15.607639312744px;left:68.923614501953px;overflow:hidden;display:block; }
#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { border-width: 0; border-radius: 0; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { font-size:14px;font-family:arial;height:443px;width:1200px;position:relative;display:block; }#Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:42px;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:22.048599243164px;left:0px;height:41.9965px;text-align:center;text-align-last:center;display:block; }
#c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 12px 8px 33px rgba(0,0,0,0.08) ;height:305px;width:301.997px;top:104px;left:857px;display:block; }
#gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { color:#000000;display:block;width:230px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:263px;left:886px;height:108.8195px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { color:#000000;display:block;width:230px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:263px;left:478px;height:108.819px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px;box-shadow: 12px 8px 33px rgba(0,0,0,0.08) ;height:312.969px;width:301.997px;top:99px;left:448px;display:block; }
#Ai5kVcdurcCong8HvZI21FHZSE969Zvk { color:#000000;display:block;width:273.993px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:222px;left:478px;height:26.0069px;text-align:left;text-align-last:left;display:block; }
#DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { color:#000000;display:block;width:273.993px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:15034;line-height:1;letter-spacing:0;top:222px;left:886px;height:26.0069px;text-align:left;text-align-last:left;display:block; }
#UT6PCmifSQ4WZKmVV53EJc4fDdLaD2Nl { position:absolute;display:block;z-index:15024;background-color:#009389;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:70px;width:70px;top:126px;left:476px;display:block; }
#XNl8g8yXVJtdFPlWQ8TTlAgu9XpA2ln3 { position:absolute;display:block;z-index:15030;background-color:#fd8c67;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:70px;width:70px;top:126px;left:886px;display:block; }
#RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:42.9861px;width:42.9861px;top:141px;left:490px;overflow:hidden;display:block; }
#s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:35px;width:47.9861px;top:143px;left:897px;overflow:hidden;display:block; }
#QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 12px 8px 33px rgba(0,0,0,0.08) ;height:302.986px;width:301.997px;top:104px;left:40px;display:block; }
#aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { color:#000000;display:block;width:273.993px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:222px;left:67px;height:26.0069px;text-align:left;text-align-last:left;display:block; }
#orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { color:#000000;display:block;width:230px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:263px;left:67px;height:108.819px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#osbV0ML3sJzHXma8FewqLSxTN0xDpNxJ { position:absolute;display:block;z-index:15018;background-color:#ffb122;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:70px;width:70px;top:126px;left:67px;display:block; }
#FPsZAc1GpPFtabIUk9cf6U1cmbmJ3yp4 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:43.9931px;width:43.9931px;top:139px;left:80px;overflow:hidden;display:block; }
#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { position:relative;display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { background-color: transparent; background-image: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { border-width: 0; border-radius: 0; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:422px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cbe7xVFNgyTH1cJntOUKQQmH0yKTm3NX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:375.99px;width:668.976px;top:15.972229003906px;left:253.10765075684px;overflow:hidden;display:block; }
#yNoahgDx65Xy38NoMfGVbm44lszTccfe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { background-color: transparent; background-image: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .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); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { border-width: 0; border-radius: 0; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { font-size:14px;font-family:arial;height:629px;width:1200px;position:relative;display:block; }#hwnpROw2ighlI1kURlIhftsW00DXaNqO { position:absolute;display:block;z-index:15000;height:416px;width:620px;top:101.97916984558px;left:290.00001525879px;display:block; }
#Ok3VTs3AT51hITGddnFWFcBX9OwAsq7l { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:44px;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:30.052062988281px;left:0px;height:43.9931px;text-align:center;text-align-last:center;display:block; }
#SOQgrNZKMc3prZNXvAxQu1HBllC4ZNok { background-color:#20447b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:549.34031295776px;left:460.00001525879px;display:block; }
#tManRb093nCXs7QFpIEaeOS73vKAEaFN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 { display:block; }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHxasSe4Dsx8M83Gp6AAVwuzP2KDtamD { top:92px;left:0px;width:764px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #SuqFmnUyAX1x2S1MFKXGtxGKFbHT3TH1 { top:121px;left:0px;width:764px;height:40px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #y7xFW6Co84125Ppmy9gzoBlQ1GOMng4A { top:184px;left:0px;width:764px;height:46px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #vAgb2VDN9vO96sPm1kdQr0c0dn0KAm7E { top:10px;left:0px;width:238px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:98px;left:0px;width:764px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #AnpLJTvT2CfVA4t9su0JzowGt33qimzg { top:26px;left:278.9444732666px;width:52px;height:45.133708651892px;display:block; }
 }@media only screen and (max-width: 763px) { #q4E8iIX1yEfE3sopnTHIT9LR1OG1hfHb { top:158px;left:0px;width:764px;height:44px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #lgZ7znPaonDKw0GeP1NTDDoMZMKGmFG1 { top:15px;left:0px;width:192px;height:57.689838641145px;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { top:22px;left:0px;width:764px;height:41px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { top:104px;left:460px;width:301px;height:305px;display:block; }
 }@media only screen and (max-width: 763px) { #gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { top:263px;left:534px;width:230px;height:108px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { top:263px;left:260px;width:230px;height:108px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { top:99px;left:230px;width:301px;height:312px;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { top:222px;left:260px;width:273px;height:26px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { top:222px;left:491px;width:273px;height:26px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UT6PCmifSQ4WZKmVV53EJc4fDdLaD2Nl { top:126px;left:258px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #XNl8g8yXVJtdFPlWQ8TTlAgu9XpA2ln3 { top:126px;left:668px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { top:141px;left:272px;width:42px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { top:143px;left:679px;width:47px;height:34.280760470219px;display:block; }
 }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { top:104px;left:0px;width:301px;height:302px;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { top:222px;left:0px;width:273px;height:26px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { top:263px;left:0px;width:230px;height:108px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #osbV0ML3sJzHXma8FewqLSxTN0xDpNxJ { top:126px;left:0px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #FPsZAc1GpPFtabIUk9cf6U1cmbmJ3yp4 { top:139px;left:0px;width:43px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cbe7xVFNgyTH1cJntOUKQQmH0yKTm3NX { top:15px;left:0px;width:668px;height:375.44145081438px;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwnpROw2ighlI1kURlIhftsW00DXaNqO { top:101px;left:72.000015258789px;width:620px;height:416px;display:block; }
 }@media only screen and (max-width: 763px) { #Ok3VTs3AT51hITGddnFWFcBX9OwAsq7l { top:30px;left:0px;width:764px;height:43px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #SOQgrNZKMc3prZNXvAxQu1HBllC4ZNok { width:280px;height:55px;top:549px;left:242.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #tManRb093nCXs7QFpIEaeOS73vKAEaFN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4001f3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4001f3e' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-size:contain !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row .container { background-color: transparent; background-image: none; }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row .container > .video-iframe-container { display: none; }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row > .video-iframe-container { display: none; }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .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); }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#LO1Tpgt1SRq1ASE7WrVi56xGTLp8lD23 > .row .container { width:320px;height:295px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHxasSe4Dsx8M83Gp6AAVwuzP2KDtamD { width:320px;height:141px;top:129.56597900391px;left:0px;background-color:rgba(0,31,62,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SuqFmnUyAX1x2S1MFKXGtxGKFbHT3TH1 { width:320px;height:49.375px;top:71.97917175293px;left:0px;font-size:19px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #y7xFW6Co84125Ppmy9gzoBlQ1GOMng4A { width:305.99px;height:97.4826px;top:151.31945800781px;left:6.9791669845581px;font-size:15px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vAgb2VDN9vO96sPm1kdQr0c0dn0KAm7E { width:178.993px;height:48.9931px;top:10.95486164093px;left:70.486115455627px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:320px;height:515px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:320px;height:95.9896px;top:103.97570037842px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AnpLJTvT2CfVA4t9su0JzowGt33qimzg { width:58.9931px;height:50.9896px;top:21.302083969116px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q4E8iIX1yEfE3sopnTHIT9LR1OG1hfHb { width:295px;height:287.083px;top:219.63542175293px;left:12.500000953674px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #lgZ7znPaonDKw0GeP1NTDDoMZMKGmFG1 { width:192px;height:57.677707818354px;top:17.96875px;left:63.993058204651px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:320px;height:1042px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { width:320px;height:30px;top:10.937477111816px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { width:302px;height:312px;top:717px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { width:230px;height:108.8195px;top:876px;left:37px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { width:230px;height:108.819px;top:547px;left:37px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { width:302px;height:308px;top:388px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { width:274px;height:23.9931px;top:506px;left:37px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { width:274px;height:23.9931px;top:835px;left:37px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UT6PCmifSQ4WZKmVV53EJc4fDdLaD2Nl { width:70px;height:70px;top:410px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XNl8g8yXVJtdFPlWQ8TTlAgu9XpA2ln3 { width:70px;height:70px;top:739px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { width:46px;height:46px;top:422px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { width:50px;height:36px;top:758px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { width:301.997px;height:288.993px;top:71px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { width:274px;height:23.9931px;top:183px;left:29px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { width:230px;height:108.819px;top:224px;left:29px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #osbV0ML3sJzHXma8FewqLSxTN0xDpNxJ { width:70px;height:70px;top:87px;left:29px;display:block; }
 }@media only screen and (max-width: 763px) { #FPsZAc1GpPFtabIUk9cf6U1cmbmJ3yp4 { width:46px;height:46px;top:99px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:320px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cbe7xVFNgyTH1cJntOUKQQmH0yKTm3NX { width:320px;height:179.844px;top:10.937408447266px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwnpROw2ighlI1kURlIhftsW00DXaNqO { width:320px;height:416px;top:71.9792px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ok3VTs3AT51hITGddnFWFcBX9OwAsq7l { width:320px;height:31.9965px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #SOQgrNZKMc3prZNXvAxQu1HBllC4ZNok { width:280px;height:55px;top:582.96869659424px;left:20.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #tManRb093nCXs7QFpIEaeOS73vKAEaFN { display:block; }
 }