.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;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh { 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;z-index:auto;display:block; }#ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh > .row .container { background-color: transparent; background-image: none; }#ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh > .row .container > .video-iframe-container { display: none; }#ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh > .row > .video-iframe-container { display: none; }#ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh > .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); }#ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh > .row .container { border-width: 0; border-radius: 0; }#ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#hRGSnLxpKCeXFHuhi2Bmrqs3BLOGBtgc { background-color:transparent;background-image:none;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: none;box-sizing:border-box;color:#07444a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4980625rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.03125rem;left:23.470703125rem;display:block; }
#TsGyb4Q7MIdTLGDnhbGf8SEicb4qirU9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTGB96cdoeRfXT87txW6C0Ca6mTQ6AeK { 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:2.8125rem;width:16.6873125rem;top:0.906033039093rem;left:5.4611549377441rem;overflow:hidden;display:block; }
#KS52cixTfE3BOzaEOVfunFBLuNUyfdbV { background-color:transparent;background-image:none;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: none;box-sizing:border-box;color:#07444a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4980625rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.03125rem;left:29.9677734375rem;display:block; }
#zTl3vMrWDHDJ7nlSe24y9Rxafc3UpOqc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Glc9LAmwg5T8Ul2AcKOyPmmROJbVTzlp { z-index:15004;top:1.0625rem;left:46.5rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #1f7e87, #0f4c6d);background-image: -moz-linear-gradient(216deg, #1f7e87, #0f4c6d);background-image: -ms-linear-gradient(216deg, #1f7e87, #0f4c6d);background-image: -o-linear-gradient(216deg, #1f7e87, #0f4c6d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7e87', endColorstr='#0f4c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7e87', endColorstr='#0f4c6d' );";background-image: linear-gradient(216deg, #1f7e87, #0f4c6d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f1f6f6;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#toOBKX1Us0X4FR1artOVCcMFSEJ5NrTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wkvf6TfokKiwTQPTT8UXKxFazMr85mq2 { z-index:15004;top:1.0625rem;left:36.40380859375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #1f7e87, #0f4c6d);background-image: -moz-linear-gradient(216deg, #1f7e87, #0f4c6d);background-image: -ms-linear-gradient(216deg, #1f7e87, #0f4c6d);background-image: -o-linear-gradient(216deg, #1f7e87, #0f4c6d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7e87', endColorstr='#0f4c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7e87', endColorstr='#0f4c6d' );";background-image: linear-gradient(216deg, #1f7e87, #0f4c6d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f1f6f6;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dimLSryJbSSkpuQJNMyn1o7EnkbQ0PN7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fiaT0tfW/Ebooks_Shop_BG.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ.adaptive-delivery-prevent-bg, #QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ.lazyload, #QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ.lazyloading { background-image: none; }#QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ > .row .container { background-color: transparent; background-image: none; }#QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ > .row .container > .video-iframe-container { display: none; }#QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ > .row > .video-iframe-container { display: none; }#QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ > .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); }#QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ > .row .container { border-width: 0; border-radius: 0; }#QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ > .row .container { font-size:0.875rem;font-family:"open sans";height:55.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#dgr7q4ShXqZLmQ2hpAkNqnp00Qor9Nft { color:#3a3f55;display:block;width:21.5rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1044921875rem;left:1.87255859375rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Mro0iCJiwyPDCr6RCaaDv83E7lB8fELG { position:absolute;display:block;z-index:15002;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:5.4375rem;width:10.4375rem;top:1.84814453125rem;left:0rem;overflow:hidden;display:block; }
#t46BpRGVuektHqsPdG9pzgU8iZxtFGoC { color:#3a3f55;display:block;width:24.125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.625rem;left:6.31005859375rem;height:3.73730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MmvI9Uuobpx1lonRqPk3e3AqkUL0uZVx { 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.0625rem;width:24.5615rem;top:11.3427734375rem;left:1.1240234375rem;overflow:hidden;display:block; }
#lRmSIllxDutqwGErUPWIq4f2cgS3phmN { 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:35rem;width:75rem;top:4.6245660781861rem;left:0rem;overflow:hidden;display:none; }
#gcWg04lvAK1G2QrekEtxMvQ2ptvmekOA { position:absolute;display:block;z-index:15009;height:21.749875rem;width:38.75rem;top:7.28515625rem;left:34.874877929688rem;display:block; }
#Ny1z0behTcnR3sSIidg0ZUxSr9EiCDlE { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.8125rem;left:5.87255859375rem;height:3.8994125rem;display:block; }
#glxv8TmuShWnQBkbfea01qC34EIGCRcP { background-color:#000000;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:48.4375rem;left:2.3740234375rem;display:block; }
#hUzXmqgH2AOlq0x9p3QvmbHs1vM6VyDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kfUq9DJ1I23Toio3pRD9rJ94VOzfShpM { background-color:#030304;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:48.4375rem;left:16.37451171875rem;display:block; }
#TtIor1myr0URQK7tTJ1FTJx1ydT2vLbH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XugEvZA5H8FTcaiiue1g5llUfTPwKaZT { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:48.4375rem;left:42.3125rem;height:1.29980625rem;display:block; }
#vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zZQgnINM/Untitled_design.png");background-position:bottom 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; }#vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC.adaptive-delivery-prevent-bg, #vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC.lazyload, #vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC.lazyloading { background-image: none; }#vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC > .row .container { background-color: transparent; background-image: none; }#vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC > .row .container > .video-iframe-container { display: none; }#vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC > .row > .video-iframe-container { display: none; }#vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC > .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); }#vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC > .row .container { border-width: 0; border-radius: 0; }#vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;position:relative;display:block; }#lANQLexyKoU53dsSglhLiMXfNrNxQpBv { position:absolute;display:block;z-index:15012;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:23.3125rem;width:35.5rem;top:29.99951171875rem;left:11.12451171875rem;overflow:hidden;display:block; }
#bko2QdizDHrSsNP0JBfBmfxP5ZGNKLbO { position:absolute;display:block;z-index:15000;background-color:#1f7e87;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:23.5625rem;width:58.1875rem;top:29.87451171875rem;left:11.18701171875rem;display:block; }
#HetDncTfrLSNE6brfTWJFnKTRuFnyiQf { color:#ffffff;display:block;width:20.2495625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:50.998918533325rem;left:48.910047531128rem;height:4.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ke0tA7KZnxloE3fIWpy39IIvWl7gRoWb { color:#464748;display:block;width:69.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.99951171875rem;left:4.0341796875rem;height:16.57031875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#gKGSQgTFgVR0D5T0oUQdIZme1kttEuKQ { color:#166c74;display:block;width:50.8125rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.998046875rem;left:16.46826171875rem;height:7.474625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CI1Et4I0Tp5zTE8gdL6844p1JGi6rAUK { 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:23.125rem;width:22.5625rem;top:30.09326171875rem;left:46.62451171875rem;overflow:hidden;display:block; }
#CXeaGW01pNN3LC2MWh4i9GAWyaITm33T { 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; }#CXeaGW01pNN3LC2MWh4i9GAWyaITm33T > .row .container { background-color: transparent; background-image: none; }#CXeaGW01pNN3LC2MWh4i9GAWyaITm33T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXeaGW01pNN3LC2MWh4i9GAWyaITm33T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXeaGW01pNN3LC2MWh4i9GAWyaITm33T > .row .container > .video-iframe-container { display: none; }#CXeaGW01pNN3LC2MWh4i9GAWyaITm33T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXeaGW01pNN3LC2MWh4i9GAWyaITm33T > .row > .video-iframe-container { display: none; }#CXeaGW01pNN3LC2MWh4i9GAWyaITm33T > .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); }#CXeaGW01pNN3LC2MWh4i9GAWyaITm33T > .row .container { border-width: 0; border-radius: 0; }#CXeaGW01pNN3LC2MWh4i9GAWyaITm33T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXeaGW01pNN3LC2MWh4i9GAWyaITm33T > .row .container { font-size:0.875rem;font-family:arial;height:76.8125rem;width:75rem;position:relative;display:block; }#pfCg4rKWbmZUuPDvSo6oxBIUv3KCGIJT { color:rgba(30,30,30,0.7);display:block;width:32.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:11.125rem;left:6rem;height:10.5rem;text-align:left;text-align-last:left;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; }
#XdWudqyyXrED7xPnJRiucwAfJU4CRWV3 { 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:8.9371875rem;width:13.374rem;top:11.125rem;left:36.125rem;overflow:hidden;display:block; }
#rzAqXAlZ3imxzk2ODHxLmhUyE2z5VKG8 { color:#1f7e87;display:block;width:21.4995625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:8.75rem;left:5.8125rem;height:3.1875rem;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; }
#BIO8o9b9H82N9GEz3JurlvKFxL5DZPts { color:#166c74;display:block;width:32.125rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1259765625rem;left:19.25rem;height:7.474625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rb9ZVScJgkJxWixMkW8TmEqadX6nKOsE { color:#1f7e87;display:block;width:16.499rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:9.6875rem;left:52.25rem;height:3.1875rem;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; }
#ENuSbeQmuTEe2pX0sZRBRF80U4HMhnLc { position:absolute;display:block;z-index:15019;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:8.8748125rem;width:13.187375rem;top:25.0625rem;left:54.0625rem;overflow:hidden;display:block; }
#OMUyMupm89ChZ69Oc4KAOhy0ziGnrB7K { color:rgba(30,30,30,0.7);display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:11.5rem;left:51.9375rem;height:13.5rem;text-align:justify;text-align-last:initial;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; }
#eUe5b763oZGd6Fb2zLyDMdaF54XAxENx { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.0625rem solid #1f7e87;border-left:0.0625rem solid #1f7e87;border-right:0.0625rem solid #1f7e87;border-bottom:0.0625rem solid #1f7e87;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:18.25rem;top:8.75rem;left:51.3125rem;display:block; }
#bJRsr9uxCyWO8Oq1EzFM4hyMGZxvuEgI { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.0625rem solid #1f7e87;border-left:0.0625rem solid #1f7e87;border-right:0.0625rem solid #1f7e87;border-bottom:0.0625rem solid #1f7e87;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:21.75rem;top:23.499572753906rem;left:5.1247844696045rem;display:block; }
#POTzdp8rl13HtpaLxsfTIoczHS2pD9Ln { color:#1f7e87;display:block;width:21.0623125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:24.312286376953rem;left:5.4996757507324rem;height:3.1875rem;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; }
#oLqXJ6bNJZNaJQu7dCwTIZDDcXPkiNVr { color:rgba(30,30,30,0.7);display:block;width:20.4996875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:26.375rem;left:5.8121757507324rem;height:10.5rem;text-align:justify;text-align-last:initial;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; }
#ioaPdFI9dWog7oSDA89wCq0di6kswLIX { position:absolute;display:block;z-index:15023;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:8.8125rem;width:12.9375rem;top:37.3125rem;left:9.5621757507325rem;overflow:hidden;display:block; }
#apM8tcUh0MaiBBg6EhIQh50xrcFLCsRi { position:absolute;display:block;z-index:15027;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:8.75rem;width:12.6875rem;top:38.062393188476rem;left:32.812501907349rem;overflow:hidden;display:block; }
#iZ93KNHNolhNNEPUsUkBxOGT9Eg6ggJG { color:rgba(30,30,30,0.7);display:block;width:20.4996875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:26.437393188476rem;left:29.062501907349rem;height:10.5rem;text-align:justify;text-align-last:initial;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; }
#NDfTGMELrG3dGUtfQdGmWlFrBRUK7Tpi { color:#1f7e87;display:block;width:21.0623125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:24.37467956543rem;left:28.750001907349rem;height:1.59375rem;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; }
#Pssue4ikpoccruIXBcJ4lLncCI8eMJCy { position:absolute;display:block;z-index:15027;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:8.75rem;width:12.25rem;top:60.545776367188rem;left:54.029951095581rem;overflow:hidden;display:block; }
#r5CiHs95dCeXg6E7GLIsWp9Uz1AuD27Z { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.0625rem solid #1f7e87;border-left:0.0625rem solid #1f7e87;border-right:0.0625rem solid #1f7e87;border-bottom:0.0625rem solid #1f7e87;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:18.25rem;top:35.321166992188rem;left:51.338438034058rem;display:block; }
#kotfRfAQ5BNtldIUOfDeumhrgqR8OT4T { color:#1f7e87;display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:35.702377319336rem;left:53.936635971069rem;height:3.1875rem;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; }
#WXqWynyudVLcetvSQSZHDmN8wQaX8JTf { color:rgba(30,30,30,0.7);display:block;width:16.7496875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:37.428176879882rem;left:52.124029159546rem;height:21rem;text-align:justify;text-align-last:initial;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; }
#gTK87zum5TwJZlbZrffsTO99LkFobCGg { color:#1f7e87;display:block;width:21.0623125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:47.875rem;left:5.25rem;height:3.1875rem;text-align:left;text-align-last:left;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; }
#HttxWxe0wSnTXat7NUtQBJr1yh00rK2W { color:rgba(30,30,30,0.7);display:block;width:19.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:49.4375rem;left:5.25rem;height:3.65625rem;text-align:justify;text-align-last:initial;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; }
#G0METTdsHbB6t9eiuRydaVcGH1um9pQe { color:#1f7e87;display:block;width:21.0623125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:53.498049736023rem;left:5.1247844696045rem;height:3.1875rem;text-align:left;text-align-last:left;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; }
#rh2pmw9erSBoKhvOkfJxHczRlBkUaCtx { color:rgba(30,30,30,0.7);display:block;width:21.1870625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:55.090715408325rem;left:5.1247844696045rem;height:3.65625rem;text-align:justify;text-align-last:initial;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; }
#kcsdd8sIhKPuzMbAhofHGFyJnhwvP7sl { color:#1f7e87;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:63.3125rem;left:5.125rem;height:1.59375rem;text-align:left;text-align-last:left;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; }
#SvvZCaDpWW6AzSdRv3ypkeRkoFTiUGdb { color:rgba(30,30,30,0.7);display:block;width:20.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:64.75rem;left:5.125rem;height:2.4375rem;text-align:justify;text-align-last:initial;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; }
#pgkXGmWff4fh32LZUgWzxkMaRTApsTPu { color:#1f7e87;display:block;width:9.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:59rem;left:5.125rem;height:1.59375rem;text-align:left;text-align-last:left;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; }
#vaVgFl0sewSr4Z3TNTAZFTkGecThXT8U { color:rgba(30,30,30,0.7);display:block;width:18.187375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:52.5625rem;left:29.1875rem;height:2.4375rem;text-align:justify;text-align-last:initial;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; }
#u9Ne0ypXlRXPABGLXRPE4guSk4HfRQzI { color:#1f7e87;display:block;width:8.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:51rem;left:29.1875rem;height:1.59375rem;text-align:left;text-align-last:left;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; }
#IIwGBCMCpEKlahDlqevoJtg5sk7a0HF7 { color:rgba(30,30,30,0.7);display:block;width:17.5625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:49.375rem;left:29.187284469604rem;height:1.21875rem;text-align:justify;text-align-last:initial;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; }
#P0lym4r7Mds3mURooxX1e3fikLC7IAxZ { color:#1f7e87;display:block;width:10.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:47.875rem;left:29.1875rem;height:1.59375rem;text-align:left;text-align-last:left;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; }
#Aop5ght5cpiIhJlnn3QZVVcFH8OoSiuD { color:#1f7e87;display:block;width:21.0623125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:55.1875rem;left:29.1875rem;height:1.59375rem;text-align:left;text-align-last:left;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; }
#S8tvArSmBkvR4b8uI7zyTku2ZQQ4kD5H { color:rgba(30,30,30,0.7);display:block;width:20.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:56.75rem;left:29.1875rem;height:3.65625rem;text-align:justify;text-align-last:initial;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; }
#GupRRwL5B1Jrvaagy8pEfi6dUZIiDr1X { color:rgba(30,30,30,0.7);display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:60.6875rem;left:5.125rem;height:2.25rem;text-align:justify;text-align-last:initial;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; }
#WEEMm3IvGMSI3peNkClJCGPUTdKs2hvp { color:#1f7e87;display:block;width:21.0623125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:60.875rem;left:29.1875rem;height:1.59375rem;text-align:left;text-align-last:left;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; }
#NTl2K6SkQl5slDbNm2iOFlhIt70tK9Vh { color:rgba(30,30,30,0.7);display:block;width:20.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:62.5rem;left:29.1875rem;height:4.875rem;text-align:justify;text-align-last:initial;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; }
#Bk6ETQLLc7l87OvhHcci2QVRtdWX3LOT { color:#1f7e87;display:block;width:9.8746875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:67.51465034485rem;left:5.1247844696045rem;height:1.59375rem;text-align:left;text-align-last:left;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; }
#VrP3oyV0zBcA6aLfrHsvatP51U82xB1I { color:rgba(30,30,30,0.7);display:block;width:20.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:69.108076095581rem;left:5.0651054382324rem;height:4.875rem;text-align:justify;text-align-last:initial;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; }
#Dlar2k74b5o0TMKomcMA2uJfPSJ8wxXG { position:absolute;display:block;z-index:15014;background-color:#63afb6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:13rem;left:3.375rem;display:none; }
#E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q > .row .container { background-color: transparent; background-image: none; }#E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q > .row .container > .video-iframe-container { display: none; }#E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q > .row > .video-iframe-container { display: none; }#E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q > .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); }#E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q > .row .container { border-width: 0; border-radius: 0; }#E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#gP0AfvJWhPzGqOTaeSbg3OA74yDeGgTF { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:13.625rem;width:18.75rem;top:10.1875rem;left:3.125rem;display:block; }
#Aq4NBvG5qtx1QKopO0xNsliktSXp170w { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.562175rem;width:4.74989375rem;top:11.375rem;left:10.125rem;overflow:hidden;display:block; }
#wmPXoFwWTJhCn5f4oCzPy7NdISPS9qGs { color:#000000;display:block;width:15.062375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.375rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q9zM6O3gv7lCfAUIpRNPDcfdBT8HxhGi { color:#333333;display:block;width:16.4371875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19.0625rem;left:4.25rem;height:3.41161875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#kX0F6TiLbTa6OndI02h3JV04HGx27Dfa { color:#333333;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.875rem;left:29.375rem;height:3.41161875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#uN05hGSztKqEfB88Jo46Uv2O9E81q61v { color:#000000;display:block;width:15.8121875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.1875rem;left:29.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mRrvRLF8Cr1DNvk1wWu3DD2SQmCaNpyl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.62456875rem;width:5.74978125rem;top:11.1875rem;left:34.625rem;overflow:hidden;display:block; }
#CShg0FvkcewcRmzJwK9q0duHVmUw91lZ { color:#333333;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18.5625rem;left:54.375rem;height:4.548825rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#PiDRHpPIQdV8TJJbO68RytqT2ZIiab9f { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.3125rem;left:53.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z5FTyvTzfdUwsfQ8seQ0wZ96uKZLv2tX { 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.93706875rem;width:5.187175rem;top:11rem;left:59.875rem;overflow:hidden;display:block; }
#SifM4STTw1c2F0PTzLtQVPSelobMbQex { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:13.6246875rem;width:18.75rem;top:10.1875rem;left:28.125rem;display:block; }
#B8XmTXblsggsf2TD0KqW98L4bmqRVfFC { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:13.6246875rem;width:18.75rem;top:10.1875rem;left:53.125rem;display:block; }
#SmDJrhRHrv0gAsNcczSRgTM1zuIa9Tt0 { color:#166c74;display:block;width:37.3746875rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8124980926514rem;left:18.812391281128rem;height:7.474625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zZQgnINM/Untitled_design.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI.adaptive-delivery-prevent-bg, #Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI.lazyload, #Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI.lazyloading { background-image: none; }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row .container { background-color: transparent; background-image: none; }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row .container > .video-iframe-container { display: none; }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row > .video-iframe-container { display: none; }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .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); }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row .container { border-width: 0; border-radius: 0; }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row .container { font-size:0.875rem;font-family:arial;height:91.125rem;width:75rem;position:relative;display:block; }#KnxOe6zK0Tl9JMDZoN19E2UMO0TzaVZg { position:absolute;display:block;z-index:15056;background-color:#959b9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.5rem;width:11.5rem;top:9.5rem;left:6.4375rem;display:block; }
#gqp7i0PKoPbuUOkVXvcXw8EZglNdXGaS { position:absolute;display:block;z-index:15057;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:10.9375rem;width:10.9375rem;top:9.75rem;left:6.6875rem;overflow:hidden;display:block; }
#CqaWXbH9FiSmun8yF3DuvhNi4ZHw74Kh { position:absolute;display:block;z-index:15063;background-color:#959b9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.5rem;width:11.5rem;top:9.5rem;left:55.25rem;display:block; }
#qbwXmirxU42i2rgrHdILfuAyWoACrQzd { position:absolute;display:block;z-index:15064;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:10.875rem;width:10.875rem;top:9.875rem;left:55.625rem;overflow:hidden;display:block; }
#Xbd6l87ExtWBXiwTP0BAATN9K50VRDDe { position:absolute;display:block;z-index:15065;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:10.6875rem;width:10.6875rem;top:9.875rem;left:30.8125rem;overflow:hidden;display:block; }
#Cq3nuSEk9o3a2odXscOTwTT1hd3wxDRw { position:absolute;display:block;z-index:15064;background-color:#959b9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.5rem;width:11.5rem;top:9.5rem;left:30.375rem;display:block; }
#wmdPLxp2qH77IqFPlMc0rgQiGT1r0IMF { color:#1f7e87;display:block;width:9.5621875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:21rem;left:31.375rem;height:3.0869125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T8liGUBn07lHUCLTyy2ONCUFVbyu87Eb { color:#63afb6;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:22.5625rem;left:30.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybrdEtHiMcrUMRqdQmaT2zzof720FCO5 { position:absolute;display:block;z-index:15060;background-color:#959b9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.5rem;width:11.5rem;top:26.5rem;left:18.375rem;display:block; }
#n5g6wQK6yISf2fsDf2yfDPyNiq6gXWTQ { position:absolute;display:block;z-index:15061;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:10.8125rem;width:10.8125rem;top:26.8125rem;left:18.75rem;overflow:hidden;display:block; }
#xF6fSNQG1siN446DGDU8lD2RCw964NKF { color:#63afb6;display:block;width:11.312375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:39.5625rem;left:18.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#waTgW4zAN1iwImCR2Uy2TB9s3mNaR23D { color:#1f7e87;display:block;width:7.874875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:38rem;left:20.1875rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ez072HPturxzyvkiwc46eduU6TLam2JP { position:absolute;display:block;z-index:15062;background-color:#959b9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.4995625rem;width:11.4995625rem;top:53.25rem;left:21.125rem;display:block; }
#ndSBM2X7Z0vMlB6iyz0hKmVazBCvMNTc { position:absolute;display:block;z-index:15065;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:11.936875rem;width:11.936875rem;top:52.625rem;left:38rem;overflow:hidden;display:block; }
#Tczw2K8BFRVLP2dZwu5U9CHLQpCTPGoS { color:#1f7e87;display:block;width:5.99935rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:64.5625rem;left:41rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9EEtm89NlayUWNsy7IQeIrKqKdIrUuA { color:#1f7e87;display:block;width:12.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:12.875rem;left:4.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nf7ulfKa0sfwi6hfP7AhpzNfh7E48Jm0 { color:#63afb6;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:14.5rem;left:5.625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bzMcvgQ2h3ZrmEs5fk2p3GIlgdkihSH0 { color:#1f7e87;display:block;width:12.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:21rem;left:5.8125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTcIdwws2iGIw8ApMtqtn42WfqInyXEJ { color:#63afb6;display:block;width:10.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:22.6875rem;left:7rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JmQfHal5TVhFphNwgVtaJTh7ifP4QTqJ { color:#63afb6;display:block;width:8.6870625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:22.5625rem;left:56.625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yWmLqmRals5dTfv63daI4MyKgVq5yPSQ { color:#1f7e87;display:block;width:8.6246875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:21.1875rem;left:56.75rem;height:3.0869125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cns6xF4JgHwHedtH1R3NkdHF4QnwdgW3 { color:#63afb6;display:block;width:12.874875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:39.5625rem;left:41.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fuPpnnDNo8KNCaHlsysEFPWWOT7W8xVP { color:#1f7e87;display:block;width:8.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:38rem;left:43.375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESrPQfnSokWD4LUfUlLPGbmmcAFyIdtD { position:absolute;display:block;z-index:15065;background-color:#959b9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.5rem;width:11.5rem;top:26.5rem;left:41.75rem;display:block; }
#tdF3bBNZF6L2UFKecXTsbd1m0DN0ud0h { position:absolute;display:block;z-index:15066;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:11.6873125rem;width:11.8115rem;top:26.375rem;left:41.5rem;overflow:hidden;display:block; }
#oE94Z4nDaDavi2xZ9N5HTZ2FbNSIwJQs { color:#166c74;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.6302080154419rem;left:28.280710220337rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z2fP5WGh8B9PyleoT47gedlv7GCmOvPG { color:#166c74;display:block;width:22.9996875rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:46.624875068664rem;left:24.655492782592rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QmCtNS3W5cIPTWv2h0nqdnISPZJ0S5lB { position:absolute;display:block;z-index:15058;background-color:#959b9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.4995625rem;width:11.4995625rem;top:54.6875rem;left:5.875rem;display:block; }
#c8SxTSdWExugTZ6C1qAfzz1CiufZnSdc { position:absolute;display:block;z-index:15059;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:11rem;width:11rem;top:54.875rem;left:6.125rem;overflow:hidden;display:block; }
#TrZyr0PuAtglIVtv9RfvW53B4RLNwuLx { color:#1f7e87;display:block;width:6.9998125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:66.1875rem;left:8.125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BgRTMCDKU6WbADmt2368p87hxdh5KwcZ { color:#63afb6;display:block;width:5.74978125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:67.75rem;left:8.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCueHUKrT7yDkCXZN63fiwHbiTvm1CHA { position:absolute;display:block;z-index:15057;background-color:#959b9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.499rem;width:11.499rem;top:73.5rem;left:21.125rem;display:block; }
#ffiHX9E03MT6h584gTkBWd1sR68OBX8z { position:absolute;display:block;z-index:15058;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:10.8125rem;width:10.8125rem;top:73.8125rem;left:21.5rem;overflow:hidden;display:block; }
#i1vfbvbsDXZ5TtXEkIwnGfdhVkGnLMnM { position:absolute;display:block;z-index:15067;background-color:#959b9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.8120625rem;width:11.8120625rem;top:71.5625rem;left:3.875rem;display:block; }
#Ii71VPBbh9OU7iBOgfiUiMlaw67Mx0bL { position:absolute;display:block;z-index:15068;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:12.8125rem;width:12.8125rem;top:71.0625rem;left:3.375rem;overflow:hidden;display:block; }
#wuuEH36ubbvQsJN450mq9xZhT2DQ086s { position:absolute;display:block;z-index:15063;background-color:#959b9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.499rem;width:11.499rem;top:52.875rem;left:38.1875rem;display:block; }
#XAQd6XNrgMMClCfBw4OZ6ixmil7Xi3Ft { position:absolute;display:block;z-index:15064;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:10.8745625rem;width:10.8745625rem;top:53.5625rem;left:21.4375rem;overflow:hidden;display:block; }
#SqlSZedrcakLPUXoQi1cec9undtL2mBO { color:#1f7e87;display:block;width:7.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:64.875rem;left:23.125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IT6GbDyQ0T1cK9u0JTnVGXQOsga0S0lS { color:#63afb6;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:66.375rem;left:20.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pcn9MUpAiKJuo2NezTfNeEz7qVcnvMFd { position:absolute;display:block;z-index:15062;background-color:#959b9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.4995625rem;width:11.4995625rem;top:74.5rem;left:37.9375rem;display:block; }
#Iz4aBhtmwEdXiKGqh5MQe7Q8UA5I7OJR { position:absolute;display:block;z-index:15063;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:11rem;width:11rem;top:74.8125rem;left:38.1875rem;overflow:hidden;display:block; }
#OtUOilFKEmt8tINdCNWxGzzp4UP1wm0e { color:#1f7e87;display:block;width:6.4371875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:85rem;left:24.1875rem;height:1.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5RewvF8rPKIaUd7srb9NpfN3IKTdLqR { color:#1f7e87;display:block;width:7.1875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:83.375rem;left:6.4375rem;height:1.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#virTzHVtgV8c5ZfnaFVRwxf1aTTE1vIw { position:absolute;display:block;z-index:15067;background-color:#959b9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.4995625rem;width:11.4995625rem;top:54.6875rem;left:55.875rem;display:block; }
#wEDyJNs4kdHNfUGnH9cKTBRPm9kIKFsS { position:absolute;display:block;z-index:15068;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:10.875rem;width:10.875rem;top:55rem;left:56.125rem;overflow:hidden;display:block; }
#yGSBZ9TNIRIPktFwBAOdbOoXn3ZQNBRQ { color:#1f7e87;display:block;width:8.6865rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:66.1875rem;left:57.5rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aaxqT25uwCXQVVTHv7UavGKCT4qquMim { color:#63afb6;display:block;width:14.6245625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:67.75rem;left:54.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRIp1lH0ZsnwhsZRWJ2hb6A5tauFBm1u { color:#63afb6;display:block;width:10.4373125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:86.375rem;left:21.8125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rk0EQJ8bGbDMzmOS17Qq9CPF0nAvSWhx { position:absolute;display:block;z-index:15062;background-color:#959b9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.499rem;width:11.499rem;top:73.125rem;left:55.875rem;display:block; }
#GRb5mBtlUpTmxkCMlgm76FmXpT940i2E { position:absolute;display:block;z-index:15063;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:11.5625rem;width:11.624875rem;top:73.125rem;left:55.8125rem;overflow:hidden;display:block; }
#TLIq7UIkEh2aFW9E2HqN6unncTOBTLPU { color:#63afb6;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:84.75rem;left:4rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lmdkyzx5HgvSeCubzt4UImhwUS3BPZ7G { color:#1f7e87;display:block;width:8.499375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:86rem;left:39.625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GM8R8hazdpq58yGoFCTlW9QZWosQ8DbS { color:#63afb6;display:block;width:4.12489375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:87.5625rem;left:41.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZxET7F93cc6FMdEsJnm9S53BNSgMgiWZ { color:#63afb6;display:block;width:12.249875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:86.125rem;left:55.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhMT9mPD8yMpAbPQT6We2s7CcwBbED7H { color:#1f7e87;display:block;width:8.9371875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:84.6875rem;left:57.3125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tiKyhD1DfkrTpMUFa8ktu1qb48ZiUOyL { color:#63afb6;display:block;width:14.624rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:66.125rem;left:36.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(168deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(168deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(168deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(168deg, rgba(0,0,0,0), rgba(0,0,0,0));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; }#IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf > .row .container { background-color: transparent; background-image: none; }#IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf > .row .container > .video-iframe-container { display: none; }#IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf > .row > .video-iframe-container { display: none; }#IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf > .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); }#IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf > .row .container { border-width: 0; border-radius: 0; }#IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#VsAEBWqaEGykoTeH8pM5hSwUy3hhadG0 { color:#166c74;display:block;width:17.9996875rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.8115234375rem;left:28.499895095825rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fT16dC3hgmANZH6uvRUsOsP2MBD1zBWh { position:absolute;display:block;z-index:15054;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:8.6246875rem;width:16.6873125rem;top:6.3745663166044rem;left:40.937501907349rem;overflow:hidden;display:block; }
#xzb4gLfHHnaEWlFTM7759Sv32HtdSb3S { position:absolute;display:block;z-index:15055;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.12489375rem;width:11.0623125rem;top:8.6250004768369rem;left:0.87456703186037rem;overflow:hidden;display:block; }
#eLDwFXQ32bT217F1rWsul9SZ29rubuPf { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749675rem;width:11.25rem;top:9.8120665550231rem;left:55.124784469604rem;overflow:hidden;display:block; }
#coUEaCnpfiINGu3K6QVNfT9cQe6tNweh { position:absolute;display:block;z-index:15055;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.68706875rem;width:18.811875rem;top:8.6250004768369rem;left:23.999567031861rem;overflow:hidden;display:block; }
#TnyStZt09muZPK3Rby8QCvHmnkGlLv4c { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.687375rem;top:9.2500004768369rem;left:11.875001907349rem;overflow:hidden;display:block; }
#bXvmvGAtsHUZZ8hPBSlNWdQ5uwsyXVWh { position:absolute;display:block;z-index:15056;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.49978125rem;width:4.49978125rem;top:8.2495665550231rem;left:68.187398910525rem;overflow:hidden;display:block; }
#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zZQgnINM/Untitled_design.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3.adaptive-delivery-prevent-bg, #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3.lazyload, #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3.lazyloading { background-image: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { background-color: transparent; background-image: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .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); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { border-width: 0; border-radius: 0; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { color:#245051;display:block;width:31.125rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.5625rem;left:3.375rem;height:3.412475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DbipMHZuDKOBTEMTCC41o64vODrThdTZ { position:absolute;display:block;z-index:15014;background-color:#63afb6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:13rem;left:3.375rem;display:block; }
#uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { color:#000000;display:block;width:26.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.812316894531rem;left:3.3745670318604rem;height:4.142575rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { color:#1f7e87;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:3.375rem;height:1.4624rem;font-style:normal;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-form-header {  }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:16.9375rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:16.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left: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.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:16.9375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-checkbox { width:1rem;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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#1f7e87;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left: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:0.9375rem;font-weight:bold;color:#f2f9ff;width:16.9375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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.3;font-size:0.5625rem;font-weight:300;color:#000000;vertical-align:top;width:15.6875rem;overflow:hidden;font-style:normal; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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.5; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container:first-of-type{padding-top:0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container:last-of-type{padding-bottom:0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:46.74967956543rem;top:11.749694824219rem;z-index:15014;position:absolute; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.9375rem;display:block;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:46.74967956543rem;top:11.749694824219rem;z-index:15014;position:absolute; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { position:relative;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { position:relative;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU { position:relative;z-index:2; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM { position:relative; }
#iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(296deg, #1f7e87, #63afb6);background-image: -moz-linear-gradient(296deg, #1f7e87, #63afb6);background-image: -ms-linear-gradient(296deg, #1f7e87, #63afb6);background-image: -o-linear-gradient(296deg, #1f7e87, #63afb6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7e87', endColorstr='#63afb6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7e87', endColorstr='#63afb6' );";background-image: linear-gradient(296deg, #1f7e87, #63afb6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:23.9375rem;width:22rem;top:4.6875rem;left:45.18717956543rem;display:block; }
#NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5rem;left:45.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIUcdmth8JfmqcmowhLo21XIXMgx2vJU { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #63afb6, #1f7e87);background-image: -moz-linear-gradient(115deg, #63afb6, #1f7e87);background-image: -ms-linear-gradient(115deg, #63afb6, #1f7e87);background-image: -o-linear-gradient(115deg, #63afb6, #1f7e87);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#63afb6', endColorstr='#1f7e87' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#63afb6', endColorstr='#1f7e87' );";background-image: linear-gradient(115deg, #63afb6, #1f7e87);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18.875rem;left:29.8125rem;display:none; }
#hzTgW3gNZWNCP19qEtL8Uus2WdCbg7SE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GXKUadUE4ldn10iriDnv1UE3DTcaD4V2 { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5rem;left:45.25rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XGQDZE499iPEBMfq3eK0t6cd6TRF3go6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #245051, #1f7e87);background-image: -moz-linear-gradient(180deg, #245051, #1f7e87);background-image: -ms-linear-gradient(180deg, #245051, #1f7e87);background-image: -o-linear-gradient(180deg, #245051, #1f7e87);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#245051', endColorstr='#1f7e87' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#245051', endColorstr='#1f7e87' );";background-image: linear-gradient(180deg, #245051, #1f7e87);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.9423828125rem;left:10.9375rem;display:block; }
#xf58i6NONfubTihrOLuCTPETo55QLKLE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #63afb6, #166c74);background-image: -moz-linear-gradient(180deg, #63afb6, #166c74);background-image: -ms-linear-gradient(180deg, #63afb6, #166c74);background-image: -o-linear-gradient(180deg, #63afb6, #166c74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#63afb6', endColorstr='#166c74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#63afb6', endColorstr='#166c74' );";background-image: linear-gradient(180deg, #63afb6, #166c74);background-size:auto !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; }#eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q > .row .container { background-color: transparent; background-image: none; }#eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q > .row .container > .video-iframe-container { display: none; }#eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q > .row > .video-iframe-container { display: none; }#eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q > .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); }#eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q > .row .container { border-width: 0; border-radius: 0; }#eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#hDTlIUCsAeEZsGqbxb0ATe94l3MKUUGE { color:#d8eced;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:block; }
#GesprRpvP6gmDbnOzT8U1H9T7dUFmppw { color:#d8eced;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.4375rem;left:56.375rem;height:5.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wq3CtitAyWnCdb7i8INTPTCFtGkvVWQC { color:#e8f7ff;display:block;width:18.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:56.375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TvGo1cSFKfTL45wEde5z8cEHkbLrcb0X { color:#d8eced;display:block;width:21.0623125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.25rem;left:2.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MC1W8mFFSiZ0hOc1a0MfmttsK4X12OBD { background-color:transparent;background-image:none;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: none;box-sizing:border-box;color:#d8eced;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:7.0625rem;left:22.25rem;display:block; }
#TeX4kwd36ZohHu6CkgEQK6WcXxdneFIM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VOGwvosm7M5UuRDJNNt1nDLz37gBXuJn { background-color:transparent;background-image:none;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: none;box-sizing:border-box;color:#d8eced;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:7.125rem;left:33.3125rem;display:block; }
#kpK5ooEk2kK4NwOMisIzzEIEux1OQZSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FAveL1hxlXRuZqiCsoDIwqyvS4mgnlxz { background-color:transparent;background-image:none;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: none;box-sizing:border-box;color:#d8eced;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6248125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:7.0625rem;left:45.25rem;display:block; }
#fTOTbeusCQ7gnPcL2dpsDhCbULKuivxH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xN8ITGwZrNI1gmXeuXnI5JRSIQFPJSCf { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:4.625rem;left:5.75rem; }
#xN8ITGwZrNI1gmXeuXnI5JRSIQFPJSCf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#S0IRD61yUD893KiKcdG4tvqUqZQdTwZz { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:4.625rem;left:2.1875rem; }
#S0IRD61yUD893KiKcdG4tvqUqZQdTwZz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TwDZtnqWukzn9R47cp4RRXw4QO2mgcWt { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:4.625rem;left:9.4375rem; }
#TwDZtnqWukzn9R47cp4RRXw4QO2mgcWt > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#MIHQqe5ieNlk0NtJbsOQ0vhq8iFoNoK8 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:4.625rem;left:13.125rem; }
#MIHQqe5ieNlk0NtJbsOQ0vhq8iFoNoK8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#NnvfNLnyrCMXn1UFfVKSHzFKdpXelwFs { background-color:transparent;background-image:none;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: none;box-sizing:border-box;color:#d8eced;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4985rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.8123931884766rem;left:23.624784469604rem;display:block; }
#ZGRo4DfPhEpFVzEpFkgsNTqzJeaaev5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh { display:block; }#ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hRGSnLxpKCeXFHuhi2Bmrqs3BLOGBtgc { width:6.4995625rem;height:2.56239375rem;top:1.0308160185814rem;left:28.657769918442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsGyb4Q7MIdTLGDnhbGf8SEicb4qirU9 { display:block; }
 }@media only screen and (max-width: 1199px) { #wTGB96cdoeRfXT87txW6C0Ca6mTQ6AeK { top:0.875rem;left:0rem;width:16.625rem;height:2.8019977752559rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KS52cixTfE3BOzaEOVfunFBLuNUyfdbV { width:6.4995625rem;height:2.56239375rem;top:1.0308160185814rem;left:35.344835042954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTl3vMrWDHDJ7nlSe24y9Rxafc3UpOqc { display:block; }
 }@media only screen and (max-width: 1199px) { #Glc9LAmwg5T8Ul2AcKOyPmmROJbVTzlp { top:0.99990844726562rem;left:19.53418135643rem;width:8.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #toOBKX1Us0X4FR1artOVCcMFSEJ5NrTI { display:block; }
 }@media only screen and (max-width: 1199px) { #wkvf6TfokKiwTQPTT8UXKxFazMr85mq2 { top:0.99990844726562rem;left:19.53418135643rem;width:8.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dimLSryJbSSkpuQJNMyn1o7EnkbQ0PN7 { display:block; }
 }@media only screen and (max-width: 1199px) { #QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ { display:block; }#QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ > .row .container { width:47.75rem;height:97.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dgr7q4ShXqZLmQ2hpAkNqnp00Qor9Nft { width:14.4375rem;height:1.7871125rem;top:4.9370660781861rem;left:24.534507095814rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mro0iCJiwyPDCr6RCaaDv83E7lB8fELG { width:10.4375rem;height:4.6875rem;top:4.2220058441162rem;left:23.750001251698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t46BpRGVuektHqsPdG9pzgU8iZxtFGoC { width:19.124875rem;height:1.29980625rem;top:7.0616321563719rem;left:24.534505605698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmvI9Uuobpx1lonRqPk3e3AqkUL0uZVx { width:21.1246875rem;height:20.687375rem;top:4.2502174377441rem;left:1.3731554746627rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lRmSIllxDutqwGErUPWIq4f2cgS3phmN { width:47.75rem;height:22.283333333333rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gcWg04lvAK1G2QrekEtxMvQ2ptvmekOA { width:38.75rem;height:21.6875rem;top:27.3115234375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ny1z0behTcnR3sSIidg0ZUxSr9EiCDlE { width:19.875rem;height:5.19921875rem;top:78.0498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #glxv8TmuShWnQBkbfea01qC34EIGCRcP { width:11.4375rem;height:3.4375rem;top:86.5625rem;left:1.373046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hUzXmqgH2AOlq0x9p3QvmbHs1vM6VyDT { display:block; }
 }@media only screen and (max-width: 1199px) { #kfUq9DJ1I23Toio3pRD9rJ94VOzfShpM { width:12.125rem;height:3.4375rem;top:92rem;left:1.373046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtIor1myr0URQK7tTJ1FTJx1ydT2vLbH { display:block; }
 }@media only screen and (max-width: 1199px) { #XugEvZA5H8FTcaiiue1g5llUfTPwKaZT { width:16.6875rem;height:3.8994125rem;top:78.69921875rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC { display:block; }#vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC > .row .container { width:47.75rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lANQLexyKoU53dsSglhLiMXfNrNxQpBv { width:25.9375rem;height:17rem;top:29.812284469604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bko2QdizDHrSsNP0JBfBmfxP5ZGNKLbO { top:29.812286376953rem;left:0rem;width:47.75rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HetDncTfrLSNE6brfTWJFnKTRuFnyiQf { top:47.321184158325rem;left:26.374675512314rem;width:20.1871875rem;height:2.2749rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ke0tA7KZnxloE3fIWpy39IIvWl7gRoWb { top:7.9375rem;left:0rem;width:47.75rem;height:20.7129125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gKGSQgTFgVR0D5T0oUQdIZme1kttEuKQ { top:1.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CI1Et4I0Tp5zTE8gdL6844p1JGi6rAUK { width:22.5625rem;height:23.125rem;top:30.0625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXeaGW01pNN3LC2MWh4i9GAWyaITm33T { display:block; }#CXeaGW01pNN3LC2MWh4i9GAWyaITm33T > .row .container { width:47.75rem;height:114rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pfCg4rKWbmZUuPDvSo6oxBIUv3KCGIJT { width:32.8125rem;height:10.5rem;top:8.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XdWudqyyXrED7xPnJRiucwAfJU4CRWV3 { width:13.3125rem;height:8.896rem;top:6rem;left:33.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rzAqXAlZ3imxzk2ODHxLmhUyE2z5VKG8 { width:21.4375rem;height:1.5rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BIO8o9b9H82N9GEz3JurlvKFxL5DZPts { top:3.125rem;left:5.625rem;width:32.125rem;height:1.94970625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rb9ZVScJgkJxWixMkW8TmEqadX6nKOsE { width:16.4375rem;height:1.5rem;top:15.9375rem;left:30.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ENuSbeQmuTEe2pX0sZRBRF80U4HMhnLc { width:13.125rem;height:8.833rem;top:34.625rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OMUyMupm89ChZ69Oc4KAOhy0ziGnrB7K { width:16.75rem;height:13.5rem;top:19.1875rem;left:30.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eUe5b763oZGd6Fb2zLyDMdaF54XAxENx { top:18.0625rem;left:29.375rem;width:18.25rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bJRsr9uxCyWO8Oq1EzFM4hyMGZxvuEgI { top:52.875rem;left:0rem;width:21.6875rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #POTzdp8rl13HtpaLxsfTIoczHS2pD9Ln { width:21rem;height:1.5rem;top:50.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oLqXJ6bNJZNaJQu7dCwTIZDDcXPkiNVr { width:19.0625rem;height:12rem;top:54.04296875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ioaPdFI9dWog7oSDA89wCq0di6kswLIX { width:12.875rem;height:8.7695rem;top:67.60546875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #apM8tcUh0MaiBBg6EhIQh50xrcFLCsRi { width:12.6875rem;height:8.75rem;top:39.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iZ93KNHNolhNNEPUsUkBxOGT9Eg6ggJG { width:20.4375rem;height:12rem;top:26.0625rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NDfTGMELrG3dGUtfQdGmWlFrBRUK7Tpi { width:21rem;height:1.5rem;top:23.625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pssue4ikpoccruIXBcJ4lLncCI8eMJCy { width:12.25rem;height:8.75rem;top:72.5625rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r5CiHs95dCeXg6E7GLIsWp9Uz1AuD27Z { top:46.875rem;left:29.375rem;width:18.25rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kotfRfAQ5BNtldIUOfDeumhrgqR8OT4T { width:13.125rem;height:1.5rem;top:44.875rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WXqWynyudVLcetvSQSZHDmN8wQaX8JTf { width:16.6875rem;height:22.5rem;top:48.0625rem;left:30.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTK87zum5TwJZlbZrffsTO99LkFobCGg { width:21rem;height:3.1875rem;top:83.5rem;left:0.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HttxWxe0wSnTXat7NUtQBJr1yh00rK2W { width:19.625rem;height:3.41161875rem;top:85.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G0METTdsHbB6t9eiuRydaVcGH1um9pQe { width:21rem;height:3.1875rem;top:89.77734375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rh2pmw9erSBoKhvOkfJxHczRlBkUaCtx { width:21.125rem;height:3.41161875rem;top:91.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kcsdd8sIhKPuzMbAhofHGFyJnhwvP7sl { width:11.625rem;height:1.59375rem;top:100.71875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SvvZCaDpWW6AzSdRv3ypkeRkoFTiUGdb { width:20.6875rem;height:2.2744125rem;top:102.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgkXGmWff4fh32LZUgWzxkMaRTApsTPu { width:9.5625rem;height:1.59375rem;top:95.84375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vaVgFl0sewSr4Z3TNTAZFTkGecThXT8U { width:18.125rem;height:2.2744125rem;top:96.97607421875rem;left:22.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u9Ne0ypXlRXPABGLXRPE4guSk4HfRQzI { width:8.5rem;height:1.59375rem;top:94.3125rem;left:22.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IIwGBCMCpEKlahDlqevoJtg5sk7a0HF7 { width:17.5625rem;height:1.13720625rem;top:93.07470703125rem;left:22.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0lym4r7Mds3mURooxX1e3fikLC7IAxZ { width:10.625rem;height:1.59375rem;top:91.30859375rem;left:22.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aop5ght5cpiIhJlnn3QZVVcFH8OoSiuD { width:21rem;height:1.59375rem;top:99.1875rem;left:22.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S8tvArSmBkvR4b8uI7zyTku2ZQQ4kD5H { width:20.5rem;height:3.41161875rem;top:100.71875rem;left:22.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GupRRwL5B1Jrvaagy8pEfi6dUZIiDr1X { width:20.9375rem;height:2.0996125rem;top:97.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WEEMm3IvGMSI3peNkClJCGPUTdKs2hvp { width:21rem;height:1.59375rem;top:104.52392578125rem;left:22.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTl2K6SkQl5slDbNm2iOFlhIt70tK9Vh { width:20.25rem;height:4.548825rem;top:106.59375rem;left:22.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bk6ETQLLc7l87OvhHcci2QVRtdWX3LOT { width:9.8125rem;height:1.59375rem;top:105rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VrP3oyV0zBcA6aLfrHsvatP51U82xB1I { width:20.8125rem;height:4.548825rem;top:107.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dlar2k74b5o0TMKomcMA2uJfPSJ8wxXG { top:13rem;left:0rem;width:8.25rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q { display:block; }#E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q > .row .container { width:47.75rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gP0AfvJWhPzGqOTaeSbg3OA74yDeGgTF { width:16rem;height:13.5625rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aq4NBvG5qtx1QKopO0xNsliktSXp170w { width:4.6875rem;height:4.5022470897376rem;top:11.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wmPXoFwWTJhCn5f4oCzPy7NdISPS9qGs { width:15rem;height:1.29980625rem;top:16.375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q9zM6O3gv7lCfAUIpRNPDcfdBT8HxhGi { width:15.0625rem;height:3.41161875rem;top:19.44287109375rem;left:0.4267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kX0F6TiLbTa6OndI02h3JV04HGx27Dfa { width:10.9375rem;height:4.548825rem;top:18.875rem;left:17.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uN05hGSztKqEfB88Jo46Uv2O9E81q61v { width:12.0625rem;height:1.29980625rem;top:16.31884765625rem;left:16.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mRrvRLF8Cr1DNvk1wWu3DD2SQmCaNpyl { width:5.6875rem;height:4.57470625rem;top:11.337890625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CShg0FvkcewcRmzJwK9q0duHVmUw91lZ { width:13.875rem;height:5.6860375rem;top:18.1259765625rem;left:32.85400390625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PiDRHpPIQdV8TJJbO68RytqT2ZIiab9f { width:10.625rem;height:1.29980625rem;top:15.87646484375rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5FTyvTzfdUwsfQ8seQ0wZ96uKZLv2tX { width:5.125rem;height:4.87744375rem;top:10.1875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SifM4STTw1c2F0PTzLtQVPSelobMbQex { width:14.1875rem;height:13.5625rem;top:10.1875rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8XmTXblsggsf2TD0KqW98L4bmqRVfFC { width:15.5625rem;height:13.5625rem;top:10.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SmDJrhRHrv0gAsNcczSRgTM1zuIa9Tt0 { top:2.75rem;left:0rem;width:37.3125rem;height:3.73730625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI { display:block; }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row .container { width:47.75rem;height:114.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KnxOe6zK0Tl9JMDZoN19E2UMO0TzaVZg { top:9.5rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqp7i0PKoPbuUOkVXvcXw8EZglNdXGaS { top:9.75rem;left:0rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqaWXbH9FiSmun8yF3DuvhNi4ZHw74Kh { top:9.5rem;left:36.3125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qbwXmirxU42i2rgrHdILfuAyWoACrQzd { top:9.875rem;left:36.9375rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xbd6l87ExtWBXiwTP0BAATN9K50VRDDe { top:9.875rem;left:17.1875rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cq3nuSEk9o3a2odXscOTwTT1hd3wxDRw { top:9.5rem;left:16.75rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wmdPLxp2qH77IqFPlMc0rgQiGT1r0IMF { top:21rem;left:17.75rem;width:9.5rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8liGUBn07lHUCLTyy2ONCUFVbyu87Eb { top:22.5625rem;left:17.25rem;width:10.5rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybrdEtHiMcrUMRqdQmaT2zzof720FCO5 { top:26.5rem;left:4.75rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n5g6wQK6yISf2fsDf2yfDPyNiq6gXWTQ { top:26.8125rem;left:5.125rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xF6fSNQG1siN446DGDU8lD2RCw964NKF { top:39.5625rem;left:4.8125rem;width:11.25rem;height:2.5996125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #waTgW4zAN1iwImCR2Uy2TB9s3mNaR23D { top:38rem;left:6.5625rem;width:7.8125rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ez072HPturxzyvkiwc46eduU6TLam2JP { top:90.625rem;left:24.375rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ndSBM2X7Z0vMlB6iyz0hKmVazBCvMNTc { top:54rem;left:17.9375rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tczw2K8BFRVLP2dZwu5U9CHLQpCTPGoS { top:65.875rem;left:21.9375rem;width:5.9375rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C9EEtm89NlayUWNsy7IQeIrKqKdIrUuA { top:12.875rem;left:0rem;width:12.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nf7ulfKa0sfwi6hfP7AhpzNfh7E48Jm0 { top:14.5rem;left:0rem;width:11.625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bzMcvgQ2h3ZrmEs5fk2p3GIlgdkihSH0 { top:21rem;left:0rem;width:12.6875rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTcIdwws2iGIw8ApMtqtn42WfqInyXEJ { top:22.6875rem;left:0rem;width:10.3125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JmQfHal5TVhFphNwgVtaJTh7ifP4QTqJ { top:22.5625rem;left:39.125rem;width:8.625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yWmLqmRals5dTfv63daI4MyKgVq5yPSQ { top:21.1875rem;left:39.1875rem;width:8.5625rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cns6xF4JgHwHedtH1R3NkdHF4QnwdgW3 { top:39.5625rem;left:27.5rem;width:12.8125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fuPpnnDNo8KNCaHlsysEFPWWOT7W8xVP { top:38rem;left:29.75rem;width:8.4375rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ESrPQfnSokWD4LUfUlLPGbmmcAFyIdtD { top:26.5rem;left:28.125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tdF3bBNZF6L2UFKecXTsbd1m0DN0ud0h { top:26.375rem;left:27.875rem;width:11.75rem;height:11.626951305986rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oE94Z4nDaDavi2xZ9N5HTZ2FbNSIwJQs { top:2.625rem;left:14.655710220337rem;width:15.9375rem;height:2.7625875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2fP5WGh8B9PyleoT47gedlv7GCmOvPG { top:46.5625rem;left:11.030492782592rem;width:22.9375rem;height:2.76220625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QmCtNS3W5cIPTWv2h0nqdnISPZJ0S5lB { top:54.6875rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8SxTSdWExugTZ6C1qAfzz1CiufZnSdc { top:55rem;left:0.25rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrZyr0PuAtglIVtv9RfvW53B4RLNwuLx { top:66.1875rem;left:0rem;width:6.9375rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BgRTMCDKU6WbADmt2368p87hxdh5KwcZ { top:67.75rem;left:0rem;width:5.6875rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hCueHUKrT7yDkCXZN63fiwHbiTvm1CHA { top:73.84375rem;left:16.78125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffiHX9E03MT6h584gTkBWd1sR68OBX8z { top:74.1875rem;left:17.125rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i1vfbvbsDXZ5TtXEkIwnGfdhVkGnLMnM { top:71.5625rem;left:0rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ii71VPBbh9OU7iBOgfiUiMlaw67Mx0bL { top:70.5625rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wuuEH36ubbvQsJN450mq9xZhT2DQ086s { top:54.21875rem;left:18.15625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XAQd6XNrgMMClCfBw4OZ6ixmil7Xi3Ft { top:90.9375rem;left:24.6875rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SqlSZedrcakLPUXoQi1cec9undtL2mBO { top:102.0625rem;left:27.25rem;width:7.5rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IT6GbDyQ0T1cK9u0JTnVGXQOsga0S0lS { top:104.18408203125rem;left:26.0625rem;width:12.1875rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pcn9MUpAiKJuo2NezTfNeEz7qVcnvMFd { top:91.625rem;left:0.625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iz4aBhtmwEdXiKGqh5MQe7Q8UA5I7OJR { top:91.875rem;left:0.5625rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OtUOilFKEmt8tINdCNWxGzzp4UP1wm0e { top:85.28125rem;left:18.9375rem;width:6.375rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5RewvF8rPKIaUd7srb9NpfN3IKTdLqR { top:83.375rem;left:0rem;width:7.1875rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #virTzHVtgV8c5ZfnaFVRwxf1aTTE1vIw { top:54.6875rem;left:36.3125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wEDyJNs4kdHNfUGnH9cKTBRPm9kIKFsS { top:55.125rem;left:36.9375rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yGSBZ9TNIRIPktFwBAOdbOoXn3ZQNBRQ { top:65.875rem;left:37.71875rem;width:8.625rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aaxqT25uwCXQVVTHv7UavGKCT4qquMim { top:67.75rem;left:33.1875rem;width:14.5625rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zRIp1lH0ZsnwhsZRWJ2hb6A5tauFBm1u { top:87.349609375rem;left:18.6875rem;width:10.375rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rk0EQJ8bGbDMzmOS17Qq9CPF0nAvSWhx { top:73.5625rem;left:33.9677734375rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRb5mBtlUpTmxkCMlgm76FmXpT940i2E { top:73.4990234375rem;left:33.9677734375rem;width:11.5625rem;height:11.5005rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLIq7UIkEh2aFW9E2HqN6unncTOBTLPU { top:85.28125rem;left:0rem;width:11.375rem;height:2.5996125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lmdkyzx5HgvSeCubzt4UImhwUS3BPZ7G { top:104.0625rem;left:1.5rem;width:8.4375rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GM8R8hazdpq58yGoFCTlW9QZWosQ8DbS { top:105.60546875rem;left:2.5625rem;width:4.0625rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZxET7F93cc6FMdEsJnm9S53BNSgMgiWZ { top:86.1123046875rem;left:35.5625rem;width:12.1875rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LhMT9mPD8yMpAbPQT6We2s7CcwBbED7H { top:84.9375rem;left:35.5rem;width:8.875rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tiKyhD1DfkrTpMUFa8ktu1qb48ZiUOyL { top:67.73046875rem;left:17.1875rem;width:14.5625rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf { display:block; }#IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf > .row .container { width:47.75rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VsAEBWqaEGykoTeH8pM5hSwUy3hhadG0 { top:1.75rem;left:14.874895095825rem;width:17.9375rem;height:3.73730625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fT16dC3hgmANZH6uvRUsOsP2MBD1zBWh { top:6.3125rem;left:27.312501907349rem;width:16.625rem;height:8.592481844365rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xzb4gLfHHnaEWlFTM7759Sv32HtdSb3S { top:14.0625rem;left:0rem;width:11rem;height:4.1015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eLDwFXQ32bT217F1rWsul9SZ29rubuPf { top:16.47705078125rem;left:33.625rem;width:11.25rem;height:1.7495125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #coUEaCnpfiINGu3K6QVNfT9cQe6tNweh { top:8.77099609375rem;left:11rem;width:18.75rem;height:3.67480625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TnyStZt09muZPK3Rby8QCvHmnkGlLv4c { top:9.21044921875rem;left:0rem;width:10.625rem;height:2.7959rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bXvmvGAtsHUZZ8hPBSlNWdQ5uwsyXVWh { top:13.89453125rem;left:19.8125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { top:8.5625rem;left:0rem;width:31.125rem;height:3.4121125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DbipMHZuDKOBTEMTCC41o64vODrThdTZ { top:13rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { top:14.75rem;left:0rem;width:23.625rem;height:4.142575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { top:6.5625rem;left:0rem;width:23rem;height:1.462675rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { width:16.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-textarea { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-button { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { width:16.9375rem;height:auto;top:11.6875rem;left:26.31217956543rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { width:16.9375rem;height:auto;top:11.6875rem;left:26.31217956543rem; }
 }@media only screen and (max-width: 1199px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ {  }
 }@media only screen and (max-width: 1199px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { display:block; }
 }@media only screen and (max-width: 1199px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL {  }
 }@media only screen and (max-width: 1199px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg {  }
 }@media only screen and (max-width: 1199px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { display:block; }
 }@media only screen and (max-width: 1199px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 {  }
 }@media only screen and (max-width: 1199px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ {  }
 }@media only screen and (max-width: 1199px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU { z-index:2; }
 }@media only screen and (max-width: 1199px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte {  }
 }@media only screen and (max-width: 1199px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv {  }
 }@media only screen and (max-width: 1199px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM {  }
 }@media only screen and (max-width: 1199px) { #iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { top:4.6875rem;left:24.74967956543rem;width:22rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { top:7.5rem;left:24.8125rem;width:22.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cIUcdmth8JfmqcmowhLo21XIXMgx2vJU { width:15.375rem;height:3.625rem;top:18.875rem;left:16.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hzTgW3gNZWNCP19qEtL8Uus2WdCbg7SE { display:block; }
 }@media only screen and (max-width: 1199px) { #GXKUadUE4ldn10iriDnv1UE3DTcaD4V2 { top:45.625rem;left:0rem;width:17.875rem;height:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XGQDZE499iPEBMfq3eK0t6cd6TRF3go6 { width:15.875rem;height:3.75rem;top:22.9375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xf58i6NONfubTihrOLuCTPETo55QLKLE { display:block; }
 }@media only screen and (max-width: 1199px) { #eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q { display:block; }#eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hDTlIUCsAeEZsGqbxb0ATe94l3MKUUGE { width:12.5rem;height:1.3808625rem;top:2rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GesprRpvP6gmDbnOzT8U1H9T7dUFmppw { top:4.818359375rem;left:29.1875rem;width:18.5625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wq3CtitAyWnCdb7i8INTPTCFtGkvVWQC { top:2.4375rem;left:29.1875rem;width:18.5625rem;height:1.5435125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvGo1cSFKfTL45wEde5z8cEHkbLrcb0X { top:10.5625rem;left:1.0625rem;width:21rem;height:1.3808625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MC1W8mFFSiZ0hOc1a0MfmttsK4X12OBD { width:9.5rem;height:3.4375rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeX4kwd36ZohHu6CkgEQK6WcXxdneFIM { display:block; }
 }@media only screen and (max-width: 1199px) { #VOGwvosm7M5UuRDJNNt1nDLz37gBXuJn { width:9.5rem;height:3.4375rem;top:7.1875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kpK5ooEk2kK4NwOMisIzzEIEux1OQZSk { display:block; }
 }@media only screen and (max-width: 1199px) { #FAveL1hxlXRuZqiCsoDIwqyvS4mgnlxz { width:7.5625rem;height:3.4375rem;top:7.2216796875rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTOTbeusCQ7gnPcL2dpsDhCbULKuivxH { display:block; }
 }@media only screen and (max-width: 1199px) { #xN8ITGwZrNI1gmXeuXnI5JRSIQFPJSCf { width:2.1875rem;height:2.1875rem;top:4.625rem;left:0rem;display:block; }
#xN8ITGwZrNI1gmXeuXnI5JRSIQFPJSCf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 1199px) { #S0IRD61yUD893KiKcdG4tvqUqZQdTwZz { width:2.1875rem;height:2.1875rem;top:4.625rem;left:0rem;display:block; }
#S0IRD61yUD893KiKcdG4tvqUqZQdTwZz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 1199px) { #TwDZtnqWukzn9R47cp4RRXw4QO2mgcWt { width:2.25rem;height:2.25rem;top:4.818359375rem;left:5.875rem;display:block; }
#TwDZtnqWukzn9R47cp4RRXw4QO2mgcWt > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 1199px) { #MIHQqe5ieNlk0NtJbsOQ0vhq8iFoNoK8 { width:2.1875rem;height:2.1875rem;top:4.818359375rem;left:3rem;display:block; }
#MIHQqe5ieNlk0NtJbsOQ0vhq8iFoNoK8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 1199px) { #NnvfNLnyrCMXn1UFfVKSHzFKdpXelwFs { width:6.4375rem;height:2.5rem;top:4.818359375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZGRo4DfPhEpFVzEpFkgsNTqzJeaaev5T { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh { position:relative;z-index:auto;display:block; }#ICC3ZUFNeXGM6EPP0J6R9X7ID1tqUGxh > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRGSnLxpKCeXFHuhi2Bmrqs3BLOGBtgc { width:7.1875rem;height:2.5rem;top:9.375rem;left:6.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsGyb4Q7MIdTLGDnhbGf8SEicb4qirU9 { display:block; }
 }@media only screen and (max-width: 763px) { #wTGB96cdoeRfXT87txW6C0Ca6mTQ6AeK { width:16.7496875rem;height:2.687175rem;top:1.9401042461395rem;left:1.6248915791511rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KS52cixTfE3BOzaEOVfunFBLuNUyfdbV { width:6.4995rem;height:2.5620125rem;top:12.43603515625rem;left:6.7490234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTl3vMrWDHDJ7nlSe24y9Rxafc3UpOqc { display:block; }
 }@media only screen and (max-width: 763px) { #Glc9LAmwg5T8Ul2AcKOyPmmROJbVTzlp { top:16.24804765625rem;left:4.9375rem;width:10.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #toOBKX1Us0X4FR1artOVCcMFSEJ5NrTI { display:block; }
 }@media only screen and (max-width: 763px) { #wkvf6TfokKiwTQPTT8UXKxFazMr85mq2 { top:19.99804765625rem;left:5.9375rem;width:8.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dimLSryJbSSkpuQJNMyn1o7EnkbQ0PN7 { display:block; }
 }@media only screen and (max-width: 763px) { #QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ { display:block; }#QnOFlXZJnknMb9aGktQ3HEq03Iv5KHgZ > .row .container { width:20rem;height:101.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgr7q4ShXqZLmQ2hpAkNqnp00Qor9Nft { width:17.0621875rem;height:2.7625875rem;top:2.125rem;left:2rem;text-align:right;text-align-last:right;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mro0iCJiwyPDCr6RCaaDv83E7lB8fELG { width:10.4375rem;height:5.4375rem;top:1.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t46BpRGVuektHqsPdG9pzgU8iZxtFGoC { width:17.1875rem;height:1.29980625rem;top:4.875rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmvI9Uuobpx1lonRqPk3e3AqkUL0uZVx { width:15.8745625rem;height:15.5620625rem;top:8.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRmSIllxDutqwGErUPWIq4f2cgS3phmN { width:20rem;height:23.4375rem;top:4.8857421875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gcWg04lvAK1G2QrekEtxMvQ2ptvmekOA { width:20rem;height:21.75rem;top:28.259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny1z0behTcnR3sSIidg0ZUxSr9EiCDlE { width:19.875rem;height:5.19921875rem;top:68.697265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glxv8TmuShWnQBkbfea01qC34EIGCRcP { width:11.4375rem;height:3.4375rem;top:79.13330078125rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUzXmqgH2AOlq0x9p3QvmbHs1vM6VyDT { display:block; }
 }@media only screen and (max-width: 763px) { #kfUq9DJ1I23Toio3pRD9rJ94VOzfShpM { width:12.125rem;height:3.4375rem;top:85.94580078125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtIor1myr0URQK7tTJ1FTJx1ydT2vLbH { display:block; }
 }@media only screen and (max-width: 763px) { #XugEvZA5H8FTcaiiue1g5llUfTPwKaZT { width:16.6875rem;height:3.8994125rem;top:93.57080078125rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC { display:block; }#vdJKy2lX2vE4gqihNXgxyFgHIbTfxCmC > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lANQLexyKoU53dsSglhLiMXfNrNxQpBv { width:20rem;height:12.9375rem;top:8.0712890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bko2QdizDHrSsNP0JBfBmfxP5ZGNKLbO { width:20rem;height:3.5rem;top:4.8212890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HetDncTfrLSNE6brfTWJFnKTRuFnyiQf { width:13.1875rem;height:1.4624rem;top:5.83984375rem;left:3.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke0tA7KZnxloE3fIWpy39IIvWl7gRoWb { width:17.8125rem;height:34.125rem;top:22.2470703125rem;left:1.09375rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gKGSQgTFgVR0D5T0oUQdIZme1kttEuKQ { width:14.375rem;height:3.25rem;top:0.98486328125rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI1Et4I0Tp5zTE8gdL6844p1JGi6rAUK { width:20rem;height:20.4985625rem;top:58.8134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXeaGW01pNN3LC2MWh4i9GAWyaITm33T { display:block; }#CXeaGW01pNN3LC2MWh4i9GAWyaITm33T > .row .container { width:20rem;height:156rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfCg4rKWbmZUuPDvSo6oxBIUv3KCGIJT { width:19.6245rem;height:15.46875rem;top:7.5625rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XdWudqyyXrED7xPnJRiucwAfJU4CRWV3 { width:3.937175rem;height:2.687175rem;top:29.186975479126rem;left:8.0311415791512rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzAqXAlZ3imxzk2ODHxLmhUyE2z5VKG8 { width:14.1245rem;height:3rem;top:3.6875rem;left:2.9365234375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIO8o9b9H82N9GEz3JurlvKFxL5DZPts { width:17rem;height:1.950075rem;top:1.060546875rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9ZVScJgkJxWixMkW8TmEqadX6nKOsE { width:16.437rem;height:1.5rem;top:42.1865234375rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENuSbeQmuTEe2pX0sZRBRF80U4HMhnLc { width:13.125rem;height:8.83317041092rem;top:130.617082rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMUyMupm89ChZ69Oc4KAOhy0ziGnrB7K { width:17.7495rem;height:12.65625rem;top:44.904296875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eUe5b763oZGd6Fb2zLyDMdaF54XAxENx { width:19.749875rem;height:13.5623125rem;top:45.749481201172rem;left:0.1806640625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJRsr9uxCyWO8Oq1EzFM4hyMGZxvuEgI { width:19.875rem;height:23.3125rem;top:68.655275rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #POTzdp8rl13HtpaLxsfTIoczHS2pD9Ln { width:11rem;height:3rem;top:25.1533203125rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLqXJ6bNJZNaJQu7dCwTIZDDcXPkiNVr { width:19.1245rem;height:11.25rem;top:29.40380859375rem;left:0.4365234375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ioaPdFI9dWog7oSDA89wCq0di6kswLIX { width:12.875rem;height:8.769930240535rem;top:82.468202246094rem;left:4.4998912811279rem;display:none; }
 }@media only screen and (max-width: 763px) { #apM8tcUh0MaiBBg6EhIQh50xrcFLCsRi { width:12.6875rem;height:8.75021552255rem;top:140.700082rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZ93KNHNolhNNEPUsUkBxOGT9Eg6ggJG { width:18.2495rem;height:12.65625rem;top:62.5341796875rem;left:0.8740234375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NDfTGMELrG3dGUtfQdGmWlFrBRUK7Tpi { width:18.3735625rem;height:1.5rem;top:59.2236328125rem;left:0.81298828125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pssue4ikpoccruIXBcJ4lLncCI8eMJCy { width:12.25rem;height:8.7500892866256rem;top:225.094091375rem;left:3.5665130615234rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5CiHs95dCeXg6E7GLIsWp9Uz1AuD27Z { width:18.25rem;height:32.4375rem;top:201.744482rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kotfRfAQ5BNtldIUOfDeumhrgqR8OT4T { width:13.125rem;height:1.5rem;top:76.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXqWynyudVLcetvSQSZHDmN8wQaX8JTf { width:16.9375rem;height:21.09375rem;top:79.25rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gTK87zum5TwJZlbZrffsTO99LkFobCGg { width:12.249875rem;height:3.1875rem;top:103.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HttxWxe0wSnTXat7NUtQBJr1yh00rK2W { width:17.75rem;height:3.41161875rem;top:104.75rem;left:1.375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0METTdsHbB6t9eiuRydaVcGH1um9pQe { width:9.436875rem;height:3.1875rem;top:112.3125rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh2pmw9erSBoKhvOkfJxHczRlBkUaCtx { width:17.625rem;height:3.41161875rem;top:113.875rem;left:1.1875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcsdd8sIhKPuzMbAhofHGFyJnhwvP7sl { width:10.4996875rem;height:1.59375rem;top:122.375rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvvZCaDpWW6AzSdRv3ypkeRkoFTiUGdb { width:17.249875rem;height:2.2744125rem;top:123.9375rem;left:1.375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgkXGmWff4fh32LZUgWzxkMaRTApsTPu { width:7.3123125rem;height:1.59375rem;top:127.125rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaVgFl0sewSr4Z3TNTAZFTkGecThXT8U { width:17.3123125rem;height:2.2744125rem;top:119.375rem;left:1.375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9Ne0ypXlRXPABGLXRPE4guSk4HfRQzI { width:6.5625rem;height:1.59375rem;top:117.8125rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIwGBCMCpEKlahDlqevoJtg5sk7a0HF7 { width:15.8745625rem;height:1.13769375rem;top:110.5rem;left:2.0625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0lym4r7Mds3mURooxX1e3fikLC7IAxZ { width:7.7495625rem;height:1.59375rem;top:108.9375rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aop5ght5cpiIhJlnn3QZVVcFH8OoSiuD { width:7.249375rem;height:1.59375rem;top:133rem;left:6.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8tvArSmBkvR4b8uI7zyTku2ZQQ4kD5H { width:18.0620625rem;height:4.548825rem;top:134.75rem;left:0.9375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GupRRwL5B1Jrvaagy8pEfi6dUZIiDr1X { width:17.249875rem;height:3.41161875rem;top:128.8125rem;left:1.375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WEEMm3IvGMSI3peNkClJCGPUTdKs2hvp { width:16.624875rem;height:1.59375rem;top:140rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTl2K6SkQl5slDbNm2iOFlhIt70tK9Vh { width:18.125rem;height:5.6860375rem;top:141.9375rem;left:0.9375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk6ETQLLc7l87OvhHcci2QVRtdWX3LOT { width:14.3120625rem;height:1.59375rem;top:147.375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrP3oyV0zBcA6aLfrHsvatP51U82xB1I { width:17.9373125rem;height:5.6860375rem;top:149.375rem;left:1rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlar2k74b5o0TMKomcMA2uJfPSJ8wxXG { width:8.2498125rem;height:0.24956625rem;top:102.0625rem;left:6.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q { display:block; }#E7AxuqmJTC3NdOUul9gDtNfTiepP3g5Q > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP0AfvJWhPzGqOTaeSbg3OA74yDeGgTF { width:18.75rem;height:12.75rem;top:5.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq4NBvG5qtx1QKopO0xNsliktSXp170w { width:3.125rem;height:3rem;top:6.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmPXoFwWTJhCn5f4oCzPy7NdISPS9qGs { width:18.75rem;height:1.29980625rem;top:11.125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9zM6O3gv7lCfAUIpRNPDcfdBT8HxhGi { width:16.25rem;height:3.41161875rem;top:13.6875rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kX0F6TiLbTa6OndI02h3JV04HGx27Dfa { width:16.25rem;height:3.41161875rem;top:27.3125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uN05hGSztKqEfB88Jo46Uv2O9E81q61v { width:18.75rem;height:1.29980625rem;top:24.75rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRrvRLF8Cr1DNvk1wWu3DD2SQmCaNpyl { width:3.125rem;height:2.5625rem;top:20.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CShg0FvkcewcRmzJwK9q0duHVmUw91lZ { width:16.25rem;height:4.548825rem;top:40.686852455139rem;left:1.8750000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PiDRHpPIQdV8TJJbO68RytqT2ZIiab9f { width:18.75rem;height:1.29980625rem;top:38.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5FTyvTzfdUwsfQ8seQ0wZ96uKZLv2tX { width:3.125rem;height:3rem;top:34.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SifM4STTw1c2F0PTzLtQVPSelobMbQex { width:18.75rem;height:12.6871875rem;top:19.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8XmTXblsggsf2TD0KqW98L4bmqRVfFC { width:18.75rem;height:13.5623125rem;top:32.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmDJrhRHrv0gAsNcczSRgTM1zuIa9Tt0 { width:20rem;height:1.625rem;top:2.71875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI { background-color:transparent;background-image:none;display:block; }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row .container { background-color: transparent; background-image: none; }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row .container > .video-iframe-container { display: none; }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row > .video-iframe-container { display: none; }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .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); }#Zw2SBGUuVsnnnh5SMUHyEpJlorQhEZaI > .row .container { width:20rem;height:223.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnxOe6zK0Tl9JMDZoN19E2UMO0TzaVZg { width:11.5rem;height:11.5rem;top:7.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqp7i0PKoPbuUOkVXvcXw8EZglNdXGaS { width:10.9375rem;height:10.9375rem;top:7.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqaWXbH9FiSmun8yF3DuvhNi4ZHw74Kh { width:11.4995625rem;height:11.4995625rem;top:39.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbwXmirxU42i2rgrHdILfuAyWoACrQzd { width:10.9375rem;height:10.9375rem;top:39.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbd6l87ExtWBXiwTP0BAATN9K50VRDDe { width:10.8125rem;height:10.8125rem;top:23.874771118164rem;left:4.6875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq3nuSEk9o3a2odXscOTwTT1hd3wxDRw { width:11.4995625rem;height:11.4995625rem;top:23.5625rem;left:4.25rem;background-color:#959b9b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wmdPLxp2qH77IqFPlMc0rgQiGT1r0IMF { width:10.1871875rem;height:1.625rem;top:35.0625rem;left:5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8liGUBn07lHUCLTyy2ONCUFVbyu87Eb { width:10.687375rem;height:1.29980625rem;top:36.6875rem;left:4.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybrdEtHiMcrUMRqdQmaT2zzof720FCO5 { width:11.5rem;height:11.5rem;top:56.75rem;left:4.25rem;background-color:#959b9b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n5g6wQK6yISf2fsDf2yfDPyNiq6gXWTQ { width:11rem;height:11rem;top:56.937057495118rem;left:4.5621746182442rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF6fSNQG1siN446DGDU8lD2RCw964NKF { width:11.624875rem;height:2.5996125rem;top:69.875rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #waTgW4zAN1iwImCR2Uy2TB9s3mNaR23D { width:8.4375rem;height:1.625rem;top:68.25rem;left:5.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ez072HPturxzyvkiwc46eduU6TLam2JP { width:11.5rem;height:11.5rem;top:207.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndSBM2X7Z0vMlB6iyz0hKmVazBCvMNTc { width:11.9375rem;height:11.9375rem;top:207.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tczw2K8BFRVLP2dZwu5U9CHLQpCTPGoS { width:5.99989375rem;height:1.625rem;top:219.31186485291rem;left:6.9997833371163rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9EEtm89NlayUWNsy7IQeIrKqKdIrUuA { width:12.6248125rem;height:0;top:25.345603466034rem;left:5.8121746182442rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15080;display:none; }
 }@media only screen and (max-width: 763px) { #nf7ulfKa0sfwi6hfP7AhpzNfh7E48Jm0 { width:10.7498125rem;height:1.29980625rem;top:20.6875rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #bzMcvgQ2h3ZrmEs5fk2p3GIlgdkihSH0 { width:13.4375rem;height:1.625rem;top:19.0625rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTcIdwws2iGIw8ApMtqtn42WfqInyXEJ { width:10.374875rem;height:0;top:13.936089992523rem;left:1.7214627861977rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JmQfHal5TVhFphNwgVtaJTh7ifP4QTqJ { width:9.375rem;height:2.625rem;top:52.6875rem;left:5.375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #yWmLqmRals5dTfv63daI4MyKgVq5yPSQ { width:8.9995625rem;height:1.625rem;top:50.875rem;left:5.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cns6xF4JgHwHedtH1R3NkdHF4QnwdgW3 { width:13.499375rem;height:1.29980625rem;top:87.6875rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuPpnnDNo8KNCaHlsysEFPWWOT7W8xVP { width:9.2496875rem;height:1.625rem;top:85.875rem;left:5.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESrPQfnSokWD4LUfUlLPGbmmcAFyIdtD { width:11.4375rem;height:11.4375rem;top:74.3125rem;left:4.4375rem;background-color:#959b9b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tdF3bBNZF6L2UFKecXTsbd1m0DN0ud0h { width:11.875rem;height:11.75rem;top:74.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE94Z4nDaDavi2xZ9N5HTZ2FbNSIwJQs { width:12.9373125rem;height:2.7625875rem;top:2.2184467315674rem;left:3.5308163762093rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2fP5WGh8B9PyleoT47gedlv7GCmOvPG { width:15.9375rem;height:2.7625875rem;top:91.186504364013rem;left:2.0312500596046rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmCtNS3W5cIPTWv2h0nqdnISPZJ0S5lB { width:11.4995625rem;height:11.4995625rem;top:95.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8SxTSdWExugTZ6C1qAfzz1CiufZnSdc { width:10.75rem;height:10.75rem;top:96.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrZyr0PuAtglIVtv9RfvW53B4RLNwuLx { width:7.8125rem;height:1.625rem;top:107.3125rem;left:6.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgRTMCDKU6WbADmt2368p87hxdh5KwcZ { width:6.8120625rem;height:1.29980625rem;top:108.9375rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #hCueHUKrT7yDkCXZN63fiwHbiTvm1CHA { width:11.5rem;height:11.5rem;top:111.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffiHX9E03MT6h584gTkBWd1sR68OBX8z { width:10.6875rem;height:10.6875rem;top:111.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1vfbvbsDXZ5TtXEkIwnGfdhVkGnLMnM { width:11.499rem;height:11.499rem;top:190.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii71VPBbh9OU7iBOgfiUiMlaw67Mx0bL { width:12.3123125rem;height:12.3123125rem;top:189.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuuEH36ubbvQsJN450mq9xZhT2DQ086s { width:11.4995625rem;height:11.4995625rem;top:127rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAQd6XNrgMMClCfBw4OZ6ixmil7Xi3Ft { width:10.875rem;height:10.875rem;top:127.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqlSZedrcakLPUXoQi1cec9undtL2mBO { width:10.062375rem;height:1.625rem;top:138.4375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT6GbDyQ0T1cK9u0JTnVGXQOsga0S0lS { width:12.874875rem;height:1.29980625rem;top:140.0625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pcn9MUpAiKJuo2NezTfNeEz7qVcnvMFd { width:11.4995625rem;height:11.4995625rem;top:142.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz4aBhtmwEdXiKGqh5MQe7Q8UA5I7OJR { width:10.9375rem;height:10.9375rem;top:143.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtUOilFKEmt8tINdCNWxGzzp4UP1wm0e { width:7.0621875rem;height:1.625rem;top:122.8125rem;left:6.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5RewvF8rPKIaUd7srb9NpfN3IKTdLqR { width:8.499375rem;height:1.625rem;top:201.875rem;left:5.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #virTzHVtgV8c5ZfnaFVRwxf1aTTE1vIw { width:11.4995625rem;height:11.4995625rem;top:174.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEDyJNs4kdHNfUGnH9cKTBRPm9kIKFsS { width:10.6875rem;height:10.6875rem;top:174.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGSBZ9TNIRIPktFwBAOdbOoXn3ZQNBRQ { width:10rem;height:1.625rem;top:185.8125rem;left:5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaxqT25uwCXQVVTHv7UavGKCT4qquMim { width:14.6875rem;height:1.29980625rem;top:187.4375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #zRIp1lH0ZsnwhsZRWJ2hb6A5tauFBm1u { width:11.0623125rem;height:1.29980625rem;top:124.4375rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rk0EQJ8bGbDMzmOS17Qq9CPF0nAvSWhx { width:11.4375rem;height:11.4375rem;top:158.3125rem;left:4.25rem;background-color:#959b9b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GRb5mBtlUpTmxkCMlgm76FmXpT940i2E { width:11.375rem;height:11.3125rem;top:158.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLIq7UIkEh2aFW9E2HqN6unncTOBTLPU { width:11.0623125rem;height:2.5996125rem;top:203.5625rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmdkyzx5HgvSeCubzt4UImhwUS3BPZ7G { width:8.499875rem;height:1.625rem;top:154.4375rem;left:5.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GM8R8hazdpq58yGoFCTlW9QZWosQ8DbS { width:6.312375rem;height:1.29980625rem;top:156.0625rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #ZxET7F93cc6FMdEsJnm9S53BNSgMgiWZ { width:12.874375rem;height:1.29980625rem;top:171.5625rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #LhMT9mPD8yMpAbPQT6We2s7CcwBbED7H { width:9.6875rem;height:1.625rem;top:169.9375rem;left:5.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiKyhD1DfkrTpMUFa8ktu1qb48ZiUOyL { width:13.2498125rem;height:1.29980625rem;top:220.93643188476rem;left:3.3745663762093rem;font-size:1rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf { display:block; }#IPK7eH27S7UmS3dQLGtmzaJv6ABGXHhf > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsAEBWqaEGykoTeH8pM5hSwUy3hhadG0 { width:16.0625rem;height:2.19360625rem;top:2.03125rem;left:1.96875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT16dC3hgmANZH6uvRUsOsP2MBD1zBWh { width:16.6873125rem;height:8.6246875rem;top:3.4375138282776rem;left:1.6558160781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzb4gLfHHnaEWlFTM7759Sv32HtdSb3S { width:9.375rem;height:3.56174375rem;top:11.436622619629rem;left:5.3125002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLDwFXQ32bT217F1rWsul9SZ29rubuPf { width:11.25rem;height:1.749675rem;top:18.030598640442rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #coUEaCnpfiINGu3K6QVNfT9cQe6tNweh { width:18.125rem;height:3.5rem;top:21.436096191406rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnyStZt09muZPK3Rby8QCvHmnkGlLv4c { width:10.625rem;height:2.7960853343314rem;top:26.860139941406rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXvmvGAtsHUZZ8hPBSlNWdQ5uwsyXVWh { width:4.4375rem;height:4.4375rem;top:31.030821191406rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { width:20rem;height:2.5996125rem;top:3.9625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbipMHZuDKOBTEMTCC41o64vODrThdTZ { width:8.25rem;height:0.375rem;top:7.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { width:18.2498125rem;height:3.41161875rem;top:10.435111999512rem;left:0.87456601858137rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { width:20rem;height:1.4624rem;top:1.8750133514404rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-form-header {  }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:16.25rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:16.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left: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.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:16.25rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-checkbox { width:1rem;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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#0a4e53;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left: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:0.9375rem;font-weight:bold;color:#f2f9ff;width:16.25rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15rem;overflow:hidden;font-style:normal; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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.5; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container:first-of-type{padding-top:0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container:last-of-type{padding-bottom:0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0.62500005960463rem;top:26.873933792114rem;z-index:15015; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.25rem;display:block;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0.62500005960463rem;top:26.873933792114rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU { z-index:2; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM {  }
 }@media only screen and (max-width: 763px) { #iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { width:20rem;height:20.4375rem;top:22.062194824219rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(296deg, #63afb6, #0b5f66);background-image: -moz-linear-gradient(296deg, #63afb6, #0b5f66);background-image: -ms-linear-gradient(296deg, #63afb6, #0b5f66);background-image: -o-linear-gradient(296deg, #63afb6, #0b5f66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#63afb6', endColorstr='#0b5f66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#63afb6', endColorstr='#0b5f66' );";background-image: linear-gradient(296deg, #63afb6, #0b5f66);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { width:17.9373125rem;height:2.4375rem;top:23.468425095081rem;left:1.0308160185814rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIUcdmth8JfmqcmowhLo21XIXMgx2vJU { width:16.9998125rem;height:3.56174375rem;top:15.625rem;left:1.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #hzTgW3gNZWNCP19qEtL8Uus2WdCbg7SE { display:block; }
 }@media only screen and (max-width: 763px) { #GXKUadUE4ldn10iriDnv1UE3DTcaD4V2 { width:14.124875rem;height:2.5996125rem;top:16.125rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #XGQDZE499iPEBMfq3eK0t6cd6TRF3go6 { width:11.624375rem;height:2.74956875rem;top:44.998917877674rem;left:4.1872833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf58i6NONfubTihrOLuCTPETo55QLKLE { display:block; }
 }@media only screen and (max-width: 763px) { #eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q { display:block; }#eaDoMU3pGTSPGTVzP4Or8dc3upRONf0Q > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDTlIUCsAeEZsGqbxb0ATe94l3MKUUGE { width:12.5rem;height:1.381225rem;top:1.25rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GesprRpvP6gmDbnOzT8U1H9T7dUFmppw { width:15.4373125rem;height:4.875rem;top:10.875rem;left:2.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wq3CtitAyWnCdb7i8INTPTCFtGkvVWQC { width:15.625rem;height:1.54358125rem;top:7.6875rem;left:2.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#f3f7fa;display:block; }
 }@media only screen and (max-width: 763px) { #TvGo1cSFKfTL45wEde5z8cEHkbLrcb0X { width:18.8115rem;height:1.29980625rem;top:30.498657226562rem;left:0.59326171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MC1W8mFFSiZ0hOc1a0MfmttsK4X12OBD { width:9.5625rem;height:3.4375rem;top:16.5625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeX4kwd36ZohHu6CkgEQK6WcXxdneFIM { display:block; }
 }@media only screen and (max-width: 763px) { #VOGwvosm7M5UuRDJNNt1nDLz37gBXuJn { width:9.5621875rem;height:3.4375rem;top:19.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpK5ooEk2kK4NwOMisIzzEIEux1OQZSk { display:block; }
 }@media only screen and (max-width: 763px) { #FAveL1hxlXRuZqiCsoDIwqyvS4mgnlxz { width:7.562375rem;height:3.4375rem;top:22.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTOTbeusCQ7gnPcL2dpsDhCbULKuivxH { display:block; }
 }@media only screen and (max-width: 763px) { #xN8ITGwZrNI1gmXeuXnI5JRSIQFPJSCf { display:flex;width:2.1875rem;height:2.1875rem;top:3.8125rem;left:7.125rem; }
#xN8ITGwZrNI1gmXeuXnI5JRSIQFPJSCf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #S0IRD61yUD893KiKcdG4tvqUqZQdTwZz { display:flex;width:2.1875rem;height:2.1875rem;top:3.8125rem;left:3.75rem; }
#S0IRD61yUD893KiKcdG4tvqUqZQdTwZz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TwDZtnqWukzn9R47cp4RRXw4QO2mgcWt { display:flex;width:2.1875rem;height:2.1875rem;top:3.8125rem;left:14.0625rem; }
#TwDZtnqWukzn9R47cp4RRXw4QO2mgcWt > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #MIHQqe5ieNlk0NtJbsOQ0vhq8iFoNoK8 { display:flex;width:2.1875rem;height:2.1875rem;top:3.8125rem;left:10.625rem; }
#MIHQqe5ieNlk0NtJbsOQ0vhq8iFoNoK8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #NnvfNLnyrCMXn1UFfVKSHzFKdpXelwFs { width:4.1870125rem;height:2.1875rem;top:26.874389648438rem;left:7.906494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGRo4DfPhEpFVzEpFkgsNTqzJeaaev5T { display:block; }
 }