.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;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); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#00206e;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; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { background-color: transparent; background-image: none; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container > .video-iframe-container { display: none; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row > .video-iframe-container { display: none; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .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); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { border-width: 0; border-radius: 0; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { font-size:14px;font-family:arial;height:96px;width:1200px;position:relative;display:block; }#a23fZc7MKP2l87tmrIzJI6SzMH90vgSn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:57.9861px;width:180px;top:18.975694656372px;left:0px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/awoO4q6j/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:828px;width:1200px;overflow:visible;position:relative;display:block; }#Eo7GWgIbTBvbeqThSK1NQIgDhaXsJlgL { display:block;width:525px;position:absolute;font-family:arial;font-size:22px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:363.92044639587px;left:0px;height:85.7813px;color:#808080;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tLrnpdAcvDzZDoBhyoxJfOFO9ofQhbKL { position:absolute;display:block;z-index:14998;background-color:#9e1f62;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 4px 8px rgba(0,0,0,0.15) ;height:36.9886px;width:163.991px;top:131.98862457275px;left:553.9772644043px;display:block; }
#rTAvgqs3uO1Cv0TqT7ZcnPdwa6pADq0I { color:#000000;display:block;width:147.997px;position:absolute;font-family:arial;font-size:13px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:142.01703643799px;left:561.9460144043px;height:16.8906px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q19T5hNNknbpxN1wOhVGxRByrrH9KtRy { color:#ffffff;display:block;width:165.969px;position:absolute;font-family:arial;font-size:11px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:637.703125px;left:637px;height:14.2969px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FGRvVPi4bsOSUW1ifgol86qx9tzhJOsT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:48.9688px;width:48.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:477.96871948242px;left:0px; }
#xssq0lAviMtyXAmZFARTQhxhcrNlEaLu { 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:672px;width:532px;top:19.971580505371px;left:668.01132202148px;overflow:hidden;display:block; }
#O8E0GSNEeOJcxkslcc0ZTch91ZboIIu0 { box-sizing:content-box;height:60px;width:560px;position:absolute;display:block;z-index:15019;background-color:#0a6d93;background-image:none;top:240.34089660645px;left:0px;display:block; }
#mJu4vNUv1fx3JAFFTW1mC0ETmJILcLO8 { color:#00206e;display:block;width:606.989px;position:absolute;font-family:arial;font-size:49px;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:182.11646270752px;left:0px;height:176.3909px;font-style:normal;display:block; }
#DnlzTwn6Diomvmq1ompivkQTgr5bLEUF { position:relative;display:block; }#DnlzTwn6Diomvmq1ompivkQTgr5bLEUF { background-color: transparent; background-image: none; }#DnlzTwn6Diomvmq1ompivkQTgr5bLEUF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnlzTwn6Diomvmq1ompivkQTgr5bLEUF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnlzTwn6Diomvmq1ompivkQTgr5bLEUF > .row .container > .video-iframe-container { display: none; }#DnlzTwn6Diomvmq1ompivkQTgr5bLEUF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnlzTwn6Diomvmq1ompivkQTgr5bLEUF > .row > .video-iframe-container { display: none; }#DnlzTwn6Diomvmq1ompivkQTgr5bLEUF > .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); }#DnlzTwn6Diomvmq1ompivkQTgr5bLEUF { border-width: 0; border-radius: 0; }#DnlzTwn6Diomvmq1ompivkQTgr5bLEUF > .row .container > .video-iframe-container { border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px; }#DnlzTwn6Diomvmq1ompivkQTgr5bLEUF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7f00;background-image:none;font-size:14px;font-family:arial;height:669px;width:1200px;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;position:relative;display:block; }#RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { display:block;width:434px;position:absolute;font-family:arial;font-size:27px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:153px;left:719px;height:175.469px;color:#f47934;font-style:normal;display:block; }
#C1NEJh7WrBOl6WFwwO0xoxuiadEZmxZw { display:block;width:46px;position:absolute;font-family:"font awesome 2022";font-size:27px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:153px;left:657px;height:175.469px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMd4Awdup97AVnfpd3wux3TyMZcN2rTy { position:absolute;display:block;z-index:15016;background-color:rgba(255,255,255,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:360px;width:1px;top:68px;left:600px;display:block; }
#XFFwpovqVaBqsBXPScavhHkW0kR5VMTf { position:absolute;display:block;z-index:15017;height:347.983px;width:538.977px;top:73.991455078125px;left:33.991455078125px;display:block; }
#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b44915b-3a39-41d7-a498-5443d0f5b845/darkdenim3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6.adaptive-delivery-prevent-bg, #AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6.lazyload, #AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6.lazyloading { background-image: none; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row .container { background-color: transparent; background-image: none; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row .container > .video-iframe-container { display: none; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row > .video-iframe-container { display: none; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .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); }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row .container { border-width: 0; border-radius: 0; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row .container { font-size:14px;font-family:arial;height:828px;width:1200px;position:relative;display:block; }#c6rrIEVJtQAfbCi6HlB53swJny3Bzz0u { color:#ffd800;display:block;width:1008.99px;position:absolute;font-family:sora;font-size:49px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:119.27563476562px;left:74.630676269531px;height:63.6875px;text-align:center;text-align-last:center;display:block; }
#Au1FOlQalDyOJA3QvfQBzTDH4RAVAEh7 { color:rgba(0,0,0,0.6);display:block;width:298.991px;position:absolute;font-family:sora;font-size:24px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:434.7585144043px;left:0px;height:124.75px;text-align:center;text-align-last:center;display:block; }
#oQCDsoO8P4KeS5sK2P3Hr3vhMvymuK5B { color:#ffd800;display:block;width:318.991px;position:absolute;font-family:sora;font-size:24px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:434.7585144043px;left:419.6022644043px;height:124.75px;text-align:center;text-align-last:center;display:block; }
#MC0Vfzg8rv0cVgpSe6Wp6VVO5lkkEW9h { color:#ffd800;display:block;width:326.989px;position:absolute;font-family:sora;font-size:24px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:447.75567626953px;left:809.81527709961px;height:124.75px;text-align:center;text-align-last:center;display:block; }
#b6FacbxxeVEsz7xHeMK3GsW1VhvVLEbW { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:115px;width:115px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:332.5px;left:915.78121948242px; }
#pTBVqkAo8Px8xuSN5TG1EQhBObbIko5x { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:115px;width:115px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:320.66760253906px;left:521.59091186523px; }
#ZBZ4xeTxBOOTWTrXTEUtQI0VrX9iy3yF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:115px;width:115px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:320.66760253906px;left:91.960205078125px; }
#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb { 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; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container { background-color: transparent; background-image: none; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container > .video-iframe-container { display: none; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row > .video-iframe-container { display: none; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .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); }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container { border-width: 0; border-radius: 0; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container { font-size:14px;font-family:arial;height:658px;width:1200px;position:relative;display:block; }#PQULolueSTnTKtqAmMLFKOOdi9pxcLC3 { color:rgba(0,0,0,0.6);display:block;width:482.997px;position:absolute;font-family:arial;font-size:20px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:256.97439575195px;left:0px;height:90px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PORpM6yQPdPyAnK1Dyd9dvbTJKNU4RTO { color:rgba(0,0,0,0.8);display:block;width:491px;position:absolute;font-family:arial;font-size:70px;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:115px;left:0px;height:140px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TexgtlPE4FaCb88SSAbFmrNA2A5xt0Cu { color:#ffffff;display:block;width:319.972px;position:absolute;font-family:arial;font-size:30px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:114.99997711182px;left:738.96304321289px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UKvTOMUL52P9dcpBNrQhCBAyU27hXFCU { color:#ffffff;display:block;width:220px;position:absolute;font-family:"bebas neue";font-size:135px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:162.38632965088px;left:825.84652709961px;height:175.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wdXalUfXrcxZcn7p8evhePma8gKh94x8 { color:#ffffff;display:block;width:33.9773px;position:absolute;font-family:arial;font-size:25px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:168.74997711182px;left:779.98580932617px;height:32.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D9Zbsxd7KUpuXae3eZplOGtuytr928mO { position:absolute;display:block;z-index:15000;background-color:#00206e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 0 0 32px rgba(0,0,0,0.23) ;height:323.991px;width:385px;top:88.99144744873px;left:706.46304321289px;display:block; }
#px7NCycHuaZbRduEG7zV5TF2HKFCNApU { background-color:#ff7f00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 4px 3px 0 rgba(0,0,0,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"istok web";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:247.997px;height:50px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:323.99143218994px;left:773.94882202148px;display:block; }
#zhW1kcAJA4AcwT7T3D4UAFWdFKHGFIey { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fyDUWi2avCgs2SO84cHJ1gtI13STCeen { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00206e;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; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container { background-color: transparent; background-image: none; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container > .video-iframe-container { display: none; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row > .video-iframe-container { display: none; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .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); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container { border-width: 0; border-radius: 0; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container { font-size:14px;font-family:arial;height:171px;width:1200px;position:relative;display:block; }#NTVP7iDonReFlgUL8JcKkq8sgQX8b9Ga { position:absolute;display:block;z-index:15006;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:55px;width:173.991px;top:57.982971191406px;left:512.99716186523px;overflow:hidden;display:block; }
#SGEWaUlriDB4cG2yFTJoZEnzXHl471Rl { box-sizing:content-box;color:#4174ff;font-size:35px;font-weight:400;line-height:1;height:49.9922px;width:49.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:51.4921875px;left:943px;display:none; }
#thb91pv3E9cmUmktIEn9rcGNosSsQ3WC { box-sizing:content-box;color:#4174ff;font-size:35px;font-weight:400;line-height:1;height:49.9922px;width:49.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:51.4921875px;left:992px;display:none; }
#fvkL8QEIaPAwAJSkyiVVDTBwpWmTT6is { box-sizing:content-box;color:#4174ff;font-size:35px;font-weight:400;line-height:1;height:49.9922px;width:49.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:51.4921875px;left:831px;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a8ht16FubQFmRs6qcMTnrvq46e2hkTUa { display:block; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a23fZc7MKP2l87tmrIzJI6SzMH90vgSn { width:180px;height:57.9861px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:567px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eo7GWgIbTBvbeqThSK1NQIgDhaXsJlgL { width:320px;height:44px;top:-130px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tLrnpdAcvDzZDoBhyoxJfOFO9ofQhbKL { width:163px;height:36px;top:131px;left:335.9772644043px;display:block; }
 }@media only screen and (max-width: 763px) { #rTAvgqs3uO1Cv0TqT7ZcnPdwa6pADq0I { width:147px;height:16px;top:142px;left:343.9460144043px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Q19T5hNNknbpxN1wOhVGxRByrrH9KtRy { width:165px;height:14px;top:637px;left:419px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #FGRvVPi4bsOSUW1ifgol86qx9tzhJOsT { width:48px;height:48px;top:477px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xssq0lAviMtyXAmZFARTQhxhcrNlEaLu { width:532px;height:672px;top:19px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #O8E0GSNEeOJcxkslcc0ZTch91ZboIIu0 { width:560px;height:60px;top:240px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mJu4vNUv1fx3JAFFTW1mC0ETmJILcLO8 { width:606px;height:176px;top:182px;left:0px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #DnlzTwn6Diomvmq1ompivkQTgr5bLEUF { display:block; }#DnlzTwn6Diomvmq1ompivkQTgr5bLEUF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { width:300px;height:23px;top:133px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #C1NEJh7WrBOl6WFwwO0xoxuiadEZmxZw { width:300px;height:23px;top:133px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BMd4Awdup97AVnfpd3wux3TyMZcN2rTy { width:1px;height:360px;top:68px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #XFFwpovqVaBqsBXPScavhHkW0kR5VMTf { width:538px;height:347px;top:73px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 { display:block; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6rrIEVJtQAfbCi6HlB53swJny3Bzz0u { width:764px;height:63px;top:119px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Au1FOlQalDyOJA3QvfQBzTDH4RAVAEh7 { width:298px;height:124px;top:434px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oQCDsoO8P4KeS5sK2P3Hr3vhMvymuK5B { width:318px;height:124px;top:434px;left:201.6022644043px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MC0Vfzg8rv0cVgpSe6Wp6VVO5lkkEW9h { width:326px;height:124px;top:447px;left:437px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b6FacbxxeVEsz7xHeMK3GsW1VhvVLEbW { width:115px;height:115px;top:332px;left:649px;display:block; }
 }@media only screen and (max-width: 763px) { #pTBVqkAo8Px8xuSN5TG1EQhBObbIko5x { width:115px;height:115px;top:320px;left:303.59091186523px;display:block; }
 }@media only screen and (max-width: 763px) { #ZBZ4xeTxBOOTWTrXTEUtQI0VrX9iy3yF { width:115px;height:115px;top:320px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb { display:block; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQULolueSTnTKtqAmMLFKOOdi9pxcLC3 { width:482px;height:90px;top:256px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PORpM6yQPdPyAnK1Dyd9dvbTJKNU4RTO { width:491px;height:140px;top:115px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #TexgtlPE4FaCb88SSAbFmrNA2A5xt0Cu { width:319px;height:38px;top:114px;left:445px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #UKvTOMUL52P9dcpBNrQhCBAyU27hXFCU { width:220px;height:175px;top:162px;left:544px;font-size:135px;display:block; }
 }@media only screen and (max-width: 763px) { #wdXalUfXrcxZcn7p8evhePma8gKh94x8 { width:33px;height:32px;top:168px;left:561.98580932617px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #D9Zbsxd7KUpuXae3eZplOGtuytr928mO { width:385px;height:323px;top:88px;left:379px;display:block; }
 }@media only screen and (max-width: 763px) { #px7NCycHuaZbRduEG7zV5TF2HKFCNApU { width:247px;height:50px;top:323px;left:516px;display:block; }
 }@media only screen and (max-width: 763px) { #zhW1kcAJA4AcwT7T3D4UAFWdFKHGFIey { display:block; }
 }@media only screen and (max-width: 763px) { #fyDUWi2avCgs2SO84cHJ1gtI13STCeen { display:block; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTVP7iDonReFlgUL8JcKkq8sgQX8b9Ga { width:173px;height:54.686736670288px;top:57px;left:294.99716186523px;display:block; }
 }@media only screen and (max-width: 763px) { #SGEWaUlriDB4cG2yFTJoZEnzXHl471Rl { width:49px;height:49px;top:51px;left:715px;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { #thb91pv3E9cmUmktIEn9rcGNosSsQ3WC { width:49px;height:49px;top:51px;left:715px;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { #fvkL8QEIaPAwAJSkyiVVDTBwpWmTT6is { width:49px;height:49px;top:51px;left:613px;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f1f1f1;background-image:none;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); } }@media only screen and (max-width: 763px) { #a8ht16FubQFmRs6qcMTnrvq46e2hkTUa { display:block; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a23fZc7MKP2l87tmrIzJI6SzMH90vgSn { width:116px;height:36px;top:12.5px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/awoO4q6j/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:620px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eo7GWgIbTBvbeqThSK1NQIgDhaXsJlgL { width:260px;height:83.1875px;top:452.71307754517px;left:29.999998092651px;text-align:center;text-align-last:center;font-size:16px;color:#747474;display:block; }
 }@media only screen and (max-width: 763px) { #tLrnpdAcvDzZDoBhyoxJfOFO9ofQhbKL { width:67.9844px;height:40px;top:232.40625px;left:0px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #rTAvgqs3uO1Cv0TqT7ZcnPdwa6pADq0I { width:44px;height:26px;top:239.40625px;left:11.984375px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Q19T5hNNknbpxN1wOhVGxRByrrH9KtRy { width:96px;height:10.3906px;top:452.71875px;left:13px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #FGRvVPi4bsOSUW1ifgol86qx9tzhJOsT { width:18.9915px;height:18.9915px;top:548.7499961853px;left:150.49715232849px;display:block; }
 }@media only screen and (max-width: 763px) { #xssq0lAviMtyXAmZFARTQhxhcrNlEaLu { width:242.983px;height:306.989px;top:146.61931228638px;left:55.965909957886px;display:block; }
 }@media only screen and (max-width: 763px) { #O8E0GSNEeOJcxkslcc0ZTch91ZboIIu0 { width:276px;height:33px;top:61.068180084229px;left:21.988634109497px;display:block; }
 }@media only screen and (max-width: 763px) { #mJu4vNUv1fx3JAFFTW1mC0ETmJILcLO8 { width:320px;height:86.3907px;top:34.346591949463px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnlzTwn6Diomvmq1ompivkQTgr5bLEUF { display:block; }#DnlzTwn6Diomvmq1ompivkQTgr5bLEUF > .row .container { width:320px;height:670px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { width:235px;height:0;top:405px;left:75px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #C1NEJh7WrBOl6WFwwO0xoxuiadEZmxZw { width:46px;height:auto;top:153px;left:137px;text-align:left;text-align-last:left;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #BMd4Awdup97AVnfpd3wux3TyMZcN2rTy { width:1px;height:360px;top:365px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #XFFwpovqVaBqsBXPScavhHkW0kR5VMTf { width:320px;height:348px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 { background-color:#ffffff;background-image:none;display:block; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row .container { background-color: transparent; background-image: none; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row .container > .video-iframe-container { display: none; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row > .video-iframe-container { display: none; }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .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); }#AUfz3g0SZ3cNrtNXimiN5Au1XcrwuvJ6 > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6rrIEVJtQAfbCi6HlB53swJny3Bzz0u { width:320px;height:70.1989px;top:41px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Au1FOlQalDyOJA3QvfQBzTDH4RAVAEh7 { width:205.994px;height:83.1875px;top:388.57953643799px;left:56.9886302948px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oQCDsoO8P4KeS5sK2P3Hr3vhMvymuK5B { width:200.994px;height:83.1875px;top:217.88352203369px;left:59.4886302948px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MC0Vfzg8rv0cVgpSe6Wp6VVO5lkkEW9h { width:213.991px;height:83.1875px;top:554.44599151611px;left:52.997159957886px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b6FacbxxeVEsz7xHeMK3GsW1VhvVLEbW { display:flex;width:60px;height:60px;top:494.46021270752px;left:129.99999046326px;font-size:42px; }
 }@media only screen and (max-width: 763px) { #pTBVqkAo8Px8xuSN5TG1EQhBObbIko5x { display:flex;width:60px;height:60px;top:157.9375px;left:130px;font-size:42px; }
 }@media only screen and (max-width: 763px) { #ZBZ4xeTxBOOTWTrXTEUtQI0VrX9iy3yF { display:flex;width:60px;height:60px;top:329.46021270752px;left:129.99999046326px;font-size:42px; }
 }@media only screen and (max-width: 763px) { #mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb { display:block; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container { width:320px;height:615px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQULolueSTnTKtqAmMLFKOOdi9pxcLC3 { width:270.994px;height:102px;top:405.93753051758px;left:24.488634109497px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PORpM6yQPdPyAnK1Dyd9dvbTJKNU4RTO { width:243px;height:54.0057px;top:42px;left:38.484375px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #TexgtlPE4FaCb88SSAbFmrNA2A5xt0Cu { width:320px;height:33.7969px;top:160px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #UKvTOMUL52P9dcpBNrQhCBAyU27hXFCU { width:166.992px;height:111.797px;top:194px;left:95px;text-align:center;text-align-last:center;font-size:86px;display:block; }
 }@media only screen and (max-width: 763px) { #wdXalUfXrcxZcn7p8evhePma8gKh94x8 { width:34px;height:27.2969px;top:217px;left:58px;text-align:left;text-align-last:left;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #D9Zbsxd7KUpuXae3eZplOGtuytr928mO { width:264px;height:269px;top:136.984375px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #px7NCycHuaZbRduEG7zV5TF2HKFCNApU { width:203.969px;height:50px;top:312.5px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #zhW1kcAJA4AcwT7T3D4UAFWdFKHGFIey { display:block; }
 }@media only screen and (max-width: 763px) { #fyDUWi2avCgs2SO84cHJ1gtI13STCeen { background-color:#00206e;background-image:none;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; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container { background-color: transparent; background-image: none; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container > .video-iframe-container { display: none; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row > .video-iframe-container { display: none; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .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); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container { border-width: 0; border-radius: 0; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTVP7iDonReFlgUL8JcKkq8sgQX8b9Ga { width:102px;height:34px;top:39px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #SGEWaUlriDB4cG2yFTJoZEnzXHl471Rl { width:49px;height:49px;top:125.4140625px;left:175.96875px;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { #thb91pv3E9cmUmktIEn9rcGNosSsQ3WC { width:49px;height:49px;top:125.375px;left:166.828125px;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { #fvkL8QEIaPAwAJSkyiVVDTBwpWmTT6is { width:49px;height:49px;top:124.921875px;left:9px;font-size:34px;display:none; }
 }