.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg { 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; }#sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg > .row .container { background-color: transparent; background-image: none; }#sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg > .row .container > .video-iframe-container { display: none; }#sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg > .row > .video-iframe-container { display: none; }#sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg > .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); }#sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg > .row .container { border-width: 0; border-radius: 0; }#sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#k4dB7JntI2XIOpyAw1kX3JgclJrDm3M6 { 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;box-shadow: none;height:2.1875rem;width:12.875rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#QDDS2G8NINxa9X7JocFffw2mzFzD1HNT { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:"sequel sans semi bold head";font-size:0.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.10546875rem;left:64.9375rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection { 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; } #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection *:focus-visible, #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection input[type="text"]:focus-visible, #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection input[type="email"]:focus-visible, #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection input[type="tel"]:focus-visible, #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection textarea:focus-visible { outline: none; } #xe3fTZi2GhnnFPreWyhuuIgTVhZtUgzz > .row .container { background-color: transparent; background-image: none; }#xe3fTZi2GhnnFPreWyhuuIgTVhZtUgzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xe3fTZi2GhnnFPreWyhuuIgTVhZtUgzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xe3fTZi2GhnnFPreWyhuuIgTVhZtUgzz > .row .container > .video-iframe-container { display: none; }#xe3fTZi2GhnnFPreWyhuuIgTVhZtUgzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xe3fTZi2GhnnFPreWyhuuIgTVhZtUgzz > .row > .video-iframe-container { display: none; }#xe3fTZi2GhnnFPreWyhuuIgTVhZtUgzz > .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); }#xe3fTZi2GhnnFPreWyhuuIgTVhZtUgzz > .row .container { border-width: 0; border-radius: 0; }#xe3fTZi2GhnnFPreWyhuuIgTVhZtUgzz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xe3fTZi2GhnnFPreWyhuuIgTVhZtUgzz > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0 { position:relative;display:block; }#criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0 { background-color: transparent; background-image: none; }#criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0 > .row .container > .video-iframe-container { display: none; }#criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0 > .row > .video-iframe-container { display: none; }#criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0 > .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); }#criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0 { border-width: 0; border-radius: 0; }#criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0 > .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; }#criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:127.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XnnXg5vxT4N1zsRgh6Eq99Hq9B8buBZT { position:absolute;display:block;z-index:15001;height:118.4375rem;width:75rem;top:3.8125rem;left:0rem;display:block; }
#ySXriOHIOCANPsESJlUmFrieNmNHMTQu { 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:none; }#ySXriOHIOCANPsESJlUmFrieNmNHMTQu > .row .container { border-width: 0; border-radius: 0; }#ySXriOHIOCANPsESJlUmFrieNmNHMTQu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ySXriOHIOCANPsESJlUmFrieNmNHMTQu > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:none; }#agT2G5QORIH8ErQVHksnlpU8w074pV7u { color:#103ffa;display:block;width:23.75rem;position:absolute;font-family:"sequel sans heavy body";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125rem;left:42.625rem;height:1.625rem;display:block; }
#unL2bbEOK60a6F9JAByxnJ23hD5JOFhI { color:#000000;display:block;width:32.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.07421875rem;left:42.625rem;height:2.5996125rem;display:block; }
#w3WgNrfVAazEDIWnCCw9JFphyRnE8WCq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:1.125rem;left:0rem;display:block; }
#skW37bPpGlXxJeGhIFZPNp8TKVRdV0Az { 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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.75rem;left:42.625rem;display:block; }
#OCZh7UcG2Wsxtkd8NNvRLuRl9o1vENv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RdQPseT3OIvB3lmiE4M92M8GiES17Wof { 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; }#RdQPseT3OIvB3lmiE4M92M8GiES17Wof > .row .container { background-color: transparent; background-image: none; }#RdQPseT3OIvB3lmiE4M92M8GiES17Wof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdQPseT3OIvB3lmiE4M92M8GiES17Wof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdQPseT3OIvB3lmiE4M92M8GiES17Wof > .row .container > .video-iframe-container { display: none; }#RdQPseT3OIvB3lmiE4M92M8GiES17Wof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdQPseT3OIvB3lmiE4M92M8GiES17Wof > .row > .video-iframe-container { display: none; }#RdQPseT3OIvB3lmiE4M92M8GiES17Wof > .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); }#RdQPseT3OIvB3lmiE4M92M8GiES17Wof > .row .container { border-width: 0; border-radius: 0; }#RdQPseT3OIvB3lmiE4M92M8GiES17Wof > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RdQPseT3OIvB3lmiE4M92M8GiES17Wof > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#Bq2vkya7SVpznNXD9xk5WdDVTKl7GcrD { color:#103ffa;display:block;width:23.75rem;position:absolute;font-family:"sequel sans heavy body";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125rem;left:42.625rem;height:1.625rem;display:block; }
#NANTRTzByK66VoqhsmpMuvfiZoy1UmKB { color:#000000;display:block;width:32.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.07421875rem;left:42.625rem;height:2.599825rem;display:block; }
#oAti7LH7F8mXoNd48rongiVqS4diggAG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:1.125rem;left:0rem;display:block; }
#pPBs9KnPpRpO5IXBOrAWde9Duts9NTmd { 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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.75rem;left:42.625rem;display:block; }
#GlBH9fyv4CzeQEGTUEtX2yDL5fiWkWaH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JroRfvCpCQTOZvh1vFrPPyvk4nhC7260 { 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:none; }#JroRfvCpCQTOZvh1vFrPPyvk4nhC7260 > .row .container { border-width: 0; border-radius: 0; }#JroRfvCpCQTOZvh1vFrPPyvk4nhC7260 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JroRfvCpCQTOZvh1vFrPPyvk4nhC7260 > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:none; }#cLtODTH6NokUdX6TqJ3pon8wGyXNiKb3 { color:#0e32fa;display:block;width:34.75rem;position:absolute;font-family:"sequel sans black head";font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.5625rem;height:5.8496125rem;display:block; }
#ndA2G4NhzEEyVKZWlJDGlPlni4AqzOqV { color:#000000;display:block;width:26.875rem;position:absolute;font-family:"sequel sans black head";font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9.4375rem;left:3.5625rem;height:1.54394375rem;display:block; }
#QIHThZMKIiuhB5WiuAUbHzrPTaTSR23h { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"sequel sans black head";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5625rem;left:5.875rem;height:1.29980625rem;display:block; }
#LVxQ2Cc7idq6fEalVbEVRFOTx3Bvmw1w { 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;box-shadow: none;height:1.75rem;width:1.75rem;top:12.5625rem;left:3.5625rem;overflow:hidden;display:block; }
#ta2t5ZFgf0oEqCoWvtMhvKyeFiI65eJd { color:#000000;display:block;width:31.875rem;position:absolute;font-family:"sequel sans book body";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.9375rem;left:5.875rem;height:1.21875rem;display:block; }
#Sb7l35oVSFG4uLQyx5AM8al45T6VCw4d { 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;box-shadow: none;height:1.75rem;width:1.75rem;top:16.25rem;left:3.5625rem;overflow:hidden;display:block; }
#IOTd6mZ8D8coO5M6dHs8NQ9yn9o2BtDL { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"sequel sans black head";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.25rem;left:5.875rem;height:1.29980625rem;display:block; }
#qAivQAILBACIvkxV2aoZngmsAHyKTs2A { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:"sequel sans book body";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.5625rem;left:5.875rem;height:2.4375rem;display:block; }
#bNSwbX59KpMRNnrfpJG3067NKAQzRNNA { 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;box-shadow: none;height:21rem;width:14.1225625rem;top:6.5302734375rem;left:50.68359375rem;overflow:hidden;display:block; }
#FtKtgARGcCQrey0Ssc4cPG6Vp4DHrDKT { 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;box-shadow: none;height:1.75rem;width:1.75rem;top:22.125rem;left:3.5625rem;overflow:hidden;display:block; }
#OX2WafOeqxRaRTx3pmgPFc8GipQc8Dov { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"sequel sans black head";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.125rem;left:5.875rem;height:1.29980625rem;display:block; }
#dyGWGNmetyRcmeFHD8FZVgepRwBNnuM3 { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"sequel sans book body";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:23.4375rem;left:5.875rem;height:3.65625rem;display:block; }
#I1xlGTw2FkHx8f6npgQdJCRbGmM0e05v { 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;box-shadow: none;height:2.5620125rem;width:8.625rem;top:28.9375rem;left:5.875rem;overflow:hidden;display:block; }
#fnDf39rlridlTImhP7Zrm9aVZbmaemBT { 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;box-shadow: none;height:3rem;width:9.6875rem;top:28.7177734375rem;left:16.09375rem;overflow:hidden;display:block; }
#QfXc0kXr9vDoTvTOuhoS78d8O2tHWoei { color:#000000;display:block;width:18.5rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:31.8125rem;left:1.5rem;display:none; }
#k694Ci32PAVaXVITT14rKpmDfxk0kVmH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:41.4375rem;left:7.375rem;display:none; }
#svHEwbNEEuRh8fDVQFUsnS00U6NIICfB { color:#000000;display:block;width:18.5rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:36.0625rem;left:1.5rem;display:none; }
#ZJikJZoUTe0l4ZNbPiF2E58BlpS6oX9i { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:41.4375rem;left:7.375rem;display:none; }
#Wle783xOc49KscDWn6d9arcWT78TMtau { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"sequel sans black head";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5625rem;left:5.875rem;height:1.29980625rem;display:none; }
#O1FQ0o4p8ynfI2KfTiM7q2bre4A08yQ9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:41.4375rem;left:7.375rem;display:none; }
#c2qprzlLTKtkGx1niqyqbzGT2RFy3Wba { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"sequel sans black head";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5625rem;left:5.875rem;height:1.29980625rem;display:none; }
#Z8hsOtKndtWCaddVLMJPau7S8TRNwaOt { color:#000000;display:block;width:18.5rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:40.25rem;left:1.5rem;display:none; }
#L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM { 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; }#L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM > .row .container { background-color: transparent; background-image: none; }#L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM > .row .container > .video-iframe-container { display: none; }#L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM > .row > .video-iframe-container { display: none; }#L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM > .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); }#L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM > .row .container { border-width: 0; border-radius: 0; }#L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#knXWfcTt2OtWF3MMkLQscFFWKUclSciF { color:#0e32fa;display:block;width:34.75rem;position:absolute;font-family:"sequel sans black head";font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.5625rem;height:5.85rem;display:block; }
#T4odxDqcU5KAH58G1UBp5wfF7swD8Tdw { color:#000000;display:block;width:26.875rem;position:absolute;font-family:"sequel sans black head";font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9.4375rem;left:3.5625rem;height:1.54375rem;display:block; }
#bauz72V7OhpUnoQQNRT7T0pNocKAgGog { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"sequel sans black head";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5625rem;left:5.875rem;height:1.2999125rem;display:block; }
#mBvlqCVhNv3ZZVUQtZHqWcSONzZggbRI { 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;box-shadow: none;height:1.75rem;width:1.75rem;top:12.5625rem;left:3.5625rem;overflow:hidden;display:block; }
#ZDa1LIOkkRPoNTLmVwpPETuQOdpRGrdA { color:#000000;display:block;width:31.875rem;position:absolute;font-family:"sequel sans book body";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.9375rem;left:5.875rem;height:1.21875rem;display:block; }
#xbDRTlkhvOC8fiCrOvkJ9gaIMCXfyEPF { 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;box-shadow: none;height:1.75rem;width:1.75rem;top:16.25rem;left:3.5625rem;overflow:hidden;display:block; }
#pD0OM73VVAUkU8CMXLomlzylvei0FC0U { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"sequel sans black head";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.25rem;left:5.875rem;height:1.2999125rem;display:block; }
#Tn1FS9zCgHxZZFU3HXLasi09zAQhdwlX { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:"sequel sans book body";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.5625rem;left:5.875rem;height:3.65625rem;display:block; }
#dqgiTROWXKnKvbBPu7V8ZpHSv34FPzMU { 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;box-shadow: none;height:19rem;width:14.0625rem;top:6.5302734375rem;left:50.68359375rem;overflow:hidden;display:block; }
#mqmy4abaax6nWIcDKKawxZlTnTmZFMUg { 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;box-shadow: none;height:1.75rem;width:1.75rem;top:22.125rem;left:3.5625rem;overflow:hidden;display:block; }
#DwGPKM7lsP3k4Nas7oKL8ITO8eMnis4w { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"sequel sans black head";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.125rem;left:5.875rem;height:1.2999125rem;display:block; }
#Nwu7ggwR0pG1HkA0xKdAWPVWdS6s6e7d { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"sequel sans book body";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:23.4375rem;left:5.875rem;height:3.65625rem;display:block; }
#R4r6kZf0RyzVqJ3lWX80Jr2P4tgtCDBv { 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;box-shadow: none;height:2.5620125rem;width:8.625rem;top:28.9375rem;left:5.875rem;overflow:hidden;display:block; }
#FSXAMCRN7bQKTwhbEZWQeVJhKGId2SMz { 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;box-shadow: none;height:3rem;width:9.6875rem;top:28.7177734375rem;left:16.09375rem;overflow:hidden;display:block; }
#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a5398e20-ca3d-4019-9de0-c31129672085/datherobgcomboblackandimagewhiteguyclipboard.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:none; }#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG.adaptive-delivery-prevent-bg, #vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG.lazyload, #vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG.lazyloading { background-image: none; }#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG > .row .container { border-width: 0; border-radius: 0; }#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:none; }#Ta1HcnJQiKgeBy6IFzROdIUfxdxiAM9p { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"sequel sans heavy head";font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:3.8125rem;height:7.7988125rem;display:block; }
#zCQXn4fQl4zz315cvSfLVf8MngSizGD8 { 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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:1.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18rem;left:3.8125rem;display:block; }
#OgiCMQggEZAONETUCdTN85XDZceXoGyA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy { 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 right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy.adaptive-delivery-prevent-bg, #L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy.lazyload, #L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy.lazyloading { background-image: none; }#L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy > .row .container { background-color: transparent; background-image: none; }#L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy > .row .container > .video-iframe-container { display: none; }#L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy > .row > .video-iframe-container { display: none; }#L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy > .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); }#L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy > .row .container { border-width: 0; border-radius: 0; }#L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#hT4blUiKWTdKfcNJ2IdDSNgAa5GLlHa9 { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:"sequel sans heavy head";font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1181640625rem;left:0rem;height:11.7rem;display:block; }
#Qkwkw3hJ72fwCVyMAeM48hLoXSeyUxhu { 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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.125rem;left:0rem;display:block; }
#cafvqVW0tLINIVCQ8Lxdra8KASuGqsSr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection { 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; } #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection *:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="text"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="email"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="tel"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection textarea:focus-visible { outline: none; } #X2E03Juclwms3UF5nZKCuqRfcdQM8JkC > .row .container { background-color: transparent; background-image: none; }#X2E03Juclwms3UF5nZKCuqRfcdQM8JkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2E03Juclwms3UF5nZKCuqRfcdQM8JkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2E03Juclwms3UF5nZKCuqRfcdQM8JkC > .row .container > .video-iframe-container { display: none; }#X2E03Juclwms3UF5nZKCuqRfcdQM8JkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2E03Juclwms3UF5nZKCuqRfcdQM8JkC > .row > .video-iframe-container { display: none; }#X2E03Juclwms3UF5nZKCuqRfcdQM8JkC > .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); }#X2E03Juclwms3UF5nZKCuqRfcdQM8JkC > .row .container { border-width: 0; border-radius: 0; }#X2E03Juclwms3UF5nZKCuqRfcdQM8JkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2E03Juclwms3UF5nZKCuqRfcdQM8JkC > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection { 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; } #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection *:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="text"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="email"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="tel"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection textarea:focus-visible { outline: none; } #Elhd5fPBQsVvBL5tcvBLDHgUS76nAn4t > .row .container { background-color: transparent; background-image: none; }#Elhd5fPBQsVvBL5tcvBLDHgUS76nAn4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elhd5fPBQsVvBL5tcvBLDHgUS76nAn4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elhd5fPBQsVvBL5tcvBLDHgUS76nAn4t > .row .container > .video-iframe-container { display: none; }#Elhd5fPBQsVvBL5tcvBLDHgUS76nAn4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elhd5fPBQsVvBL5tcvBLDHgUS76nAn4t > .row > .video-iframe-container { display: none; }#Elhd5fPBQsVvBL5tcvBLDHgUS76nAn4t > .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); }#Elhd5fPBQsVvBL5tcvBLDHgUS76nAn4t > .row .container { border-width: 0; border-radius: 0; }#Elhd5fPBQsVvBL5tcvBLDHgUS76nAn4t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Elhd5fPBQsVvBL5tcvBLDHgUS76nAn4t > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg { display:block; }#sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4dB7JntI2XIOpyAw1kX3JgclJrDm3M6 { top:2.5rem;left:0rem;width:12.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDDS2G8NINxa9X7JocFffw2mzFzD1HNT { top:3.0625rem;left:37.6875rem;width:10.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection { display:block; } #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection *:focus-visible, #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection input[type="text"]:focus-visible, #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection input[type="email"]:focus-visible, #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection input[type="tel"]:focus-visible, #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection textarea:focus-visible { outline: none; } #xe3fTZi2GhnnFPreWyhuuIgTVhZtUgzz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0 { display:block; }#criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnnXg5vxT4N1zsRgh6Eq99Hq9B8buBZT { top:3.8125rem;left:0rem;width:47.75rem;height:118.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySXriOHIOCANPsESJlUmFrieNmNHMTQu { display:none; }#ySXriOHIOCANPsESJlUmFrieNmNHMTQu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #agT2G5QORIH8ErQVHksnlpU8w074pV7u { top:8.125rem;left:24rem;width:23.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unL2bbEOK60a6F9JAByxnJ23hD5JOFhI { top:11.0625rem;left:15.375rem;width:32.375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3WgNrfVAazEDIWnCCw9JFphyRnE8WCq { top:1.125rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #skW37bPpGlXxJeGhIFZPNp8TKVRdV0Az { width:8rem;height:2.25rem;top:15.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCZh7UcG2Wsxtkd8NNvRLuRl9o1vENv5 { display:block; }
 }@media only screen and (max-width: 763px) { #RdQPseT3OIvB3lmiE4M92M8GiES17Wof { display:block; }#RdQPseT3OIvB3lmiE4M92M8GiES17Wof > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq2vkya7SVpznNXD9xk5WdDVTKl7GcrD { top:8.125rem;left:24rem;width:23.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NANTRTzByK66VoqhsmpMuvfiZoy1UmKB { top:11.0625rem;left:15.375rem;width:32.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAti7LH7F8mXoNd48rongiVqS4diggAG { top:1.125rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPBs9KnPpRpO5IXBOrAWde9Duts9NTmd { width:8rem;height:2.25rem;top:15.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlBH9fyv4CzeQEGTUEtX2yDL5fiWkWaH { display:block; }
 }@media only screen and (max-width: 763px) { #JroRfvCpCQTOZvh1vFrPPyvk4nhC7260 { display:none; }#JroRfvCpCQTOZvh1vFrPPyvk4nhC7260 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cLtODTH6NokUdX6TqJ3pon8wGyXNiKb3 { top:2.5rem;left:0rem;width:34.75rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndA2G4NhzEEyVKZWlJDGlPlni4AqzOqV { top:9.4375rem;left:0rem;width:26.875rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIHThZMKIiuhB5WiuAUbHzrPTaTSR23h { top:12.5625rem;left:0rem;width:26.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVxQ2Cc7idq6fEalVbEVRFOTx3Bvmw1w { top:12.5625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta2t5ZFgf0oEqCoWvtMhvKyeFiI65eJd { top:13.9375rem;left:0rem;width:31.875rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb7l35oVSFG4uLQyx5AM8al45T6VCw4d { top:16.25rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOTd6mZ8D8coO5M6dHs8NQ9yn9o2BtDL { top:16.25rem;left:0rem;width:26.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAivQAILBACIvkxV2aoZngmsAHyKTs2A { top:17.5625rem;left:0rem;width:31.6875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNSwbX59KpMRNnrfpJG3067NKAQzRNNA { top:6.5rem;left:33.6875rem;width:14.0625rem;height:20.910688127597rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtKtgARGcCQrey0Ssc4cPG6Vp4DHrDKT { top:22.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX2WafOeqxRaRTx3pmgPFc8GipQc8Dov { top:22.125rem;left:0rem;width:26.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyGWGNmetyRcmeFHD8FZVgepRwBNnuM3 { top:23.4375rem;left:0rem;width:35.9375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1xlGTw2FkHx8f6npgQdJCRbGmM0e05v { top:28.9375rem;left:0rem;width:8.625rem;height:2.561525rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnDf39rlridlTImhP7Zrm9aVZbmaemBT { top:28.6875rem;left:2.46875rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfXc0kXr9vDoTvTOuhoS78d8O2tHWoei { top:31.8125rem;left:0rem;width:18.5rem;height:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k694Ci32PAVaXVITT14rKpmDfxk0kVmH { top:41.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #svHEwbNEEuRh8fDVQFUsnS00U6NIICfB { top:36.0625rem;left:0rem;width:18.5rem;height:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJikJZoUTe0l4ZNbPiF2E58BlpS6oX9i { top:41.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wle783xOc49KscDWn6d9arcWT78TMtau { top:34.9375rem;left:0rem;width:13.8125rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1FQ0o4p8ynfI2KfTiM7q2bre4A08yQ9 { top:41.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2qprzlLTKtkGx1niqyqbzGT2RFy3Wba { top:39.1875rem;left:0rem;width:17.8125rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8hsOtKndtWCaddVLMJPau7S8TRNwaOt { top:40.25rem;left:0rem;width:18.5rem;height:3.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM { display:block; }#L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knXWfcTt2OtWF3MMkLQscFFWKUclSciF { top:2.5rem;left:0rem;width:34.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4odxDqcU5KAH58G1UBp5wfF7swD8Tdw { top:9.4375rem;left:0rem;width:26.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bauz72V7OhpUnoQQNRT7T0pNocKAgGog { top:12.5625rem;left:0rem;width:26.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBvlqCVhNv3ZZVUQtZHqWcSONzZggbRI { top:12.5625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDa1LIOkkRPoNTLmVwpPETuQOdpRGrdA { top:13.9375rem;left:0rem;width:31.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbDRTlkhvOC8fiCrOvkJ9gaIMCXfyEPF { top:16.25rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD0OM73VVAUkU8CMXLomlzylvei0FC0U { top:16.25rem;left:0rem;width:26.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1FS9zCgHxZZFU3HXLasi09zAQhdwlX { top:17.5625rem;left:0rem;width:31.6875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqgiTROWXKnKvbBPu7V8ZpHSv34FPzMU { top:6.5rem;left:33.6875rem;width:14.0625rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqmy4abaax6nWIcDKKawxZlTnTmZFMUg { top:22.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwGPKM7lsP3k4Nas7oKL8ITO8eMnis4w { top:22.125rem;left:0rem;width:26.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwu7ggwR0pG1HkA0xKdAWPVWdS6s6e7d { top:23.4375rem;left:0rem;width:35.9375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4r6kZf0RyzVqJ3lWX80Jr2P4tgtCDBv { top:28.9375rem;left:0rem;width:8.625rem;height:2.561525rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSXAMCRN7bQKTwhbEZWQeVJhKGId2SMz { top:28.6875rem;left:2.46875rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG { display:none; }#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ta1HcnJQiKgeBy6IFzROdIUfxdxiAM9p { top:5.4375rem;left:0rem;width:31.9375rem;height:10.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCQXn4fQl4zz315cvSfLVf8MngSizGD8 { width:7.875rem;height:1.875rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgiCMQggEZAONETUCdTN85XDZceXoGyA { display:block; }
 }@media only screen and (max-width: 763px) { #L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy { display:block; }#L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT4blUiKWTdKfcNJ2IdDSNgAa5GLlHa9 { top:5.0625rem;left:0rem;width:36.125rem;height:11.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkwkw3hJ72fwCVyMAeM48hLoXSeyUxhu { width:8rem;height:2.25rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cafvqVW0tLINIVCQ8Lxdra8KASuGqsSr { display:block; }
 }@media only screen and (max-width: 763px) { #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection { display:block; } #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection *:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="text"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="email"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="tel"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection textarea:focus-visible { outline: none; } #X2E03Juclwms3UF5nZKCuqRfcdQM8JkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection { display:block; } #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection *:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="text"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="email"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="tel"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection textarea:focus-visible { outline: none; } #Elhd5fPBQsVvBL5tcvBLDHgUS76nAn4t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg { display:block; }#sFZJs2VkazmzNFnJv6JmzUqaF6DdAhTg > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4dB7JntI2XIOpyAw1kX3JgclJrDm3M6 { width:8.125rem;height:1.3125rem;top:1.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDDS2G8NINxa9X7JocFffw2mzFzD1HNT { width:7.5625rem;height:0;top:1.318359375rem;left:12.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection { display:block; } #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection *:focus-visible, #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection input[type="text"]:focus-visible, #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection input[type="email"]:focus-visible, #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection input[type="tel"]:focus-visible, #c97a40b90117bdeabd1bc3f68c77dd73.widget-smartsection textarea:focus-visible { outline: none; } #xe3fTZi2GhnnFPreWyhuuIgTVhZtUgzz > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0 { display:block; }#criIwFFCbr6MTMzWZ1rzuG0eTyTgTPW0 > .row .container { width:20rem;height:153.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnnXg5vxT4N1zsRgh6Eq99Hq9B8buBZT { width:20rem;height:118.4375rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySXriOHIOCANPsESJlUmFrieNmNHMTQu { display:block; }#ySXriOHIOCANPsESJlUmFrieNmNHMTQu > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #agT2G5QORIH8ErQVHksnlpU8w074pV7u { width:20rem;height:1.29980625rem;top:13.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #unL2bbEOK60a6F9JAByxnJ23hD5JOFhI { width:20rem;height:2.923825rem;top:15.8623046875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w3WgNrfVAazEDIWnCCw9JFphyRnE8WCq { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skW37bPpGlXxJeGhIFZPNp8TKVRdV0Az { width:18.8125rem;height:1.8125rem;top:20.1865234375rem;left:0.59375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCZh7UcG2Wsxtkd8NNvRLuRl9o1vENv5 { display:block; }
 }@media only screen and (max-width: 763px) { #RdQPseT3OIvB3lmiE4M92M8GiES17Wof { display:none; }#RdQPseT3OIvB3lmiE4M92M8GiES17Wof > .row .container { width:20rem;height:37.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bq2vkya7SVpznNXD9xk5WdDVTKl7GcrD { width:20rem;height:1.29980625rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NANTRTzByK66VoqhsmpMuvfiZoy1UmKB { width:20rem;height:5.19921875rem;top:27.79980625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAti7LH7F8mXoNd48rongiVqS4diggAG { height:11.25rem;width:20rem;top:15.29980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPBs9KnPpRpO5IXBOrAWde9Duts9NTmd { width:8rem;height:2.25rem;top:34.249025rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlBH9fyv4CzeQEGTUEtX2yDL5fiWkWaH { display:block; }
 }@media only screen and (max-width: 763px) { #JroRfvCpCQTOZvh1vFrPPyvk4nhC7260 { display:block; }#JroRfvCpCQTOZvh1vFrPPyvk4nhC7260 > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLtODTH6NokUdX6TqJ3pon8wGyXNiKb3 { width:18.5625rem;height:5.361325rem;top:22.6875rem;left:0.71875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ndA2G4NhzEEyVKZWlJDGlPlni4AqzOqV { width:18.625rem;height:0.9746125rem;top:29.125rem;left:0.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QIHThZMKIiuhB5WiuAUbHzrPTaTSR23h { width:13.875rem;height:0.9746125rem;top:30.697265625rem;left:1.46875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LVxQ2Cc7idq6fEalVbEVRFOTx3Bvmw1w { width:1rem;height:1rem;top:30.685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ta2t5ZFgf0oEqCoWvtMhvKyeFiI65eJd { width:15.1875rem;height:0;top:31.673828125rem;left:0.71875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Sb7l35oVSFG4uLQyx5AM8al45T6VCw4d { width:1.749025rem;height:1.749025rem;top:52.5rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOTd6mZ8D8coO5M6dHs8NQ9yn9o2BtDL { width:15.6230625rem;height:0;top:55.5rem;left:2.1875rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qAivQAILBACIvkxV2aoZngmsAHyKTs2A { width:15.2480625rem;height:0;top:59.375rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bNSwbX59KpMRNnrfpJG3067NKAQzRNNA { width:15.6230625rem;height:22.6875rem;top:0rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtKtgARGcCQrey0Ssc4cPG6Vp4DHrDKT { width:1.749025rem;height:1.749025rem;top:67.9375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OX2WafOeqxRaRTx3pmgPFc8GipQc8Dov { width:14.6875rem;height:0;top:70.9375rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dyGWGNmetyRcmeFHD8FZVgepRwBNnuM3 { width:16.4365rem;height:0;top:74.75rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I1xlGTw2FkHx8f6npgQdJCRbGmM0e05v { width:8.0625rem;height:2.3125rem;top:44.96875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnDf39rlridlTImhP7Zrm9aVZbmaemBT { width:8.625rem;height:2.749025rem;top:44.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfXc0kXr9vDoTvTOuhoS78d8O2tHWoei { top:31.833984375rem;left:1.5rem;width:18.5rem;height:2.6806625rem;z-index:15022;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k694Ci32PAVaXVITT14rKpmDfxk0kVmH { top:30.5341796875rem;left:0.71875rem;width:1.125rem;height:1.29980625rem;z-index:15023;color:#103ffa;display:block; }
 }@media only screen and (max-width: 763px) { #svHEwbNEEuRh8fDVQFUsnS00U6NIICfB { top:36.0625rem;left:1.5rem;width:18.5rem;height:2.6806625rem;z-index:15025;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJikJZoUTe0l4ZNbPiF2E58BlpS6oX9i { top:34.7568359375rem;left:0.71875rem;width:1.125rem;height:1.29980625rem;z-index:15026;color:#103ffa;display:block; }
 }@media only screen and (max-width: 763px) { #Wle783xOc49KscDWn6d9arcWT78TMtau { width:17.4375rem;height:0.9746125rem;top:34.9375rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #O1FQ0o4p8ynfI2KfTiM7q2bre4A08yQ9 { top:38.9853515625rem;left:0.71875rem;width:1.125rem;height:1.29980625rem;z-index:15029;color:#103ffa;display:block; }
 }@media only screen and (max-width: 763px) { #c2qprzlLTKtkGx1niqyqbzGT2RFy3Wba { width:17.8125rem;height:0.9746125rem;top:39.1875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Z8hsOtKndtWCaddVLMJPau7S8TRNwaOt { top:40.28515625rem;left:1.5rem;width:18.5rem;height:3.57421875rem;z-index:15026;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM { display:none; }#L46B5RQuvSmk4TpMqMvrEG7uaEOZugxM > .row .container { width:20rem;height:88.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #knXWfcTt2OtWF3MMkLQscFFWKUclSciF { width:18.5625rem;height:10.3984375rem;top:1.24951171875rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4odxDqcU5KAH58G1UBp5wfF7swD8Tdw { width:18.625rem;height:2.5996125rem;top:10.296875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bauz72V7OhpUnoQQNRT7T0pNocKAgGog { width:14.6865rem;height:2.5996125rem;top:17.6865234375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBvlqCVhNv3ZZVUQtZHqWcSONzZggbRI { width:1.75rem;height:1.75rem;top:17.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDa1LIOkkRPoNTLmVwpPETuQOdpRGrdA { width:15.1875rem;height:3.65625rem;top:18.98583984375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbDRTlkhvOC8fiCrOvkJ9gaIMCXfyEPF { width:1.749025rem;height:1.749025rem;top:24.7939453125rem;left:1.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD0OM73VVAUkU8CMXLomlzylvei0FC0U { width:15.624rem;height:2.5996125rem;top:24.37060546875rem;left:3.4365234375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1FS9zCgHxZZFU3HXLasi09zAQhdwlX { width:15.249rem;height:7.3125rem;top:26.8740234375rem;left:3.4365234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqgiTROWXKnKvbBPu7V8ZpHSv34FPzMU { width:15.5625rem;height:21.0625rem;top:51.111328125rem;left:2.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqmy4abaax6nWIcDKKawxZlTnTmZFMUg { width:1.749025rem;height:1.749025rem;top:32.7978515625rem;left:1.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwGPKM7lsP3k4Nas7oKL8ITO8eMnis4w { width:14.6875rem;height:2.5996125rem;top:32.375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwu7ggwR0pG1HkA0xKdAWPVWdS6s6e7d { width:16.437rem;height:8.53125rem;top:35.0625rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4r6kZf0RyzVqJ3lWX80Jr2P4tgtCDBv { width:8.625rem;height:2.5620125rem;top:42.673828125rem;left:5.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSXAMCRN7bQKTwhbEZWQeVJhKGId2SMz { width:8.625rem;height:2.7495125rem;top:46.04736328125rem;left:5.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG { 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; }#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG.adaptive-delivery-prevent-bg, #vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG.lazyload, #vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG.lazyloading { background-image: none; }#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG > .row .container { background-color: transparent; background-image: none; }#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG > .row .container > .video-iframe-container { display: none; }#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG > .row > .video-iframe-container { display: none; }#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG > .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); }#vZfPwJ2LCegOR4gRAtdESnh59PtSdWzG > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ta1HcnJQiKgeBy6IFzROdIUfxdxiAM9p { width:20rem;height:8.44925rem;top:2.1875rem;left:-0.09375rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"sequel sans medium head body text with bold";display:block; }
 }@media only screen and (max-width: 763px) { #zCQXn4fQl4zz315cvSfLVf8MngSizGD8 { width:19.8125rem;height:1.5625rem;top:13.0341796875rem;left:0.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgiCMQggEZAONETUCdTN85XDZceXoGyA { display:block; }
 }@media only screen and (max-width: 763px) { #L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy { display:none; }#L7TiTlDQK8GNI4OXkqq7pBqxIuNsTLXy > .row .container { width:20rem;height:62.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hT4blUiKWTdKfcNJ2IdDSNgAa5GLlHa9 { width:20rem;height:15.597625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkwkw3hJ72fwCVyMAeM48hLoXSeyUxhu { width:8rem;height:2.25rem;top:15.4980625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cafvqVW0tLINIVCQ8Lxdra8KASuGqsSr { display:block; }
 }@media only screen and (max-width: 763px) { #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection { display:block; } #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection *:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="text"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="email"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="tel"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection textarea:focus-visible { outline: none; } #X2E03Juclwms3UF5nZKCuqRfcdQM8JkC > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection { display:block; } #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection *:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="text"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="email"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="tel"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection textarea:focus-visible { outline: none; } #Elhd5fPBQsVvBL5tcvBLDHgUS76nAn4t > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }