.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { background-color: transparent; background-image: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container > .video-iframe-container { display: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container { display: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .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); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { border-width: 0; border-radius: 0; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#Edz1zGPmBo15QuAn05W29FUdeTXPbrFc { 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-sizing:border-box;color:#78959d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.3125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.56214375rem;left:14.25rem;display:block; }
#Ki989ladgkyu8CQy00rHT2WJz9Rc362P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DJGuK9Db5cCt9lXNFlfB0mBsr7b4nEys { 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-sizing:border-box;color:#78959d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.1875rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.56214375rem;left:22.6875rem;display:block; }
#AReayJQx1q5nzrXb7y6wf2hFMSSzvpsU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rBCor3qyI0nE62rcTtvSRfbS1a3MmHe3 { 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-sizing:border-box;color:#78959d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1868125rem;height:2.1875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.56214375rem;left:28.0625rem;display:block; }
#xE3IS3FV9ZUITzpySAuF2TyerSmpxOvy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NHn4dzOyEUXHUaCVsCGDnTsFmTxbsyA7 { 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-sizing:border-box;color:#78959d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:1.56214375rem;left:35.9375rem;display:block; }
#SU9DGhvxv198kqW8cZeaWm0tvulBggaa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WlllGDMcLhwwL5uTUGpfteKqftfknyuU { 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-sizing:border-box;color:#78959d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.1875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.56214375rem;left:42.25rem;display:block; }
#RKToAV5xWKyPZOePuk2CWUJt7K6VwauZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ilJxA4ZLIDh2rJdtv97ISn6GtGxgOCEd { 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-sizing:border-box;color:#78959d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:1.56214375rem;left:54.0625rem;display:block; }
#TyyPrX62BWmN7fqWNUGqwRz2mpgkcQla { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yUhAW0xHDHic4VzGzE7MW34XC6SqZhZX { box-sizing:content-box;color:#47bdff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:1.81214375rem;left:41.0625rem;display:block; }
#PCEXcHPbhTtk0vME5sgXOkn0uHJkyEcq { box-sizing:content-box;color:#47bdff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:1.81214375rem;left:53.375rem;display:block; }
#xOfy1UVPVKrCh2VxVVxwq2bwlGo8S6mF { box-sizing:content-box;color:#47bdff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:1.81214375rem;left:58.625rem;display:block; }
#fUWgqCp9ORCpWVHJ0Qhp424yz7l3PxAb { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:10.1875rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OwDjomgn/Banner_2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;position:relative;display:block; }#tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:11.768663406372rem;left:0rem;height:15.597625rem;font-style:normal;display:block; }
#rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:100001;line-height:1.7;letter-spacing:0;top:29.024524688721rem;left:0rem;height:5.41699375rem;font-style:normal;display:block; }
#rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { background-color:#47bdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.186875rem;height:2.99805rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:36.497398376465rem;left:0rem;display:block; }
#uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099d9;background-image:none;position:relative;display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { background-color: transparent; background-image: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container > .video-iframe-container { display: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container { display: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .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); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { border-width: 0; border-radius: 0; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:block; }#wgoGVNyhHG1ezMqghlLfKTcOQvzytCz2 { color:#124466;display:block;width:1.18696875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.875rem;left:28.25rem;height:3.25rem;font-style:normal;display:block; }
#I5uEAF6dzmIWPhbJV1xSVC1tDrAAn9OV { color:#999999;display:block;width:1.18696875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:13.875rem;left:29.375rem;height:3.25rem;font-style:normal;display:block; }
#TqRmqWS4yW8NR4RAeQhqdbEHySdNnJu1 { color:#999999;display:block;width:1.18696875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:13.8125rem;left:30.5625rem;height:3.25rem;font-style:normal;display:block; }
#cW45zAEtVOi4vAZ1zhRNLdZ1A0N6h3Ep { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.65625rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nlLtebJScLwZU8RMHS8idNMbBr9Eo5Rv { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:60rem;top:6.0319004058838rem;left:0rem;overflow:hidden;display:block; }
#ibC4a61dwZvQ4HbGbz8unBflVVmIm93X { color:#c9c82d;display:block;width:24.124375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:15.411243438721rem;left:35.874568939209rem;height:1.78125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DXpTyyyFzeaOGh1c7ufz0UNhd57PNVua { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099d9;background-image:none;position:relative;display:block; }#DXpTyyyFzeaOGh1c7ufz0UNhd57PNVua > .row .container { background-color: transparent; background-image: none; }#DXpTyyyFzeaOGh1c7ufz0UNhd57PNVua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXpTyyyFzeaOGh1c7ufz0UNhd57PNVua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXpTyyyFzeaOGh1c7ufz0UNhd57PNVua > .row .container > .video-iframe-container { display: none; }#DXpTyyyFzeaOGh1c7ufz0UNhd57PNVua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXpTyyyFzeaOGh1c7ufz0UNhd57PNVua > .row > .video-iframe-container { display: none; }#DXpTyyyFzeaOGh1c7ufz0UNhd57PNVua > .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); }#DXpTyyyFzeaOGh1c7ufz0UNhd57PNVua > .row .container { border-width: 0; border-radius: 0; }#DXpTyyyFzeaOGh1c7ufz0UNhd57PNVua > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#pdmdVxG2vKhMKFS7utB6RJXPTavMm9zJ { color:#999999;display:block;width:1.18696875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.875rem;left:28.25rem;height:3.25rem;font-style:normal;display:block; }
#NMiOyq0y8Z4m3pQszTNsec01EvKOBbtB { color:#005999;display:block;width:1.18696875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:13.875rem;left:29.375rem;height:3.25rem;font-style:normal;display:block; }
#JIr7hCDrGVTaoSpTUlSycoxSpGfw0S3m { color:#999999;display:block;width:1.18696875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:13.8125rem;left:30.5625rem;height:3.25rem;font-style:normal;display:block; }
#QCKos2aixGXdsoAWXeXNfh1GsFF8zxaz { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.65625rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WoXf8Gs21HHush8OKsDzsTDPTAO5hrNV { color:#c9c82d;display:block;width:24.124375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:14.608287811279rem;left:35.874568939209rem;height:1.78125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tU5hIyFOFx2B6tAm29dukePhmxOGsryL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tU5hIyFOFx2B6tAm29dukePhmxOGsryL > .row .container { background-color: transparent; background-image: none; }#tU5hIyFOFx2B6tAm29dukePhmxOGsryL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU5hIyFOFx2B6tAm29dukePhmxOGsryL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU5hIyFOFx2B6tAm29dukePhmxOGsryL > .row .container > .video-iframe-container { display: none; }#tU5hIyFOFx2B6tAm29dukePhmxOGsryL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU5hIyFOFx2B6tAm29dukePhmxOGsryL > .row > .video-iframe-container { display: none; }#tU5hIyFOFx2B6tAm29dukePhmxOGsryL > .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); }#tU5hIyFOFx2B6tAm29dukePhmxOGsryL > .row .container { border-width: 0; border-radius: 0; }#tU5hIyFOFx2B6tAm29dukePhmxOGsryL > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#Q617OT4bF1z8OdxlkQCq871xP56oTN9T { color:#124466;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.2322044372559rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#A0whJdtdWqIqJF3X5z0DEhGZTpp3i4MR { color:#124466;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:3.375rem;left:36.5625rem;height:1.69921875rem;font-style:normal;display:block; }
#oTkw5b18RDTgx0tV6UZNif5sJ9KEadVA { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.74913125rem;width:1.74913125rem;top:3.375rem;left:34.125rem;overflow:hidden;display:block; }
#v8qdsiJ3h2BV8TH7R2vTbzqWn3E9gfsf { color:#124466;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:5.0625rem;left:36.5625rem;height:1.69921875rem;font-style:normal;display:block; }
#lptpqymb2wD57fWiKxnVr1ua1DwfW4sD { color:#124466;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100005;line-height:1.7;letter-spacing:0;top:6.75rem;left:36.5625rem;height:1.69921875rem;font-style:normal;display:block; }
#pX6BW3bpnJ6KUuX7Wg6NC2Ticgtnh6to { color:#124466;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:8.5rem;left:36.5625rem;height:1.69921875rem;font-style:normal;display:block; }
#GmrVhKNWNd3l8CIqiECAyQIXLNT836n2 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.74805rem;width:1.74805rem;top:5.0625rem;left:34.125rem;overflow:hidden;display:block; }
#n97bAy5ybTAfVbf0PqiySrzF1fvlXDiE { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.74805rem;width:1.74805rem;top:6.75rem;left:34.125rem;overflow:hidden;display:block; }
#RTK6akPztdIwzfXivI5dwoiecFqKWzh0 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.74805rem;width:1.74805rem;top:8.5rem;left:34.125rem;overflow:hidden;display:block; }
#l2JOPU4fGl2O2HZc29ugwaS2bEXWTmVu { color:#124466;display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:6.3298587799075rem;left:0rem;height:3.9375rem;font-style:normal;display:block; }
#xkMhDLNWKTGFl4Zc6suTOVL3iRJTFitH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xkMhDLNWKTGFl4Zc6suTOVL3iRJTFitH > .row .container { background-color: transparent; background-image: none; }#xkMhDLNWKTGFl4Zc6suTOVL3iRJTFitH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkMhDLNWKTGFl4Zc6suTOVL3iRJTFitH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkMhDLNWKTGFl4Zc6suTOVL3iRJTFitH > .row .container > .video-iframe-container { display: none; }#xkMhDLNWKTGFl4Zc6suTOVL3iRJTFitH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkMhDLNWKTGFl4Zc6suTOVL3iRJTFitH > .row > .video-iframe-container { display: none; }#xkMhDLNWKTGFl4Zc6suTOVL3iRJTFitH > .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); }#xkMhDLNWKTGFl4Zc6suTOVL3iRJTFitH > .row .container { border-width: 0; border-radius: 0; }#xkMhDLNWKTGFl4Zc6suTOVL3iRJTFitH > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:60rem;position:relative;display:block; }#L48fpK4qoE6uCNKJa4uCTntINzexhoA0 { color:#124466;display:block;width:22.1245625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.3695755004883rem;left:0rem;height:5.19748125rem;font-style:normal;display:block; }
#cG3lXA1zqTs0Nr6WsLOnWEcXwUaWiLdh { color:#124466;display:block;width:26.8115rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:4.7167930603028rem;left:30.000001907349rem;height:4.50195rem;font-style:normal;display:block; }
#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { background-color: transparent; background-image: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container > .video-iframe-container { display: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container { display: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .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); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { border-width: 0; border-radius: 0; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:60rem;position:relative;display:block; }#LWzlA7Bb1bNGZdN5bhS8EOkwpXnpSKup { color:#124466;display:block;width:22.1245625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.3695755004883rem;left:0rem;height:5.19921875rem;font-style:normal;display:block; }
#D3wGTtldQwsWLVCE93Kk5AWTR6rkTLxX { color:#124466;display:block;width:24.124375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:3.2150611877441rem;left:30.000003814698rem;height:7.5rem;font-style:normal;display:block; }
#KSt5QvCsRTtGubKBGVvDO3ZTlIz1dk7t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KSt5QvCsRTtGubKBGVvDO3ZTlIz1dk7t > .row .container { background-color: transparent; background-image: none; }#KSt5QvCsRTtGubKBGVvDO3ZTlIz1dk7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSt5QvCsRTtGubKBGVvDO3ZTlIz1dk7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSt5QvCsRTtGubKBGVvDO3ZTlIz1dk7t > .row .container > .video-iframe-container { display: none; }#KSt5QvCsRTtGubKBGVvDO3ZTlIz1dk7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSt5QvCsRTtGubKBGVvDO3ZTlIz1dk7t > .row > .video-iframe-container { display: none; }#KSt5QvCsRTtGubKBGVvDO3ZTlIz1dk7t > .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); }#KSt5QvCsRTtGubKBGVvDO3ZTlIz1dk7t > .row .container { border-width: 0; border-radius: 0; }#KSt5QvCsRTtGubKBGVvDO3ZTlIz1dk7t > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#L2Sg3OZiXvCTWAog5leB3vfdmXHf4pBu { color:#124466;display:block;width:22.1235rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.6794700622559rem;left:0rem;height:2.59874375rem;font-style:normal;display:block; }
#wXDOGmqvHcSULASu7V9SSpLbi65Gxwbc { color:#124466;display:block;width:24.124375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:3.4765625rem;left:30.000001907349rem;height:3.0013rem;font-style:normal;display:block; }
#csOLgQSGUBWifHxGSfJWHHfDuoDrE4JP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#csOLgQSGUBWifHxGSfJWHHfDuoDrE4JP > .row .container { background-color: transparent; background-image: none; }#csOLgQSGUBWifHxGSfJWHHfDuoDrE4JP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csOLgQSGUBWifHxGSfJWHHfDuoDrE4JP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csOLgQSGUBWifHxGSfJWHHfDuoDrE4JP > .row .container > .video-iframe-container { display: none; }#csOLgQSGUBWifHxGSfJWHHfDuoDrE4JP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csOLgQSGUBWifHxGSfJWHHfDuoDrE4JP > .row > .video-iframe-container { display: none; }#csOLgQSGUBWifHxGSfJWHHfDuoDrE4JP > .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); }#csOLgQSGUBWifHxGSfJWHHfDuoDrE4JP > .row .container { border-width: 0; border-radius: 0; }#csOLgQSGUBWifHxGSfJWHHfDuoDrE4JP > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:60rem;position:relative;display:block; }#TNQIh0lLSkziVIxmKndq8a3IBqBSfUcq { color:#124466;display:block;width:22.1235rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.1282558441162rem;left:0rem;height:5.19748125rem;font-style:normal;display:block; }
#KsvlrxmUGo9ySZk6lb9MOmpr9d2TvTki { color:#124466;display:block;width:27.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:3.4765625rem;left:30.000001907349rem;height:4.50195rem;font-style:normal;display:block; }
#hyrgcilWH239XQMl4H0550vR16wB1x31 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#hyrgcilWH239XQMl4H0550vR16wB1x31 > .row .container { background-color: transparent; background-image: none; }#hyrgcilWH239XQMl4H0550vR16wB1x31::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyrgcilWH239XQMl4H0550vR16wB1x31 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyrgcilWH239XQMl4H0550vR16wB1x31 > .row .container > .video-iframe-container { display: none; }#hyrgcilWH239XQMl4H0550vR16wB1x31 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyrgcilWH239XQMl4H0550vR16wB1x31 > .row > .video-iframe-container { display: none; }#hyrgcilWH239XQMl4H0550vR16wB1x31 > .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); }#hyrgcilWH239XQMl4H0550vR16wB1x31 > .row .container { border-width: 0; border-radius: 0; }#hyrgcilWH239XQMl4H0550vR16wB1x31 > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#g2RnBFyiiG94UtunDsGdfaz25R1BMm70 { color:#124466;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.7482604980469rem;left:0rem;height:6.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BBwqyDl5a8HN035eUAl1RyKrsesB4oE4 { background-color:#47bdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.311875rem;height:3.18685rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:17.938369750976rem;left:19.343536376953rem;display:block; }
#r2vfVazXxRyHhrKoaunctqI1RiO83AIP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lArWcCBab0UOXuCwIv0Ndmll5WU9K9vh { color:#124466;display:block;width:46.936875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:11.963975906372rem;left:6.5310363769531rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#124466;background-image:none;position:relative;display:block; }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row .container { background-color: transparent; background-image: none; }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row .container > .video-iframe-container { display: none; }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row > .video-iframe-container { display: none; }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .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); }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row .container { border-width: 0; border-radius: 0; }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#cWNk7M0o8LZs17UQf0z7Rlyu27PdtvRB { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5810546875rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#A5c5geBThHN5BI0WGgaAyF4lKfnq3xH4 { color:#ffffff;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:100003;line-height:1.7;letter-spacing:0;top:3.9423828125rem;left:0rem;height:8.17578125rem;font-style:normal;display:block; }
#ahlrf6wAKMzLENqT4QVrcVbUS4cnHMJH { color:#ffffff;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:14.95703125rem;left:13rem;height:1.16861875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Edz1zGPmBo15QuAn05W29FUdeTXPbrFc { width:9.6875rem;height:2.25rem;top:1.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki989ladgkyu8CQy00rHT2WJz9Rc362P { display:block; }
 }@media only screen and (max-width: 763px) { #DJGuK9Db5cCt9lXNFlfB0mBsr7b4nEys { width:6.5625rem;height:2.1875rem;top:1.5rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AReayJQx1q5nzrXb7y6wf2hFMSSzvpsU { display:block; }
 }@media only screen and (max-width: 763px) { #rBCor3qyI0nE62rcTtvSRfbS1a3MmHe3 { width:9.125rem;height:2.1875rem;top:1.5rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE3IS3FV9ZUITzpySAuF2TyerSmpxOvy { display:block; }
 }@media only screen and (max-width: 763px) { #NHn4dzOyEUXHUaCVsCGDnTsFmTxbsyA7 { width:6.4375rem;height:2.1875rem;top:1.5rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU9DGhvxv198kqW8cZeaWm0tvulBggaa { display:block; }
 }@media only screen and (max-width: 763px) { #WlllGDMcLhwwL5uTUGpfteKqftfknyuU { width:11.6875rem;height:2.1875rem;top:1.5rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKToAV5xWKyPZOePuk2CWUJt7K6VwauZ { display:block; }
 }@media only screen and (max-width: 763px) { #ilJxA4ZLIDh2rJdtv97ISn6GtGxgOCEd { width:5.4375rem;height:2.1875rem;top:1.5rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyyPrX62BWmN7fqWNUGqwRz2mpgkcQla { display:block; }
 }@media only screen and (max-width: 763px) { #yUhAW0xHDHic4VzGzE7MW34XC6SqZhZX { top:1.75rem;left:34.9375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCEXcHPbhTtk0vME5sgXOkn0uHJkyEcq { top:1.75rem;left:46.5rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOfy1UVPVKrCh2VxVVxwq2bwlGo8S6mF { top:1.75rem;left:46.5rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUWgqCp9ORCpWVHJ0Qhp424yz7l3PxAb { top:0.8125rem;left:0rem;width:10.1875rem;height:2.4370136030111rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { top:11.75rem;left:0rem;width:37.1875rem;height:15.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { top:29rem;left:0rem;width:27.8125rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { width:13.125rem;height:2.9375rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block; }
 }@media only screen and (max-width: 763px) { #Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgoGVNyhHG1ezMqghlLfKTcOQvzytCz2 { top:13.875rem;left:22.125rem;width:1.125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5uEAF6dzmIWPhbJV1xSVC1tDrAAn9OV { top:13.875rem;left:23.25rem;width:1.125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqRmqWS4yW8NR4RAeQhqdbEHySdNnJu1 { top:13.8125rem;left:24.4375rem;width:1.125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW45zAEtVOi4vAZ1zhRNLdZ1A0N6h3Ep { top:2.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlLtebJScLwZU8RMHS8idNMbBr9Eo5Rv { top:6rem;left:0rem;width:47.75rem;height:6.71484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibC4a61dwZvQ4HbGbz8unBflVVmIm93X { top:15.375rem;left:23.6875rem;width:24.0625rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXpTyyyFzeaOGh1c7ufz0UNhd57PNVua { display:block; }#DXpTyyyFzeaOGh1c7ufz0UNhd57PNVua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdmdVxG2vKhMKFS7utB6RJXPTavMm9zJ { top:13.875rem;left:22.125rem;width:1.125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMiOyq0y8Z4m3pQszTNsec01EvKOBbtB { top:13.875rem;left:23.25rem;width:1.125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIr7hCDrGVTaoSpTUlSycoxSpGfw0S3m { top:13.8125rem;left:24.4375rem;width:1.125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCKos2aixGXdsoAWXeXNfh1GsFF8zxaz { top:2.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoXf8Gs21HHush8OKsDzsTDPTAO5hrNV { top:14.5625rem;left:23.6875rem;width:24.0625rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU5hIyFOFx2B6tAm29dukePhmxOGsryL { display:block; }#tU5hIyFOFx2B6tAm29dukePhmxOGsryL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q617OT4bF1z8OdxlkQCq871xP56oTN9T { top:3.1875rem;left:0rem;width:30.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0whJdtdWqIqJF3X5z0DEhGZTpp3i4MR { top:3.375rem;left:27.375rem;width:14.0625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTkw5b18RDTgx0tV6UZNif5sJ9KEadVA { top:3.375rem;left:24.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8qdsiJ3h2BV8TH7R2vTbzqWn3E9gfsf { top:5.0625rem;left:27.375rem;width:14.0625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lptpqymb2wD57fWiKxnVr1ua1DwfW4sD { top:6.75rem;left:27.375rem;width:13.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX6BW3bpnJ6KUuX7Wg6NC2Ticgtnh6to { top:8.5rem;left:27.375rem;width:13.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmrVhKNWNd3l8CIqiECAyQIXLNT836n2 { top:5.0625rem;left:24.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n97bAy5ybTAfVbf0PqiySrzF1fvlXDiE { top:6.75rem;left:24.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTK6akPztdIwzfXivI5dwoiecFqKWzh0 { top:8.5rem;left:24.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2JOPU4fGl2O2HZc29ugwaS2bEXWTmVu { top:6.3125rem;left:0rem;width:27.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkMhDLNWKTGFl4Zc6suTOVL3iRJTFitH { display:block; }#xkMhDLNWKTGFl4Zc6suTOVL3iRJTFitH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L48fpK4qoE6uCNKJa4uCTntINzexhoA0 { top:4.3125rem;left:0rem;width:22.0625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG3lXA1zqTs0Nr6WsLOnWEcXwUaWiLdh { top:4.6875rem;left:21rem;width:26.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWzlA7Bb1bNGZdN5bhS8EOkwpXnpSKup { top:4.3125rem;left:0rem;width:22.0625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3wGTtldQwsWLVCE93Kk5AWTR6rkTLxX { top:3.1875rem;left:23.625rem;width:24.0625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSt5QvCsRTtGubKBGVvDO3ZTlIz1dk7t { display:block; }#KSt5QvCsRTtGubKBGVvDO3ZTlIz1dk7t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2Sg3OZiXvCTWAog5leB3vfdmXHf4pBu { top:3.625rem;left:0rem;width:22.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXDOGmqvHcSULASu7V9SSpLbi65Gxwbc { top:3.4375rem;left:23.6875rem;width:24.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csOLgQSGUBWifHxGSfJWHHfDuoDrE4JP { display:block; }#csOLgQSGUBWifHxGSfJWHHfDuoDrE4JP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNQIh0lLSkziVIxmKndq8a3IBqBSfUcq { top:3.125rem;left:0rem;width:22.0625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsvlrxmUGo9ySZk6lb9MOmpr9d2TvTki { top:3.4375rem;left:20.1875rem;width:27.5625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyrgcilWH239XQMl4H0550vR16wB1x31 { display:block; }#hyrgcilWH239XQMl4H0550vR16wB1x31 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2RnBFyiiG94UtunDsGdfaz25R1BMm70 { top:4.6875rem;left:0rem;width:47.75rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBwqyDl5a8HN035eUAl1RyKrsesB4oE4 { width:21.25rem;height:3.125rem;top:17.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2vfVazXxRyHhrKoaunctqI1RiO83AIP { display:block; }
 }@media only screen and (max-width: 763px) { #lArWcCBab0UOXuCwIv0Ndmll5WU9K9vh { top:11.9375rem;left:0rem;width:46.875rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF { display:block; }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWNk7M0o8LZs17UQf0z7Rlyu27PdtvRB { top:1.5625rem;left:0rem;width:17.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5c5geBThHN5BI0WGgaAyF4lKfnq3xH4 { top:3.9375rem;left:0rem;width:34rem;height:8.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahlrf6wAKMzLENqT4QVrcVbUS4cnHMJH { top:14.9375rem;left:6.875rem;width:34rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { position:relative;z-index:auto;display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Edz1zGPmBo15QuAn05W29FUdeTXPbrFc { width:3.9375rem;height:2.1875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki989ladgkyu8CQy00rHT2WJz9Rc362P { display:block; }
 }@media only screen and (max-width: 763px) { #DJGuK9Db5cCt9lXNFlfB0mBsr7b4nEys { width:6.5625rem;height:2.1875rem;top:11.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AReayJQx1q5nzrXb7y6wf2hFMSSzvpsU { display:block; }
 }@media only screen and (max-width: 763px) { #rBCor3qyI0nE62rcTtvSRfbS1a3MmHe3 { width:9.125rem;height:2.1875rem;top:14.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE3IS3FV9ZUITzpySAuF2TyerSmpxOvy { display:block; }
 }@media only screen and (max-width: 763px) { #NHn4dzOyEUXHUaCVsCGDnTsFmTxbsyA7 { width:6.4375rem;height:2.1875rem;top:18.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU9DGhvxv198kqW8cZeaWm0tvulBggaa { display:block; }
 }@media only screen and (max-width: 763px) { #WlllGDMcLhwwL5uTUGpfteKqftfknyuU { width:11.6875rem;height:2.1875rem;top:24.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKToAV5xWKyPZOePuk2CWUJt7K6VwauZ { display:block; }
 }@media only screen and (max-width: 763px) { #ilJxA4ZLIDh2rJdtv97ISn6GtGxgOCEd { width:5.4375rem;height:2.1875rem;top:30.125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyyPrX62BWmN7fqWNUGqwRz2mpgkcQla { display:block; }
 }@media only screen and (max-width: 763px) { #yUhAW0xHDHic4VzGzE7MW34XC6SqZhZX { width:1.25rem;height:1.25rem;top:21.6875rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCEXcHPbhTtk0vME5sgXOkn0uHJkyEcq { width:1.25rem;height:1.25rem;top:27.625rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOfy1UVPVKrCh2VxVVxwq2bwlGo8S6mF { width:1.25rem;height:1.25rem;top:33.5625rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUWgqCp9ORCpWVHJ0Qhp424yz7l3PxAb { width:10.1875rem;height:2.4375rem;top:7.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uxggADks/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,37,174,0.72); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,37,174,0.72); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { width:20rem;height:4.7125rem;top:3.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { width:19.625rem;height:10.8375rem;top:11.75rem;left:0.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { width:16.25rem;height:3.8125rem;top:24.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block; }
 }@media only screen and (max-width: 763px) { #Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { width:20rem;height:79.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgoGVNyhHG1ezMqghlLfKTcOQvzytCz2 { width:1.125rem;height:0;top:9.16124375rem;left:9.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5uEAF6dzmIWPhbJV1xSVC1tDrAAn9OV { width:1.125rem;height:0;top:13.661025rem;left:9.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqRmqWS4yW8NR4RAeQhqdbEHySdNnJu1 { width:1.125rem;height:0;top:18.16080625rem;left:9.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cW45zAEtVOi4vAZ1zhRNLdZ1A0N6h3Ep { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlLtebJScLwZU8RMHS8idNMbBr9Eo5Rv { width:20rem;height:2.8125rem;top:5.09874375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibC4a61dwZvQ4HbGbz8unBflVVmIm93X { width:20rem;height:0;top:22.6605875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DXpTyyyFzeaOGh1c7ufz0UNhd57PNVua { display:block; }#DXpTyyyFzeaOGh1c7ufz0UNhd57PNVua > .row .container { width:20rem;height:79.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdmdVxG2vKhMKFS7utB6RJXPTavMm9zJ { width:1.125rem;height:0;top:5.09874375rem;left:9.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMiOyq0y8Z4m3pQszTNsec01EvKOBbtB { width:1.125rem;height:0;top:9.598525rem;left:9.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JIr7hCDrGVTaoSpTUlSycoxSpGfw0S3m { width:1.125rem;height:0;top:14.09830625rem;left:9.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCKos2aixGXdsoAWXeXNfh1GsFF8zxaz { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WoXf8Gs21HHush8OKsDzsTDPTAO5hrNV { width:20rem;height:0;top:18.5980875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tU5hIyFOFx2B6tAm29dukePhmxOGsryL { display:block; }#tU5hIyFOFx2B6tAm29dukePhmxOGsryL > .row .container { width:20rem;height:128.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q617OT4bF1z8OdxlkQCq871xP56oTN9T { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0whJdtdWqIqJF3X5z0DEhGZTpp3i4MR { width:14.0625rem;height:0;top:16.160375rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTkw5b18RDTgx0tV6UZNif5sJ9KEadVA { width:1.6875rem;height:1.6875rem;top:10.285375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8qdsiJ3h2BV8TH7R2vTbzqWn3E9gfsf { width:14.0625rem;height:0;top:22.04709375rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lptpqymb2wD57fWiKxnVr1ua1DwfW4sD { width:13.9375rem;height:0;top:24.9963125rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pX6BW3bpnJ6KUuX7Wg6NC2Ticgtnh6to { width:13.9375rem;height:0;top:30.88303125rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GmrVhKNWNd3l8CIqiECAyQIXLNT836n2 { width:1.6875rem;height:1.6875rem;top:13.222875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n97bAy5ybTAfVbf0PqiySrzF1fvlXDiE { width:1.6875rem;height:1.6875rem;top:19.10959375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTK6akPztdIwzfXivI5dwoiecFqKWzh0 { width:1.6875rem;height:1.6875rem;top:27.94553125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2JOPU4fGl2O2HZc29ugwaS2bEXWTmVu { width:20rem;height:0;top:5.09874375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkMhDLNWKTGFl4Zc6suTOVL3iRJTFitH { display:block; }#xkMhDLNWKTGFl4Zc6suTOVL3iRJTFitH > .row .container { width:20rem;height:128.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L48fpK4qoE6uCNKJa4uCTntINzexhoA0 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cG3lXA1zqTs0Nr6WsLOnWEcXwUaWiLdh { width:20rem;height:0;top:7.6964rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { width:20rem;height:128.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWzlA7Bb1bNGZdN5bhS8EOkwpXnpSKup { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3wGTtldQwsWLVCE93Kk5AWTR6rkTLxX { width:20rem;height:0;top:7.69856875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KSt5QvCsRTtGubKBGVvDO3ZTlIz1dk7t { display:block; }#KSt5QvCsRTtGubKBGVvDO3ZTlIz1dk7t > .row .container { width:20rem;height:128.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2Sg3OZiXvCTWAog5leB3vfdmXHf4pBu { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXDOGmqvHcSULASu7V9SSpLbi65Gxwbc { width:20rem;height:0;top:5.09874375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #csOLgQSGUBWifHxGSfJWHHfDuoDrE4JP { display:block; }#csOLgQSGUBWifHxGSfJWHHfDuoDrE4JP > .row .container { width:20rem;height:128.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNQIh0lLSkziVIxmKndq8a3IBqBSfUcq { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KsvlrxmUGo9ySZk6lb9MOmpr9d2TvTki { width:20rem;height:0;top:7.6964rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyrgcilWH239XQMl4H0550vR16wB1x31 { display:block; }#hyrgcilWH239XQMl4H0550vR16wB1x31 > .row .container { width:20rem;height:128.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2RnBFyiiG94UtunDsGdfaz25R1BMm70 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBwqyDl5a8HN035eUAl1RyKrsesB4oE4 { width:19rem;height:3.125rem;top:13.13585625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2vfVazXxRyHhrKoaunctqI1RiO83AIP { display:block; }
 }@media only screen and (max-width: 763px) { #lArWcCBab0UOXuCwIv0Ndmll5WU9K9vh { width:20rem;height:0;top:8.5112875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF { display:block; }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row .container { width:20rem;height:15.966825rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWNk7M0o8LZs17UQf0z7Rlyu27PdtvRB { width:17.625rem;height:0;top:1.25rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5c5geBThHN5BI0WGgaAyF4lKfnq3xH4 { width:20rem;height:0;top:4.12435rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahlrf6wAKMzLENqT4QVrcVbUS4cnHMJH { width:20rem;height:0;top:13.5492875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }