.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#005da3;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/91f61670-aaba-4140-95d2-aba8bfc7f3be/wavebottom.jpg");background-position:bottom 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; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ.adaptive-delivery-prevent-bg, #ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ.lazyload, #ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ.lazyloading { background-image: none; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container { border-width: 0; border-radius: 0; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container { font-size:14px;font-family:arial;height:135px;width:960px;position:relative;display:none; }#zWSMnfpOwEwar2x02kEJiReHLNwyG3VT { color:#313131;display:block;width:293px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:39.59375px;left:667px;height:20.7969px;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#d14ePNJtPQlo5HRqLUmdMaCzTsKGaM0D { position:absolute;display:block;z-index:15001;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:70px;width:124px;top:14.9921875px;left:0px;overflow:hidden;display:none; }
#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ebd60ad-6f32-45bf-858d-9d0d37a55b57/wavetop3_2560x180.png");background-position:bottom center !important;background-repeat:no-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; }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm.adaptive-delivery-prevent-bg, #FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm.lazyload, #FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm.lazyloading { background-image: none; }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row .container { background-color: transparent; background-image: none; }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row .container > .video-iframe-container { display: none; }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row > .video-iframe-container { display: none; }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .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); }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row .container { border-width: 0; border-radius: 0; }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row .container { font-size:14px;font-family:arial;height:234px;width:960px;position:relative;display:block; }#yXwsvEtyVG8V9zB6rTfTHkIVna0SCKBk { position:absolute;display:block;z-index:15001;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:70px;width:124px;top:20px;left:20px;overflow:hidden;display:block; }
#tBCFqrB7BmC8MARuiHmxnFT2VZ7vii4l { color:#313131;display:block;width:293px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:20px;left:647px;height:23.3984px;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y48oBU4y5Pive8L6L2VfmD5H8x4qNPDy { position:absolute;display:block;z-index:15016;height:234px;width:620px;top:0px;left:170px;display:block; }
#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { position:relative;display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:618px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { color:#ffffff;display:block;width:439px;position:absolute;font-family:"open sans";font-size:55px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:93px;left:20px;height:143px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { color:#ffffff;display:block;width:433px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:255px;left:20px;height:114.375px;font-style:normal;display:block; }
#cdOkEX37ve0OVVNupQoiEX2AEamrefeE { background-color:#ffffff;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 3px 3px 5px #333333 ;box-sizing:border-box;color:#005fa2;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:444px;height:50px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:479px;left:20px;display:block; }
#ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dF3tGrd8pFyhvv7agyhLJAa1u8QNEva0 { background-color:#005fa2;background-image:none;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 3px 3px 5px #333333 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:444px;height:50px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:409px;left:17px;display:block; }
#n6eZsWwnnKPS2U2KRp7HiBPxul5oJWTJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:370px;width:370px;top:17px;left:480px;display:block; }
#nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { position:absolute;display:block;z-index:15007;background-color:#003a66;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:370px;width:370px;top:2px;left:519px;display:block; }
#v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { position:absolute;display:block;z-index:15009;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:364px;width:364px;top:19px;left:483px;overflow:hidden;display:block; }
#UTnuIrqz05HXVQZkBeuL6NOVlJ2em4JO { position:absolute;display:block;z-index:15009;background-color:#ffce01;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:370px;width:370px;top:248px;left:573px;display:block; }
#EQKMyzyQ8NcNnz15W1o1wuUvqG304pLo { position:absolute;display:block;z-index:15010;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:364px;width:364px;top:251px;left:576px;overflow:hidden;display:block; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4c550114-d7d3-4b34-ad76-5e13d0df4635/wave_bottom1_2540x180.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:14px;font-family:arial;height:180px;width:960px;position:relative;display:block; }#mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye { 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; }#mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye > .row .container { background-color: transparent; background-image: none; }#mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye > .row .container > .video-iframe-container { display: none; }#mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye > .row > .video-iframe-container { display: none; }#mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye > .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); }#mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye > .row .container { border-width: 0; border-radius: 0; }#mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye > .row .container { font-size:14px;font-family:arial;height:196px;width:960px;position:relative;display:block; }#dUgIiu7mpUkt9RpUJCpu3a38hMihDA1o { color:#005fa2;display:block;width:960px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10px;left:1px;height:175.5px;font-style:normal;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;display:block; }
#JueITJIMtEgyiRrGlW2VqzoCHTufaMoB { 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; }#JueITJIMtEgyiRrGlW2VqzoCHTufaMoB > .row .container { background-color: transparent; background-image: none; }#JueITJIMtEgyiRrGlW2VqzoCHTufaMoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JueITJIMtEgyiRrGlW2VqzoCHTufaMoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JueITJIMtEgyiRrGlW2VqzoCHTufaMoB > .row .container > .video-iframe-container { display: none; }#JueITJIMtEgyiRrGlW2VqzoCHTufaMoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JueITJIMtEgyiRrGlW2VqzoCHTufaMoB > .row > .video-iframe-container { display: none; }#JueITJIMtEgyiRrGlW2VqzoCHTufaMoB > .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); }#JueITJIMtEgyiRrGlW2VqzoCHTufaMoB > .row .container { border-width: 0; border-radius: 0; }#JueITJIMtEgyiRrGlW2VqzoCHTufaMoB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JueITJIMtEgyiRrGlW2VqzoCHTufaMoB > .row .container { font-size:14px;font-family:arial;height:534px;width:960px;position:relative;display:block; }#JaoToTTeXdTBiWGK28TLuqbZr8D4SlCT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:515px;width:920px;top:9px;left:20px;display:block; }
#XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW { 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; }#XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW > .row .container { background-color: transparent; background-image: none; }#XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW > .row .container > .video-iframe-container { display: none; }#XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW > .row > .video-iframe-container { display: none; }#XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW > .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); }#XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW > .row .container { border-width: 0; border-radius: 0; }#XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW > .row .container { font-size:14px;font-family:arial;height:763px;width:960px;position:relative;display:block; }#pgo5NT3ftwKEBB9F1bWpXU6n0kqO9Fbl { background-color:#005fa2;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 3px 3px 5px rgba(51,51,51,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:290px;height:50px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:702.59375px;left:335px;display:block; }
#peCGU19WzMlioupIuHb7vflQV4sZtpa1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cJUXfwRIMcOpMByTTTFLE7CcF5gGGU1K { color:#005fa2;display:block;width:524px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10px;left:20px;height:39px;font-style:normal;display:block; }
#ewa2ZtT45M3ybtGRJmpys83TQUNAl55u { color:#333333;display:block;width:560px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:58px;left:20px;height:280.688px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H7ky7tng6FRTOTgKDocxFaTXaScsq1OU { color:#005fa2;display:block;width:524px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:357.9765625px;left:20px;height:39px;font-style:normal;display:block; }
#ifTXEnaQ7oayDZnNopeuTRJyBI6TTlBP { color:#333333;display:block;width:560px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:406px;left:20px;height:257.297px;display:block; }
#sEpN3fXkg0iZIAOXhIrsavIbsQAtUOsl { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;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:285px;width:328px;top:54px;left:612px;display:block; }
#do5tRq0qTGagafZfSpTfEhoQayB7aM13 { color:#333333;display:block;width:268px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:234px;left:632px;height:23.3984px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DGxdFkN8fu9mecqR5JD6qn3Psgtb3FBK { position:absolute;display:block;z-index:15011;background-color:#005fa2;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:44px;width:328px;top:10px;left:612px;display:block; }
#UKgkgrRVhZztZDNSdhWI61zyokZZ7W5r { color:#ffffff;display:block;width:328px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17px;left:612px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nty70qBazGIu07z0DT30esf11ezivtgq { color:#333333;display:block;width:286px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:74px;left:632px;height:46.7968px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#F6MrhIBRtsfuHcatdzErdrget2UKgWFn { color:#333333;display:block;width:268px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:141px;left:632px;height:23.3984px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RwgonRFqhNk7bPBbhnTfTCZUQEdTfDCe { color:#333333;display:block;width:268px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:164px;left:652px;height:51.7812px;text-align:left;text-align-last:left;display:block; }#RwgonRFqhNk7bPBbhnTfTCZUQEdTfDCe li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#RwgonRFqhNk7bPBbhnTfTCZUQEdTfDCe li:before{  }
#zsoleuALl2VoklUpz93QiQXtchrmaLOm { color:#333333;display:block;width:268px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:257px;left:652px;height:51.7812px;text-align:left;text-align-last:left;display:block; }#zsoleuALl2VoklUpz93QiQXtchrmaLOm li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#zsoleuALl2VoklUpz93QiQXtchrmaLOm li:before{  }
#w4hZPTL0xTgyhi6Wy0C6g02MNyE2tPNR { color:#005fa2;display:block;width:328px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:397px;left:612px;height:233.906px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zO3uAyFbOsNXlPU7wnitNyZQ9QfB6bXm { color:#005fa2;display:block;width:328px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:641px;left:612px;height:41.5938px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3200e681-ce6d-4713-9e6c-a5c92debc5c7/wave_top2_2540x180.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { border-width: 0; border-radius: 0; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { font-size:14px;font-family:arial;height:180px;width:960px;position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { background-color: transparent; background-image: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { border-width: 0; border-radius: 0; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:85px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TFFopr2NtmwlhVq0GLv48IAa3WR0rlKT { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:55px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:71.5px;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;display:block; }
#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005da3;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; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { background-color: transparent; background-image: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .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); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { border-width: 0; border-radius: 0; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { font-size:14px;font-family:arial;height:470px;width:960px;position:relative;display:block; }#O7cxFsVvLnRvuweOlfToZOXAFD7xOD7K { color:#ffffff;display:block;width:403px;position:absolute;font-family:"open sans";font-size:40px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11px;left:21px;height:104px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eiXJA7thgGCNwKMvNip7THezp4f2kmzD { color:#ffffff;display:block;width:405px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:124px;left:20px;height:66px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qF9CfCxsEu2DBKSymoPlcyEGTrJNRhBx { color:#ffffff;display:block;width:405px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:210px;left:20px;height:132px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xOMlTnoAP5LPqVAbffTmqAkE3EJaWt1r { position:absolute;display:block;z-index:15016;height:370px;width:440px;top:11px;left:480px;display:block; }
#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/90171a4d-4eb7-486c-9519-83a9253de5b4/wave_bottom2_2540x180.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg.adaptive-delivery-prevent-bg, #OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg.lazyload, #OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg.lazyloading { background-image: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container { background-color: transparent; background-image: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container > .video-iframe-container { display: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row > .video-iframe-container { display: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .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); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container { border-width: 0; border-radius: 0; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container { font-size:14px;font-family:arial;height:180px;width:960px;position:relative;display:block; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 { 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; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container { background-color: transparent; background-image: none; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container > .video-iframe-container { display: none; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row > .video-iframe-container { display: none; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .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); }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container { border-width: 0; border-radius: 0; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container { font-size:14px;font-family:arial;height:70px;width:960px;position:relative;display:block; }#ix5w57yn9NtGTx5P1rpw668XvkHXotTA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:58px;width:109px;top:0px;left:425.5px;overflow:hidden;display:block; }
#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005fa2;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; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container { background-color: transparent; background-image: none; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container > .video-iframe-container { display: none; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row > .video-iframe-container { display: none; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .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); }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container { border-width: 0; border-radius: 0; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container { font-size:14px;font-family:arial;height:53px;width:960px;position:relative;display:block; }#IbeKUbl47n1gJENkSZaUdlNN6XzfPPTr { color:#ffffff;display:block;width:481px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.09375px;left:239.5px;height:20.7969px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ { display:none; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zWSMnfpOwEwar2x02kEJiReHLNwyG3VT { top:39px;left:471px;width:293px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #d14ePNJtPQlo5HRqLUmdMaCzTsKGaM0D { top:14px;left:0px;width:124px;height:70px;display:none; }
 }@media only screen and (max-width: 763px) { #FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm { display:block; }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXwsvEtyVG8V9zB6rTfTHkIVna0SCKBk { top:20px;left:0px;width:124px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #tBCFqrB7BmC8MARuiHmxnFT2VZ7vii4l { top:20px;left:471px;width:293px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #y48oBU4y5Pive8L6L2VfmD5H8x4qNPDy { top:0px;left:72px;width:620px;height:234px;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { top:93px;left:0px;width:439px;height:143px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { top:255px;left:0px;width:433px;height:114px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cdOkEX37ve0OVVNupQoiEX2AEamrefeE { width:444px;height:50px;top:479px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block; }
 }@media only screen and (max-width: 763px) { #dF3tGrd8pFyhvv7agyhLJAa1u8QNEva0 { width:444px;height:50px;top:409px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #n6eZsWwnnKPS2U2KRp7HiBPxul5oJWTJ { display:block; }
 }@media only screen and (max-width: 763px) { #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { top:17px;left:382px;width:370px;height:370px;display:block; }
 }@media only screen and (max-width: 763px) { #nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { top:2px;left:382px;width:370px;height:370px;display:block; }
 }@media only screen and (max-width: 763px) { #v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { top:19px;left:382px;width:364px;height:364px;display:block; }
 }@media only screen and (max-width: 763px) { #UTnuIrqz05HXVQZkBeuL6NOVlJ2em4JO { top:248px;left:394px;width:370px;height:370px;display:block; }
 }@media only screen and (max-width: 763px) { #EQKMyzyQ8NcNnz15W1o1wuUvqG304pLo { top:251px;left:400px;width:364px;height:364px;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye { display:block; }#mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUgIiu7mpUkt9RpUJCpu3a38hMihDA1o { top:10px;left:0px;width:764px;height:;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #JueITJIMtEgyiRrGlW2VqzoCHTufaMoB { display:block; }#JueITJIMtEgyiRrGlW2VqzoCHTufaMoB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaoToTTeXdTBiWGK28TLuqbZr8D4SlCT { top:9px;left:0px;width:764px;height:427.67391304348px;display:block; }
 }@media only screen and (max-width: 763px) { #XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW { display:block; }#XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgo5NT3ftwKEBB9F1bWpXU6n0kqO9Fbl { width:290px;height:50px;top:702px;left:237px;display:block; }
 }@media only screen and (max-width: 763px) { #peCGU19WzMlioupIuHb7vflQV4sZtpa1 { display:block; }
 }@media only screen and (max-width: 763px) { #cJUXfwRIMcOpMByTTTFLE7CcF5gGGU1K { top:10px;left:0px;width:524px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #ewa2ZtT45M3ybtGRJmpys83TQUNAl55u { top:58px;left:0px;width:560px;height:281px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #H7ky7tng6FRTOTgKDocxFaTXaScsq1OU { top:357px;left:0px;width:524px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #ifTXEnaQ7oayDZnNopeuTRJyBI6TTlBP { top:406px;left:0px;width:560px;height:257px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sEpN3fXkg0iZIAOXhIrsavIbsQAtUOsl { top:54px;left:436px;width:328px;height:285px;display:block; }
 }@media only screen and (max-width: 763px) { #do5tRq0qTGagafZfSpTfEhoQayB7aM13 { top:234px;left:496px;width:268px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DGxdFkN8fu9mecqR5JD6qn3Psgtb3FBK { top:10px;left:436px;width:328px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #UKgkgrRVhZztZDNSdhWI61zyokZZ7W5r { top:17px;left:436px;width:328px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #nty70qBazGIu07z0DT30esf11ezivtgq { top:74px;left:478px;width:286px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #F6MrhIBRtsfuHcatdzErdrget2UKgWFn { top:141px;left:496px;width:268px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RwgonRFqhNk7bPBbhnTfTCZUQEdTfDCe { top:164px;left:496px;width:268px;height:51px;font-size:18px;display:block; }#RwgonRFqhNk7bPBbhnTfTCZUQEdTfDCe li:before{  }
 }@media only screen and (max-width: 763px) { #zsoleuALl2VoklUpz93QiQXtchrmaLOm { top:257px;left:496px;width:268px;height:51px;font-size:18px;display:block; }#zsoleuALl2VoklUpz93QiQXtchrmaLOm li:before{  }
 }@media only screen and (max-width: 763px) { #w4hZPTL0xTgyhi6Wy0C6g02MNyE2tPNR { top:397px;left:436px;width:328px;height:233px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zO3uAyFbOsNXlPU7wnitNyZQ9QfB6bXm { top:641px;left:436px;width:328px;height:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFFopr2NtmwlhVq0GLv48IAa3WR0rlKT { top:0px;left:0px;width:764px;height:71px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7cxFsVvLnRvuweOlfToZOXAFD7xOD7K { top:11px;left:0px;width:403px;height:104px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #eiXJA7thgGCNwKMvNip7THezp4f2kmzD { top:124px;left:0px;width:405px;height:66px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qF9CfCxsEu2DBKSymoPlcyEGTrJNRhBx { top:210px;left:0px;width:405px;height:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xOMlTnoAP5LPqVAbffTmqAkE3EJaWt1r { top:11px;left:324px;width:440px;height:370px;display:block; }
 }@media only screen and (max-width: 763px) { #OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg { display:block; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 { display:block; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix5w57yn9NtGTx5P1rpw668XvkHXotTA { top:0px;left:327.5px;width:109px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #fyuVcKdxHz8RPEciynmyoznGA4RePSEQ { display:block; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbeKUbl47n1gJENkSZaUdlNN6XzfPPTr { top:16px;left:141.5px;width:481px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#005fa2;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ { background-color:#ffffff;background-image:none;display:block; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container { background-color: transparent; background-image: none; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container > .video-iframe-container { display: none; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row > .video-iframe-container { display: none; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .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); }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWSMnfpOwEwar2x02kEJiReHLNwyG3VT { width:320px;height:15.5938px;top:58px;left:0px;font-size:12px;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #d14ePNJtPQlo5HRqLUmdMaCzTsKGaM0D { width:89px;height:48px;top:10px;left:115px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f6fcae9b-9fa1-4205-895c-138c343b4782/wavetop.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm.adaptive-delivery-prevent-bg, #FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm.lazyload, #FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm.lazyloading { background-image: none; }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row .container { background-color: transparent; background-image: none; }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row .container > .video-iframe-container { display: none; }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row > .video-iframe-container { display: none; }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .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); }#FSwqGbq7Ah4OgeoTHr8QoWF7WgsBCUkm > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXwsvEtyVG8V9zB6rTfTHkIVna0SCKBk { width:124px;height:70px;top:20px;left:98px;display:none; }
 }@media only screen and (max-width: 763px) { #tBCFqrB7BmC8MARuiHmxnFT2VZ7vii4l { width:293px;height:auto;top:20px;left:13px;font-size:12px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y48oBU4y5Pive8L6L2VfmD5H8x4qNPDy { width:320px;height:50px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { background-color:#005fa2;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; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:320px;height:817px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { width:320px;height:175.5px;top:10px;left:0px;font-size:45px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { width:290px;height:171.562px;top:491.4375px;left:15px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdOkEX37ve0OVVNupQoiEX2AEamrefeE { width:300px;height:45px;top:751px;left:10px;font-size:16px;box-shadow: 3px 3px 5px #333333 ;display:block; }
 }@media only screen and (max-width: 763px) { #ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block; }
 }@media only screen and (max-width: 763px) { #dF3tGrd8pFyhvv7agyhLJAa1u8QNEva0 { width:300px;height:45px;top:693px;left:10px;font-size:16px;box-shadow: 3px 3px 5px #333333 ;background-color:#ffffff;background-image:none;color:#005fa2;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #n6eZsWwnnKPS2U2KRp7HiBPxul5oJWTJ { display:block; }
 }@media only screen and (max-width: 763px) { #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { width:250px;height:250px;top:17px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { width:250px;height:250px;top:2px;left:35px;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { width:320px;height:320px;top:19px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #UTnuIrqz05HXVQZkBeuL6NOVlJ2em4JO { width:286px;height:286px;top:191px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #EQKMyzyQ8NcNnz15W1o1wuUvqG304pLo { width:280px;height:280px;top:194px;left:20px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/91f61670-aaba-4140-95d2-aba8bfc7f3be/wavebottom.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye { display:block; }#mrZOnoW9B1o6ChcFA5GxQUUUZdkGM6ye > .row .container { width:320px;height:270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUgIiu7mpUkt9RpUJCpu3a38hMihDA1o { width:320px;height:249.562px;top:10px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #JueITJIMtEgyiRrGlW2VqzoCHTufaMoB { display:block; }#JueITJIMtEgyiRrGlW2VqzoCHTufaMoB > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaoToTTeXdTBiWGK28TLuqbZr8D4SlCT { height:179.125px;width:320px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW { display:block; }#XcoKcIa2IoT4rkEuaeUkUBGlTwVJolKW > .row .container { width:320px;height:1857px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgo5NT3ftwKEBB9F1bWpXU6n0kqO9Fbl { width:290px;height:50px;top:1787px;left:15px;font-size:16px;box-shadow: 3px 3px 5px rgba(51,51,51,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #peCGU19WzMlioupIuHb7vflQV4sZtpa1 { display:block; }
 }@media only screen and (max-width: 763px) { #cJUXfwRIMcOpMByTTTFLE7CcF5gGGU1K { width:310px;height:35.0938px;top:10px;left:5px;font-size:27px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ewa2ZtT45M3ybtGRJmpys83TQUNAl55u { width:310px;height:514.594px;top:53.5px;left:5px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H7ky7tng6FRTOTgKDocxFaTXaScsq1OU { width:310px;height:35.0938px;top:587.4375px;left:5px;font-size:27px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ifTXEnaQ7oayDZnNopeuTRJyBI6TTlBP { width:310px;height:467.812px;top:632.296875px;left:5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sEpN3fXkg0iZIAOXhIrsavIbsQAtUOsl { width:320px;height:287px;top:1164px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #do5tRq0qTGagafZfSpTfEhoQayB7aM13 { width:300px;height:23.3984px;top:1345px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DGxdFkN8fu9mecqR5JD6qn3Psgtb3FBK { width:320px;height:44px;top:1120px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UKgkgrRVhZztZDNSdhWI61zyokZZ7W5r { width:308px;height:28.5938px;top:1128px;left:6px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nty70qBazGIu07z0DT30esf11ezivtgq { width:300px;height:46.7968px;top:1183px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #F6MrhIBRtsfuHcatdzErdrget2UKgWFn { width:300px;height:23.3984px;top:1250px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RwgonRFqhNk7bPBbhnTfTCZUQEdTfDCe { width:268px;height:51.7812px;top:1273px;left:25px;font-size:18px;display:block; }#RwgonRFqhNk7bPBbhnTfTCZUQEdTfDCe li:before{  }
 }@media only screen and (max-width: 763px) { #zsoleuALl2VoklUpz93QiQXtchrmaLOm { width:268px;height:51.7812px;top:1369px;left:25px;font-size:18px;display:block; }#zsoleuALl2VoklUpz93QiQXtchrmaLOm li:before{  }
 }@media only screen and (max-width: 763px) { #w4hZPTL0xTgyhi6Wy0C6g02MNyE2tPNR { width:310px;height:233.906px;top:1471px;left:5px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zO3uAyFbOsNXlPU7wnitNyZQ9QfB6bXm { width:320px;height:41.5938px;top:1725px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/19f1372a-8322-44e1-b6a8-d876218aa69d/wavetop2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:320px;height:66px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFFopr2NtmwlhVq0GLv48IAa3WR0rlKT { width:320px;height:45.5px;top:10px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7cxFsVvLnRvuweOlfToZOXAFD7xOD7K { width:320px;height:35.0938px;top:10px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiXJA7thgGCNwKMvNip7THezp4f2kmzD { width:310px;height:54px;top:53.796875px;left:5px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qF9CfCxsEu2DBKSymoPlcyEGTrJNRhBx { width:310px;height:108px;top:127.796875px;left:5px;font-size:18px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xOMlTnoAP5LPqVAbffTmqAkE3EJaWt1r { width:320px;height:370px;top:255.796875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ab0fb6ab-adf1-4df0-b7f1-70d093241ddd/wavebottom2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg.adaptive-delivery-prevent-bg, #OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg.lazyload, #OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg.lazyloading { background-image: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container { background-color: transparent; background-image: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container > .video-iframe-container { display: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row > .video-iframe-container { display: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .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); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 { display:block; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container { width:320px;height:78px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix5w57yn9NtGTx5P1rpw668XvkHXotTA { width:109px;height:58px;top:10px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #fyuVcKdxHz8RPEciynmyoznGA4RePSEQ { display:block; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container { width:320px;height:82px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbeKUbl47n1gJENkSZaUdlNN6XzfPPTr { width:320px;height:41.5938px;top:20px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }