.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:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b044ea85-2c40-4ca6-aace-0a77689f6f3e/floridahero.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; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg.adaptive-delivery-prevent-bg, #LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg.lazyload, #LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg.lazyloading { background-image: none; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row .container { background-color: transparent; background-image: none; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row .container > .video-iframe-container { display: none; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row > .video-iframe-container { display: none; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .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); }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row .container { border-width: 0; border-radius: 0; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row .container { font-size:14px;font-family:arial;height:607px;width:1200px;position:relative;display:block; }#IBhgO7xKeglxoQ3efnggA57TqgtqLApP { 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:35px;width:206px;top:40px;left:48px;overflow:hidden;display:block; }
#HDkMOUuEV2NkZUFmF145IDZ5TUTMO7kc { color:#ffffff;display:block;width:161px;position:absolute;font-family:"sequel sans semi bold head";font-size:12px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:49.6875px;left:1039px;height:15.5938px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p7CVdidoCoFcgizuZedAyJ4IfAOZwB1C { color:#ffffff;display:block;width:579px;position:absolute;font-family:"sequel sans black body";font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:241px;left:48px;height:52px;display:block; }
#l4PBSSQ1w3pIs5oSkUtQlJxheFv9bOmO { color:#ffffff;display:block;width:607px;position:absolute;font-family:"sequel sans heavy head";font-size:50px;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:106px;left:48px;height:110px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NudhU0m3TrXyxtwTDy13v397otXBwi1H { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:444px;width:480px;top:123px;left:720px;overflow:hidden;display:block; }
#yyxO14ISOKCPAKCmyxsU7CMw2po8SwCN { background-color:#005dff;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:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:178px;height:48px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:348.5px;left:48px;display:block; }
#U0KMrhlDGOaNHquQRDFOGR8fzsv3Oqkm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF { 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; }#TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF > .row .container { background-color: transparent; background-image: none; }#TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF > .row .container > .video-iframe-container { display: none; }#TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF > .row > .video-iframe-container { display: none; }#TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF > .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); }#TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF > .row .container { border-width: 0; border-radius: 0; }#TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF > .row .container { font-size:14px;font-family:arial;height:652px;width:1200px;position:relative;display:block; }#b5J3iPu0C33pNTaTvCzHDdQL5yIEuRzg { color:#0e32fa;display:block;width:556px;position:absolute;font-family:"sequel sans black head";font-size:36px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:80px;left:57px;height:93.5938px;display:block; }
#rzQIqTZ2yoQS0IDXBdSg5AVEqfT61PBF { color:#000000;display:block;width:594px;position:absolute;font-family:"sequel sans black head";font-size:19px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:191px;left:57px;height:49.375px;display:block; }
#ZpfJm33lq4T1M6ZTrPDZ1Wm2dWkUhI6T { color:#000000;display:block;width:422px;position:absolute;font-family:"sequel sans black head";font-size:16px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:255px;left:94px;height:20.7969px;display:block; }
#hw4X3fqlWtiIyW7yVzn1pomEKGWZRGo5 { position:absolute;display:block;z-index:15016;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:28px;width:28px;top:255px;left:57px;overflow:hidden;display:block; }
#mwfAmB1XNEhDs4SdgWSyE5hIuBJCqHdc { color:#000000;display:block;width:510px;position:absolute;font-family:"sequel sans book body";font-size:15px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:277px;left:94px;height:39px;display:block; }
#b5uTz224aCi6rOLTKfu1nbkNCOxGwglK { position:absolute;display:block;z-index:15017;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:28px;width:28px;top:325px;left:57px;overflow:hidden;display:block; }
#PMzkiepaZ9pFepuMGFdfRbwhlqEpnP3s { color:#000000;display:block;width:422px;position:absolute;font-family:"sequel sans black head";font-size:16px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:325px;left:94px;height:20.7969px;display:block; }
#XJa7XplpEmQKE0wgdz56ahu2pA17uxdo { color:#000000;display:block;width:507px;position:absolute;font-family:"sequel sans book body";font-size:15px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:346px;left:94px;height:39px;display:block; }
#d6CyNJF6diaJMC3t5LkOQSBkTdUBvwiz { position:absolute;display:block;z-index:15018;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:28px;width:28px;top:419px;left:57px;overflow:hidden;display:block; }
#XEITmTfq9T1Nx6Qr50O3Rtq4fXPNfsg9 { color:#000000;display:block;width:422px;position:absolute;font-family:"sequel sans black head";font-size:16px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:419px;left:94px;height:20.7969px;display:block; }
#sPZuGONJ694Duma63iaFplinIF2VBeT0 { color:#000000;display:block;width:575px;position:absolute;font-family:"sequel sans book body";font-size:15px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:440px;left:94px;height:58.5px;display:block; }
#dHP6U1w8rDpUyMAStaeVSQdXSpblrofz { position:absolute;display:block;z-index:15020;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:40.9922px;width:138px;top:528px;left:94px;overflow:hidden;display:block; }
#L5qmZvLgkTSgG8rKT3DNVJQlnVzGGJEf { position:absolute;display:block;z-index:15021;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:48px;width:155px;top:524.484375px;left:258.5px;overflow:hidden;display:block; }
#XzO2J6uvGwJKrehG3NJzbATPyTdPaeME { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:663px;left:118px;display:none; }
#R1F3KZyA4trnNqTH4XkTIWesiKUt7Zos { color:#000000;display:block;width:296px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:42px;top:577px;left:24px;display:none; }
#PgZdDegw3lT0lCgSlcp1fFvkednZbTDu { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:663px;left:118px;display:none; }
#OULUUgpMEpsIdIqR7Ozr4R3L7FIhCS72 { color:#000000;display:block;width:422px;position:absolute;font-family:"sequel sans black head";font-size:16px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:201px;left:94px;height:20.7969px;display:none; }
#Gp3y3aFQEUT1XMTQT6HGmX6DMVm3lD6u { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:663px;left:118px;display:none; }
#UuW85S1tt6hhQ2tKTAPWT81RHtiwK7NV { color:#000000;display:block;width:422px;position:absolute;font-family:"sequel sans black head";font-size:16px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:201px;left:94px;height:20.7969px;display:none; }
#PU2v4yFRsvMlDk5tfRv4M8UXUIfGQSK5 { color:#000000;display:block;width:296px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:57px;top:644px;left:24px;display:none; }
#W5AFzKihzfZfC37NEWuXySKT8FqmCEJU { position:absolute;display:block;z-index:15015;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:336px;width:225.953px;top:175px;left:810.4375px;overflow:hidden;display:block; }
#ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD { position:relative;display:block; }#ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD { background-color: transparent; background-image: none; }#ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD > .row .container > .video-iframe-container { display: none; }#ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD > .row > .video-iframe-container { display: none; }#ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD > .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); }#ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD { border-width: 0; border-radius: 0; }#ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD > .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; }#ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:14px;font-family:arial;height:1010px;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; }#AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG { 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; }#AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG > .row .container { background-color: transparent; background-image: none; }#AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG > .row .container > .video-iframe-container { display: none; }#AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG > .row > .video-iframe-container { display: none; }#AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG > .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); }#AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG > .row .container { border-width: 0; border-radius: 0; }#AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG > .row .container { font-size:14px;font-family:arial;height:186px;width:1200px;position:relative;display:block; }#A9wVp5cFNWrPcZI2hDWgn29XAowqUmGE { color:#0e32fa;display:block;width:589px;position:absolute;font-family:"sequel sans black head";font-size:36px;font-weight:normal;z-index:15000;line-height:1.25;letter-spacing:0;top:46px;left:273.5px;height:90px;text-align:center;text-align-last:center;display:block; }
#QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs { 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; }#QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs > .row .container { background-color: transparent; background-image: none; }#QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs > .row .container > .video-iframe-container { display: none; }#QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs > .row > .video-iframe-container { display: none; }#QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs > .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); }#QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs > .row .container { border-width: 0; border-radius: 0; }#QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs > .row .container { font-size:14px;font-family:arial;height:406px;width:1200px;position:relative;display:block; }#Rb9FTP5pz04P9mxGGdBGS2TPTXDuWNpv { position:absolute;display:block;z-index:15000;height:161px;width:1200px;top:109px;left:0px;display:block; }
#LfSh8hHoWnbwXFFgESARUteFI7QidG5n { position:absolute;display:block;z-index:15005;height:68px;width:1200px;top:16px;left:0px;display:block; }
#N2Fpr1PSu4Fe3t5W9oQgM2riXkrqeGVs { position:absolute;display:block;z-index:15006;height:67px;width:1200px;top:309.5px;left:-1.5px;display:block; }
#N06qnel2VPvKWkgVXl056WrNXrQzXWh2 { 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; }#N06qnel2VPvKWkgVXl056WrNXrQzXWh2 > .row .container { background-color: transparent; background-image: none; }#N06qnel2VPvKWkgVXl056WrNXrQzXWh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N06qnel2VPvKWkgVXl056WrNXrQzXWh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N06qnel2VPvKWkgVXl056WrNXrQzXWh2 > .row .container > .video-iframe-container { display: none; }#N06qnel2VPvKWkgVXl056WrNXrQzXWh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N06qnel2VPvKWkgVXl056WrNXrQzXWh2 > .row > .video-iframe-container { display: none; }#N06qnel2VPvKWkgVXl056WrNXrQzXWh2 > .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); }#N06qnel2VPvKWkgVXl056WrNXrQzXWh2 > .row .container { border-width: 0; border-radius: 0; }#N06qnel2VPvKWkgVXl056WrNXrQzXWh2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N06qnel2VPvKWkgVXl056WrNXrQzXWh2 > .row .container { font-size:14px;font-family:arial;height:126px;width:1200px;position:relative;display:block; }#nUuAXTqkT8sQXMXiBvTG7IMrZBnA6wJX { background-color:#005dff;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:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:269px;height:36px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:45px;left:465.5px;display:block; }
#Nb5ZxOkts3sfguwlmCZi3HT67LAJMPBV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/03f89abd-42c3-4112-9461-3281a491f2ca/datherobgcomboblackandimage.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0.adaptive-delivery-prevent-bg, #Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0.lazyload, #Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0.lazyloading { background-image: none; }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row .container { background-color: transparent; background-image: none; }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row .container > .video-iframe-container { display: none; }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row > .video-iframe-container { display: none; }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .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); }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row .container { border-width: 0; border-radius: 0; }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row .container { font-size:14px;font-family:arial;height:420px;width:1200px;position:relative;display:block; }#t9Ty4P3iSVOPeuoFbSP3nxWTma1rLiWq { color:#ffffff;display:block;width:578px;position:absolute;font-family:"sequel sans heavy head";font-size:36px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:79.890625px;left:0px;height:140.391px;display:block; }
#X9uSugkifxAPAPsdUl46wL9CIfwU7QmX { background-color:#005dff;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:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:128px;height:36px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:304px;left:0px;display:block; }
#QayC3IJI64PX5rJCntLisTEpgoXGW4Fl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dI2NynXXIqADzX6eSCVnsNXkKTIk8Fu9 { background-color:#005dff;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:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:128px;height:36px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:252px;left:682px;display:none; }
#iUdrrgkeqSmi3QLzhSkCO3h5mXeGPtDk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#103ffa;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; }#fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl > .row .container { background-color: transparent; background-image: none; }#fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl > .row .container > .video-iframe-container { display: none; }#fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl > .row > .video-iframe-container { display: none; }#fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl > .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); }#fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl > .row .container { border-width: 0; border-radius: 0; }#fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl > .row .container { font-size:14px;font-family:arial;height:73px;width:1200px;position:relative;display:block; }#UTydgryIrTNNEvtLfDgUsiteSGcO1TFD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#UTydgryIrTNNEvtLfDgUsiteSGcO1TFD > .row .container { background-color: transparent; background-image: none; }#UTydgryIrTNNEvtLfDgUsiteSGcO1TFD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTydgryIrTNNEvtLfDgUsiteSGcO1TFD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTydgryIrTNNEvtLfDgUsiteSGcO1TFD > .row .container > .video-iframe-container { display: none; }#UTydgryIrTNNEvtLfDgUsiteSGcO1TFD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTydgryIrTNNEvtLfDgUsiteSGcO1TFD > .row > .video-iframe-container { display: none; }#UTydgryIrTNNEvtLfDgUsiteSGcO1TFD > .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); }#UTydgryIrTNNEvtLfDgUsiteSGcO1TFD > .row .container { border-width: 0; border-radius: 0; }#UTydgryIrTNNEvtLfDgUsiteSGcO1TFD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTydgryIrTNNEvtLfDgUsiteSGcO1TFD > .row .container { font-size:14px;font-family:arial;height:224px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg { display:block; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBhgO7xKeglxoQ3efnggA57TqgtqLApP { top:40px;left:0px;width:206px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #HDkMOUuEV2NkZUFmF145IDZ5TUTMO7kc { top:49px;left:603px;width:161px;height:15px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #p7CVdidoCoFcgizuZedAyJ4IfAOZwB1C { top:241px;left:0px;width:579px;height:52px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #l4PBSSQ1w3pIs5oSkUtQlJxheFv9bOmO { top:106px;left:0px;width:607px;height:110px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #NudhU0m3TrXyxtwTDy13v397otXBwi1H { top:123px;left:284px;width:480px;height:444px;display:block; }
 }@media only screen and (max-width: 763px) { #yyxO14ISOKCPAKCmyxsU7CMw2po8SwCN { width:178px;height:48px;top:348px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U0KMrhlDGOaNHquQRDFOGR8fzsv3Oqkm { display:block; }
 }@media only screen and (max-width: 763px) { #TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF { display:block; }#TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5J3iPu0C33pNTaTvCzHDdQL5yIEuRzg { top:80px;left:0px;width:556px;height:93px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rzQIqTZ2yoQS0IDXBdSg5AVEqfT61PBF { top:191px;left:0px;width:594px;height:49px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ZpfJm33lq4T1M6ZTrPDZ1Wm2dWkUhI6T { top:255px;left:0px;width:422px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hw4X3fqlWtiIyW7yVzn1pomEKGWZRGo5 { top:255px;left:0px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #mwfAmB1XNEhDs4SdgWSyE5hIuBJCqHdc { top:277px;left:0px;width:510px;height:39px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #b5uTz224aCi6rOLTKfu1nbkNCOxGwglK { top:325px;left:0px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #PMzkiepaZ9pFepuMGFdfRbwhlqEpnP3s { top:325px;left:0px;width:422px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XJa7XplpEmQKE0wgdz56ahu2pA17uxdo { top:346px;left:0px;width:507px;height:58px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #d6CyNJF6diaJMC3t5LkOQSBkTdUBvwiz { top:419px;left:0px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #XEITmTfq9T1Nx6Qr50O3Rtq4fXPNfsg9 { top:419px;left:0px;width:422px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sPZuGONJ694Duma63iaFplinIF2VBeT0 { top:440px;left:0px;width:575px;height:58px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dHP6U1w8rDpUyMAStaeVSQdXSpblrofz { top:528px;left:0px;width:138px;height:40.9844px;display:block; }
 }@media only screen and (max-width: 763px) { #L5qmZvLgkTSgG8rKT3DNVJQlnVzGGJEf { top:524px;left:40.5px;width:155px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #XzO2J6uvGwJKrehG3NJzbATPyTdPaeME { top:663px;left:0px;width:200px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #R1F3KZyA4trnNqTH4XkTIWesiKUt7Zos { top:577px;left:0px;width:296px;height:42px;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #PgZdDegw3lT0lCgSlcp1fFvkednZbTDu { top:663px;left:0px;width:200px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #OULUUgpMEpsIdIqR7Ozr4R3L7FIhCS72 { top:559px;left:0px;width:221px;height:31px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Gp3y3aFQEUT1XMTQT6HGmX6DMVm3lD6u { top:663px;left:0px;width:200px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #UuW85S1tt6hhQ2tKTAPWT81RHtiwK7NV { top:627px;left:0px;width:285px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #PU2v4yFRsvMlDk5tfRv4M8UXUIfGQSK5 { top:644px;left:0px;width:296px;height:57px;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #W5AFzKihzfZfC37NEWuXySKT8FqmCEJU { top:175px;left:539px;width:225px;height:334.60506864715px;display:block; }
 }@media only screen and (max-width: 763px) { #ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD { display:block; }#ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG { display:block; }#AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9wVp5cFNWrPcZI2hDWgn29XAowqUmGE { top:46px;left:55.5px;width:589px;height:90px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs { display:block; }#QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rb9FTP5pz04P9mxGGdBGS2TPTXDuWNpv { top:109px;left:0px;width:764px;height:161px;display:block; }
 }@media only screen and (max-width: 763px) { #LfSh8hHoWnbwXFFgESARUteFI7QidG5n { top:16px;left:0px;width:764px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #N2Fpr1PSu4Fe3t5W9oQgM2riXkrqeGVs { top:309px;left:0px;width:764px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #N06qnel2VPvKWkgVXl056WrNXrQzXWh2 { display:block; }#N06qnel2VPvKWkgVXl056WrNXrQzXWh2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUuAXTqkT8sQXMXiBvTG7IMrZBnA6wJX { width:269px;height:36px;top:45px;left:247.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Nb5ZxOkts3sfguwlmCZi3HT67LAJMPBV { display:block; }
 }@media only screen and (max-width: 763px) { #Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 { display:block; }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9Ty4P3iSVOPeuoFbSP3nxWTma1rLiWq { top:79px;left:0px;width:578px;height:187px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #X9uSugkifxAPAPsdUl46wL9CIfwU7QmX { width:128px;height:36px;top:304px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QayC3IJI64PX5rJCntLisTEpgoXGW4Fl { display:block; }
 }@media only screen and (max-width: 763px) { #dI2NynXXIqADzX6eSCVnsNXkKTIk8Fu9 { width:128px;height:36px;top:252px;left:464px;display:none; }
 }@media only screen and (max-width: 763px) { #iUdrrgkeqSmi3QLzhSkCO3h5mXeGPtDk { display:block; }
 }@media only screen and (max-width: 763px) { #fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl { display:block; }#fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTydgryIrTNNEvtLfDgUsiteSGcO1TFD { display:block; }#UTydgryIrTNNEvtLfDgUsiteSGcO1TFD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b044ea85-2c40-4ca6-aace-0a77689f6f3e/floridahero.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg.adaptive-delivery-prevent-bg, #LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg.lazyload, #LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg.lazyloading { background-image: none; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row .container { background-color: transparent; background-image: none; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row .container > .video-iframe-container { display: none; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row > .video-iframe-container { display: none; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .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); }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row .container { border-width: 0; border-radius: 0; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVTDyFhuZca8isuA6GVBCM3NrTHwuFKg > .row .container { width:320px;height:327px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBhgO7xKeglxoQ3efnggA57TqgtqLApP { width:130px;height:21px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HDkMOUuEV2NkZUFmF145IDZ5TUTMO7kc { width:121px;height:0;top:14.5px;left:199px;font-size:10px;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #p7CVdidoCoFcgizuZedAyJ4IfAOZwB1C { width:320px;height:31.1875px;top:188.96875px;left:0px;font-size:12px;text-align:left;text-align-last:left;font-family:"sequel sans heavy body";display:block; }
 }@media only screen and (max-width: 763px) { #l4PBSSQ1w3pIs5oSkUtQlJxheFv9bOmO { width:291px;height:112.172px;top:55.59375px;left:0px;font-size:34px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NudhU0m3TrXyxtwTDy13v397otXBwi1H { width:320px;height:296px;top:388.9688px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #yyxO14ISOKCPAKCmyxsU7CMw2po8SwCN { width:320px;height:48px;top:240.15625px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #U0KMrhlDGOaNHquQRDFOGR8fzsv3Oqkm { display:block; }
 }@media only screen and (max-width: 763px) { #TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF { display:block; }#TWmImLZ7q26C2hrdf7HLSSL1J40hzzXF > .row .container { width:320px;height:879px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5J3iPu0C33pNTaTvCzHDdQL5yIEuRzg { width:297px;height:57.1875px;top:448px;left:11.5px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rzQIqTZ2yoQS0IDXBdSg5AVEqfT61PBF { width:298px;height:31.1875px;top:516px;left:11px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZpfJm33lq4T1M6ZTrPDZ1Wm2dWkUhI6T { width:261px;height:15.5938px;top:555.15625px;left:23.5px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hw4X3fqlWtiIyW7yVzn1pomEKGWZRGo5 { width:16px;height:16px;top:490.96875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #mwfAmB1XNEhDs4SdgWSyE5hIuBJCqHdc { width:297px;height:39px;top:572.78125px;left:24px;font-size:10px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b5uTz224aCi6rOLTKfu1nbkNCOxGwglK { width:27.9844px;height:27.9844px;top:840px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #PMzkiepaZ9pFepuMGFdfRbwhlqEpnP3s { width:249.969px;height:0;top:888px;left:35px;font-size:16px;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XJa7XplpEmQKE0wgdz56ahu2pA17uxdo { width:243.969px;height:0;top:950px;left:38px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #d6CyNJF6diaJMC3t5LkOQSBkTdUBvwiz { width:27.9844px;height:27.9844px;top:1087px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #XEITmTfq9T1Nx6Qr50O3Rtq4fXPNfsg9 { width:235px;height:0;top:1135px;left:42px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sPZuGONJ694Duma63iaFplinIF2VBeT0 { width:262.984px;height:0;top:1196px;left:28px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dHP6U1w8rDpUyMAStaeVSQdXSpblrofz { width:129px;height:37px;top:782.5px;left:23.5px;display:block; }
 }@media only screen and (max-width: 763px) { #L5qmZvLgkTSgG8rKT3DNVJQlnVzGGJEf { width:138px;height:43.9844px;top:779px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #XzO2J6uvGwJKrehG3NJzbATPyTdPaeME { top:552.546875px;left:11.5px;width:18px;height:20.7969px;z-index:15023;color:#103ffa;display:block; }
 }@media only screen and (max-width: 763px) { #R1F3KZyA4trnNqTH4XkTIWesiKUt7Zos { top:640px;left:24px;width:296px;height:42.8906px;z-index:15025;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #PgZdDegw3lT0lCgSlcp1fFvkednZbTDu { top:621.109375px;left:11.5px;width:18px;height:20.7969px;z-index:15026;color:#103ffa;display:block; }
 }@media only screen and (max-width: 763px) { #OULUUgpMEpsIdIqR7Ozr4R3L7FIhCS72 { width:279px;height:15.5938px;top:622px;left:24px;font-size:12px;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Gp3y3aFQEUT1XMTQT6HGmX6DMVm3lD6u { top:688.765625px;left:11.5px;width:18px;height:20.7969px;z-index:15029;color:#103ffa;display:block; }
 }@media only screen and (max-width: 763px) { #UuW85S1tt6hhQ2tKTAPWT81RHtiwK7NV { width:285px;height:15.5938px;top:690px;left:25px;font-size:12px;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #PU2v4yFRsvMlDk5tfRv4M8UXUIfGQSK5 { top:707.5625px;left:24px;width:296px;height:57.1875px;z-index:15026;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #W5AFzKihzfZfC37NEWuXySKT8FqmCEJU { width:249.969px;height:363px;top:51px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD { display:block; }#ykZtewZmtzXP8JUhJ15JUaqfu78LlZyD > .row .container { width:320px;height:1011.1833343505859px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG { display:block; }#AEcxwflCwdAFqu6kZkCerSZA9UyRKiFG > .row .container { width:320px;height:181px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9wVp5cFNWrPcZI2hDWgn29XAowqUmGE { width:320px;height:120px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs { display:block; }#QQfUagcKtGPzXJCTJWAEQRI4mIk6WbTs > .row .container { width:320px;height:418px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rb9FTP5pz04P9mxGGdBGS2TPTXDuWNpv { width:320px;height:161px;top:195px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LfSh8hHoWnbwXFFgESARUteFI7QidG5n { width:320px;height:68px;top:107px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #N2Fpr1PSu4Fe3t5W9oQgM2riXkrqeGVs { width:320px;height:67px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #N06qnel2VPvKWkgVXl056WrNXrQzXWh2 { display:block; }#N06qnel2VPvKWkgVXl056WrNXrQzXWh2 > .row .container { width:320px;height:181px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUuAXTqkT8sQXMXiBvTG7IMrZBnA6wJX { width:269px;height:36px;top:20px;left:25px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Nb5ZxOkts3sfguwlmCZi3HT67LAJMPBV { display:block; }
 }@media only screen and (max-width: 763px) { #Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b6864c3b-2ca8-4db3-ba95-025e96f50d90/973907ce1c0083f131f48908d29ec99513f1dd51538x275.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0.adaptive-delivery-prevent-bg, #Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0.lazyload, #Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0.lazyloading { background-image: none; }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row .container { background-color: transparent; background-image: none; }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row .container > .video-iframe-container { display: none; }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row > .video-iframe-container { display: none; }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .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); }#Ot7J2t3OBy8NTTuMNoHJy8BhUTD5XQV0 > .row .container { width:320px;height:306px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9Ty4P3iSVOPeuoFbSP3nxWTma1rLiWq { width:320px;height:119.562px;top:56px;left:0px;font-size:23px;text-align:center;text-align-last:center;font-family:"sequel sans semi bold body";display:block; }
 }@media only screen and (max-width: 763px) { #X9uSugkifxAPAPsdUl46wL9CIfwU7QmX { width:128px;height:36px;top:289.547px;left:96px;display:none; }
 }@media only screen and (max-width: 763px) { #QayC3IJI64PX5rJCntLisTEpgoXGW4Fl { display:block; }
 }@media only screen and (max-width: 763px) { #dI2NynXXIqADzX6eSCVnsNXkKTIk8Fu9 { width:301px;height:29px;top:221px;left:10px;font-size:10px;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #iUdrrgkeqSmi3QLzhSkCO3h5mXeGPtDk { display:block; }
 }@media only screen and (max-width: 763px) { #fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl { display:block; }#fxdrCVMhA7t4VVd6r7pRiL7yMqHAO1Zl > .row .container { width:320px;height:108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTydgryIrTNNEvtLfDgUsiteSGcO1TFD { display:block; }#UTydgryIrTNNEvtLfDgUsiteSGcO1TFD > .row .container { width:320px;height:159px;position:relative;display:block; } }