.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:transparent;background-image:url("https://images.assets-landingi.com/uc/c8429965-e556-4ff1-9660-a0fe33506161/Untitleddesign34.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy { position:relative;z-index:auto;display:block; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy { background-color: transparent; background-image: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .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); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy { border-width: 0; border-radius: 0; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZJ9Ifd6GML2ePboyH390iUWEUXuhRRnc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.8742875rem;width:11.7498125rem;top:1.6859018802643rem;left:1.6832389831543rem;overflow:hidden;display:block; }
#dlbPBWsq9F0OsazOqcENHlHqp8nBClhz { color:#ffffff;display:block;width:20.4368125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.2487564086912rem;left:1.6859016418457rem;height:;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; }
#hkBl31r8xdvAP3U7K0vRQIQm6EPTawV5 { color:#ffffff;display:block;width:28.3744375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:20.05859375rem;left:1.6832389831543rem;height:3rem;font-style:normal;display:block; }
#XmE8MnmiQEIHESh0KZDG0Zgn2lOsQU70 { position:absolute;display:block;z-index:15005;background-color:rgba(42,54,126,0.75);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;box-shadow: none;height:30.625rem;width:23.625rem;top:6.6875rem;left:43.875rem;display:none; }
#na7lZnRxNwwE4AcOJtZaTSMBmEy8UJuu { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:9.3125rem;left:47.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-form-header {  }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:16.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.75rem;box-sizing:border-box;height:2.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-checkbox { width:0.75rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ec474c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #000000;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:16.75rem;height:3.75rem;font-family:"open sans";overflow:hidden; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]:-moz-placeholder { color:#3f3f3f;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]::-moz-placeholder { color:#3f3f3f;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]:-ms-input-placeholder { color:#3f3f3f;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]::-webkit-input-placeholder { color:#3f3f3f;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.6;font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:15.75rem;overflow:hidden;font-style:normal;float:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:first-of-type{padding-top:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:last-of-type{padding-bottom:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.048828125rem;left:46.0625rem; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv {display:block;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.048828125rem;left:46.0625rem;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #XRgrdURWZBxH2OTymOnhJPeO64CQDf8s { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #NGkuIObr0OFDD8aB37bst0TzODc2t2Ks { position:relative;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Tclu6RO8TmdazvMdB9dK6RockHZAGxhT { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #BHP8K15seDBkv9KRTTtxaI0Uoedf7lws { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #LUFGWbKeZuO3EMLE54Nx9mgpFEeseN3U { position:relative;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #SEpgXx2DT3wC867k51OpweECPd8maIIT { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #TZUdtxIMgdESnoSlMSOddSFTycJbUOJ3 { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #zfhkOLkr8PnFWCRGLUOXrclhrR14AxGT { position:relative;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #QxUi0vli1cbcsCPcQbJ8Z5MkXxUdy1w5 { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Mf5Vskfemigv2oiwkpRfR6ozcUwWAKsM { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #RyT95zWa7PcnyEmJqusqGa9hkOIPbD3Q { position:relative;z-index:2; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #OgzSmN1SNJSwldG5b0OqkJQAF02sECSs { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #MruXkwfRIcdhvSFByNBvQbavd41soLdT { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #avz7TvEPxWveqXFDZtN8qiwz70bEOFQr { position:relative; }
#FRMhEqDTtMo5a7tc7NOeh5wFMTROMAP1 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #09486b, #00b6ca);background-image: -moz-linear-gradient(360deg, #09486b, #00b6ca);background-image: -ms-linear-gradient(360deg, #09486b, #00b6ca);background-image: -o-linear-gradient(360deg, #09486b, #00b6ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );";background-image: linear-gradient(360deg, #09486b, #00b6ca);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.8125rem;width:26.75rem;top:25.686433792114rem;left:1.6850128173828rem;display:block; }
#laGWwtff5l6oDCsJwfe2rbrUBsTPNGcB { 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;box-shadow: none;height:4.4375rem;width:4.4375rem;top:26.061965942382rem;left:2.4982242584229rem;overflow:hidden;display:block; }
#Cxqt0qQm85fz01bSn2h8sPywbCg9i4mW { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.061965942382rem;left:7.4991111755369rem;height:1.625rem;font-style:normal;display:block; }
#fNbsB5vRqbv6tA0yZkmJdwZLq9Fur6L9 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:27.999111175537rem;left:7.4982242584231rem;height:3.673825rem;font-style:normal;display:block; }
#wDhFFCCLsmXIUF3o9scu6A5GOyVTFpag { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:33.998756408691rem;left:2.4982242584229rem;overflow:hidden;display:block; }
#di3gKJlTnV053MTgTCNB9noJ3XFnBEf0 { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:33.811431884766rem;left:7.4982242584231rem;height:1.625rem;font-style:normal;display:block; }
#IAtyyIg5b48svLpkFHNrixWIbET94sOG { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:35.749465942382rem;left:7.4982242584231rem;height:1.3994125rem;font-style:normal;display:block; }
#L1XxLOgNp0hlscfuh6ogLnixUZpfkxtx { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:39.874111175537rem;left:2.4982242584229rem;overflow:hidden;display:block; }
#RWaw8AQVdkg3H0D9aaBfm39ARuu68DEJ { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:39.874111175537rem;left:7.5603694915769rem;height:1.625rem;font-style:normal;display:block; }
#PUCr8rIG6vOrv2AQ06FB4kywfn2nBDe9 { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:41.623931884766rem;left:7.4982242584231rem;height:2.44921875rem;font-style:normal;display:block; }
#FmpnToepk5Lr0A4G6zbUyXbN2r3g0hf6 { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:11.123934268951rem;left:1.6859016418457rem;height:6.25rem;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; }
#f0XENdcWZ0q4pBb1eIsy1pJs6L7NeSGP { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #09486b, #00b6ca);background-image: -moz-linear-gradient(360deg, #09486b, #00b6ca);background-image: -ms-linear-gradient(360deg, #09486b, #00b6ca);background-image: -o-linear-gradient(360deg, #09486b, #00b6ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );";background-image: linear-gradient(360deg, #09486b, #00b6ca);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.6875rem;width:26.75rem;top:32.917434692382rem;left:1.6832389831543rem;display:block; }
#JgJ1x692SeAqTiQ69TZyI7ZzlLIP00qo { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #09486b, #00b6ca);background-image: -moz-linear-gradient(360deg, #09486b, #00b6ca);background-image: -ms-linear-gradient(360deg, #09486b, #00b6ca);background-image: -o-linear-gradient(360deg, #09486b, #00b6ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );";background-image: linear-gradient(360deg, #09486b, #00b6ca);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6rem;width:26.8125rem;top:39.123046875rem;left:1.6832389831543rem;display:block; }
#AZDreQBLdG3grMK7KtOptpWFe48ZbQFN { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:10.9287109375rem;left:27.7509765625rem;height:4.5rem;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; }
#q7T95SuUhvye4kA8hUqU0ZzD4NkMCLWZ { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:11.123934268951rem;left:1.6859016418457rem;height:6.25rem;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; }
#cnlr8eFxSQLhwcShIgLWa0BkL8s4Vqd6 { color:#ffffff;display:block;width:6.3743125rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:10.929154396057rem;left:27.751775741577rem;height:4.5rem;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; }
#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50533b66-a484-4f89-b8ed-057e816bbad2/wmremovetransformed59.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv.adaptive-delivery-prevent-bg, #BpuH2V36es0Q4oCfywTBLWWggMNZoDuv.lazyload, #BpuH2V36es0Q4oCfywTBLWWggMNZoDuv.lazyloading { background-image: none; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { background-color: transparent; background-image: none; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container > .video-iframe-container { display: none; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row > .video-iframe-container { display: none; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .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); }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { border-width: 0; border-radius: 0; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv::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; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#TiTFVnoE00taTxRv2r1J4hcZgbrzXhQE { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.5625rem;left:7.6875rem;height:14.34375rem;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:justify;text-align-last:initial;display:block; }
#JsMtz5zBZkaTlt7kpgDL4dhAzDiiwdb2 { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #09486b, #00b6ca);background-image: -moz-linear-gradient(360deg, #09486b, #00b6ca);background-image: -ms-linear-gradient(360deg, #09486b, #00b6ca);background-image: -o-linear-gradient(360deg, #09486b, #00b6ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );";background-image: linear-gradient(360deg, #09486b, #00b6ca);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499625rem;height:2.374825rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.061964035034rem;left:7.6873226165769rem;display:block; }
#rWEknHpWEHAzKlRMOLMiwRvg1uCZZxDd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RFvw9JI6yKc3TMGFnottHWVcgiAFkE4Q { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:3.625rem;left:7.3125rem;height:;font-style:italic;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; }
#gQlBFdfRvUJfxSStmZVO2rpAvONvWVBI { 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;box-shadow: none;height:22.4375rem;width:17.125rem;top:1.7578125rem;left:39.531248092651rem;overflow:hidden;display:block; }
#LTSkgC9x8Nlw6mDyeg8o4JyeoFdfxFD6 { box-sizing:content-box;height:2.5625rem;width:10.375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:3.71875rem;left:6.625rem;border-top:0.125rem solid #d32f2f;border-left:0.125rem solid #d32f2f;border-right:0.125rem solid #d32f2f;border-bottom:0.125rem solid #d32f2f;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50533b66-a484-4f89-b8ed-057e816bbad2/wmremovetransformed59.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo.adaptive-delivery-prevent-bg, #X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo.lazyload, #X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo.lazyloading { background-image: none; }#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo > .row .container { background-color: transparent; background-image: none; }#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo > .row .container > .video-iframe-container { display: none; }#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo > .row > .video-iframe-container { display: none; }#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo > .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); }#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo > .row .container { border-width: 0; border-radius: 0; }#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo::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; }#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#dVa5DJ4ELhPOeH2wKsTneEBn58PIhZ0g { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:4.9140625rem;left:41rem;height:0;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; }
#vmMTizgAMT879XIQUJpTiIOMc2xtrD19 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.3125rem;left:39.75rem; }
#m8yFvUxEXkVT4paiiQsBX0nZdHzoD5za { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:18.5rem;left:39.8125rem; }
#NZvwlwMU3Gx7VRx5lqvO42H2497GqTNT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:16.9375rem;left:39.8125rem; }
#pK67J8rKJ9lzpBMmHvhOa93xfieHRTF7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:15.3125rem;left:39.8125rem; }
#ccT4lck97mnlQZXNJHLuQx3ATt6oCbui { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.8125rem;left:39.8125rem; }
#sXBUDuuiP0shfSOMZ52UlFGRwq108N1D { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:0.9375rem;left:38.5615234375rem;height:;font-style:italic;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; }
#IDEnRii1cURSLUxgfQiRkxCIh5QvSsZV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:33.4375rem;top:3.6953125rem;left:3.375rem;overflow:hidden;display:block; }
#SNWJGAVydWGAR97n9Im8TXTfIp5k36Rc { box-sizing:content-box;height:2.5625rem;width:11.25rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:1.0107421875rem;left:37.9375rem;border-top:0.125rem solid #d32f2f;border-left:0.125rem solid #d32f2f;border-right:0.125rem solid #d32f2f;border-bottom:0.125rem solid #d32f2f;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#J0zdO6ZIKt07cglDy4g8D5ZkyISWorEa { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:4.9140625rem;left:39.6875rem;height:20.71875rem;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; }
#hM35SCx8yGSyf8wtHnILX88n8yxFRLCB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.6875rem;left:39.5rem;display:none; }
#tkDPis12vm9uetSQ0RlsBXZuamVgoowK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17.875rem;left:39.5625rem;display:none; }
#VkZC0NrzkXxIkX5SioFPG8p8PnXvnklh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:16.3125rem;left:39.5625rem;display:none; }
#Gspdx2QgUXJ510nM9tOQBTOQK3KZlVhT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.6875rem;left:39.5625rem;display:none; }
#cCafofbXMZdJUVZo1KCQEs9gpCdUiF2J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.1875rem;left:39.5625rem;display:none; }
#EBySx9BGg8eBJ0g7ViqGRCISvxc8oXdT { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:4.9140625rem;left:39.6875rem;height:20.71875rem;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; }
#qLCmrCqegMTM9UBkvH17ULQUWgIVIIgv { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:5.0859375rem;left:38.9375rem;height:20.71875rem;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; }
#fcWJuDbkS2qeLiGwhU3qlc6ZccbTLIP0 { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:11.9375rem;left:41.5rem;height:7.96875rem;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; }
#F4oDbsnFR2OQmxF1OJQLiWILmA0Vs4XZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.94);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#F4oDbsnFR2OQmxF1OJQLiWILmA0Vs4XZ > .row .container { border-width: 0; border-radius: 0; }#F4oDbsnFR2OQmxF1OJQLiWILmA0Vs4XZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F4oDbsnFR2OQmxF1OJQLiWILmA0Vs4XZ > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.86);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; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container { background-color: transparent; background-image: none; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container > .video-iframe-container { display: none; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row > .video-iframe-container { display: none; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .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); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container { border-width: 0; border-radius: 0; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container { font-size:0.875rem;font-family:arial;height:92rem;width:75rem;position:relative;display:block; }#p117TT76MJ6OhhO2G6PHiuUcOGl8An1s { position:absolute;display:block;z-index:15000;height:54.0625rem;width:75rem;top:16.125rem;left:0rem;display:block; }
#AOOVk0utPlySXF4uEUNvTkJfoDWnfBfa { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:1.685546875rem;left:21.56640625rem;height:3rem;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;text-align:center;text-align-last:center;display:none; }
#kLldKQxWC7ugqCuX1V8HyzGFaOCFHbaf { box-sizing:content-box;height:3rem;width:14.0625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:1.458984375rem;left:42.1689453125rem;border-top:0.125rem solid #d32f2f;border-left:0.125rem solid #d32f2f;border-right:0.125rem solid #d32f2f;border-bottom:0.125rem solid #d32f2f;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#RQghMbbS8crMreIKiba5PRGzJ1MiTu75 { color:#000000;display:block;width:54.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:5.310546875rem;left:11.56640625rem;height:4.78125rem;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:center;text-align-last:center;display:none; }
#WgzxwG9HMJySmaPL3b4BINkG1AkLPecE { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:1.3125rem;left:21.4375rem;height:0;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;text-align:center;text-align-last:center;display:none; }
#ayTqmZLPTc0RihDITgLeMHG2SdO3qqTi { box-sizing:content-box;height:3rem;width:14.0625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:1.0625rem;left:42.0625rem;border-top:0.125rem solid #d32f2f;border-left:0.125rem solid #d32f2f;border-right:0.125rem solid #d32f2f;border-bottom:0.125rem solid #d32f2f;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#RM1O2260RSsQhG8JVGfRiOJGHeVMZFzE { color:#2a367e;display:block;width:54.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:5.3125rem;left:11.4375rem;height:4.78125rem;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:center;text-align-last:center;display:block; }
#fRb0yRsa9s12fSOTch5B5L2T5gCNDg3t { color:#2a367e;display:block;width:37.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:18.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SbLBOnEzPmVcMZyTKTQoqK4166gpTxzz { box-sizing:content-box;height:3rem;width:14.9375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:1.75rem;left:40.375rem;border-top:0.125rem solid #d32f2f;border-left:0.125rem solid #d32f2f;border-right:0.125rem solid #d32f2f;border-bottom:0.125rem solid #d32f2f;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr { 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; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row .container { background-color: transparent; background-image: none; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row .container > .video-iframe-container { display: none; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row > .video-iframe-container { display: none; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .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); }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row .container { border-width: 0; border-radius: 0; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#dcZQTBOVON7WDTQty4rTDKxWsbznT0Ng { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #09486b, #00b6ca);background-image: -moz-linear-gradient(360deg, #09486b, #00b6ca);background-image: -ms-linear-gradient(360deg, #09486b, #00b6ca);background-image: -o-linear-gradient(360deg, #09486b, #00b6ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );";background-image: linear-gradient(360deg, #09486b, #00b6ca);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.62446875rem;width:4.62446875rem;top:10.4365234375rem;left:14.560546875rem;display:block; }
#bxyi12rTBGy6097FPb98cMhhqGzkv9Ah { color:#2a367e;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:15.5rem;left:10.625rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwsVSA8MuzIkZsnz4IC8UIW4WFR1qMiI { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:10.6875rem;left:23.75rem;overflow:hidden;display:block; }
#zD11DlWrCJXLHWDM71KUZJhAblExGHUy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:10.6875rem;left:44.875rem;overflow:hidden;display:block; }
#bkPNhxU55POlx0lekoHgqRIXTTz5gxNe { color:#d32f2f;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:15.5rem;left:31.25rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITBvtUBsZkLrQaeDceX3m4JbEo1dHITU { color:#2a367e;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:15.5rem;left:52.0625rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xo6qtJ00HlkGP2lrAobZQt9iEWUXN0Ii { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.880859375rem;left:15.623046875rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZvFPJ6yAkzMuiOAD2vfuu0AgPcdM5Lb { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.9375rem;left:36.25rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RCPwdda9z3WTgZNZTHOrgy0ng10ULiz5 { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11rem;left:57.0625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhyyqvXHcKT3qwfl3ySSuIwPCcQkwVGR { box-sizing:content-box;height:3rem;width:14.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:3.11328125rem;left:38.09375rem;border-top:0.125rem solid #d32f2f;border-left:0.125rem solid #d32f2f;border-right:0.125rem solid #d32f2f;border-bottom:0.125rem solid #d32f2f;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#CG8qRy6av0yEu7iFtpifTiJJB1Q2DeKS { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #09486b, #00b6ca);background-image: -moz-linear-gradient(360deg, #09486b, #00b6ca);background-image: -ms-linear-gradient(360deg, #09486b, #00b6ca);background-image: -o-linear-gradient(360deg, #09486b, #00b6ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );";background-image: linear-gradient(360deg, #09486b, #00b6ca);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.624025rem;width:4.624025rem;top:10.5rem;left:35.123046875rem;display:block; }
#Zou9esDhzRSFSW778gUEnnKrlr2LiUyL { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #09486b, #00b6ca);background-image: -moz-linear-gradient(360deg, #09486b, #00b6ca);background-image: -ms-linear-gradient(360deg, #09486b, #00b6ca);background-image: -o-linear-gradient(360deg, #09486b, #00b6ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );";background-image: linear-gradient(360deg, #09486b, #00b6ca);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.624025rem;width:4.624025rem;top:10.5rem;left:55.75rem;display:block; }
#p0seTfeL2UNyC4AzcbFaidBSs0xcOTq1 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:3.23828125rem;left:20.625rem;height:3rem;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;text-align:center;text-align-last:center;display:block; }
#J8PL34aCKOysJhNAH6mGOXW1VRb7zI3z { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #09486b, #00b6ca);background-image: -moz-linear-gradient(360deg, #09486b, #00b6ca);background-image: -ms-linear-gradient(360deg, #09486b, #00b6ca);background-image: -o-linear-gradient(360deg, #09486b, #00b6ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );";background-image: linear-gradient(360deg, #09486b, #00b6ca);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.624025rem;width:4.624025rem;top:10.5rem;left:35.123046875rem;display:none; }
#zaxG3Vwuw2D7cyLDG6Qsa0fnNWiARf1K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#nd375hltvLRPQ422mXVMeMOIEUoNVrqM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container { background-color: transparent; background-image: none; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container > .video-iframe-container { display: none; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row > .video-iframe-container { display: none; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .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); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container { border-width: 0; border-radius: 0; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#ByAZxQtTeX9ZgawaqyTHfVb3pLLRvPfD { box-sizing:content-box;height:3rem;width:13.3125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:1.25rem;left:17.4375rem;border-top:0.125rem solid #d32f2f;border-left:0.125rem solid #d32f2f;border-right:0.125rem solid #d32f2f;border-bottom:0.125rem solid #d32f2f;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eESZr7NG06A2vg3J9xvlxwFuVOVTfw3W { color:#000000;display:block;width:36.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:1.375rem;left:17.875rem;height:3rem;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;text-align:center;text-align-last:center;display:block; }
#P1Le0Rnz7pRsNkSg0n61FdWtvVONMzwB { box-sizing:content-box;height:16.125rem;width:14.6875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #073453, #11def6);background-image: -moz-linear-gradient(183deg, #073453, #11def6);background-image: -ms-linear-gradient(183deg, #073453, #11def6);background-image: -o-linear-gradient(183deg, #073453, #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );";background-image: linear-gradient(183deg, #073453, #11def6);background-size:auto !important;top:6.25rem;left:4.9375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(66,66,66,0.6) ;display:block; }
#z1WEzM4o8xe3Sbp3O74v757JXhBuN4Jt { box-sizing:content-box;height:16.125rem;width:14.6875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #073453, #11def6);background-image: -moz-linear-gradient(183deg, #073453, #11def6);background-image: -ms-linear-gradient(183deg, #073453, #11def6);background-image: -o-linear-gradient(183deg, #073453, #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );";background-image: linear-gradient(183deg, #073453, #11def6);background-size:auto !important;top:6.25rem;left:21.5rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(66,66,66,0.6) ;display:block; }
#T1dkR8RGbd4ZvbDUG62mIyCbzXiWBQfV { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:8.3125rem;left:5.25rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wx10pd1nM2cWF9V1p3KOgaBGmixXy3qI { color:#ffffff;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:8.3125rem;left:21.8125rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EymactopJAT4c3TGPyyTVtat7dMBgTtI { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:12.5625rem;left:22.6875rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gZDZWaQrntlaHuR6A0DFwFKHUTTT6Wis { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:12.5625rem;left:5.6875rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZaxZAqynkLITJL7og7TX85Qwis75chXq { box-sizing:content-box;height:16.125rem;width:14.6875rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #073453, #11def6);background-image: -moz-linear-gradient(183deg, #073453, #11def6);background-image: -ms-linear-gradient(183deg, #073453, #11def6);background-image: -o-linear-gradient(183deg, #073453, #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );";background-image: linear-gradient(183deg, #073453, #11def6);background-size:auto !important;top:6.25rem;left:37.75rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(66,66,66,0.6) ;display:block; }
#r7xVNJASFA9qW2ke7AtxSxFxdo3SV8LN { color:#ffffff;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:8.3125rem;left:38.0625rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TgtVS3EC0puTMScxvpJCvV2QhLGBLPLd { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:11.875rem;left:38.5rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fHBUIMgAXGVZncFOMziTWlowPXoTLg6n { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:12.5625rem;left:54.1875rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cr83mUT2xCvkOemJFPskywdKyVX2lOmr { box-sizing:content-box;height:16.125rem;width:14.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #073453, #11def6);background-image: -moz-linear-gradient(183deg, #073453, #11def6);background-image: -ms-linear-gradient(183deg, #073453, #11def6);background-image: -o-linear-gradient(183deg, #073453, #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );";background-image: linear-gradient(183deg, #073453, #11def6);background-size:auto !important;top:6.25rem;left:53.25rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(66,66,66,0.6) ;display:block; }
#JTJgq0DfkiNG7A5XSVFWs73pJX52fkt7 { position:absolute;display:block;z-index:15038;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:20.875rem;left:10.8125rem;display:block; }
#QTeb6IDadOThGW5I5fb3VeKSD3uNb51F { position:absolute;display:block;z-index:15041;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:21rem;left:27.0625rem;display:block; }
#kGrmsPnB6s6QbdpJQ6Fp8yMZlC0KQIOb { position:absolute;display:block;z-index:15045;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:20.9375rem;left:43.1875rem;display:block; }
#h2qmTaAUhdZff3RXAbgE9DHWW1032cWC { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:8.3125rem;left:55.1875rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sxKB3ArUFJ7rbVw9805dpASHtGwcCSBr { position:absolute;display:block;z-index:15049;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:20.875rem;left:58.8125rem;display:block; }
#mz78QOx09s7uT0rkFLGwGMShip8ROtad { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:1.25rem;left:0.4375rem;display:none; }
#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv { 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; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container { background-color: transparent; background-image: none; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container > .video-iframe-container { display: none; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row > .video-iframe-container { display: none; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .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); }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container { border-width: 0; border-radius: 0; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#PKcoUvzV8Z18P3TT5tSLdEFSfV7bdty2 { position:absolute;display:block;z-index:15000;height:20.062125rem;width:60rem;top:10.123401641846rem;left:7.5rem;display:block; }
#X01cpcX0pCEyKlQb4RsL2zxE8S71MTnb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4369375rem;width:22.1875rem;top:1.3423290252686rem;left:26.375rem;overflow:hidden;display:block; }
#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb { 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; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row .container { background-color: transparent; background-image: none; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row .container > .video-iframe-container { display: none; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row > .video-iframe-container { display: none; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .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); }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row .container { border-width: 0; border-radius: 0; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ > .row .container { background-color: transparent; background-image: none; }#clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ > .row .container > .video-iframe-container { display: none; }#clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ > .row > .video-iframe-container { display: none; }#clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ > .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); }#clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ > .row .container { border-width: 0; border-radius: 0; }#clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#kMFK2V43lJ6FaPpa0CeDgwbaa4p06nAA { color:#000000;display:block;width:53.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.125rem;left:10.09375rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vCW2PTvarmJsr5plC15QiC5F1xCmHTd8 { color:#09486b;display:block;width:43.9355625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.875rem;left:15.53125rem;height:2.4375rem;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:center;text-align-last:center;display:block; }
#ekIC9ohM4o7qPt38zfBcvUWgr4CJvhGG { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #09486b, #00b6ca);background-image: -moz-linear-gradient(360deg, #09486b, #00b6ca);background-image: -ms-linear-gradient(360deg, #09486b, #00b6ca);background-image: -o-linear-gradient(360deg, #09486b, #00b6ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09486b', endColorstr='#00b6ca' );";background-image: linear-gradient(360deg, #09486b, #00b6ca);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:11.875rem;left:22.25rem;display:block; }
#ps9DT1NocAkU078LgULuW1a21v6scXKO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f0t5GxKcQfO8sVyomfx6Tn9OtG7IdE0y { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:10.9375rem;top:10.875rem;left:39.25rem;overflow:hidden;display:block; }
#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(9,72,107,0.92), rgba(0,182,202,0.86));background-image: -moz-linear-gradient(360deg, rgba(9,72,107,0.92), rgba(0,182,202,0.86));background-image: -ms-linear-gradient(360deg, rgba(9,72,107,0.92), rgba(0,182,202,0.86));background-image: -o-linear-gradient(360deg, rgba(9,72,107,0.92), rgba(0,182,202,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea09486b', endColorstr='#db00b6ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea09486b', endColorstr='#db00b6ca' );";background-image: linear-gradient(360deg, rgba(9,72,107,0.92), rgba(0,182,202,0.86));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; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container { background-color: transparent; background-image: none; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container > .video-iframe-container { display: none; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row > .video-iframe-container { display: none; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .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); }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container { border-width: 0; border-radius: 0; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#uWVJesHWvdfmJ92WsC1ptVHQDXfL75Lg { position:absolute;display:block;z-index:15036;height:3.0625rem;width:5.625rem;top:11.09375rem;left:29.6875rem;display:block; }
#H8fsSlN7bhzToJm08436bpn94zd4lQzt { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.8125rem;left:7.5rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zqpJWVOsTS9Xi1RBBSJzEeg5aOOA4L8v { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:5.5625rem;left:7.5rem;height:4.1982375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qAmyp1JTJcS8qssF4wfkacc9oCnboDI6 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:19.6875rem;top:2.2119140625rem;left:28.4375rem;overflow:hidden;display:block; }
#RpXVdTgIG5IhNdx2xw3MhzUGV4Nq9Ofp { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.76171875rem;left:28.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K4vmyNNClyUOTUh1ON0xb3ICMuc8Ooe3 { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.6875rem;left:52.5625rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GolVwEZTFAPBQptwaE6GIAK2rZ2cA1Wg { position:absolute;display:block;z-index:15040;height:3.25rem;width:5.9375rem;top:11rem;left:37.5rem;display:block; }
#BGZydqLpATfrH8dSXh9lTK4NiRo75SIy { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:4.5rem;left:49.375rem;height:4.5rem;text-align:right;text-align-last:right;display:block; }
#rCyavfFnCnMIQvJdUUdV1qoLeXLoE8AM { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.9375rem;left:29.1875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#AZHGuX60PxsG6gkAkLTWtTds8PDVkMhn { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.0625rem;top:12.875rem;left:58.1875rem;overflow:hidden;display:block; }
#tiAwNt2E0Xf1bwOCIpoVuWk9v6FlH4sk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11rem;top:13rem;left:7.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy { display:block; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJ9Ifd6GML2ePboyH390iUWEUXuhRRnc { top:1.625rem;left:0rem;width:11.6875rem;height:3.8537410836343rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlbPBWsq9F0OsazOqcENHlHqp8nBClhz { top:9.1875rem;left:0rem;width:20.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkBl31r8xdvAP3U7K0vRQIQm6EPTawV5 { top:20rem;left:0rem;width:28.3125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmE8MnmiQEIHESh0KZDG0Zgn2lOsQU70 { top:6.625rem;left:24.125rem;width:23.625rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #na7lZnRxNwwE4AcOJtZaTSMBmEy8UJuu { top:9.25rem;left:31.875rem;width:15.875rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv  { width:16.75rem;height:auto;top:14rem;left:28.5rem; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv {display:block;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv { width:16.75rem;height:auto;top:14rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #XRgrdURWZBxH2OTymOnhJPeO64CQDf8s {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #NGkuIObr0OFDD8aB37bst0TzODc2t2Ks { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Tclu6RO8TmdazvMdB9dK6RockHZAGxhT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #BHP8K15seDBkv9KRTTtxaI0Uoedf7lws {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #LUFGWbKeZuO3EMLE54Nx9mgpFEeseN3U { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #SEpgXx2DT3wC867k51OpweECPd8maIIT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #TZUdtxIMgdESnoSlMSOddSFTycJbUOJ3 {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #zfhkOLkr8PnFWCRGLUOXrclhrR14AxGT { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #QxUi0vli1cbcsCPcQbJ8Z5MkXxUdy1w5 {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Mf5Vskfemigv2oiwkpRfR6ozcUwWAKsM {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #RyT95zWa7PcnyEmJqusqGa9hkOIPbD3Q {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #OgzSmN1SNJSwldG5b0OqkJQAF02sECSs {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #MruXkwfRIcdhvSFByNBvQbavd41soLdT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #avz7TvEPxWveqXFDZtN8qiwz70bEOFQr {  }
 }@media only screen and (max-width: 763px) { #FRMhEqDTtMo5a7tc7NOeh5wFMTROMAP1 { top:25.625rem;left:0rem;width:26.75rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laGWwtff5l6oDCsJwfe2rbrUBsTPNGcB { top:26rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxqt0qQm85fz01bSn2h8sPywbCg9i4mW { top:26rem;left:0rem;width:19.6875rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNbsB5vRqbv6tA0yZkmJdwZLq9Fur6L9 { top:27.9375rem;left:0rem;width:19.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDhFFCCLsmXIUF3o9scu6A5GOyVTFpag { top:33.9375rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #di3gKJlTnV053MTgTCNB9noJ3XFnBEf0 { top:33.75rem;left:0rem;width:19.6875rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAtyyIg5b48svLpkFHNrixWIbET94sOG { top:35.6875rem;left:0rem;width:20.6875rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1XxLOgNp0hlscfuh6ogLnixUZpfkxtx { top:39.8125rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWaw8AQVdkg3H0D9aaBfm39ARuu68DEJ { top:39.8125rem;left:0rem;width:19.6875rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUCr8rIG6vOrv2AQ06FB4kywfn2nBDe9 { top:41.5625rem;left:0rem;width:20.625rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmpnToepk5Lr0A4G6zbUyXbN2r3g0hf6 { top:11.0625rem;left:0rem;width:34.4375rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0XENdcWZ0q4pBb1eIsy1pJs6L7NeSGP { top:32.875rem;left:0rem;width:26.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgJ1x692SeAqTiQ69TZyI7ZzlLIP00qo { top:39.0625rem;left:0rem;width:26.8125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZDreQBLdG3grMK7KtOptpWFe48ZbQFN { top:10.875rem;left:14.1259765625rem;width:8.25rem;height:4.5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7T95SuUhvye4kA8hUqU0ZzD4NkMCLWZ { top:10.6875rem;left:0rem;width:18.0625rem;height:;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnlr8eFxSQLhwcShIgLWa0BkL8s4Vqd6 { top:10.875rem;left:0rem;width:14.875rem;height:;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BpuH2V36es0Q4oCfywTBLWWggMNZoDuv { display:block; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiTFVnoE00taTxRv2r1J4hcZgbrzXhQE { top:7.5625rem;left:0rem;width:25.625rem;height:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsMtz5zBZkaTlt7kpgDL4dhAzDiiwdb2 { width:13.4375rem;height:2.3125rem;top:23rem;left:0.87482261657713rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWEknHpWEHAzKlRMOLMiwRvg1uCZZxDd { display:block; }
 }@media only screen and (max-width: 763px) { #RFvw9JI6yKc3TMGFnottHWVcgiAFkE4Q { top:3.625rem;left:0.5rem;width:17.0625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQlBFdfRvUJfxSStmZVO2rpAvONvWVBI { top:1.75rem;left:19.75rem;width:17.125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTSkgC9x8Nlw6mDyeg8o4JyeoFdfxFD6 { top:3.6875rem;left:0rem;width:10.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo { display:block; }#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVa5DJ4ELhPOeH2wKsTneEBn58PIhZ0g { top:4.875rem;left:14.375rem;width:33.375rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmMTizgAMT879XIQUJpTiIOMc2xtrD19 { top:12.3125rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8yFvUxEXkVT4paiiQsBX0nZdHzoD5za { top:18.5rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZvwlwMU3Gx7VRx5lqvO42H2497GqTNT { top:16.9375rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK67J8rKJ9lzpBMmHvhOa93xfieHRTF7 { top:15.3125rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccT4lck97mnlQZXNJHLuQx3ATt6oCbui { top:13.8125rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXBUDuuiP0shfSOMZ52UlFGRwq108N1D { top:0.9375rem;left:23.875rem;width:20.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDEnRii1cURSLUxgfQiRkxCIh5QvSsZV { top:3.6875rem;left:0rem;width:33.4375rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNWJGAVydWGAR97n9Im8TXTfIp5k36Rc { top:1rem;left:23.875rem;width:11.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0zdO6ZIKt07cglDy4g8D5ZkyISWorEa { top:5.75rem;left:0rem;width:19.625rem;height:31.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hM35SCx8yGSyf8wtHnILX88n8yxFRLCB { top:11.6875rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkDPis12vm9uetSQ0RlsBXZuamVgoowK { top:17.875rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkZC0NrzkXxIkX5SioFPG8p8PnXvnklh { top:16.3125rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gspdx2QgUXJ510nM9tOQBTOQK3KZlVhT { top:14.6875rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCafofbXMZdJUVZo1KCQEs9gpCdUiF2J { top:13.1875rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBySx9BGg8eBJ0g7ViqGRCISvxc8oXdT { top:6rem;left:0rem;width:19.625rem;height:31.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLCmrCqegMTM9UBkvH17ULQUWgIVIIgv { top:5.0625rem;left:14.375rem;width:33.375rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcWJuDbkS2qeLiGwhU3qlc6ZccbTLIP0 { top:11.9375rem;left:14.375rem;width:33.375rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4oDbsnFR2OQmxF1OJQLiWILmA0Vs4XZ { display:block; }#F4oDbsnFR2OQmxF1OJQLiWILmA0Vs4XZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 { display:block; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p117TT76MJ6OhhO2G6PHiuUcOGl8An1s { top:16.125rem;left:0rem;width:47.75rem;height:54.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOOVk0utPlySXF4uEUNvTkJfoDWnfBfa { top:1.625rem;left:7.94140625rem;width:34.5625rem;height:6rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLldKQxWC7ugqCuX1V8HyzGFaOCFHbaf { top:1.4375rem;left:28.5439453125rem;width:14.0625rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQghMbbS8crMreIKiba5PRGzJ1MiTu75 { top:5.25rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgzxwG9HMJySmaPL3b4BINkG1AkLPecE { top:1.125rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTqmZLPTc0RihDITgLeMHG2SdO3qqTi { top:1.0625rem;left:28.4375rem;width:14.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM1O2260RSsQhG8JVGfRiOJGHeVMZFzE { top:5.3125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRb0yRsa9s12fSOTch5B5L2T5gCNDg3t { top:2.1875rem;left:5.3125rem;width:37.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbLBOnEzPmVcMZyTKTQoqK4166gpTxzz { top:1.75rem;left:26.75rem;width:14.9375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr { display:block; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcZQTBOVON7WDTQty4rTDKxWsbznT0Ng { top:10.375rem;left:0.935546875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxyi12rTBGy6097FPb98cMhhqGzkv9Ah { top:15.5rem;left:0rem;width:12.5rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwsVSA8MuzIkZsnz4IC8UIW4WFR1qMiI { top:10.6875rem;left:10.125rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD11DlWrCJXLHWDM71KUZJhAblExGHUy { top:10.6875rem;left:31.25rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkPNhxU55POlx0lekoHgqRIXTTz5gxNe { top:15.5rem;left:17.625rem;width:12.5rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBvtUBsZkLrQaeDceX3m4JbEo1dHITU { top:15.5rem;left:35.25rem;width:12.5rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo6qtJ00HlkGP2lrAobZQt9iEWUXN0Ii { top:10.875rem;left:1.998046875rem;width:2.5rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZvFPJ6yAkzMuiOAD2vfuu0AgPcdM5Lb { top:10.9375rem;left:22.625rem;width:2.5rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCPwdda9z3WTgZNZTHOrgy0ng10ULiz5 { top:11rem;left:43.4375rem;width:2.5rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhyyqvXHcKT3qwfl3ySSuIwPCcQkwVGR { top:3.0625rem;left:24.46875rem;width:14.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG8qRy6av0yEu7iFtpifTiJJB1Q2DeKS { top:10.5rem;left:21.498046875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zou9esDhzRSFSW778gUEnnKrlr2LiUyL { top:10.5rem;left:42.125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0seTfeL2UNyC4AzcbFaidBSs0xcOTq1 { top:3.1875rem;left:7rem;width:33.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8PL34aCKOysJhNAH6mGOXW1VRb7zI3z { top:10.5rem;left:21.498046875rem;width:4.5625rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaxG3Vwuw2D7cyLDG6Qsa0fnNWiARf1K { display:none; }
 }@media only screen and (max-width: 763px) { #nd375hltvLRPQ422mXVMeMOIEUoNVrqM { display:none; }
 }@media only screen and (max-width: 763px) { #pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH { display:block; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByAZxQtTeX9ZgawaqyTHfVb3pLLRvPfD { top:1.25rem;left:3.8125rem;width:13.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eESZr7NG06A2vg3J9xvlxwFuVOVTfw3W { top:1.375rem;left:4.25rem;width:36.625rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1Le0Rnz7pRsNkSg0n61FdWtvVONMzwB { top:6.25rem;left:0rem;width:14.6875rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1WEzM4o8xe3Sbp3O74v757JXhBuN4Jt { top:6.25rem;left:7.875rem;width:14.6875rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1dkR8RGbd4ZvbDUG62mIyCbzXiWBQfV { width:14.0625rem;height:2.8125rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx10pd1nM2cWF9V1p3KOgaBGmixXy3qI { width:14rem;height:2.8125rem;top:8.3125rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EymactopJAT4c3TGPyyTVtat7dMBgTtI { width:12.25rem;height:7rem;top:12.5625rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZDZWaQrntlaHuR6A0DFwFKHUTTT6Wis { width:13.1875rem;height:7rem;top:12.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaxZAqynkLITJL7og7TX85Qwis75chXq { top:6.25rem;left:24.125rem;width:14.6875rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7xVNJASFA9qW2ke7AtxSxFxdo3SV8LN { width:14rem;height:2.8125rem;top:8.3125rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgtVS3EC0puTMScxvpJCvV2QhLGBLPLd { width:13.1875rem;height:7rem;top:11.875rem;left:24.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHBUIMgAXGVZncFOMziTWlowPXoTLg6n { width:13.1875rem;height:7rem;top:12.5625rem;left:34.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr83mUT2xCvkOemJFPskywdKyVX2lOmr { top:6.25rem;left:33.0625rem;width:14.6875rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTJgq0DfkiNG7A5XSVFWs73pJX52fkt7 { width:3.5625rem;height:0.0625rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTeb6IDadOThGW5I5fb3VeKSD3uNb51F { width:3.5625rem;height:0.0625rem;top:21rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGrmsPnB6s6QbdpJQ6Fp8yMZlC0KQIOb { width:3.5625rem;height:0.0625rem;top:20.9375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2qmTaAUhdZff3RXAbgE9DHWW1032cWC { width:11.125rem;height:2.8125rem;top:8.3125rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxKB3ArUFJ7rbVw9805dpASHtGwcCSBr { width:3.5625rem;height:0.0625rem;top:20.875rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz78QOx09s7uT0rkFLGwGMShip8ROtad { top:1.25rem;left:0rem;width:19.5625rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv { display:block; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKcoUvzV8Z18P3TT5tSLdEFSfV7bdty2 { top:10.0625rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #X01cpcX0pCEyKlQb4RsL2zxE8S71MTnb { top:1.3125rem;left:12.75rem;width:22.1875rem;height:7.4365rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb { display:block; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ { display:block; }#clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMFK2V43lJ6FaPpa0CeDgwbaa4p06nAA { top:6.125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCW2PTvarmJsr5plC15QiC5F1xCmHTd8 { top:2.875rem;left:1.90625rem;width:43.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekIC9ohM4o7qPt38zfBcvUWgr4CJvhGG { width:17.375rem;height:2.9375rem;top:11.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps9DT1NocAkU078LgULuW1a21v6scXKO { display:block; }
 }@media only screen and (max-width: 763px) { #f0t5GxKcQfO8sVyomfx6Tn9OtG7IdE0y { top:10.875rem;left:25.625rem;width:10.9375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeFOSJrZubHibsE6Lo590DgIGr8Of6ra { display:block; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWVJesHWvdfmJ92WsC1ptVHQDXfL75Lg { top:11.0625rem;left:16.0625rem;width:5.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8fsSlN7bhzToJm08436bpn94zd4lQzt { width:18.125rem;height:1.25rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqpJWVOsTS9Xi1RBBSJzEeg5aOOA4L8v { width:18.125rem;height:4.1875rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAmyp1JTJcS8qssF4wfkacc9oCnboDI6 { top:2.1875rem;left:14.8125rem;width:19.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpXVdTgIG5IhNdx2xw3MhzUGV4Nq9Ofp { width:18.125rem;height:1.25rem;top:7.75rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4vmyNNClyUOTUh1ON0xb3ICMuc8Ooe3 { width:14.8125rem;height:1.4375rem;top:2.6875rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GolVwEZTFAPBQptwaE6GIAK2rZ2cA1Wg { top:11rem;left:23.875rem;width:5.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGZydqLpATfrH8dSXh9lTK4NiRo75SIy { width:18.125rem;height:4.5rem;top:4.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCyavfFnCnMIQvJdUUdV1qoLeXLoE8AM { width:16.625rem;height:0.9375rem;top:15.9375rem;left:15.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZHGuX60PxsG6gkAkLTWtTds8PDVkMhn { top:12.875rem;left:37.6875rem;width:10.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiAwNt2E0Xf1bwOCIpoVuWk9v6FlH4sk { top:13rem;left:0rem;width:11rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c8429965-e556-4ff1-9660-a0fe33506161/Untitleddesign34.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.adaptive-delivery-prevent-bg, #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.lazyload, #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.lazyloading { background-image: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { background-color: transparent; background-image: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,72,107,0.83); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,72,107,0.83); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .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); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { border-width: 0; border-radius: 0; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy::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; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJ9Ifd6GML2ePboyH390iUWEUXuhRRnc { width:11.5rem;height:3.625rem;top:1.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlbPBWsq9F0OsazOqcENHlHqp8nBClhz { width:14.125rem;height:1.29980625rem;top:7.44921875rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkBl31r8xdvAP3U7K0vRQIQm6EPTawV5 { width:15.75rem;height:4.19824375rem;top:16.73828125rem;left:2.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XmE8MnmiQEIHESh0KZDG0Zgn2lOsQU70 { width:20rem;height:25.3125rem;top:19.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #na7lZnRxNwwE4AcOJtZaTSMBmEy8UJuu { width:14.875rem;height:3.375rem;top:21.5rem;left:2.5625rem;font-size:1.125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:first-of-type{padding-top:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:last-of-type{padding-bottom:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv  { width:16.75rem;height:auto;top:24.875rem;left:0.375rem; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv {display:block;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv { width:16.75rem;height:auto;top:24.875rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #XRgrdURWZBxH2OTymOnhJPeO64CQDf8s {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #NGkuIObr0OFDD8aB37bst0TzODc2t2Ks { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Tclu6RO8TmdazvMdB9dK6RockHZAGxhT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #BHP8K15seDBkv9KRTTtxaI0Uoedf7lws {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #LUFGWbKeZuO3EMLE54Nx9mgpFEeseN3U { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #SEpgXx2DT3wC867k51OpweECPd8maIIT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #TZUdtxIMgdESnoSlMSOddSFTycJbUOJ3 {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #zfhkOLkr8PnFWCRGLUOXrclhrR14AxGT { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #QxUi0vli1cbcsCPcQbJ8Z5MkXxUdy1w5 {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Mf5Vskfemigv2oiwkpRfR6ozcUwWAKsM {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #RyT95zWa7PcnyEmJqusqGa9hkOIPbD3Q {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #OgzSmN1SNJSwldG5b0OqkJQAF02sECSs {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #MruXkwfRIcdhvSFByNBvQbavd41soLdT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #avz7TvEPxWveqXFDZtN8qiwz70bEOFQr {  }
 }@media only screen and (max-width: 763px) { #FRMhEqDTtMo5a7tc7NOeh5wFMTROMAP1 { width:20rem;height:7.25rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #laGWwtff5l6oDCsJwfe2rbrUBsTPNGcB { width:4.375rem;height:4.375rem;top:25.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxqt0qQm85fz01bSn2h8sPywbCg9i4mW { width:13.3125rem;height:1.54296875rem;top:24.5625rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNbsB5vRqbv6tA0yZkmJdwZLq9Fur6L9 { width:11.75rem;height:3.8984375rem;top:26.1875rem;left:6.0625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wDhFFCCLsmXIUF3o9scu6A5GOyVTFpag { width:4.4375rem;height:4.4375rem;top:31.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #di3gKJlTnV053MTgTCNB9noJ3XFnBEf0 { width:11rem;height:1.54296875rem;top:31.5rem;left:6.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAtyyIg5b48svLpkFHNrixWIbET94sOG { width:12.625rem;height:1.94921875rem;top:33.375rem;left:5.9375rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L1XxLOgNp0hlscfuh6ogLnixUZpfkxtx { width:4.1875rem;height:4.1875rem;top:38.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWaw8AQVdkg3H0D9aaBfm39ARuu68DEJ { width:12.0625rem;height:2.611325rem;top:37.9375rem;left:5.9375rem;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PUCr8rIG6vOrv2AQ06FB4kywfn2nBDe9 { width:10.9375rem;height:2.69824375rem;top:40.6875rem;left:5.9375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FmpnToepk5Lr0A4G6zbUyXbN2r3g0hf6 { width:20rem;height:0;top:10rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #f0XENdcWZ0q4pBb1eIsy1pJs6L7NeSGP { width:20rem;height:5.6875rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgJ1x692SeAqTiQ69TZyI7ZzlLIP00qo { width:20rem;height:6rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZDreQBLdG3grMK7KtOptpWFe48ZbQFN { width:6.3125rem;height:0;top:12.44921875rem;left:3.625rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q7T95SuUhvye4kA8hUqU0ZzD4NkMCLWZ { width:18.0625rem;height:6.597625rem;top:9.0625rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cnlr8eFxSQLhwcShIgLWa0BkL8s4Vqd6 { width:15.5625rem;height:2.7744125rem;top:11.2744140625rem;left:2.21875rem;font-size:2.3125rem;text-align:center;text-align-last:center;z-index:15004;font-family:roboto;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BpuH2V36es0Q4oCfywTBLWWggMNZoDuv { display:block; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiTFVnoE00taTxRv2r1J4hcZgbrzXhQE { width:17.6875rem;height:18rem;top:4.4365234375rem;left:1.15625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JsMtz5zBZkaTlt7kpgDL4dhAzDiiwdb2 { width:13.1875rem;height:2.3125rem;top:24.8115234375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWEknHpWEHAzKlRMOLMiwRvg1uCZZxDd { display:block; }
 }@media only screen and (max-width: 763px) { #RFvw9JI6yKc3TMGFnottHWVcgiAFkE4Q { width:14.6875rem;height:2.5rem;top:1.0732421875rem;left:2.65625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQlBFdfRvUJfxSStmZVO2rpAvONvWVBI { width:12.1875rem;height:16rem;top:27.625rem;left:3.875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LTSkgC9x8Nlw6mDyeg8o4JyeoFdfxFD6 { width:5.0625rem;height:2.5625rem;top:0.9169921875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo { display:block; }#X1M4NJKCknyWOdbua2rNwEVVLSJPJSBo > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVa5DJ4ELhPOeH2wKsTneEBn58PIhZ0g { width:16.375rem;height:0;top:2.5625rem;left:2.7373046875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmMTizgAMT879XIQUJpTiIOMc2xtrD19 { display:flex;width:1.25rem;height:1.25rem;top:29.8125rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8yFvUxEXkVT4paiiQsBX0nZdHzoD5za { display:flex;width:1.25rem;height:1.25rem;top:27rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZvwlwMU3Gx7VRx5lqvO42H2497GqTNT { display:flex;width:1.25rem;height:1.25rem;top:23.9375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pK67J8rKJ9lzpBMmHvhOa93xfieHRTF7 { display:flex;width:1.25rem;height:1.25rem;top:19.5625rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccT4lck97mnlQZXNJHLuQx3ATt6oCbui { display:flex;width:1.25rem;height:1.25rem;top:16.625rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXBUDuuiP0shfSOMZ52UlFGRwq108N1D { width:17.5rem;height:2.5rem;top:1.53125rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDEnRii1cURSLUxgfQiRkxCIh5QvSsZV { width:20rem;height:14.80275rem;top:38.5rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #SNWJGAVydWGAR97n9Im8TXTfIp5k36Rc { width:9.4375rem;height:2.5625rem;top:1.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0zdO6ZIKt07cglDy4g8D5ZkyISWorEa { width:19.625rem;height:0;top:5.75rem;left:0.25rem;font-size:1rem;z-index:15005;text-align:left;text-align-last:left;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #hM35SCx8yGSyf8wtHnILX88n8yxFRLCB { display:flex;width:1.25rem;height:1.25rem;top:28.375rem;left:1.25rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #tkDPis12vm9uetSQ0RlsBXZuamVgoowK { display:flex;width:1.25rem;height:1.25rem;top:25.4375rem;left:1.25rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #VkZC0NrzkXxIkX5SioFPG8p8PnXvnklh { display:flex;width:1.25rem;height:1.25rem;top:22.5rem;left:1.25rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #Gspdx2QgUXJ510nM9tOQBTOQK3KZlVhT { display:flex;width:1.25rem;height:1.25rem;top:19.5rem;left:1.25rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #cCafofbXMZdJUVZo1KCQEs9gpCdUiF2J { display:flex;width:1.25rem;height:1.25rem;top:16.4375rem;left:1.25rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #EBySx9BGg8eBJ0g7ViqGRCISvxc8oXdT { width:19.625rem;height:31.5rem;top:5.75rem;left:0.375rem;font-size:1rem;z-index:15006;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #qLCmrCqegMTM9UBkvH17ULQUWgIVIIgv { width:20rem;height:auto;top:5.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcWJuDbkS2qeLiGwhU3qlc6ZccbTLIP0 { width:20rem;height:auto;top:11.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4oDbsnFR2OQmxF1OJQLiWILmA0Vs4XZ { display:none; }#F4oDbsnFR2OQmxF1OJQLiWILmA0Vs4XZ > .row .container { width:20rem;height:17.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c8429965-e556-4ff1-9660-a0fe33506161/Untitleddesign34.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7.adaptive-delivery-prevent-bg, #gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7.lazyload, #gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7.lazyloading { background-image: none; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container { background-color: transparent; background-image: none; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container > .video-iframe-container { display: none; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row > .video-iframe-container { display: none; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .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); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container { width:20rem;height:92.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p117TT76MJ6OhhO2G6PHiuUcOGl8An1s { width:20rem;height:54.0625rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOOVk0utPlySXF4uEUNvTkJfoDWnfBfa { width:20rem;height:0;top:10.359375rem;left:0rem;font-size:1.5625rem;z-index:15009;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #kLldKQxWC7ugqCuX1V8HyzGFaOCFHbaf { width:14.0625rem;height:3rem;top:10.359375rem;left:2.90625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #RQghMbbS8crMreIKiba5PRGzJ1MiTu75 { width:20rem;height:0;top:7.0625rem;left:0rem;font-size:0.9375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #WgzxwG9HMJySmaPL3b4BINkG1AkLPecE { width:20rem;height:;top:1.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTqmZLPTc0RihDITgLeMHG2SdO3qqTi { width:14.0625rem;height:3rem;top:3.3125rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM1O2260RSsQhG8JVGfRiOJGHeVMZFzE { width:18rem;height:9.84375rem;top:7.5625rem;left:1rem;font-size:0.9375rem;color:#000000;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #fRb0yRsa9s12fSOTch5B5L2T5gCNDg3t { width:20rem;height:0;top:76.0625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbLBOnEzPmVcMZyTKTQoqK4166gpTxzz { width:14.0625rem;height:3rem;top:84.625rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr { display:block; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcZQTBOVON7WDTQty4rTDKxWsbznT0Ng { width:2.9375rem;height:2.9375rem;top:6.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxyi12rTBGy6097FPb98cMhhqGzkv9Ah { width:14.8125rem;height:3.6621125rem;top:14.8125rem;left:2.625rem;font-size:0.875rem;font-weight:700;font-style:normal;color:#424242;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zwsVSA8MuzIkZsnz4IC8UIW4WFR1qMiI { width:3.81055rem;height:1.99805rem;top:19.125rem;left:8.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zD11DlWrCJXLHWDM71KUZJhAblExGHUy { width:3.81125625rem;height:1.9984rem;top:30.6875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkPNhxU55POlx0lekoHgqRIXTTz5gxNe { width:18.3744375rem;height:2.449225rem;top:27.9375rem;left:0.8125rem;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.4;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #ITBvtUBsZkLrQaeDceX3m4JbEo1dHITU { width:18.249rem;height:2.449225rem;top:39.5rem;left:0.875rem;font-size:0.875rem;font-weight:700;font-style:normal;color:#424242;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xo6qtJ00HlkGP2lrAobZQt9iEWUXN0Ii { width:2.5rem;height:2.5996125rem;top:10.6875rem;left:8.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZvFPJ6yAkzMuiOAD2vfuu0AgPcdM5Lb { width:2.5rem;height:2.5996125rem;top:23.8125rem;left:8.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCPwdda9z3WTgZNZTHOrgy0ng10ULiz5 { width:2.5rem;height:2.5996125rem;top:35.5625rem;left:9.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhyyqvXHcKT3qwfl3ySSuIwPCcQkwVGR { width:14.625rem;height:3rem;top:3.375rem;left:3.216796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG8qRy6av0yEu7iFtpifTiJJB1Q2DeKS { width:4.5625rem;height:4.5625rem;top:9.6875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zou9esDhzRSFSW778gUEnnKrlr2LiUyL { width:4.5625rem;height:4.5625rem;top:34.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0seTfeL2UNyC4AzcbFaidBSs0xcOTq1 { width:15.9375rem;height:6rem;top:0.5625rem;left:2.748046875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8PL34aCKOysJhNAH6mGOXW1VRb7zI3z { width:4.5625rem;height:4.5625rem;top:22.875rem;left:7.75rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #zaxG3Vwuw2D7cyLDG6Qsa0fnNWiARf1K { display:flex;top:19.1875rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #nd375hltvLRPQ422mXVMeMOIEUoNVrqM { display:flex;top:31.412109375rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c8429965-e556-4ff1-9660-a0fe33506161/Untitleddesign34.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH.adaptive-delivery-prevent-bg, #pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH.lazyload, #pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH.lazyloading { background-image: none; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container { background-color: transparent; background-image: none; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,72,107,0.17); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container > .video-iframe-container { display: none; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,72,107,0.17); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row > .video-iframe-container { display: none; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .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); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container { border-width: 0; border-radius: 0; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH::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; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByAZxQtTeX9ZgawaqyTHfVb3pLLRvPfD { width:16.25rem;height:2.375rem;top:3.265625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eESZr7NG06A2vg3J9xvlxwFuVOVTfw3W { width:20rem;height:0;top:0rem;left:0rem;font-size:1.5625rem;color:#f6de0c;display:none; }
 }@media only screen and (max-width: 763px) { #P1Le0Rnz7pRsNkSg0n61FdWtvVONMzwB { width:14.6875rem;height:14.375rem;top:8.875rem;left:2.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #11def6, #073453);background-image: -moz-linear-gradient(183deg, #11def6, #073453);background-image: -ms-linear-gradient(183deg, #11def6, #073453);background-image: -o-linear-gradient(183deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(183deg, #11def6, #073453);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #z1WEzM4o8xe3Sbp3O74v757JXhBuN4Jt { width:14.6875rem;height:14.375rem;top:24.625rem;left:2.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #11def6, #073453);background-image: -moz-linear-gradient(183deg, #11def6, #073453);background-image: -ms-linear-gradient(183deg, #11def6, #073453);background-image: -o-linear-gradient(183deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(183deg, #11def6, #073453);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T1dkR8RGbd4ZvbDUG62mIyCbzXiWBQfV { width:14.0625rem;height:2.19921875rem;top:10.9375rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wx10pd1nM2cWF9V1p3KOgaBGmixXy3qI { width:14rem;height:2.19921875rem;top:26.6875rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EymactopJAT4c3TGPyyTVtat7dMBgTtI { width:12.25rem;height:5.25rem;top:30.9375rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZDZWaQrntlaHuR6A0DFwFKHUTTT6Wis { width:13.1875rem;height:5.25rem;top:15.1875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaxZAqynkLITJL7og7TX85Qwis75chXq { width:14.6875rem;height:14.375rem;top:40.3125rem;left:2.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #11def6, #073453);background-image: -moz-linear-gradient(183deg, #11def6, #073453);background-image: -ms-linear-gradient(183deg, #11def6, #073453);background-image: -o-linear-gradient(183deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(183deg, #11def6, #073453);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #r7xVNJASFA9qW2ke7AtxSxFxdo3SV8LN { width:11.125rem;height:2.19921875rem;top:42.5rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TgtVS3EC0puTMScxvpJCvV2QhLGBLPLd { width:13.1875rem;height:6.5625rem;top:45.9375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHBUIMgAXGVZncFOMziTWlowPXoTLg6n { width:13.1875rem;height:6.5625rem;top:61.125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr83mUT2xCvkOemJFPskywdKyVX2lOmr { width:14.6875rem;height:14.375rem;top:56.125rem;left:2.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #11def6, #073453);background-image: -moz-linear-gradient(183deg, #11def6, #073453);background-image: -ms-linear-gradient(183deg, #11def6, #073453);background-image: -o-linear-gradient(183deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(183deg, #11def6, #073453);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JTJgq0DfkiNG7A5XSVFWs73pJX52fkt7 { width:3.5625rem;height:0.0625rem;top:21.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTeb6IDadOThGW5I5fb3VeKSD3uNb51F { width:3.5625rem;height:0.0625rem;top:37.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGrmsPnB6s6QbdpJQ6Fp8yMZlC0KQIOb { width:3.5625rem;height:0.0625rem;top:53.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2qmTaAUhdZff3RXAbgE9DHWW1032cWC { width:9.6875rem;height:2.19921875rem;top:58rem;left:5.15625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sxKB3ArUFJ7rbVw9805dpASHtGwcCSBr { width:3.5625rem;height:0.0625rem;top:68.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz78QOx09s7uT0rkFLGwGMShip8ROtad { top:1.265625rem;left:0.4375rem;width:19.5625rem;height:4.375rem;z-index:15006;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv { display:block; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKcoUvzV8Z18P3TT5tSLdEFSfV7bdty2 { width:20rem;height:17.875rem;top:11.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X01cpcX0pCEyKlQb4RsL2zxE8S71MTnb { width:20rem;height:6.703125rem;top:2.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb { display:none; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row .container { width:20rem;height:2.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ { display:block; }#clZe2Rq4l7S48SKU27q45AcF3TIdtTOQ > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMFK2V43lJ6FaPpa0CeDgwbaa4p06nAA { width:17.9375rem;height:10.5rem;top:7.375rem;left:1.03125rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vCW2PTvarmJsr5plC15QiC5F1xCmHTd8 { width:19rem;height:4.0625rem;top:1.896484375rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekIC9ohM4o7qPt38zfBcvUWgr4CJvhGG { width:17.375rem;height:2.9375rem;top:20.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps9DT1NocAkU078LgULuW1a21v6scXKO { display:block; }
 }@media only screen and (max-width: 763px) { #f0t5GxKcQfO8sVyomfx6Tn9OtG7IdE0y { width:10.9375rem;height:4.875rem;top:24.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeFOSJrZubHibsE6Lo590DgIGr8Of6ra { display:block; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWVJesHWvdfmJ92WsC1ptVHQDXfL75Lg { width:2.74946875rem;height:2.24964375rem;top:22.555930137634rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8fsSlN7bhzToJm08436bpn94zd4lQzt { width:18.125rem;height:1.29980625rem;top:7.9375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zqpJWVOsTS9Xi1RBBSJzEeg5aOOA4L8v { width:18.125rem;height:4.1982375rem;top:9.8125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAmyp1JTJcS8qssF4wfkacc9oCnboDI6 { width:12.5rem;height:3.1875rem;top:2.3046875rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RpXVdTgIG5IhNdx2xw3MhzUGV4Nq9Ofp { width:18.125rem;height:1.29980625rem;top:29.4375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4vmyNNClyUOTUh1ON0xb3ICMuc8Ooe3 { width:20rem;height:1.29980625rem;top:15.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GolVwEZTFAPBQptwaE6GIAK2rZ2cA1Wg { width:2.87464375rem;height:2.12446875rem;top:22.618962287903rem;left:16.245560050011rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGZydqLpATfrH8dSXh9lTK4NiRo75SIy { width:18.125rem;height:4.5rem;top:17.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rCyavfFnCnMIQvJdUUdV1qoLeXLoE8AM { width:16.624rem;height:0.9746125rem;top:31rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AZHGuX60PxsG6gkAkLTWtTds8PDVkMhn { width:10.0625rem;height:3.125rem;top:24.6875rem;left:4.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tiAwNt2E0Xf1bwOCIpoVuWk9v6FlH4sk { width:11rem;height:3rem;top:13rem;left:4.5rem;z-index:15007;overflow:hidden;display:none; }
 }