.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dee2eb;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; }#TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX > .row .container { background-color: transparent; background-image: none; }#TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX > .row .container > .video-iframe-container { display: none; }#TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX > .row > .video-iframe-container { display: none; }#TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX > .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); }#TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX > .row .container { border-width: 0; border-radius: 0; }#TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#HNFTB3PBoFAc70LHKxLSe3TsQ6JBMnbP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#0a73b0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sauce";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:1.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.625rem;left:45.5rem;display:block; }
#qggZTTaDxfSAg4dLgrs6v45bk3tEuIEL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZkqdEJg0tvTHObVV5z0rFTGG83Rrcbp { color:#21324d;display:block;width:9.125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:3.4375rem;left:45.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PvS50VqMimQrT90RhH5brRN2DQ0QGkUE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#0a73b0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sauce";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.625rem;left:58.625rem;display:block; }
#IPSTHwaek5VlRiWRblKa7xe1DVMIN9sw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XfAsh6ehdCgPfFPKGHekC4GpM2NZLTtT { color:#21324d;display:block;width:6.125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:3.4375rem;left:58.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AaQbpTU0V0NLCfQJ3Tuk6wBGbwezwsug { position:absolute;display:block;z-index:15064;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;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: none;height:3.5rem;width:6.1875rem;top:1.3125rem;left:68.6875rem;overflow:hidden;display:block; }
#xxF7sL30tia062Ed9IoGMROFaT0vmrXi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:3.0625rem;left:1.3125rem; }
#xxF7sL30tia062Ed9IoGMROFaT0vmrXi > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#rGJ0UVrzVntGsVCwFFvzuOSfxUi4c29S { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:3rem;left:3.4375rem; }
#rGJ0UVrzVntGsVCwFFvzuOSfxUi4c29S > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#oi2BhB25MiEZcB1pPb3xq8mnlxx5XM1M { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:3.0625rem;left:5.75rem; }
#oi2BhB25MiEZcB1pPb3xq8mnlxx5XM1M > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#m13oQiHpUaAoXP29kG6Z7zSTJZ2nXZHo { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:2.9375rem;left:7.8125rem; }
#m13oQiHpUaAoXP29kG6Z7zSTJZ2nXZHo > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#oi6i7NqFvMZar0zZuLFTK9hrQyZAGc7M { color:#21324d;display:block;width:5.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.3125rem;left:1.3125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003f66;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; }#yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP > .row .container { background-color: transparent; background-image: none; }#yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP > .row .container > .video-iframe-container { display: none; }#yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP > .row > .video-iframe-container { display: none; }#yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP > .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); }#yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP > .row .container { border-width: 0; border-radius: 0; }#yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#SQ2vZoWcAvgXgpOZgegmbayxI6wqp2E1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:2.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.75rem;left:34.8125rem;display:block; }
#yrOD4EdIBen4fklhUcZwxsVA3ZwHF2KC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zy2iB2pJJnkFhQ1SBIXalkOl1QsI04DK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.75rem;left:67.75rem;display:block; }
#qJ9IvIrq8il1C4Tcpgu1OqsZ5Dp6IeL1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lcG8QZe5hLvxv3MLumfPqOp4htfsQPnU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:12.3125rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#a2NPUhEXPnu588unSSWaP2GU3mPDPb7r { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.75rem;left:49rem;display:block; }
#bMwsxUteHDCKpMfBDU7sa0IoISBRVo7R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xGlyQ70XG9Wm7WmS6Uld4tdiXUsVZRmV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.416rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.75rem;left:40.5625rem;display:block; }
#pLUCabygneKwbF7G0733coUyuQKQ8MQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQwaX1rpTnZ8eV0wtVoaucAdknT8z9z2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.75rem;left:57.625rem;display:block; }
#bmi6AL5dImUaerNxhwTUcXxaIedwi0G6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dee2eb;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; }#wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW > .row .container { background-color: transparent; background-image: none; }#wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW > .row .container > .video-iframe-container { display: none; }#wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW > .row > .video-iframe-container { display: none; }#wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW > .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); }#wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW > .row .container { border-width: 0; border-radius: 0; }#wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#qV5It3q8sWZ6FKyvFcPDKGAD94VRBQ25 { color:#21324d;display:block;width:26.0625rem;position:absolute;font-family:"open sauce";font-size:0.9375rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:2.5rem;left:17.125rem;height:1.40625rem;font-style:normal;display:block; }
#rNcMiloc6xGvRTNteqstEHwEorOAfI7p { background-color:#dee2eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #003f66;border-left:0.0625rem solid #003f66;border-right:0.0625rem solid #003f66;border-bottom:0.0625rem solid #003f66;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#003f66;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2rem;left:46.125rem;display:block; }
#vl1Tvv7TksAaTOwuRKldLRnhHClv0Wxd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003f66;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; }#xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB > .row .container { background-color: transparent; background-image: none; }#xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB > .row .container > .video-iframe-container { display: none; }#xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB > .row > .video-iframe-container { display: none; }#xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB > .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); }#xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB > .row .container { border-width: 0; border-radius: 0; }#xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#Xkx2d3zbC9WeBBKVv85Po5dXOQR4xOTs { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:4.4375rem;left:13.4375rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Reo9E9mTptIrpMTuuP0wdFuTlSSeyfPD { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.375rem;left:14.5625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/wZrKG4N7/Medicine_bg.jpg");background-position:top center !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; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU.adaptive-delivery-prevent-bg, #PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU.lazyload, #PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU.lazyloading { background-image: none; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row .container { background-color: transparent; background-image: none; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #003f66; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row .container > .video-iframe-container { display: none; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #003f66; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row > .video-iframe-container { display: none; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .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); }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row .container { border-width: 0; border-radius: 0; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:75rem;position:relative;display:block; }#EsW1pAhFXAgdVRq1fztzMMaQ0Tnr369t { color:#ffffff;display:block;width:32.9375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:400;z-index:15033;line-height:.9;letter-spacing:0;top:4.875rem;left:2.3125rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UMPTbKwUOM3bdosR7B6uuTxqLklhzrsp { z-index:15076;top:22.1875rem;left:101.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #4facfe;border-left:0.0625rem solid #4facfe;border-right:0.0625rem solid #4facfe;border-bottom:0.0625rem solid #4facfe;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#4facfe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#tRczbZTvF4VcnIIXWiXOC7tBbi27S4Fc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GIif4gLZzUt1uMP5sJEID3TZ0KLoinSb { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:9.25rem;left:2.3125rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-form-header {  }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:300;color:#ffffff;width:30.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:center;text-align-last:center;line-height:2;overflow:hidden; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-text { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:30.4375rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:rubik;text-align:center;text-align-last:center;line-height:1.5; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-text {padding-top: 0; padding-bottom: 0;}#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-textarea { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:30.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:rubik;text-align:center;text-align-last:center;line-height:1.5; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:rubik;font-size:0.875rem;overflow:hidden; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-select {padding-top: 0; padding-bottom: 0;}#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-button { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;background-color:#003f66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:30.4375rem;height:3.125rem;font-family:lato;overflow:hidden; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0);font-family:rubik;font-size:0.875rem; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0);font-family:rubik;font-size:0.875rem; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0);font-family:rubik;font-size:0.875rem; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0);font-family:rubik;font-size:0.875rem; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .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:lato;line-height:1.5;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:29rem;overflow:hidden;font-style:normal; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .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; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .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:rubik;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-container:first-of-type{padding-top:0;}#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-container:last-of-type{padding-bottom:0;}#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.875rem;left:39.375rem; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.4375rem; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-info-text { display:block;height:auto;font-family:rubik;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS {display:block;}#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.875rem;left:39.375rem; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #GfR7JN3L3opC0rgBq8ncrbqwqhcD5qXu { position:relative; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #pfOF3LsE9xgUi4DhAQwCTuD33Q99tCVT { position:relative;display:block; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #bwmy3lSpG2qTuFqSB5xa8hDqHWhaVV5m { position:relative; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #pRCdBZSMuqDKC6Sk1ZUtGknc36cATLxx { position:relative; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #AqMIHuNHH6tRSfl9xLZT0GvhhH2NZpqB { position:relative;display:block; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #MnyGwwT4sUkoMopQHKrid2l0Ns3x4HJ8 { position:relative; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #xeTDTfXbRG8qKniUEKX8hrCvqtpmf3Cx { position:relative; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #dam1GZveARRPrwKs8qIwg4ZTXh202Ubz { position:relative;display:block; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #S3SbROcgxVxKEpSraiWeym8hrhMqz0Dc { position:relative; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #ar7lcHWZFgH0yJWaILnAHaoDEssAkpTF { position:relative; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #s4WLc3iNmwZ5MGStQT0N8C2CTWxFc2kq { position:relative;display:block; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #qaH1RSNBMsLqctHr7oSvqdzpLx1bE2Cm { position:relative; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #Aep21VgTIuv217fUgXaRStOJrcxzgJ6R { position:relative; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #NRUcXET5SHX0lWszQQJ1abaTOPhpiCrH { position:relative;display:block; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #C3BHiEqiQQDfLidEhFhQuLpx9NdDmvRG { position:relative; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #nCXJoTmDQFRkHmLhB61PRiWrofsLnykO { position:relative; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #DOMXvLxLLmmC35mbT27WR0GT9NzpTNWB { position:relative;z-index:2; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #svurtbZ1t0v3oCTXQ3lNm88yvtCAZeWa { position:relative; }
#g47qNSSB1h9u0QwdTyZ98ZFTQy9mKLi6 { position:relative;display:block;z-index:100000;display:block; }
#VlyqfVg5CQCTnsHWkI5NSgr9PhsIhtZI { position:relative;display:block;z-index:100000;display:block; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #LTa8qo2OVHZOCtudkdJTBXqmpApFLCFd { position:relative; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #TwT0ZVDJ96EMEM57sORobbfn4TBqELxn { position:relative; }
#tdiEdOLSUHXCG2FK6e8yBvkFqeohw7yb { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:42.375rem;left:2.3125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fsQy17HUmHQVdnGwSVOtEmQgI8vGm4iv { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:12.5625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:48.9375rem;left:2.3125rem;display:block; }
#zlDJakAI3XXiDy3u0p9T07tz89f9LAVR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oorga7JP9TXH5snxE2zE31uKafcoURZR { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(82,83,84,0.54);border-left:0.0625rem solid rgba(82,83,84,0.54);border-right:0.0625rem solid rgba(82,83,84,0.54);border-bottom:0.0625rem solid rgba(82,83,84,0.54);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: none;height:20.3125rem;width:28.125rem;top:18.75rem;left:2.3125rem;display:block; }
#bTzckzm5TTBDSxNp4HK0vraDEasDVnfe { position:absolute;display:block;z-index:15048;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.625rem;width:5.625rem;top:20.5625rem;left:4.75rem;overflow:hidden;display:block; }
#LGuTkEGtQ4wVuHDAoBTM4yMhPvTIAV2T { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:20.5625rem;left:12.0625rem;height:16.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mskA459vEkWHcGUrwGtoklZZgxAJ9nyX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fc;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; }#mskA459vEkWHcGUrwGtoklZZgxAJ9nyX > .row .container { background-color: transparent; background-image: none; }#mskA459vEkWHcGUrwGtoklZZgxAJ9nyX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mskA459vEkWHcGUrwGtoklZZgxAJ9nyX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mskA459vEkWHcGUrwGtoklZZgxAJ9nyX > .row .container > .video-iframe-container { display: none; }#mskA459vEkWHcGUrwGtoklZZgxAJ9nyX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mskA459vEkWHcGUrwGtoklZZgxAJ9nyX > .row > .video-iframe-container { display: none; }#mskA459vEkWHcGUrwGtoklZZgxAJ9nyX > .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); }#mskA459vEkWHcGUrwGtoklZZgxAJ9nyX > .row .container { border-width: 0; border-radius: 0; }#mskA459vEkWHcGUrwGtoklZZgxAJ9nyX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mskA459vEkWHcGUrwGtoklZZgxAJ9nyX > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#xOczyX4t7uLfucDV5csKTTQke8o2zlkU { color:#021631;display:block;width:49.5rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:6rem;left:12.75rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fc;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; }#V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR > .row .container { background-color: transparent; background-image: none; }#V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR > .row .container > .video-iframe-container { display: none; }#V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR > .row > .video-iframe-container { display: none; }#V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR > .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); }#V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR > .row .container { border-width: 0; border-radius: 0; }#V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#QZJQAIMqowBP1TwLQ2FVEJALMC0MKvcW { box-sizing:content-box;height:34.375rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:#003f66;background-image:none;top:1.4375rem;left:1.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#MqXgo05wxZbQThP6zpzXrbWzAAHCN3KU { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.6875rem;left:2.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Anae2KPrTJ4fTtVlrSRM3U2JlSSvX8ft { 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:15002;opacity:1;top:4.09375rem;left:3.90625rem; }
#tCMwwb3M9IbKg1DC5quqIpxTd4Tm5gQA { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:8.936767578125rem;left:2.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#d9DDrn7wvQ6lkovQqey8wMwUukhi6nLd { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:14.8583984375rem;left:2.5rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#q1SuLq6ZyZZD4Ux07FZTLmQZ5bAg0uxt { background-color:#003f66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.9365234375rem;left:52.6875rem;display:block; }
#F8T3kpAPLzApmHrmA2N8Dhc21XpZEbJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IKGVcl7F9O69XLIxU9obHHoOc8G94wok { box-sizing:content-box;height:34.375rem;width:22.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:1.4375rem;left:26.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#xXg33E7FTwKABpEBz1uDct2VnFiHcqwC { color:#0a73b0;display:block;width:20.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:14.8583984375rem;left:27.5625rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G7hVdUbyF6ICmIbSvJBLF1877fsHCn04 { color:#003f66;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:8.9375rem;left:27.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SNJVKf48qAliKVh2G9KnTfJqL24bEIlE { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:2.6875rem;left:27.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#GKbJgCGbFzgHEh8OcID4slxn5Ge33IxS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.9375rem;left:28.75rem; }
#HGtalLVSO98hoMdC7Sle2BGHZ5U3vC9k { box-sizing:content-box;height:34.375rem;width:22.5rem;position:absolute;display:block;z-index:14999;background-color:#003f66;background-image:none;top:1.4375rem;left:51.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#hf8CtnX8RJBiXvDu0Tsk34umP3TKss8H { color:#ffffff;display:block;width:19.8735625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:14.8583984375rem;left:52.56298828125rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cUfV1wpfuPwo8dzpwfGgb1pL1yZfNmoA { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:8.9365234375rem;left:52.46826171875rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mAkQazOvbL0CbBNozNMOmfGTvZpk0wX7 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:2.6875rem;left:52.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#wHMHm73r151FW61fPDDuXZsDffQyVPMH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.9375rem;left:53.75rem; }
#u1CFVahOEb9NkGeglKJyRZxEi87EeZHl { background-color:#003f66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.9365234375rem;left:2.6875rem;display:block; }
#LAtQ3VHMk9AF9LvxUCsb1SdbIwvHpyci { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003f66;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; }#Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX > .row .container { background-color: transparent; background-image: none; }#Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX > .row .container > .video-iframe-container { display: none; }#Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX > .row > .video-iframe-container { display: none; }#Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX > .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); }#Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX > .row .container { border-width: 0; border-radius: 0; }#Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;line-height:1.5;overflow:hidden;height:auto;font-family:lato;color:#f6faf9;font-style:normal; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;line-height:1.5;overflow:hidden;height:auto;font-family:lato;color:#f6faf9;font-weight:300;font-style:normal; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_f9ab94f923582d8b9d3484f18a875f4a164bc63c.svg");background-size:contain !important; }#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW .accordion-trigger.adaptive-delivery-prevent-bg, #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW .accordion-trigger.lazyload, #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW .accordion-trigger.lazyloading { background-image: none; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW { box-sizing:content-box;height:auto;width:32.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.0937290191651rem;left:38.59375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-top-left-radius:2.8125rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #lrikwmrKJe9K6nGToFiTqrL9KEzdbiIp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #udRCirg6X8qr45zPikXERZp7KDpTBWRi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #H2p1PGTXPOxTcN4I2LdTJMp75cV2d1GC { display:block;position:relative; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #m1zBfbK9tVnUcR7VuGOMZAiQGywLZkHs {  }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #F3Ok2ydSwaylasREZIkdigwgJfRPwohR {  }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #Wv46IzrXlaVgWrLqGNQUFkZUcwfGk3dW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #oRSwBLVaZypJMDyXxJ9RcvcU4TJPMFTL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #TCpMPZJedVOnbQ6BK8kHvVaJNlKiFrI5 { display:block;position:relative; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #vTLMhOPebsf6MXFgxIoO3QEbXax1ul2D {  }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #buTEdmrREuyKxno3DWmQs1MPfuGNubFN { display:none; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #uXphypTvGSwd0BmPyXgunshtIK59XvMF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #cQBGPqbt5oVbigoNaETkwuMhuWsaNTM8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #wOSn37X4TeGz9IJaAXM5ilzul8MartFV { display:block;position:relative; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #RT2fgLyB4m5EFdgVUUybX8R1kRkTrt4z {  }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #AbxsU1bVBwFfQKinxJKdL2E0gTongdDW { display:none; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #qRtRx3nruv0qK4p2V1mOLqLIQ6n6lurE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #lUfqrLPx7Ub2oFiSxO1UCZE7Ff64JpPO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #TUxEkhBdcPK4qSXbZDEhmOELB69Zyr08 { display:block;position:relative; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #tQc7TCNNtNAL7vU6k825Eu7JGJQwBZid {  }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #kr8s92N8E9rKPktVzh9UWJZiGvQiDHH4 { display:none; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #JvEmXIUpWwJ9m4TZZmXuI3OGK0WyZV2B { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #PZJDamcpMGeh3LszIg71LFmqqfikZGG3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #eMB4tmLfugSD0OsMivC080OixxH89D6Z { display:block;position:relative; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #t03IvNAp0GCRycbcaAlufgzGe5Ko4pJT {  }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #r9ET7VX1OVuy9DDTVFFbK5PGHICT9XWK { display:none; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #cW2gKWscLKCz5KwRWZaFTMuZ5ddmkETf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #c2nn1oH6a2yvTiitVp3VCclOdAF9TPM7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #GJ8WDHAmh1BpfMRB6qJPWR2HTreeSoWl { display:block;position:relative; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #BgpIUTX4Xo3g95ltdMJM2I2VLEo2D7Tb {  }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #HKf7Sz2SrXbGuI9WAiOkgIXglrLi8CV4 { display:none; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #pzML5LPpT92HXgB3yhh4GO6CLhCVTznO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #scJH9L4ra3VZc5cFz1m4orX1qvefD1UJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #KorTHVaepNeCtupeWqPrXxtd3ydnFye9 { display:block;position:relative; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #VieqzPtoPNnI9PeZRWddASRIVm6wH03d {  }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #u7KB8ymzvNFfcPuJom0T0g04Ob3TuEbO { display:none; }
#LdDtzLKtHFhhCUBG0dvyTOWJJhVQGyp7 { color:#f6faf9;display:block;width:27.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:5.0625rem;left:2.5rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fc;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; }#Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu > .row .container { background-color: transparent; background-image: none; }#Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu > .row .container > .video-iframe-container { display: none; }#Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu > .row > .video-iframe-container { display: none; }#Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu > .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); }#Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu > .row .container { border-width: 0; border-radius: 0; }#Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#vOXCWX8R6N0OthXTXVADXHsIlo783bDp { color:#021631;display:block;width:10.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:3.1875rem;left:2.6875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#B0arAm5scw0LPy5FcAAvBDEwTq55U4Vw { color:#021631;display:block;width:68.4375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:6.8125rem;left:2.6875rem;height:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dEvilQvotqhULwgQf6S2DfkSHKU8ut2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fc;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; }#dEvilQvotqhULwgQf6S2DfkSHKU8ut2o > .row .container { background-color: transparent; background-image: none; }#dEvilQvotqhULwgQf6S2DfkSHKU8ut2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEvilQvotqhULwgQf6S2DfkSHKU8ut2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEvilQvotqhULwgQf6S2DfkSHKU8ut2o > .row .container > .video-iframe-container { display: none; }#dEvilQvotqhULwgQf6S2DfkSHKU8ut2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEvilQvotqhULwgQf6S2DfkSHKU8ut2o > .row > .video-iframe-container { display: none; }#dEvilQvotqhULwgQf6S2DfkSHKU8ut2o > .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); }#dEvilQvotqhULwgQf6S2DfkSHKU8ut2o > .row .container { border-width: 0; border-radius: 0; }#dEvilQvotqhULwgQf6S2DfkSHKU8ut2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEvilQvotqhULwgQf6S2DfkSHKU8ut2o > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#LFmALLBtfiQ09rRziFOkz8dKQA8keowf { box-sizing:content-box;height:28.75rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:#003f66;background-image:none;top:1.4375rem;left:1.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#sesTndSVe46xf1Dq2ZP6ViIcmGTZbhR1 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.6875rem;left:2.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#SuRRA4eyhgUA7vZasrmRRixcQv9m2omh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:3.9375rem;left:3.75rem; }
#iHmo6vXOX7Gab2M6TaDN5SuNq54oeo0E { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:8.936767578125rem;left:2.5rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JkNZQTMGU1uEslU9m9ZeizcTAAZnk5hT { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:12.2958984375rem;left:2.5927734375rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G3NQDk28Gdkei1DPTiVFQecMunNQc1ph { background-color:#003f66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.1240234375rem;left:52.6875rem;display:block; }
#lz3sKqzT5RbLlLeybwuylKD8Rqdk1xhg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xld3lHD1lRJIBOvfdSLGU52T1PiCTEfU { box-sizing:content-box;height:28.75rem;width:22.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:1.4375rem;left:26.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#TtrzbvlhQZE7erNZevh6Vk0oz3ZRa6dw { color:#0a73b0;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:12.061767578125rem;left:27.5rem;height:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#muSPe7Oor51ftZbJ1wHdlh23hTUVC2IX { color:#003f66;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:8.9375rem;left:27.5rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IWEsi6Oxh4SXgcpG2bKSxfdTKmNzaL5M { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:2.6875rem;left:27.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#SUT06oxhrPLV2l2tB4syrTRVEBgUJxAu { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.9375rem;left:28.75rem; }
#FgFTphpKtEKVD0SI8UhAkc1al0B8KKBA { box-sizing:content-box;height:28.75rem;width:22.5rem;position:absolute;display:block;z-index:14999;background-color:#003f66;background-image:none;top:1.4375rem;left:51.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#lfisO0dT9AL0ZLTaTFpUGwU0cv595XRA { color:#ffffff;display:block;width:19.874rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:12.375rem;left:52.5625rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pgDWcEezqDAAehQnPZrAfzLnUxD8LJh3 { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:8.936767578125rem;left:52.46826171875rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iSxbsHqJG9EmxiCINlTUZ4oEQztmm3uu { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:2.6875rem;left:52.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#nkqRtGn0pvFvgmVHiUTuhTANFwJbt9OJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.9375rem;left:53.75rem; }
#GSOLL4TV5z8nmRrP2i75W1q8fuwnkFJP { background-color:#003f66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.1240234375rem;left:2.5rem;display:block; }
#Tp10Llk1Z5EpdLgbr7IsMr5c5dhRM0f7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fc;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; }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row .container { background-color: transparent; background-image: none; }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row .container > .video-iframe-container { display: none; }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row > .video-iframe-container { display: none; }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .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); }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row .container { border-width: 0; border-radius: 0; }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#Vqs1MLOpXINZViqE7NLgvDVdCJOM6qay { color:#003f66;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:2.5625rem;left:2.4375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xXbsNqnNvzSuxIEezFHcrApeLpBmNmnA { color:#003f66;display:block;width:54.6875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:6.09375rem;left:2.4375rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fc;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; }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row .container { background-color: transparent; background-image: none; }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row .container > .video-iframe-container { display: none; }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row > .video-iframe-container { display: none; }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .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); }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row .container { border-width: 0; border-radius: 0; }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#qpKsfsTQgmx4ZlmEc1nJ8aT1G1cSyp0I { 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:2rem;width:7.875rem;top:4.6875rem;left:5.4375rem;overflow:hidden;display:block; }
#DL2d4UMOgbxkL4WXohpSfb8z60UTU96z { 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:2.125rem;width:7.0625rem;top:4.625rem;left:24.59375rem;overflow:hidden;display:block; }
#ChU6r1XE5UNv02ThUWwKBi69ETKEulQe { 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:2.6875rem;width:6.75rem;top:4.34375rem;left:43.5rem;overflow:hidden;display:block; }
#qg80C2pE2cgGn1pKSgPFuKiTEt3ZbBg9 { 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:1.9375rem;width:7.5625rem;top:4.71875rem;left:61.84375rem;overflow:hidden;display:block; }
#vxOF6mviIPE8QQggdykuz3JuElaw8NPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fc;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; }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row .container { background-color: transparent; background-image: none; }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row .container > .video-iframe-container { display: none; }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row > .video-iframe-container { display: none; }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .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); }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row .container { border-width: 0; border-radius: 0; }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#wrqsEWTbJBcGA1UyWXZBbAGuLuiqJq5J { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kyW5lOolTcM2I0oXKWTKTumJ6Jb2tdXq { color:#003f66;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fc;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; }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row .container { background-color: transparent; background-image: none; }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row .container > .video-iframe-container { display: none; }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row > .video-iframe-container { display: none; }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .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); }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row .container { border-width: 0; border-radius: 0; }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#XnrTZ5qfWEWRtuy372Ff7omKtKXSgByt { position:absolute;display:block;z-index:15100;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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;height:6.1875rem;width:5.625rem;top:2.75rem;left:6.1875rem;overflow:hidden;display:block; }
#mucNGNErh4pT18XdE6B0mPrntyOP1mDl { position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(82,83,84,0.54);border-left:0.0625rem solid rgba(82,83,84,0.54);border-right:0.0625rem solid rgba(82,83,84,0.54);border-bottom:0.0625rem solid rgba(82,83,84,0.54);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: none;height:9.125rem;width:28.125rem;top:1.1875rem;left:4.6875rem;display:block; }
#JGtHd2IwUHEpogp4o63gAQ1PkcrbBTv7 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:3.6875rem;left:13.0625rem;height:1.21875rem;font-style:normal;display:block; }
#FJKrZTSp0s1XNPxkK0pUtPv7tb2SzVaF { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:5.5rem;left:13.0625rem;height:2.4375rem;font-style:normal;display:block; }
#dXnTSWirJK9fXy6foBWZbgdTrPZq257v { position:absolute;display:block;z-index:15104;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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;height:6.1875rem;width:5.5625rem;top:2.8125rem;left:43.6875rem;overflow:hidden;display:block; }
#eMthuNfUIblzAm2khXeJHNVMJ17Pfc7Q { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(82,83,84,0.54);border-left:0.0625rem solid rgba(82,83,84,0.54);border-right:0.0625rem solid rgba(82,83,84,0.54);border-bottom:0.0625rem solid rgba(82,83,84,0.54);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: none;height:9.125rem;width:28.125rem;top:1.25rem;left:42.1875rem;display:block; }
#AkQ6TvzsqKPAkGiWMbvxvNH0qmq4JsM4 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:3.6875rem;left:50.375rem;height:1.21875rem;font-style:normal;display:block; }
#HVQ8FtE3zWI8FDzkFMygsNwGsJPhTJML { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:5.34375rem;left:50.375rem;height:3.65625rem;font-style:normal;display:block; }
#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fc;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; }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row .container { background-color: transparent; background-image: none; }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row .container > .video-iframe-container { display: none; }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row > .video-iframe-container { display: none; }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .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); }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row .container { border-width: 0; border-radius: 0; }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#spsF9x6hRBTvWUtTWoWP1oBSlXoZMc0x { position:absolute;display:block;z-index:15100;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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;height:6.1875rem;width:5.5625rem;top:2.75rem;left:6.1875rem;overflow:hidden;display:block; }
#dgqtKSTTitkwUddXZvkxwThTK0nThdN1 { position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(82,83,84,0.54);border-left:0.0625rem solid rgba(82,83,84,0.54);border-right:0.0625rem solid rgba(82,83,84,0.54);border-bottom:0.0625rem solid rgba(82,83,84,0.54);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: none;height:10rem;width:28.125rem;top:1.1875rem;left:4.6875rem;display:block; }
#Wq3HDhcerD5eAx8eqS1KRFnIht6cplc8 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:3.6875rem;left:13.0625rem;height:1.21875rem;font-style:normal;display:block; }
#K2Uwzs3SVDzighI8IqZBcwHGrhkgvoh1 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:5.5rem;left:13.0625rem;height:3.65625rem;font-style:normal;display:block; }
#u0mxJB9RqGp97gmw5rJU0LONgyt1v48O { position:absolute;display:block;z-index:15104;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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;height:6.1875rem;width:5.5625rem;top:2.8125rem;left:43.6875rem;overflow:hidden;display:block; }
#hF2TnILbmF2T7EZQDObEl5D3cMacmM5W { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(82,83,84,0.54);border-left:0.0625rem solid rgba(82,83,84,0.54);border-right:0.0625rem solid rgba(82,83,84,0.54);border-bottom:0.0625rem solid rgba(82,83,84,0.54);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: none;height:10rem;width:28.125rem;top:1.25rem;left:42.1875rem;display:block; }
#kKfRsF70GJvXiJ3h2cqdZVJ2dDKzrqBQ { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:3.6875rem;left:50.375rem;height:1.21875rem;font-style:normal;display:block; }
#zBPXCDFxlNCGlpxsxFq3PDM1zAbG7aV5 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:5.34375rem;left:50.375rem;height:4.875rem;font-style:normal;display:block; }
#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fc;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; }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row .container { background-color: transparent; background-image: none; }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row .container > .video-iframe-container { display: none; }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row > .video-iframe-container { display: none; }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .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); }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row .container { border-width: 0; border-radius: 0; }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#ET6KWSWIleLKTa5GbT34SLJBcLApULJ6 { position:absolute;display:block;z-index:15100;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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;height:6.1875rem;width:5.5625rem;top:2.75rem;left:6.1875rem;overflow:hidden;display:block; }
#AICBbv2MPBBZ6IGk21oZHxpe3PWgezLD { position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(82,83,84,0.54);border-left:0.0625rem solid rgba(82,83,84,0.54);border-right:0.0625rem solid rgba(82,83,84,0.54);border-bottom:0.0625rem solid rgba(82,83,84,0.54);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: none;height:14.0625rem;width:28.125rem;top:1.1875rem;left:4.6875rem;display:block; }
#WKasnruveFd61bGS64k3bXnwxIwUVJAh { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:3.6875rem;left:13.0625rem;height:1.21875rem;font-style:normal;display:block; }
#ZbF8cklA4ToURCkg22rEiTNKp5ps2PES { color:#000000;display:block;width:18.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:5.5rem;left:13.0625rem;height:8.53125rem;font-style:normal;display:block; }
#HrA18RLpQb8eNNi5EDFIV0sfOKE3hKhk { position:absolute;display:block;z-index:15104;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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;height:6.1875rem;width:5.5625rem;top:2.8125rem;left:43.6875rem;overflow:hidden;display:block; }
#sGCyNXZtok4IA02wARyuIef2Q2e69fXi { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(82,83,84,0.54);border-left:0.0625rem solid rgba(82,83,84,0.54);border-right:0.0625rem solid rgba(82,83,84,0.54);border-bottom:0.0625rem solid rgba(82,83,84,0.54);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: none;height:9.125rem;width:28.125rem;top:1.25rem;left:42.1875rem;display:block; }
#OC0TiaCHuueBaIoan4eXe5AbfGd4ePHd { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:3.6875rem;left:50.375rem;height:1.21875rem;font-style:normal;display:block; }
#Nvww25VJssXolMXPAQiPH8KQ2aqZM8Kx { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:5.34375rem;left:50.375rem;height:3.65625rem;font-style:normal;display:block; }
#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fc;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; }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row .container { background-color: transparent; background-image: none; }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row .container > .video-iframe-container { display: none; }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row > .video-iframe-container { display: none; }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .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); }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row .container { border-width: 0; border-radius: 0; }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#xLLfPouy9p6PFccPfJbeTL3t4Lv9rHBt { color:#0a73b0;display:block;width:31.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:3.4375rem;left:2.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FOAvoomSScdXelw8HvkI4WBZ53z3pg5P { color:#003f66;display:block;width:63.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:7.25rem;left:2.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fc;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; }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row .container { background-color: transparent; background-image: none; }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row .container > .video-iframe-container { display: none; }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row > .video-iframe-container { display: none; }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .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); }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row .container { border-width: 0; border-radius: 0; }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#nUaxKNRb95E45rl8h7xmRCHIo11BoVFq { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15011;background-color:#0a73b0;background-image:none;top:3.4375rem;left:41.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#LLsGNAxl2iwsQ3FvsmcdpPPqPQyv8ODS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:4.6875rem;left:42.9375rem; }
#uBmGUxs7H0sGwNT4xOEqbIdmygAnsUu7 { color:#003f66;display:block;width:18rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:5rem;left:48.4375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ByhddUux1OKx8TCkpBvXlLRVdDTdeHqW { color:#0a73b0;display:block;width:29.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:10.5625rem;left:41.6875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DZFPRzVeRTLEPMHzDz9FzLxDlRpvFyrz { background-color:#003f66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.5625rem;left:41.6875rem;display:block; }
#ohUAbh0AQhh59JcPLb2zkn7a1R7P6Ie7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hFfmKc6p00kK1gAQCsZ56og8pZlmeOpI { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15011;background-color:#0a73b0;background-image:none;top:3.4375rem;left:4.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#fnUR34JvTMk3W2dTW73cium4XuSSx84V { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:4.6875rem;left:5.4375rem; }
#XrOtbkrTEtMx0VIiIeNDcWPFrMh4VqGk { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:5rem;left:10.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N7O0nDgXT0VwMxuqisOLnRRKmdHzDJUl { color:#0a73b0;display:block;width:29.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.5625rem;left:4.1875rem;height:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sJfp0UfiJ507wL5EExD5DBMitwnvdF0W { background-color:#0a73b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.5625rem;left:41.6875rem;display:none; }
#Ol7JvHiR56DyBbxFvdzV1zbCXVP40OZF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fc;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; }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row .container { background-color: transparent; background-image: none; }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row .container > .video-iframe-container { display: none; }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row > .video-iframe-container { display: none; }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .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); }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row .container { border-width: 0; border-radius: 0; }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#LRcKqsPeifwV2IcDtkXGaTid0o5l7iRM { color:#003f66;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:3.6875rem;left:49.09375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oUyxilyAdJxBKX1tzVsOm9s6D2HQeQkR { color:#0a73b0;display:block;width:31.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:9.5rem;left:41.6875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DWgf6rpwbGETTeotg3vsu8P0hXe4THPM { background-color:#003f66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.5rem;left:41.6875rem;display:block; }
#Nnr1Obn3S3n8v4Msvi9FOCEZBgC77Fzd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zob4WH66RT7lGl4yEyubDlROQh4fZ78T { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15016;background-color:#0a73b0;background-image:none;top:2.375rem;left:41.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#gpBtm5oNt6ECSD7D2Uu5k51QPlZuZAMS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.625rem;left:42.9375rem; }
#A6gGfn03042CkJ5DBI3ffvB1qATURdHg { color:#0a73b0;display:block;width:29.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:3.625rem;left:4.15625rem;height:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dTu4gnLAfrudQBbOTSErDrPGUNyKbVbs { background-color:#003f66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.5rem;left:4.15625rem;display:block; }
#il4JxmxPOnZSpuoT0VGAsDWZc5rmJNq7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bkyBrn6UBOd086RDFxsZAkebq2RTPrt8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003f66;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; }#bkyBrn6UBOd086RDFxsZAkebq2RTPrt8 > .row .container { background-color: transparent; background-image: none; }#bkyBrn6UBOd086RDFxsZAkebq2RTPrt8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkyBrn6UBOd086RDFxsZAkebq2RTPrt8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkyBrn6UBOd086RDFxsZAkebq2RTPrt8 > .row .container > .video-iframe-container { display: none; }#bkyBrn6UBOd086RDFxsZAkebq2RTPrt8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkyBrn6UBOd086RDFxsZAkebq2RTPrt8 > .row > .video-iframe-container { display: none; }#bkyBrn6UBOd086RDFxsZAkebq2RTPrt8 > .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); }#bkyBrn6UBOd086RDFxsZAkebq2RTPrt8 > .row .container { border-width: 0; border-radius: 0; }#bkyBrn6UBOd086RDFxsZAkebq2RTPrt8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bkyBrn6UBOd086RDFxsZAkebq2RTPrt8 > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#WdL3KlxScdv6KeJc8VS03g8RpdNris1C { display:block;width:27.125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:2.5rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#S5FmtDCpDpPb7SWRZM63mhwbsrIT0A9A { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:11.09375rem;left:3.0625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eZxem3SGgghdfFPwhJi1hCr7KW6V1zuf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.1875rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:13.875rem;left:49.5rem;display:block; }
#pf3a4fJA1zIPpZsybcu916WOXxWa79Am { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWxZX4ETP2sto8Xmn9crGluepq3wo9yI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.1875rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:16rem;left:49.5rem;display:block; }
#SNuh8K7VCG0HPZsxwTmFUlJA9JO196JS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b4ySDhmVC07UdwFXhOo33A4zDQetKohp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:18.1875rem;left:49.5rem;display:block; }
#JJTO1qm7vCDbJiduS5KzmunNWE54GZy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WARApxp0RZdARWUWAKFhhxZZMJxAwPfc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:22.5625rem;left:49.5rem;display:block; }
#H0EkNzUQVMbtwudwCuxwBxIbXT2OAc2h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#otB8JrifFqkHGNTc6AnKZrUNoLWhby6U { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:20.375rem;left:49.5rem;display:block; }
#c8wH5nMzqXNMxkwQQQscV8q76XtaSeCC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CMyJzZ9wNucmKAn7ft6d8z0vqOXd7Tdn { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:11.125rem;left:38.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uqGa6bR8JPSBTpiLrZi3OuMenF1rkuB4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:13.875rem;left:38.9375rem;display:block; }
#TUJbgu3DW12gEHr4edA66Tz1JhU9yKkv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2zrMTpLc1Q2VD62l3kM8MWKmqc8uSNd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:16.0625rem;left:39rem;display:block; }
#XbED6sR4Bft56LrpkG9kpHxCdegbTLn2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WKeTZU3MRpIpuZc8VQOuLGN9k346tkOg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:18.3125rem;left:38.9375rem;display:block; }
#p522IKPgQdhvzvEM9muh7ChR8q53Zlc4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#th5xpIl3o79JOqEvETXnNXie8ENkJulh { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:22rem;left:2.5rem;display:block; }
#BHrEL06W4dW6D7FZpSU8ZZqfMnQS4fcN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zzu1FFHkVZ0bZB3mUVrELPtDH1pINSUU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16.8125rem;left:17.25rem;display:block; }
#V6s0HOcbUE65fklhhDM4krAzGXqxk30U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HSv99BvXUKdl74zLtiEaaL4CcIkRNqrT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:24.6875rem;left:49.5rem;display:block; }
#ovzh3FK6FQXdGGCTHgHko3aLTJGPZpZc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2dTPvIKUGmMZmnn1XyPJK6Wc8EXqPrh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:26.875rem;left:49.5rem;display:block; }
#a8TnWxQZUXELQOy7TbdrU8sWee5MogyO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOWCuXyUatvOfsTBPsQwloS0ntumvfAM { position:absolute;display:block;z-index:15007;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.6875rem;width:8.0625rem;top:6.46875rem;left:2.125rem;overflow:hidden;display:block; }
#ltmoERB59Suh0azRUw7RozmKABMU0dVP { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:11.125rem;left:49.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hSePnnKtAdPsvQ6KQAqRw5AH9ApJMf3d { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:16.8125rem;left:2.5rem;display:block; }
#xTwAwKLkb3DhCXq56Ko6ZnhCdU8wkhGz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v5vptcOIkkO7bXhwuv3ESJIuMO3UP2lC { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:22.125rem;left:17.25rem;display:block; }
#Mb2dSODJvAZ4zOH6EKCHBHTO5WcZibhX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dee2eb;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; }#oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB > .row .container { background-color: transparent; background-image: none; }#oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB > .row .container > .video-iframe-container { display: none; }#oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB > .row > .video-iframe-container { display: none; }#oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB > .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); }#oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB > .row .container { border-width: 0; border-radius: 0; }#oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#HilyV3ZDEQb25R3CKfTsT53B0cN9mxBd { color:#003f66;display:block;width:40.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:3.4375rem;left:7.3125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NLLn0qRA7ieT4kP44k236FWzLnrxH8aA { background-color:transparent;background-image:none;border-top:0.0625rem solid #003f66;border-left:0.0625rem solid #003f66;border-right:0.0625rem solid #003f66;border-bottom:0.0625rem solid #003f66;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#003f66;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.15525rem;height:2.46875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.75rem;left:49.5rem;display:block; }
#rf0T0AT81VRMaVl2TOuAgZ9cqSzECGqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX { display:block; }#TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNFTB3PBoFAc70LHKxLSe3TsQ6JBMnbP { width:11.5rem;height:1.8125rem;top:1.625rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qggZTTaDxfSAg4dLgrs6v45bk3tEuIEL { display:block; }
 }@media only screen and (max-width: 763px) { #bZkqdEJg0tvTHObVV5z0rFTGG83Rrcbp { width:9.125rem;height:1.1875rem;top:3.4375rem;left:31.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvS50VqMimQrT90RhH5brRN2DQ0QGkUE { width:8.1875rem;height:1.8125rem;top:1.625rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSTHwaek5VlRiWRblKa7xe1DVMIN9sw { display:block; }
 }@media only screen and (max-width: 763px) { #XfAsh6ehdCgPfFPKGHekC4GpM2NZLTtT { width:6.125rem;height:1.1875rem;top:3.4375rem;left:41.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaQbpTU0V0NLCfQJ3Tuk6wBGbwezwsug { top:1.3125rem;left:41.4375rem;width:6.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxF7sL30tia062Ed9IoGMROFaT0vmrXi { top:3.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#xxF7sL30tia062Ed9IoGMROFaT0vmrXi > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #rGJ0UVrzVntGsVCwFFvzuOSfxUi4c29S { top:3rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
#rGJ0UVrzVntGsVCwFFvzuOSfxUi4c29S > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #oi2BhB25MiEZcB1pPb3xq8mnlxx5XM1M { top:3.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
#oi2BhB25MiEZcB1pPb3xq8mnlxx5XM1M > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #m13oQiHpUaAoXP29kG6Z7zSTJZ2nXZHo { top:2.9375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
#m13oQiHpUaAoXP29kG6Z7zSTJZ2nXZHo > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #oi6i7NqFvMZar0zZuLFTK9hrQyZAGc7M { width:5.5rem;height:1.1875rem;top:1.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP { display:block; }#yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQ2vZoWcAvgXgpOZgegmbayxI6wqp2E1 { width:5.8125rem;height:2.9375rem;top:2.75rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrOD4EdIBen4fklhUcZwxsVA3ZwHF2KC { display:block; }
 }@media only screen and (max-width: 763px) { #Zy2iB2pJJnkFhQ1SBIXalkOl1QsI04DK { width:7.25rem;height:2.9375rem;top:2.75rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ9IvIrq8il1C4Tcpgu1OqsZ5Dp6IeL1 { display:block; }
 }@media only screen and (max-width: 763px) { #lcG8QZe5hLvxv3MLumfPqOp4htfsQPnU { width:12.25rem;height:5.6586167204759rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2NPUhEXPnu588unSSWaP2GU3mPDPb7r { width:8.625rem;height:2.9375rem;top:2.75rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMwsxUteHDCKpMfBDU7sa0IoISBRVo7R { display:block; }
 }@media only screen and (max-width: 763px) { #xGlyQ70XG9Wm7WmS6Uld4tdiXUsVZRmV { width:8.375rem;height:2.9375rem;top:2.75rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLUCabygneKwbF7G0733coUyuQKQ8MQT { display:block; }
 }@media only screen and (max-width: 763px) { #fQwaX1rpTnZ8eV0wtVoaucAdknT8z9z2 { width:10.125rem;height:2.9375rem;top:2.75rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmi6AL5dImUaerNxhwTUcXxaIedwi0G6 { display:block; }
 }@media only screen and (max-width: 763px) { #wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW { display:block; }#wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qV5It3q8sWZ6FKyvFcPDKGAD94VRBQ25 { top:2.5rem;left:3.5rem;width:26.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNcMiloc6xGvRTNteqstEHwEorOAfI7p { width:11.75rem;height:2.5rem;top:2rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl1Tvv7TksAaTOwuRKldLRnhHClv0Wxd { display:block; }
 }@media only screen and (max-width: 763px) { #xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB { display:block; }#xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xkx2d3zbC9WeBBKVv85Po5dXOQR4xOTs { width:47.75rem;height:11.25rem;top:4.4375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Reo9E9mTptIrpMTuuP0wdFuTlSSeyfPD { width:45.9375rem;height:5.625rem;top:17.375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU { display:block; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsW1pAhFXAgdVRq1fztzMMaQ0Tnr369t { width:32.9375rem;height:2.3125rem;top:4.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMPTbKwUOM3bdosR7B6uuTxqLklhzrsp { top:22.1875rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRczbZTvF4VcnIIXWiXOC7tBbi27S4Fc { display:block; }
 }@media only screen and (max-width: 763px) { #GIif4gLZzUt1uMP5sJEID3TZ0KLoinSb { width:30.3125rem;height:6.0625rem;top:9.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-regular-label { width:30.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-text { width:30.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-text {padding-top: 0; padding-bottom: 0;}#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-textarea { width:30.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-select { width:30.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-select {padding-top: 0; padding-bottom: 0;}#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-button { width:30.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-checkbox-label { width:29.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS  { width:30.4375rem;height:auto;top:4.875rem;left:14.8125rem; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .radio-container { width:30.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS {display:block;}#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS { width:30.4375rem;height:auto;top:4.875rem;left:14.8125rem; }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #GfR7JN3L3opC0rgBq8ncrbqwqhcD5qXu {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #pfOF3LsE9xgUi4DhAQwCTuD33Q99tCVT {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #bwmy3lSpG2qTuFqSB5xa8hDqHWhaVV5m {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #pRCdBZSMuqDKC6Sk1ZUtGknc36cATLxx {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #AqMIHuNHH6tRSfl9xLZT0GvhhH2NZpqB {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #MnyGwwT4sUkoMopQHKrid2l0Ns3x4HJ8 {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #xeTDTfXbRG8qKniUEKX8hrCvqtpmf3Cx {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #dam1GZveARRPrwKs8qIwg4ZTXh202Ubz {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #S3SbROcgxVxKEpSraiWeym8hrhMqz0Dc {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #ar7lcHWZFgH0yJWaILnAHaoDEssAkpTF {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #s4WLc3iNmwZ5MGStQT0N8C2CTWxFc2kq {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #qaH1RSNBMsLqctHr7oSvqdzpLx1bE2Cm {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #Aep21VgTIuv217fUgXaRStOJrcxzgJ6R {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #NRUcXET5SHX0lWszQQJ1abaTOPhpiCrH {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #C3BHiEqiQQDfLidEhFhQuLpx9NdDmvRG {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #nCXJoTmDQFRkHmLhB61PRiWrofsLnykO {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #DOMXvLxLLmmC35mbT27WR0GT9NzpTNWB {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #svurtbZ1t0v3oCTXQ3lNm88yvtCAZeWa {  }
 }@media only screen and (max-width: 763px) { #g47qNSSB1h9u0QwdTyZ98ZFTQy9mKLi6 { display:block; }
 }@media only screen and (max-width: 763px) { #VlyqfVg5CQCTnsHWkI5NSgr9PhsIhtZI { display:block; }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #LTa8qo2OVHZOCtudkdJTBXqmpApFLCFd {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #TwT0ZVDJ96EMEM57sORobbfn4TBqELxn {  }
 }@media only screen and (max-width: 763px) { #tdiEdOLSUHXCG2FK6e8yBvkFqeohw7yb { width:23.6875rem;height:5.625rem;top:42.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsQy17HUmHQVdnGwSVOtEmQgI8vGm4iv { width:12.5625rem;height:3.125rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlDJakAI3XXiDy3u0p9T07tz89f9LAVR { display:block; }
 }@media only screen and (max-width: 763px) { #oorga7JP9TXH5snxE2zE31uKafcoURZR { top:18.75rem;left:0rem;width:28.125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTzckzm5TTBDSxNp4HK0vraDEasDVnfe { top:20.5625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGuTkEGtQ4wVuHDAoBTM4yMhPvTIAV2T { width:16.4375rem;height:16.875rem;top:20.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mskA459vEkWHcGUrwGtoklZZgxAJ9nyX { display:block; }#mskA459vEkWHcGUrwGtoklZZgxAJ9nyX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOczyX4t7uLfucDV5csKTTQke8o2zlkU { top:6rem;left:0rem;width:47.75rem;height:9rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR { display:block; }#V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZJQAIMqowBP1TwLQ2FVEJALMC0MKvcW { top:1.4375rem;left:0rem;width:22.5rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqXgo05wxZbQThP6zpzXrbWzAAHCN3KU { top:2.6875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anae2KPrTJ4fTtVlrSRM3U2JlSSvX8ft { top:4.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCMwwb3M9IbKg1DC5quqIpxTd4Tm5gQA { top:8.875rem;left:0rem;width:15.8125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9DDrn7wvQ6lkovQqey8wMwUukhi6nLd { top:14.8125rem;left:0rem;width:17.9375rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1SuLq6ZyZZD4Ux07FZTLmQZ5bAg0uxt { width:19.625rem;height:3.125rem;top:30.875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8T3kpAPLzApmHrmA2N8Dhc21XpZEbJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #IKGVcl7F9O69XLIxU9obHHoOc8G94wok { top:1.4375rem;left:9.125rem;width:22.5rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXg33E7FTwKABpEBz1uDct2VnFiHcqwC { top:14.8125rem;left:12.75rem;width:20.0625rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7hVdUbyF6ICmIbSvJBLF1877fsHCn04 { top:8.9375rem;left:13.875rem;width:17.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNJVKf48qAliKVh2G9KnTfJqL24bEIlE { top:2.6875rem;left:15.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKbJgCGbFzgHEh8OcID4slxn5Ge33IxS { top:3.9375rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGtalLVSO98hoMdC7Sle2BGHZ5U3vC9k { top:1.4375rem;left:25.125rem;width:22.5rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf8CtnX8RJBiXvDu0Tsk34umP3TKss8H { top:14.8125rem;left:27.8125rem;width:19.8125rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUfV1wpfuPwo8dzpwfGgb1pL1yZfNmoA { top:8.875rem;left:28.75rem;width:16.3125rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAkQazOvbL0CbBNozNMOmfGTvZpk0wX7 { top:2.6875rem;left:31.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHMHm73r151FW61fPDDuXZsDffQyVPMH { top:3.9375rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1CFVahOEb9NkGeglKJyRZxEi87EeZHl { width:19.625rem;height:3.125rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAtQ3VHMk9AF9LvxUCsb1SdbIwvHpyci { display:block; }
 }@media only screen and (max-width: 763px) { #Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX { display:block; }#Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW { display:flex;height:auto;width:27.8125rem;top:11rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #lrikwmrKJe9K6nGToFiTqrL9KEzdbiIp {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #udRCirg6X8qr45zPikXERZp7KDpTBWRi {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #H2p1PGTXPOxTcN4I2LdTJMp75cV2d1GC {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #m1zBfbK9tVnUcR7VuGOMZAiQGywLZkHs {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #F3Ok2ydSwaylasREZIkdigwgJfRPwohR {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #Wv46IzrXlaVgWrLqGNQUFkZUcwfGk3dW {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #oRSwBLVaZypJMDyXxJ9RcvcU4TJPMFTL {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #TCpMPZJedVOnbQ6BK8kHvVaJNlKiFrI5 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #vTLMhOPebsf6MXFgxIoO3QEbXax1ul2D {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #buTEdmrREuyKxno3DWmQs1MPfuGNubFN {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #uXphypTvGSwd0BmPyXgunshtIK59XvMF {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #cQBGPqbt5oVbigoNaETkwuMhuWsaNTM8 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #wOSn37X4TeGz9IJaAXM5ilzul8MartFV {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #RT2fgLyB4m5EFdgVUUybX8R1kRkTrt4z {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #AbxsU1bVBwFfQKinxJKdL2E0gTongdDW {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #qRtRx3nruv0qK4p2V1mOLqLIQ6n6lurE {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #lUfqrLPx7Ub2oFiSxO1UCZE7Ff64JpPO {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #TUxEkhBdcPK4qSXbZDEhmOELB69Zyr08 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #tQc7TCNNtNAL7vU6k825Eu7JGJQwBZid {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #kr8s92N8E9rKPktVzh9UWJZiGvQiDHH4 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #JvEmXIUpWwJ9m4TZZmXuI3OGK0WyZV2B {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #PZJDamcpMGeh3LszIg71LFmqqfikZGG3 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #eMB4tmLfugSD0OsMivC080OixxH89D6Z {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #t03IvNAp0GCRycbcaAlufgzGe5Ko4pJT {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #r9ET7VX1OVuy9DDTVFFbK5PGHICT9XWK {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #cW2gKWscLKCz5KwRWZaFTMuZ5ddmkETf {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #c2nn1oH6a2yvTiitVp3VCclOdAF9TPM7 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #GJ8WDHAmh1BpfMRB6qJPWR2HTreeSoWl {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #BgpIUTX4Xo3g95ltdMJM2I2VLEo2D7Tb {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #HKf7Sz2SrXbGuI9WAiOkgIXglrLi8CV4 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #pzML5LPpT92HXgB3yhh4GO6CLhCVTznO {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #scJH9L4ra3VZc5cFz1m4orX1qvefD1UJ {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #KorTHVaepNeCtupeWqPrXxtd3ydnFye9 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #VieqzPtoPNnI9PeZRWddASRIVm6wH03d {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #u7KB8ymzvNFfcPuJom0T0g04Ob3TuEbO {  }
 }@media only screen and (max-width: 763px) { #LdDtzLKtHFhhCUBG0dvyTOWJJhVQGyp7 { top:5.0625rem;left:0rem;width:27.6875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu { display:block; }#Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOXCWX8R6N0OthXTXVADXHsIlo783bDp { top:3.1875rem;left:0rem;width:10.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0arAm5scw0LPy5FcAAvBDEwTq55U4Vw { top:6.8125rem;left:0rem;width:47.75rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEvilQvotqhULwgQf6S2DfkSHKU8ut2o { display:block; }#dEvilQvotqhULwgQf6S2DfkSHKU8ut2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFmALLBtfiQ09rRziFOkz8dKQA8keowf { top:1.4375rem;left:0rem;width:22.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sesTndSVe46xf1Dq2ZP6ViIcmGTZbhR1 { top:2.6875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuRRA4eyhgUA7vZasrmRRixcQv9m2omh { top:3.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHmo6vXOX7Gab2M6TaDN5SuNq54oeo0E { top:8.875rem;left:0rem;width:15.8125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkNZQTMGU1uEslU9m9ZeizcTAAZnk5hT { top:12.25rem;left:0rem;width:19.125rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3NQDk28Gdkei1DPTiVFQecMunNQc1ph { width:19.625rem;height:3.125rem;top:25.0625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz3sKqzT5RbLlLeybwuylKD8Rqdk1xhg { display:block; }
 }@media only screen and (max-width: 763px) { #xld3lHD1lRJIBOvfdSLGU52T1PiCTEfU { top:1.4375rem;left:9.25rem;width:22.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrzbvlhQZE7erNZevh6Vk0oz3ZRa6dw { top:12rem;left:12.75rem;width:19rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSPe7Oor51ftZbJ1wHdlh23hTUVC2IX { top:8.9375rem;left:13.875rem;width:17.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWEsi6Oxh4SXgcpG2bKSxfdTKmNzaL5M { top:2.6875rem;left:15.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUT06oxhrPLV2l2tB4syrTRVEBgUJxAu { top:3.9375rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgFTphpKtEKVD0SI8UhAkc1al0B8KKBA { top:1.4375rem;left:25.125rem;width:22.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfisO0dT9AL0ZLTaTFpUGwU0cv595XRA { top:12.375rem;left:27.8125rem;width:19.8125rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgDWcEezqDAAehQnPZrAfzLnUxD8LJh3 { top:8.875rem;left:28.75rem;width:18.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSxbsHqJG9EmxiCINlTUZ4oEQztmm3uu { top:2.6875rem;left:31.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkqRtGn0pvFvgmVHiUTuhTANFwJbt9OJ { top:3.9375rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSOLL4TV5z8nmRrP2i75W1q8fuwnkFJP { width:19.625rem;height:3.125rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp10Llk1Z5EpdLgbr7IsMr5c5dhRM0f7 { display:block; }
 }@media only screen and (max-width: 763px) { #H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo { display:block; }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vqs1MLOpXINZViqE7NLgvDVdCJOM6qay { top:2.5625rem;left:0rem;width:22.9375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXbsNqnNvzSuxIEezFHcrApeLpBmNmnA { top:6.0625rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa { display:block; }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpKsfsTQgmx4ZlmEc1nJ8aT1G1cSyp0I { width:7.875rem;height:2rem;top:4.6875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL2d4UMOgbxkL4WXohpSfb8z60UTU96z { width:7.0625rem;height:2.125rem;top:4.625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChU6r1XE5UNv02ThUWwKBi69ETKEulQe { width:6.75rem;height:2.6875rem;top:4.3125rem;left:26.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg80C2pE2cgGn1pKSgPFuKiTEt3ZbBg9 { width:7.5625rem;height:1.9375rem;top:4.6875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxOF6mviIPE8QQggdykuz3JuElaw8NPT { display:block; }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrqsEWTbJBcGA1UyWXZBbAGuLuiqJq5J { width:47.75rem;height:3.375rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyW5lOolTcM2I0oXKWTKTumJ6Jb2tdXq { width:47.75rem;height:1.4375rem;top:5.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa { display:block; }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnrTZ5qfWEWRtuy372Ff7omKtKXSgByt { top:2.6875rem;left:0rem;width:5.625rem;height:6.186525rem;display:block; }
 }@media only screen and (max-width: 763px) { #mucNGNErh4pT18XdE6B0mPrntyOP1mDl { top:1.125rem;left:0rem;width:28.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGtHd2IwUHEpogp4o63gAQ1PkcrbBTv7 { top:3.625rem;left:6.0625rem;width:17.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJKrZTSp0s1XNPxkK0pUtPv7tb2SzVaF { top:5.4375rem;left:4.8125rem;width:19.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXnTSWirJK9fXy6foBWZbgdTrPZq257v { top:2.8125rem;left:23.875rem;width:5.5625rem;height:6.1876095697673rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMthuNfUIblzAm2khXeJHNVMJ17Pfc7Q { top:1.25rem;left:19.5rem;width:28.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkQ6TvzsqKPAkGiWMbvxvNH0qmq4JsM4 { top:3.625rem;left:29.9375rem;width:17.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVQ8FtE3zWI8FDzkFMygsNwGsJPhTJML { top:5.3125rem;left:28.6875rem;width:19.0625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COitFND1LPQNNmNVZIB4ssc1f87ihGX8 { display:block; }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spsF9x6hRBTvWUtTWoWP1oBSlXoZMc0x { top:2.6875rem;left:0rem;width:5.5625rem;height:6.1876095697673rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgqtKSTTitkwUddXZvkxwThTK0nThdN1 { top:1.125rem;left:0rem;width:28.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq3HDhcerD5eAx8eqS1KRFnIht6cplc8 { top:3.625rem;left:6.0625rem;width:17.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2Uwzs3SVDzighI8IqZBcwHGrhkgvoh1 { top:5.4375rem;left:4.8125rem;width:19.0625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0mxJB9RqGp97gmw5rJU0LONgyt1v48O { top:2.8125rem;left:23.875rem;width:5.5625rem;height:6.1876095697673rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF2TnILbmF2T7EZQDObEl5D3cMacmM5W { top:1.25rem;left:19.5rem;width:28.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKfRsF70GJvXiJ3h2cqdZVJ2dDKzrqBQ { top:3.625rem;left:29.9375rem;width:17.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBPXCDFxlNCGlpxsxFq3PDM1zAbG7aV5 { top:5.3125rem;left:28.6875rem;width:19.0625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 { display:block; }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET6KWSWIleLKTa5GbT34SLJBcLApULJ6 { top:2.6875rem;left:0rem;width:5.5625rem;height:6.1876095697673rem;display:block; }
 }@media only screen and (max-width: 763px) { #AICBbv2MPBBZ6IGk21oZHxpe3PWgezLD { top:1.125rem;left:0rem;width:28.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKasnruveFd61bGS64k3bXnwxIwUVJAh { top:3.625rem;left:6.0625rem;width:17.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbF8cklA4ToURCkg22rEiTNKp5ps2PES { top:5.4375rem;left:5.25rem;width:18.625rem;height:8.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrA18RLpQb8eNNi5EDFIV0sfOKE3hKhk { top:2.8125rem;left:23.875rem;width:5.5625rem;height:6.1876095697673rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGCyNXZtok4IA02wARyuIef2Q2e69fXi { top:1.25rem;left:19.5rem;width:28.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC0TiaCHuueBaIoan4eXe5AbfGd4ePHd { top:3.625rem;left:29.9375rem;width:17.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvww25VJssXolMXPAQiPH8KQ2aqZM8Kx { top:5.3125rem;left:28.6875rem;width:19.0625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy { display:block; }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLLfPouy9p6PFccPfJbeTL3t4Lv9rHBt { top:3.4375rem;left:0rem;width:31.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOAvoomSScdXelw8HvkI4WBZ53z3pg5P { top:7.25rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLePLBQd6ziMCLlVemDozVBfkG0AGE8X { display:block; }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUaxKNRb95E45rl8h7xmRCHIo11BoVFq { top:3.4375rem;left:23.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLsGNAxl2iwsQ3FvsmcdpPPqPQyv8ODS { top:4.6875rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBmGUxs7H0sGwNT4xOEqbIdmygAnsUu7 { top:5rem;left:28rem;width:18rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByhddUux1OKx8TCkpBvXlLRVdDTdeHqW { top:10.5625rem;left:18.5625rem;width:29.1875rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZFPRzVeRTLEPMHzDz9FzLxDlRpvFyrz { width:15.6875rem;height:3.125rem;top:18.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohUAbh0AQhh59JcPLb2zkn7a1R7P6Ie7 { display:block; }
 }@media only screen and (max-width: 763px) { #hFfmKc6p00kK1gAQCsZ56og8pZlmeOpI { top:3.4375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnUR34JvTMk3W2dTW73cium4XuSSx84V { top:4.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrOtbkrTEtMx0VIiIeNDcWPFrMh4VqGk { top:5rem;left:4.125rem;width:10.875rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7O0nDgXT0VwMxuqisOLnRRKmdHzDJUl { top:10.5625rem;left:0rem;width:29.1875rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJfp0UfiJ507wL5EExD5DBMitwnvdF0W { width:15.6875rem;height:3.125rem;top:18.5625rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ol7JvHiR56DyBbxFvdzV1zbCXVP40OZF { display:block; }
 }@media only screen and (max-width: 763px) { #RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS { display:block; }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRcKqsPeifwV2IcDtkXGaTid0o5l7iRM { top:3.6875rem;left:28.65625rem;width:13.5625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUyxilyAdJxBKX1tzVsOm9s6D2HQeQkR { top:9.5rem;left:16.4375rem;width:31.3125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWgf6rpwbGETTeotg3vsu8P0hXe4THPM { width:15.6875rem;height:3.125rem;top:17.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnr1Obn3S3n8v4Msvi9FOCEZBgC77Fzd { display:block; }
 }@media only screen and (max-width: 763px) { #zob4WH66RT7lGl4yEyubDlROQh4fZ78T { top:2.375rem;left:23.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpBtm5oNt6ECSD7D2Uu5k51QPlZuZAMS { top:3.625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6gGfn03042CkJ5DBI3ffvB1qATURdHg { top:3.625rem;left:0rem;width:29.1875rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTu4gnLAfrudQBbOTSErDrPGUNyKbVbs { width:17.9375rem;height:3.125rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #il4JxmxPOnZSpuoT0VGAsDWZc5rmJNq7 { display:block; }
 }@media only screen and (max-width: 763px) { #bkyBrn6UBOd086RDFxsZAkebq2RTPrt8 { display:block; }#bkyBrn6UBOd086RDFxsZAkebq2RTPrt8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdL3KlxScdv6KeJc8VS03g8RpdNris1C { width:27.125rem;height:3.625rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5FmtDCpDpPb7SWRZM63mhwbsrIT0A9A { top:11.0625rem;left:0rem;width:28.4375rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZxem3SGgghdfFPwhJi1hCr7KW6V1zuf { width:5.1875rem;height:2.1875rem;top:13.875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf3a4fJA1zIPpZsybcu916WOXxWa79Am { display:block; }
 }@media only screen and (max-width: 763px) { #nWxZX4ETP2sto8Xmn9crGluepq3wo9yI { width:7.4375rem;height:2.1875rem;top:16rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNuh8K7VCG0HPZsxwTmFUlJA9JO196JS { display:block; }
 }@media only screen and (max-width: 763px) { #b4ySDhmVC07UdwFXhOo33A4zDQetKohp { width:21rem;height:2.1875rem;top:18.1875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJTO1qm7vCDbJiduS5KzmunNWE54GZy3 { display:block; }
 }@media only screen and (max-width: 763px) { #WARApxp0RZdARWUWAKFhhxZZMJxAwPfc { width:5.1875rem;height:2.1875rem;top:22.5625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0EkNzUQVMbtwudwCuxwBxIbXT2OAc2h { display:block; }
 }@media only screen and (max-width: 763px) { #otB8JrifFqkHGNTc6AnKZrUNoLWhby6U { width:12.375rem;height:2.1875rem;top:20.375rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8wH5nMzqXNMxkwQQQscV8q76XtaSeCC { display:block; }
 }@media only screen and (max-width: 763px) { #CMyJzZ9wNucmKAn7ft6d8z0vqOXd7Tdn { top:11.125rem;left:25.3125rem;width:8.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqGa6bR8JPSBTpiLrZi3OuMenF1rkuB4 { width:4.625rem;height:2.1875rem;top:13.875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUJbgu3DW12gEHr4edA66Tz1JhU9yKkv { display:block; }
 }@media only screen and (max-width: 763px) { #p2zrMTpLc1Q2VD62l3kM8MWKmqc8uSNd { width:5.125rem;height:2.1875rem;top:16.0625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbED6sR4Bft56LrpkG9kpHxCdegbTLn2 { display:block; }
 }@media only screen and (max-width: 763px) { #WKeTZU3MRpIpuZc8VQOuLGN9k346tkOg { width:3.75rem;height:2.1875rem;top:18.3125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p522IKPgQdhvzvEM9muh7ChR8q53Zlc4 { display:block; }
 }@media only screen and (max-width: 763px) { #th5xpIl3o79JOqEvETXnNXie8ENkJulh { width:13.75rem;height:3.0625rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHrEL06W4dW6D7FZpSU8ZZqfMnQS4fcN { display:block; }
 }@media only screen and (max-width: 763px) { #zzu1FFHkVZ0bZB3mUVrELPtDH1pINSUU { width:10.8125rem;height:3.0625rem;top:16.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6s0HOcbUE65fklhhDM4krAzGXqxk30U { display:block; }
 }@media only screen and (max-width: 763px) { #HSv99BvXUKdl74zLtiEaaL4CcIkRNqrT { width:3.75rem;height:2.1875rem;top:24.6875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovzh3FK6FQXdGGCTHgHko3aLTJGPZpZc { display:block; }
 }@media only screen and (max-width: 763px) { #T2dTPvIKUGmMZmnn1XyPJK6Wc8EXqPrh { width:7.1875rem;height:2.1875rem;top:26.875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8TnWxQZUXELQOy7TbdrU8sWee5MogyO { display:block; }
 }@media only screen and (max-width: 763px) { #sOWCuXyUatvOfsTBPsQwloS0ntumvfAM { width:8.0625rem;height:3.6875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltmoERB59Suh0azRUw7RozmKABMU0dVP { top:11.125rem;left:35.875rem;width:6.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSePnnKtAdPsvQ6KQAqRw5AH9ApJMf3d { width:13.75rem;height:3.0625rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwAwKLkb3DhCXq56Ko6ZnhCdU8wkhGz { display:block; }
 }@media only screen and (max-width: 763px) { #v5vptcOIkkO7bXhwuv3ESJIuMO3UP2lC { width:10.8125rem;height:3.0625rem;top:22.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2dSODJvAZ4zOH6EKCHBHTO5WcZibhX { display:block; }
 }@media only screen and (max-width: 763px) { #oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB { display:block; }#oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HilyV3ZDEQb25R3CKfTsT53B0cN9mxBd { top:3.4375rem;left:0rem;width:40.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLLn0qRA7ieT4kP44k236FWzLnrxH8aA { width:18.125rem;height:2.4375rem;top:2.75rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf0T0AT81VRMaVl2TOuAgZ9cqSzECGqd { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX { position:relative;z-index:auto;display:block; }#TEBwUdr7S0UoWMf71qRVnJczWxHXsDKX > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNFTB3PBoFAc70LHKxLSe3TsQ6JBMnbP { width:9.5625rem;height:2.1875rem;top:0.875rem;left:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qggZTTaDxfSAg4dLgrs6v45bk3tEuIEL { display:block; }
 }@media only screen and (max-width: 763px) { #bZkqdEJg0tvTHObVV5z0rFTGG83Rrcbp { width:7.125rem;height:0.9375rem;top:3rem;left:9.5rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvS50VqMimQrT90RhH5brRN2DQ0QGkUE { width:6.875rem;height:1.8125rem;top:1.125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IPSTHwaek5VlRiWRblKa7xe1DVMIN9sw { display:block; }
 }@media only screen and (max-width: 763px) { #XfAsh6ehdCgPfFPKGHekC4GpM2NZLTtT { width:6.125rem;height:0.9375rem;top:3rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaQbpTU0V0NLCfQJ3Tuk6wBGbwezwsug { width:6.1875rem;height:3.5rem;top:6.625rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxF7sL30tia062Ed9IoGMROFaT0vmrXi { display:flex;width:1.5625rem;height:1.5625rem;top:5.25rem;left:7.875rem; }
#xxF7sL30tia062Ed9IoGMROFaT0vmrXi > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #rGJ0UVrzVntGsVCwFFvzuOSfxUi4c29S { display:flex;width:1.6875rem;height:1.6875rem;top:5.1875rem;left:9.8125rem; }
#rGJ0UVrzVntGsVCwFFvzuOSfxUi4c29S > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #oi2BhB25MiEZcB1pPb3xq8mnlxx5XM1M { display:flex;width:1.625rem;height:1.625rem;top:5.25rem;left:11.9375rem; }
#oi2BhB25MiEZcB1pPb3xq8mnlxx5XM1M > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #m13oQiHpUaAoXP29kG6Z7zSTJZ2nXZHo { display:flex;width:1.875rem;height:1.875rem;top:5.125rem;left:13.9375rem;font-size:1.3125rem; }
#m13oQiHpUaAoXP29kG6Z7zSTJZ2nXZHo > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #oi6i7NqFvMZar0zZuLFTK9hrQyZAGc7M { width:5.5rem;height:1.21875rem;top:5.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP { position:relative;z-index:auto;display:block; }#yvNaSpv0pbSDJZG1WmWE9E6zsfu6uEtP > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQ2vZoWcAvgXgpOZgegmbayxI6wqp2E1 { width:3.0625rem;height:2.25rem;top:1.375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrOD4EdIBen4fklhUcZwxsVA3ZwHF2KC { display:block; }
 }@media only screen and (max-width: 763px) { #Zy2iB2pJJnkFhQ1SBIXalkOl1QsI04DK { width:4.8125rem;height:2.1875rem;top:5.25rem;left:14.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJ9IvIrq8il1C4Tcpgu1OqsZ5Dp6IeL1 { display:block; }
 }@media only screen and (max-width: 763px) { #lcG8QZe5hLvxv3MLumfPqOp4htfsQPnU { width:6.75rem;height:3.25rem;top:0.84375rem;left:0.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2NPUhEXPnu588unSSWaP2GU3mPDPb7r { width:4.5rem;height:2.1875rem;top:1.375rem;left:14.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMwsxUteHDCKpMfBDU7sa0IoISBRVo7R { display:block; }
 }@media only screen and (max-width: 763px) { #xGlyQ70XG9Wm7WmS6Uld4tdiXUsVZRmV { width:4.1875rem;height:2.1875rem;top:1.375rem;left:10.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLUCabygneKwbF7G0733coUyuQKQ8MQT { display:block; }
 }@media only screen and (max-width: 763px) { #fQwaX1rpTnZ8eV0wtVoaucAdknT8z9z2 { width:10.125rem;height:2.9375rem;top:5.34375rem;left:4.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmi6AL5dImUaerNxhwTUcXxaIedwi0G6 { display:block; }
 }@media only screen and (max-width: 763px) { #wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW { display:none; }#wfwigzn0bdbQdG54MPAo2SaTcUt3w5MW > .row .container { width:20rem;height:8.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qV5It3q8sWZ6FKyvFcPDKGAD94VRBQ25 { width:15.8125rem;height:2.8125rem;top:1.1875rem;left:2.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNcMiloc6xGvRTNteqstEHwEorOAfI7p { width:11.75rem;height:2.1875rem;top:4.875rem;left:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl1Tvv7TksAaTOwuRKldLRnhHClv0Wxd { display:block; }
 }@media only screen and (max-width: 763px) { #xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB { display:block; }#xSnd5owkooOUMyPs99Qhoqgn4cK6CZyB > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xkx2d3zbC9WeBBKVv85Po5dXOQR4xOTs { width:17.1875rem;height:9rem;top:1.7490234375rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Reo9E9mTptIrpMTuuP0wdFuTlSSeyfPD { width:19rem;height:6.09375rem;top:11.9990234375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/wZrKG4N7/Medicine_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU.adaptive-delivery-prevent-bg, #PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU.lazyload, #PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU.lazyloading { background-image: none; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row .container { background-color: transparent; background-image: none; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #003f66; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row .container > .video-iframe-container { display: none; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #003f66; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row > .video-iframe-container { display: none; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .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); }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row .container { border-width: 0; border-radius: 0; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTCqShXUm7GJyGZz7wCKRUxtRK4MFCEU > .row .container { width:20rem;height:77.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsW1pAhFXAgdVRq1fztzMMaQ0Tnr369t { width:14.5615rem;height:1.71875rem;top:1.93505859375rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UMPTbKwUOM3bdosR7B6uuTxqLklhzrsp { top:29.7158203125rem;left:5.98046875rem;width:14.0185625rem;height:3.39453125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRczbZTvF4VcnIIXWiXOC7tBbi27S4Fc { display:block; }
 }@media only screen and (max-width: 763px) { #GIif4gLZzUt1uMP5sJEID3TZ0KLoinSb { width:16.9360625rem;height:3.4121125rem;top:4.7490234375rem;left:1.53173828125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-text {padding-top: 0; padding-bottom: 0;}#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-select {padding-top: 0; padding-bottom: 0;}#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;height:2.3125rem; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS  { width:17.5rem;height:auto;top:8.7233002441406rem;left:0rem; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS {display:block;}#xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS { width:17.5rem;height:auto;top:8.7233002441406rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #GfR7JN3L3opC0rgBq8ncrbqwqhcD5qXu {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #pfOF3LsE9xgUi4DhAQwCTuD33Q99tCVT {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #bwmy3lSpG2qTuFqSB5xa8hDqHWhaVV5m {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #pRCdBZSMuqDKC6Sk1ZUtGknc36cATLxx {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #AqMIHuNHH6tRSfl9xLZT0GvhhH2NZpqB {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #MnyGwwT4sUkoMopQHKrid2l0Ns3x4HJ8 {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #xeTDTfXbRG8qKniUEKX8hrCvqtpmf3Cx {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #dam1GZveARRPrwKs8qIwg4ZTXh202Ubz {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #S3SbROcgxVxKEpSraiWeym8hrhMqz0Dc {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #ar7lcHWZFgH0yJWaILnAHaoDEssAkpTF {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #s4WLc3iNmwZ5MGStQT0N8C2CTWxFc2kq {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #qaH1RSNBMsLqctHr7oSvqdzpLx1bE2Cm {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #Aep21VgTIuv217fUgXaRStOJrcxzgJ6R {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #NRUcXET5SHX0lWszQQJ1abaTOPhpiCrH {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #C3BHiEqiQQDfLidEhFhQuLpx9NdDmvRG {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #nCXJoTmDQFRkHmLhB61PRiWrofsLnykO {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #DOMXvLxLLmmC35mbT27WR0GT9NzpTNWB {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #svurtbZ1t0v3oCTXQ3lNm88yvtCAZeWa {  }
 }@media only screen and (max-width: 763px) { #g47qNSSB1h9u0QwdTyZ98ZFTQy9mKLi6 { display:block; }
 }@media only screen and (max-width: 763px) { #VlyqfVg5CQCTnsHWkI5NSgr9PhsIhtZI { display:block; }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #LTa8qo2OVHZOCtudkdJTBXqmpApFLCFd {  }
 }@media only screen and (max-width: 763px) { #xbytrHaeBoAdFuFCOpfvmVAfeTk7tqoS #TwT0ZVDJ96EMEM57sORobbfn4TBqELxn {  }
 }@media only screen and (max-width: 763px) { #tdiEdOLSUHXCG2FK6e8yBvkFqeohw7yb { width:15.6875rem;height:3.65625rem;top:69.5rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsQy17HUmHQVdnGwSVOtEmQgI8vGm4iv { width:11.5625rem;height:2.625rem;top:73.8125rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlDJakAI3XXiDy3u0p9T07tz89f9LAVR { display:block; }
 }@media only screen and (max-width: 763px) { #oorga7JP9TXH5snxE2zE31uKafcoURZR { width:19.875rem;height:17.75rem;top:50.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTzckzm5TTBDSxNp4HK0vraDEasDVnfe { width:5rem;height:5rem;top:51.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGuTkEGtQ4wVuHDAoBTM4yMhPvTIAV2T { width:12.25rem;height:14.625rem;top:51.8125rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mskA459vEkWHcGUrwGtoklZZgxAJ9nyX { display:block; }#mskA459vEkWHcGUrwGtoklZZgxAJ9nyX > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOczyX4t7uLfucDV5csKTTQke8o2zlkU { width:15.4375rem;height:5.625rem;top:2.75rem;left:2.28125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR { display:block; }#V1Pi53VuOpo0eDuhtRlxmeitTmdQOQMR > .row .container { width:20rem;height:89.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZJQAIMqowBP1TwLQ2FVEJALMC0MKvcW { width:20rem;height:28.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqXgo05wxZbQThP6zpzXrbWzAAHCN3KU { width:5rem;height:5rem;top:2.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anae2KPrTJ4fTtVlrSRM3U2JlSSvX8ft { display:flex;width:2.5rem;height:2.5rem;top:3.75rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #tCMwwb3M9IbKg1DC5quqIpxTd4Tm5gQA { width:16.9375rem;height:4.6875rem;top:8.75rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9DDrn7wvQ6lkovQqey8wMwUukhi6nLd { width:17.0625rem;height:8.4375rem;top:14.041017532349rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1SuLq6ZyZZD4Ux07FZTLmQZ5bAg0uxt { width:17.5rem;height:3.125rem;top:24.062496185302rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8T3kpAPLzApmHrmA2N8Dhc21XpZEbJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #IKGVcl7F9O69XLIxU9obHHoOc8G94wok { width:20rem;height:24.875rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXg33E7FTwKABpEBz1uDct2VnFiHcqwC { width:17.0625rem;height:9.84375rem;top:43.875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7hVdUbyF6ICmIbSvJBLF1877fsHCn04 { width:14.25rem;height:4.6875rem;top:37.875rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNJVKf48qAliKVh2G9KnTfJqL24bEIlE { width:5rem;height:5rem;top:31.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKbJgCGbFzgHEh8OcID4slxn5Ge33IxS { display:flex;width:2.5rem;height:2.5rem;top:32.875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #HGtalLVSO98hoMdC7Sle2BGHZ5U3vC9k { width:20rem;height:29.75rem;top:56.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf8CtnX8RJBiXvDu0Tsk34umP3TKss8H { width:17.625rem;height:9.84375rem;top:69.8125rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUfV1wpfuPwo8dzpwfGgb1pL1yZfNmoA { width:16.625rem;height:4.6875rem;top:64.1875rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAkQazOvbL0CbBNozNMOmfGTvZpk0wX7 { width:5rem;height:5rem;top:57.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHMHm73r151FW61fPDDuXZsDffQyVPMH { display:flex;width:2.5rem;height:2.5rem;top:59.1875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #u1CFVahOEb9NkGeglKJyRZxEi87EeZHl { width:17.5rem;height:3.125rem;top:81.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAtQ3VHMk9AF9LvxUCsb1SdbIwvHpyci { display:block; }
 }@media only screen and (max-width: 763px) { #Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX { display:block; }#Kz9NiXHLqByqZfnpsT0AC14T2TPhpNJX > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW .accordion-heading-text { font-size:0.9375rem;height:auto; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW .accordion-desc-text { font-size:0.9375rem;height:auto; }
#yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW { display:flex;height:auto;width:17.5rem;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #lrikwmrKJe9K6nGToFiTqrL9KEzdbiIp {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #udRCirg6X8qr45zPikXERZp7KDpTBWRi {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #H2p1PGTXPOxTcN4I2LdTJMp75cV2d1GC {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #m1zBfbK9tVnUcR7VuGOMZAiQGywLZkHs {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #F3Ok2ydSwaylasREZIkdigwgJfRPwohR {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #Wv46IzrXlaVgWrLqGNQUFkZUcwfGk3dW {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #oRSwBLVaZypJMDyXxJ9RcvcU4TJPMFTL {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #TCpMPZJedVOnbQ6BK8kHvVaJNlKiFrI5 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #vTLMhOPebsf6MXFgxIoO3QEbXax1ul2D {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #buTEdmrREuyKxno3DWmQs1MPfuGNubFN {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #uXphypTvGSwd0BmPyXgunshtIK59XvMF {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #cQBGPqbt5oVbigoNaETkwuMhuWsaNTM8 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #wOSn37X4TeGz9IJaAXM5ilzul8MartFV {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #RT2fgLyB4m5EFdgVUUybX8R1kRkTrt4z {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #AbxsU1bVBwFfQKinxJKdL2E0gTongdDW {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #qRtRx3nruv0qK4p2V1mOLqLIQ6n6lurE {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #lUfqrLPx7Ub2oFiSxO1UCZE7Ff64JpPO {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #TUxEkhBdcPK4qSXbZDEhmOELB69Zyr08 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #tQc7TCNNtNAL7vU6k825Eu7JGJQwBZid {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #kr8s92N8E9rKPktVzh9UWJZiGvQiDHH4 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #JvEmXIUpWwJ9m4TZZmXuI3OGK0WyZV2B {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #PZJDamcpMGeh3LszIg71LFmqqfikZGG3 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #eMB4tmLfugSD0OsMivC080OixxH89D6Z {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #t03IvNAp0GCRycbcaAlufgzGe5Ko4pJT {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #r9ET7VX1OVuy9DDTVFFbK5PGHICT9XWK {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #cW2gKWscLKCz5KwRWZaFTMuZ5ddmkETf {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #c2nn1oH6a2yvTiitVp3VCclOdAF9TPM7 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #GJ8WDHAmh1BpfMRB6qJPWR2HTreeSoWl {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #BgpIUTX4Xo3g95ltdMJM2I2VLEo2D7Tb {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #HKf7Sz2SrXbGuI9WAiOkgIXglrLi8CV4 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #pzML5LPpT92HXgB3yhh4GO6CLhCVTznO {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #scJH9L4ra3VZc5cFz1m4orX1qvefD1UJ {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #KorTHVaepNeCtupeWqPrXxtd3ydnFye9 {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #VieqzPtoPNnI9PeZRWddASRIVm6wH03d {  }
 }@media only screen and (max-width: 763px) { #yMNmMQEQgkHDR3PxEFD2TOX8PwOD3zuW #u7KB8ymzvNFfcPuJom0T0g04Ob3TuEbO {  }
 }@media only screen and (max-width: 763px) { #LdDtzLKtHFhhCUBG0dvyTOWJJhVQGyp7 { width:14.375rem;height:5.625rem;top:2.125rem;left:2.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu { display:block; }#Iyr6ZIlvnPg1pl1iKuSZ5NSSgayvEkCu > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOXCWX8R6N0OthXTXVADXHsIlo783bDp { width:13.1875rem;height:1.40625rem;top:1.8125rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B0arAm5scw0LPy5FcAAvBDEwTq55U4Vw { width:17.625rem;height:15.46875rem;top:4.25rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dEvilQvotqhULwgQf6S2DfkSHKU8ut2o { display:block; }#dEvilQvotqhULwgQf6S2DfkSHKU8ut2o > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFmALLBtfiQ09rRziFOkz8dKQA8keowf { width:20rem;height:21.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sesTndSVe46xf1Dq2ZP6ViIcmGTZbhR1 { width:5rem;height:5rem;top:2.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuRRA4eyhgUA7vZasrmRRixcQv9m2omh { display:flex;width:2.5rem;height:2.5rem;top:3.75rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #iHmo6vXOX7Gab2M6TaDN5SuNq54oeo0E { width:7.5625rem;height:2.34375rem;top:8.75rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkNZQTMGU1uEslU9m9ZeizcTAAZnk5hT { width:17.0625rem;height:4.21875rem;top:11.875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3NQDk28Gdkei1DPTiVFQecMunNQc1ph { width:17.5rem;height:3.125rem;top:17.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz3sKqzT5RbLlLeybwuylKD8Rqdk1xhg { display:block; }
 }@media only screen and (max-width: 763px) { #xld3lHD1lRJIBOvfdSLGU52T1PiCTEfU { width:20rem;height:19.75rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrzbvlhQZE7erNZevh6Vk0oz3ZRa6dw { width:17.0625rem;height:7.03125rem;top:34.125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSPe7Oor51ftZbJ1wHdlh23hTUVC2IX { width:14.25rem;height:2.34375rem;top:31rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWEsi6Oxh4SXgcpG2bKSxfdTKmNzaL5M { width:5rem;height:5rem;top:24.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUT06oxhrPLV2l2tB4syrTRVEBgUJxAu { display:flex;width:2.5rem;height:2.5rem;top:26rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #FgFTphpKtEKVD0SI8UhAkc1al0B8KKBA { width:20rem;height:23.875rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfisO0dT9AL0ZLTaTFpUGwU0cv595XRA { width:17.625rem;height:7.03125rem;top:54.9375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgDWcEezqDAAehQnPZrAfzLnUxD8LJh3 { width:14.25rem;height:2.34375rem;top:51.875rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSxbsHqJG9EmxiCINlTUZ4oEQztmm3uu { width:5rem;height:5rem;top:45.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkqRtGn0pvFvgmVHiUTuhTANFwJbt9OJ { display:flex;width:2.5rem;height:2.5rem;top:46.875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #GSOLL4TV5z8nmRrP2i75W1q8fuwnkFJP { width:17.5rem;height:3.125rem;top:63.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp10Llk1Z5EpdLgbr7IsMr5c5dhRM0f7 { display:block; }
 }@media only screen and (max-width: 763px) { #H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo { background-color:#f8f9fc;background-image:none;display:block; }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row .container { background-color: transparent; background-image: none; }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row .container > .video-iframe-container { display: none; }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row > .video-iframe-container { display: none; }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .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); }#H8PhLOB6g4fTfDUpTnzsySB4ntTnuKmo > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vqs1MLOpXINZViqE7NLgvDVdCJOM6qay { width:16.4375rem;height:1.40625rem;top:1.8125rem;left:1.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXbsNqnNvzSuxIEezFHcrApeLpBmNmnA { width:18.4375rem;height:7.5rem;top:3.875rem;left:0.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa { background-color:#f8f9fc;background-image:none;display:block; }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row .container { background-color: transparent; background-image: none; }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row .container > .video-iframe-container { display: none; }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row > .video-iframe-container { display: none; }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .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); }#XX30WOgOLlg6qZxT9iQhsuA9LzgK97fa > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpKsfsTQgmx4ZlmEc1nJ8aT1G1cSyp0I { width:4.8125rem;height:1.1875rem;top:6.65625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL2d4UMOgbxkL4WXohpSfb8z60UTU96z { width:5.125rem;height:1.5rem;top:2.6875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChU6r1XE5UNv02ThUWwKBi69ETKEulQe { width:5.0625rem;height:1.9375rem;top:2.46875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg80C2pE2cgGn1pKSgPFuKiTEt3ZbBg9 { width:5.5rem;height:1.4375rem;top:6.53125rem;left:11.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxOF6mviIPE8QQggdykuz3JuElaw8NPT { background-color:#f8f9fc;background-image:none;display:block; }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row .container { background-color: transparent; background-image: none; }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row .container > .video-iframe-container { display: none; }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row > .video-iframe-container { display: none; }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .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); }#vxOF6mviIPE8QQggdykuz3JuElaw8NPT > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrqsEWTbJBcGA1UyWXZBbAGuLuiqJq5J { width:16.875rem;height:3.25rem;top:1.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyW5lOolTcM2I0oXKWTKTumJ6Jb2tdXq { width:16.4375rem;height:2.59895625rem;top:5.75rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row .container { background-color: transparent; background-image: none; }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row .container > .video-iframe-container { display: none; }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row > .video-iframe-container { display: none; }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .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); }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row .container { border-width: 0; border-radius: 0; }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NserJ3yoBXoMf3z8uMMUJSyhkKRkbVfa > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnrTZ5qfWEWRtuy372Ff7omKtKXSgByt { width:5.625rem;height:6.1875rem;top:2.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mucNGNErh4pT18XdE6B0mPrntyOP1mDl { width:19.875rem;height:12.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGtHd2IwUHEpogp4o63gAQ1PkcrbBTv7 { width:9.625rem;height:2.4375rem;top:2.8125rem;left:8.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FJKrZTSp0s1XNPxkK0pUtPv7tb2SzVaF { width:9.8125rem;height:6.09375rem;top:6.125rem;left:8.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dXnTSWirJK9fXy6foBWZbgdTrPZq257v { width:5.5625rem;height:6.1875rem;top:15.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMthuNfUIblzAm2khXeJHNVMJ17Pfc7Q { width:19.875rem;height:12.1875rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkQ6TvzsqKPAkGiWMbvxvNH0qmq4JsM4 { width:9.3125rem;height:2.4375rem;top:15.875rem;left:8.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HVQ8FtE3zWI8FDzkFMygsNwGsJPhTJML { width:10.3125rem;height:6.09375rem;top:19.1875rem;left:8.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #COitFND1LPQNNmNVZIB4ssc1f87ihGX8 { background-color:#f8f9fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row .container { background-color: transparent; background-image: none; }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row .container > .video-iframe-container { display: none; }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row > .video-iframe-container { display: none; }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .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); }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row .container { border-width: 0; border-radius: 0; }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COitFND1LPQNNmNVZIB4ssc1f87ihGX8 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spsF9x6hRBTvWUtTWoWP1oBSlXoZMc0x { width:5.5625rem;height:6.1875rem;top:1.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgqtKSTTitkwUddXZvkxwThTK0nThdN1 { width:19.875rem;height:13.1875rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq3HDhcerD5eAx8eqS1KRFnIht6cplc8 { width:9.75rem;height:2.4375rem;top:1.75rem;left:8.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K2Uwzs3SVDzighI8IqZBcwHGrhkgvoh1 { width:9.4375rem;height:7.3125rem;top:4.8125rem;left:8.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u0mxJB9RqGp97gmw5rJU0LONgyt1v48O { width:5.5625rem;height:6.1875rem;top:15.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF2TnILbmF2T7EZQDObEl5D3cMacmM5W { width:19.875rem;height:13.5625rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKfRsF70GJvXiJ3h2cqdZVJ2dDKzrqBQ { width:6.1875rem;height:1.21875rem;top:15.625rem;left:8.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zBPXCDFxlNCGlpxsxFq3PDM1zAbG7aV5 { width:9.9375rem;height:9.75rem;top:17.1875rem;left:8.34375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 { background-color:#f8f9fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row .container { background-color: transparent; background-image: none; }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row .container > .video-iframe-container { display: none; }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row > .video-iframe-container { display: none; }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .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); }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row .container { border-width: 0; border-radius: 0; }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbAV3hWyTtfWScMnVDkcA7toq6X0DSZ6 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET6KWSWIleLKTa5GbT34SLJBcLApULJ6 { width:5.5625rem;height:6.1875rem;top:2.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AICBbv2MPBBZ6IGk21oZHxpe3PWgezLD { width:19.875rem;height:20.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKasnruveFd61bGS64k3bXnwxIwUVJAh { width:10.25rem;height:2.4375rem;top:2.8125rem;left:8.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZbF8cklA4ToURCkg22rEiTNKp5ps2PES { width:11.375rem;height:14.625rem;top:6.125rem;left:8.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HrA18RLpQb8eNNi5EDFIV0sfOKE3hKhk { width:5.5625rem;height:6.1875rem;top:23.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGCyNXZtok4IA02wARyuIef2Q2e69fXi { width:19.875rem;height:10.5rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC0TiaCHuueBaIoan4eXe5AbfGd4ePHd { width:9.75rem;height:1.21875rem;top:23.9375rem;left:8.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nvww25VJssXolMXPAQiPH8KQ2aqZM8Kx { width:10.5rem;height:6.09375rem;top:25.6875rem;left:8.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy { background-color:#f8f9fc;background-image:none;display:block; }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row .container { background-color: transparent; background-image: none; }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row .container > .video-iframe-container { display: none; }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row > .video-iframe-container { display: none; }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .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); }#ohmbNVJs2wVyUCdW7yzgAioQJOB2VgEy > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLLfPouy9p6PFccPfJbeTL3t4Lv9rHBt { width:16.875rem;height:2.8125rem;top:1.93701171875rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FOAvoomSScdXelw8HvkI4WBZ53z3pg5P { width:17.625rem;height:7.03125rem;top:6.25rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gLePLBQd6ziMCLlVemDozVBfkG0AGE8X { background-color:#f8f9fc;background-image:none;display:block; }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row .container { background-color: transparent; background-image: none; }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row .container > .video-iframe-container { display: none; }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row > .video-iframe-container { display: none; }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .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); }#gLePLBQd6ziMCLlVemDozVBfkG0AGE8X > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUaxKNRb95E45rl8h7xmRCHIo11BoVFq { width:5rem;height:5rem;top:25.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLsGNAxl2iwsQ3FvsmcdpPPqPQyv8ODS { display:flex;width:2.5rem;height:2.5rem;top:27.1875rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #uBmGUxs7H0sGwNT4xOEqbIdmygAnsUu7 { width:7.125rem;height:2.8125rem;top:27.1875rem;left:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByhddUux1OKx8TCkpBvXlLRVdDTdeHqW { width:15.875rem;height:7.03125rem;top:33rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZFPRzVeRTLEPMHzDz9FzLxDlRpvFyrz { width:15rem;height:3.125rem;top:41.5rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohUAbh0AQhh59JcPLb2zkn7a1R7P6Ie7 { display:block; }
 }@media only screen and (max-width: 763px) { #hFfmKc6p00kK1gAQCsZ56og8pZlmeOpI { width:5rem;height:5rem;top:1.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnUR34JvTMk3W2dTW73cium4XuSSx84V { display:flex;width:2.5rem;height:2.5rem;top:2.8125rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #XrOtbkrTEtMx0VIiIeNDcWPFrMh4VqGk { width:7.125rem;height:2.8125rem;top:2.6875rem;left:8.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7O0nDgXT0VwMxuqisOLnRRKmdHzDJUl { width:15.875rem;height:11.25rem;top:7.875rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJfp0UfiJ507wL5EExD5DBMitwnvdF0W { width:15rem;height:3.125rem;top:20.25rem;left:1.875rem;font-size:0.9375rem;z-index:15006;background-color:#003f66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ol7JvHiR56DyBbxFvdzV1zbCXVP40OZF { display:block; }
 }@media only screen and (max-width: 763px) { #RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS { background-color:#f8f9fc;background-image:none;display:block; }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row .container { background-color: transparent; background-image: none; }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row .container > .video-iframe-container { display: none; }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row > .video-iframe-container { display: none; }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .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); }#RSMaI9AFhIZ29v7fGBJer5ogPcp3HoGS > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRcKqsPeifwV2IcDtkXGaTid0o5l7iRM { width:10.1865rem;height:2.8125rem;top:3.5625rem;left:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUyxilyAdJxBKX1tzVsOm9s6D2HQeQkR { width:16.2495rem;height:7.03125rem;top:8.375rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWgf6rpwbGETTeotg3vsu8P0hXe4THPM { width:15rem;height:3.125rem;top:16.6875rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnr1Obn3S3n8v4Msvi9FOCEZBgC77Fzd { display:block; }
 }@media only screen and (max-width: 763px) { #zob4WH66RT7lGl4yEyubDlROQh4fZ78T { width:5rem;height:5rem;top:2.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpBtm5oNt6ECSD7D2Uu5k51QPlZuZAMS { display:flex;width:2.5rem;height:2.5rem;top:3.75rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #A6gGfn03042CkJ5DBI3ffvB1qATURdHg { width:20rem;height:0;top:6.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTu4gnLAfrudQBbOTSErDrPGUNyKbVbs { width:15rem;height:3.125rem;top:20.375rem;left:1.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #il4JxmxPOnZSpuoT0VGAsDWZc5rmJNq7 { display:block; }
 }@media only screen and (max-width: 763px) { #bkyBrn6UBOd086RDFxsZAkebq2RTPrt8 { display:block; }#bkyBrn6UBOd086RDFxsZAkebq2RTPrt8 > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdL3KlxScdv6KeJc8VS03g8RpdNris1C { width:15.3125rem;height:1.625rem;top:5.1875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5FmtDCpDpPb7SWRZM63mhwbsrIT0A9A { width:16.1875rem;height:2.25rem;top:8.375rem;left:1.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZxem3SGgghdfFPwhJi1hCr7KW6V1zuf { width:3.75rem;height:1.875rem;top:17.0625rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf3a4fJA1zIPpZsybcu916WOXxWa79Am { display:block; }
 }@media only screen and (max-width: 763px) { #nWxZX4ETP2sto8Xmn9crGluepq3wo9yI { width:6.125rem;height:1.875rem;top:14.75rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNuh8K7VCG0HPZsxwTmFUlJA9JO196JS { display:block; }
 }@media only screen and (max-width: 763px) { #b4ySDhmVC07UdwFXhOo33A4zDQetKohp { width:17.0625rem;height:1.875rem;top:21.5rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJTO1qm7vCDbJiduS5KzmunNWE54GZy3 { display:block; }
 }@media only screen and (max-width: 763px) { #WARApxp0RZdARWUWAKFhhxZZMJxAwPfc { width:4.25rem;height:1.875rem;top:17.0625rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0EkNzUQVMbtwudwCuxwBxIbXT2OAc2h { display:block; }
 }@media only screen and (max-width: 763px) { #otB8JrifFqkHGNTc6AnKZrUNoLWhby6U { width:9.6875rem;height:1.875rem;top:19.3125rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8wH5nMzqXNMxkwQQQscV8q76XtaSeCC { display:block; }
 }@media only screen and (max-width: 763px) { #CMyJzZ9wNucmKAn7ft6d8z0vqOXd7Tdn { width:9.4375rem;height:1.875rem;top:25.1875rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqGa6bR8JPSBTpiLrZi3OuMenF1rkuB4 { width:4.0625rem;height:1.875rem;top:27.875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUJbgu3DW12gEHr4edA66Tz1JhU9yKkv { display:block; }
 }@media only screen and (max-width: 763px) { #p2zrMTpLc1Q2VD62l3kM8MWKmqc8uSNd { width:4.8125rem;height:1.875rem;top:27.875rem;left:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbED6sR4Bft56LrpkG9kpHxCdegbTLn2 { display:block; }
 }@media only screen and (max-width: 763px) { #WKeTZU3MRpIpuZc8VQOuLGN9k346tkOg { width:3.5625rem;height:1.875rem;top:27.875rem;left:11.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p522IKPgQdhvzvEM9muh7ChR8q53Zlc4 { display:block; }
 }@media only screen and (max-width: 763px) { #th5xpIl3o79JOqEvETXnNXie8ENkJulh { width:9.75rem;height:2.5rem;top:31.375rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHrEL06W4dW6D7FZpSU8ZZqfMnQS4fcN { display:block; }
 }@media only screen and (max-width: 763px) { #zzu1FFHkVZ0bZB3mUVrELPtDH1pINSUU { width:7.5rem;height:2.5rem;top:34.6875rem;left:11.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6s0HOcbUE65fklhhDM4krAzGXqxk30U { display:block; }
 }@media only screen and (max-width: 763px) { #HSv99BvXUKdl74zLtiEaaL4CcIkRNqrT { width:3.0625rem;height:1.875rem;top:17.0625rem;left:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovzh3FK6FQXdGGCTHgHko3aLTJGPZpZc { display:block; }
 }@media only screen and (max-width: 763px) { #T2dTPvIKUGmMZmnn1XyPJK6Wc8EXqPrh { width:6rem;height:1.875rem;top:14.8125rem;left:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8TnWxQZUXELQOy7TbdrU8sWee5MogyO { display:block; }
 }@media only screen and (max-width: 763px) { #sOWCuXyUatvOfsTBPsQwloS0ntumvfAM { width:8.0625rem;height:3.6875rem;top:1.46875rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltmoERB59Suh0azRUw7RozmKABMU0dVP { width:6.875rem;height:1.875rem;top:12.25rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSePnnKtAdPsvQ6KQAqRw5AH9ApJMf3d { width:9.75rem;height:2.5rem;top:34.6875rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwAwKLkb3DhCXq56Ko6ZnhCdU8wkhGz { display:block; }
 }@media only screen and (max-width: 763px) { #v5vptcOIkkO7bXhwuv3ESJIuMO3UP2lC { width:7.5rem;height:2.5rem;top:31.375rem;left:11.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2dSODJvAZ4zOH6EKCHBHTO5WcZibhX { display:block; }
 }@media only screen and (max-width: 763px) { #oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB { display:block; }#oZSgqMxuUKrIUTpMlyeFPgIvMAsMpQzB > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HilyV3ZDEQb25R3CKfTsT53B0cN9mxBd { width:17.6875rem;height:2.8125rem;top:1.8125rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NLLn0qRA7ieT4kP44k236FWzLnrxH8aA { width:16.8125rem;height:2.5rem;top:6rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf0T0AT81VRMaVl2TOuAgZ9cqSzECGqd { display:block; }
 }