.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:#173358;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #00d6fa;; } #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { background-color:#173358;background-image:url("https://images.assets-landingi.com/uc/f0382dc4-ecec-4c49-9bd7-be8b2231fc91/MOCKUP_SOCCER_01.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.adaptive-delivery-prevent-bg, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyload, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyloading { background-image: none; } #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 *:focus-visible, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 input[type="text"]:focus-visible, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 input[type="email"]:focus-visible, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 input[type="tel"]:focus-visible, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 textarea:focus-visible { outline:0.125rem solid #0b1625;; } #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { background-color: transparent; background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .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); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { border-width: 0; border-radius: 0; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#TpSm0ULOKDvrWoWdiZqXp8v7scNm1kZV { background-color:#00a535;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"barlow semi condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.2744375rem;height:3.2109375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.33203125rem;left:28.8623046875rem;display:block; }
#VR9SA23aEy658SQAEWwJdetA3TxXrrED { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpRW7VhFTcqlIWRqRnEoQXIZWZNr2wPv { color:#99d9f0;display:block;width:27.625rem;position:absolute;font-family:"barlow semi condensed";font-size:2.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:8.625rem;left:23.6875rem;height:6.175rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xCbfrcSlb5dHTGnr3MiXQzQliUegKfSF { color:#99d9f0;display:block;width:27.625rem;position:absolute;font-family:"barlow semi condensed";font-size:2rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:11.21142578125rem;left:23.6875rem;height:2.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#f4pxG8xl3Sa2TZTexkFqBTxWrTKdOzDQ { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:"barlow semi condensed";font-size:5.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:12.625rem;left:23.6875rem;height:6.74375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TJyTApkeSq6pKpbVuD6cDiMz4i53Frln { position:absolute;display:block;z-index:15034;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:13.0625rem;width:9.25rem;top:32.924999237061rem;left:10.175001144409rem;overflow:hidden;display:block; }
#Fuh8cBoHTABmrkthCUl7vxfTGIcZsob5 { position:absolute;display:block;z-index:15035;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:15rem;width:9.4375rem;top:31.03750038147rem;left:55.625001907349rem;overflow:hidden;display:block; }
#DHPnzObRhMEVBTF7oXCAndLgOAkOvB4i { position:absolute;display:block;z-index:15036;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:10rem;width:10rem;top:17.3125rem;left:57.987504959106rem;overflow:hidden;display:block; }
#H3HP7iG08XfLHVdcaixhrXcP4vc5da6W { position:absolute;display:block;z-index:15037;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:9.625rem;width:9.6875rem;top:20rem;left:5.78125rem;overflow:hidden;display:block; }
#NfSwFFUGDMkGM4OmdTMTfliVvONtgTiw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NfSwFFUGDMkGM4OmdTMTfliVvONtgTiw > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#J10J8kg1W5kpDpxK2G6478pOAHSfG456 { position:absolute;display:block;z-index:14999;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:25rem;width:32.25rem;top:25.9375rem;left:21.375001907349rem;overflow:hidden;display:block; }
#TfnJVyy0BGoiltfBLS04hhRbTmS0QHZR { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"barlow semi condensed";font-size:1.5rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:18.61865234375rem;left:41.0625rem;height:3.9rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LUpZJHWfP0VmRnpblR6WPbHrBKWJCa4K { box-sizing:content-box;height:4.25rem;width:36.25rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:2.9375rem;left:19.375rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#nW7ksiZf9rtoNeNF8yo6CdN3bLXgy9hc { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.8125rem;top:3.8125rem;left:21.75rem;overflow:hidden;display:block; }
#J8Tz1dzkOudklBgTXCwIuJE3REUGWyER { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #173358;border-left:0.0625rem solid #173358;border-right:0.0625rem solid #173358;border-bottom:0.0625rem solid #173358;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#173358;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"barlow semi condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.025rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.0625rem;left:38.25rem;display:block; }
#ncCcH8TqGlRurTn2q22yzRwRi1eSRkTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ULEnHpw2Nt0tOdnNsn702R6HxZhm9msX { background-color:#00a535;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"barlow semi condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:4rem;left:45.75rem;display:block; }
#hivJWo67RUse4rHeoxRBMU6gbrDTJcfH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#173358;background-image:url("https://images.assets-landingi.com/uc/868a4850-15a9-4211-acdc-60894f4eae88/pleca.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV.adaptive-delivery-prevent-bg, #ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV.lazyload, #ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV.lazyloading { background-image: none; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row .container { background-color: transparent; background-image: none; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row .container > .video-iframe-container { display: none; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row > .video-iframe-container { display: none; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .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); }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row .container { border-width: 0; border-radius: 0; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#OVmzX5aRMscXu72KexKBUQM77cmvKT5J { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:"barlow condensed";font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:18.78125rem;height:4.46875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fVWLFlqbOVPTMGtClNvuifT90O7m6OyU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fVWLFlqbOVPTMGtClNvuifT90O7m6OyU > .row .container { background-color: transparent; background-image: none; }#fVWLFlqbOVPTMGtClNvuifT90O7m6OyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVWLFlqbOVPTMGtClNvuifT90O7m6OyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVWLFlqbOVPTMGtClNvuifT90O7m6OyU > .row .container > .video-iframe-container { display: none; }#fVWLFlqbOVPTMGtClNvuifT90O7m6OyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVWLFlqbOVPTMGtClNvuifT90O7m6OyU > .row > .video-iframe-container { display: none; }#fVWLFlqbOVPTMGtClNvuifT90O7m6OyU > .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); }#fVWLFlqbOVPTMGtClNvuifT90O7m6OyU > .row .container { border-width: 0; border-radius: 0; }#fVWLFlqbOVPTMGtClNvuifT90O7m6OyU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVWLFlqbOVPTMGtClNvuifT90O7m6OyU > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#bqGCWaLK6GyqSndzvmiXfNrpQPsKCawr { color:#173358;display:block;width:37.4375rem;position:absolute;font-family:"barlow condensed";font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:18.78125rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk > .row .container { background-color: transparent; background-image: none; }#T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk > .row .container > .video-iframe-container { display: none; }#T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk > .row > .video-iframe-container { display: none; }#T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk > .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); }#T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk > .row .container { border-width: 0; border-radius: 0; }#T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#TC6ECTgg6CZ3VUeuV4VJNeoUL1zI7eWT { color:#173358;display:block;width:14.25rem;position:absolute;font-family:barlow;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.1875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BL7JgiTEiXCWqvx2suPLcaLZpticvBhs { color:#173358;display:block;width:19.9375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.1875rem;left:2.5625rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FshHx5TZnXhFhJCUttPlhv2LRLPETcup { color:#173358;display:block;width:19.9375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.1875rem;left:27.5625rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xrSr0LJm6zNHqT6trHPoLo6nX5aTVeCA { color:#173358;display:block;width:14.25rem;position:absolute;font-family:barlow;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0625rem;left:33.25rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xb446pTfhb9cPbk0XpmQowKNgAbGxrZC { color:#173358;display:block;width:21.0625rem;position:absolute;font-family:"barlow semi condensed";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.1875rem;left:52.562501907349rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LgEOBVmkS7iSt44b6S8wApHSRpmWbliT { color:#173358;display:block;width:14.25rem;position:absolute;font-family:barlow;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.7218761444092rem;left:58.125001907349rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XhiPLC2rwFSHDfAOEz0PpEbf5V383icP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.0750007629394rem;left:3.4875011444092rem; }
#X4KAT6QlMxQRVstn6Sn38sWf0bIIwWEt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.5125007629394rem;left:29.050001144409rem; }
#qNdFlS6ocLTqJglFX0aX11PNMuVc9UIo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.078125rem;left:53.562501907349rem; }
#tkvfXp60dfyxJXDPSS3P31LW3hiqBXng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#173358;background-image:url("https://images.assets-landingi.com/uc/02c0f540-c42a-4de0-9503-b86374c7790c/MOCKUP_SOCCER_03.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#tkvfXp60dfyxJXDPSS3P31LW3hiqBXng.adaptive-delivery-prevent-bg, #tkvfXp60dfyxJXDPSS3P31LW3hiqBXng.lazyload, #tkvfXp60dfyxJXDPSS3P31LW3hiqBXng.lazyloading { background-image: none; }#tkvfXp60dfyxJXDPSS3P31LW3hiqBXng > .row .container { background-color: transparent; background-image: none; }#tkvfXp60dfyxJXDPSS3P31LW3hiqBXng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkvfXp60dfyxJXDPSS3P31LW3hiqBXng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkvfXp60dfyxJXDPSS3P31LW3hiqBXng > .row .container > .video-iframe-container { display: none; }#tkvfXp60dfyxJXDPSS3P31LW3hiqBXng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkvfXp60dfyxJXDPSS3P31LW3hiqBXng > .row > .video-iframe-container { display: none; }#tkvfXp60dfyxJXDPSS3P31LW3hiqBXng > .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); }#tkvfXp60dfyxJXDPSS3P31LW3hiqBXng > .row .container { border-width: 0; border-radius: 0; }#tkvfXp60dfyxJXDPSS3P31LW3hiqBXng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkvfXp60dfyxJXDPSS3P31LW3hiqBXng > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#yr2UnT4JUspZ9BVQriqTalQcPPyZKxxt { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:14.28125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#CsoQ56SrKCbV9QK0WAgsxS4doXNwhKCb { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.5625rem;left:14.28125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#NXcKd5RHzJK8RebIdEruhgxcFDsu4tsy { background-color:#00a535;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"barlow semi condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.27425rem;height:3.2109375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.5390625rem;left:28.862501144409rem;display:block; }
#BnADziy0cpsZSShBo1mUXtKyX9HesBLB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k1UMohCCJ3zsfTmLsCamdtH0Oz4NwTvx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:17.625rem;top:28.493751525879rem;left:28.687501907349rem;overflow:hidden;display:block; }
#iTb6F7nH5KTpJyODsim6piQC559Mq3cc { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.5625rem;left:14.28125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#SfTzwCxSJRg4rdlirHE76Hfc3dZNMmED { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:14.28125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#zeRH0r2RDCXZoW7XtLvXzOWKL7IsMiit { position:absolute;display:block;z-index:15004;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:9.9375rem;width:9.9375rem;top:16.4375rem;left:3.5687503814698rem;overflow:hidden;display:block; }
#MWQAlID6bJUP5fvefcbKu8cdz5rPtDoI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:10.75rem;top:12.050001144409rem;left:60.00625038147rem;overflow:hidden;display:block; }
#OPuJ0a6eIvEOh40iztrqvOka22p6LT29 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#OPuJ0a6eIvEOh40iztrqvOka22p6LT29 > .row .container { background-color: transparent; background-image: none; }#OPuJ0a6eIvEOh40iztrqvOka22p6LT29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPuJ0a6eIvEOh40iztrqvOka22p6LT29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPuJ0a6eIvEOh40iztrqvOka22p6LT29 > .row .container > .video-iframe-container { display: none; }#OPuJ0a6eIvEOh40iztrqvOka22p6LT29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPuJ0a6eIvEOh40iztrqvOka22p6LT29 > .row > .video-iframe-container { display: none; }#OPuJ0a6eIvEOh40iztrqvOka22p6LT29 > .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); }#OPuJ0a6eIvEOh40iztrqvOka22p6LT29 > .row .container { border-width: 0; border-radius: 0; }#OPuJ0a6eIvEOh40iztrqvOka22p6LT29 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPuJ0a6eIvEOh40iztrqvOka22p6LT29 > .row .container { font-size:0.875rem;font-family:arial;height:85rem;width:75rem;position:relative;display:block; }#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g .accordion-element-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g .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; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g .accordion-heading-text { display:block;position:relative;width:100%;font-family:"barlow semi condensed";font-weight:700;font-size:1.25rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"barlow semi condensed"; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g .accordion-trigger.adaptive-delivery-prevent-bg, #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g .accordion-trigger.lazyload, #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g .accordion-trigger.lazyloading { background-image: none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g { box-sizing:content-box;height:auto;width:54.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:11.5625rem;left:10.281251907349rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Efv5Js5MgkraLy5i75Cf3fp6H40eMc9L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #KQxTXURgNU5xZAVDcQAklMucBLlv0K45 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #qtSy68bV4G5xWexqHv1g4KmMVwAIAB7L { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #wsa09luhBqi0xo9LCpoGI8dM1wAiT3KJ {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #J6t55ddT5mdSQusRSRkVHBLzitvAwwKr {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #ZZgB69G2NiGICvWehmHBrOSaTKZR5qsT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #eGlpzHm8VwH2JV3c96izLqDUM2o79PgC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #JXTWy7xgT3L2pbr11x1EgICBNIKAHyxt { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #vfsNvLE7o1wyy2MDoA9Snevu66FQnMRa {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #EAOlrLrpgRRwVeR6tk1WTREE6cbQ3uaP { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #fVvLn4NOtfTBWtPOqICQg6neJbcTEX37 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #nkEs1PqTZR2r4PR0nGn6Mwrp0gLWFo9x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #VE3CKapwNNgUGkFGfLbBqiOUgi0L6MtX { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #T7279hWFLcXZcwpo3C6cOqgdzAaghi6U {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #e7z9pvb6hexdqXy2puAqecnaTuD0x8xf { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #uVG8I542MKtF4tkcvfq4hHFtTd397PA8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #QOToMvttCfUSFUL6fJAxJzx3CS3Wnc8E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #WkzM0nzDKBsJ6hHhU1LmUsdhD4pQMIaC { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #hN61yTqO8VKOWGPdACWkkT9hmenpdHCS {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #RvPklTFWn86shRfKFOPXG1PTC5vJM3yR { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #xWtfg2PUCRopmZUo0tXwIoCxXkdMtKvk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #QTO9zaTGMJesTrWbCBPZt1KftIPLi2nH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #JHloDzPTTExT5auqDSIg86B3Bgcl6gCf { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #uqxbqbGvlGevEA9F6fEG3GUmXVpJ9tOW {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #dyfLIOSGtDnsXaESSP4AgZW8aW0dFQQ5 { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #XpJg2zGCqA6H2EPqudP8pdwqdi09b7iO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #b5cPxCT8A3Cwuv58XgJu4n9AtCvR7bIb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #R8zkPWoL0HLhwi2rZrin4VQDQ6xlZ344 { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #FcffkvkfPrhpk6TlsAWdDlx0CO0qAKMB {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #verqDfRtUzTXtA9bsvMTFyLQoMpdWmUo { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #MMVWadis3NPHvEFRN1mzTD2yp0R2tGP9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #NLuaCkQkI6zOkG4fKfUoTfOoEP7PZcif { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #WfBT7kSxrMs9EA4hmgJltPT7zf1fu4Q9 { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #KomvEoQkF6QrgPrpQ4sgl1XiKpdpyO2b {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #b7vHAME8enTdNMnN0aHkwPTo2XDAOieI { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #rleWWE9iF5vnAlm8yOh703oEbO7brcJN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #rfeklc0Zyk1lQgDDVmCWwCI2XcAaU5Wa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #kP9L3IMfHQwJgdIKR7FaFE3rr52ccc2G { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #VTId0UscXW9JmRICgetewqc9OlNQQgdh {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #ILNP5lBNLebEXCSPNnzgCCoarGuBAzeV { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #G52PQZG79rbPlOA22W1wIoQ7cFQZOFkw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #t9ssSooHu5T7fnbmM9ygXJ7DfVoKDWxh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #kyOE9yWyRgeWcv9CwIlUahe5ie4GPtOR { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #kRrmKVHuFWibRr6ORwZ0UIoSDJuIbENo {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Ur7z26otWTlBv96w9KRNX9Sq9sRDexsI { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #D20Dv8EDkz2FTGpyq52gTm5ipiyx5S7D { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #wW9gSu1F6PwG7BOQv7o5SeCZvohDxPIb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #a49vvyTxMiGftl2EVFBTsUfKbA2poK6h { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #HTGKVIfk3l2vr3s32Bd5ztDaGkhF2bed {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #L1Xgs3U3Gd06sBR36qxqcREHey8A2PX5 { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #iNL8SzbN9WLGzr8b9LNTG27q2UTQmlco { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #lVbJzZRO1ZGn2DlxAOiw4KpTbCpnawqd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #TBgICAK4d50TQFC2QAhunrSd45y1nlHT { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #tQ192TOuXpC6K74WQvrIeJnaMWfMCpvl {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #nf7isvKqBZZLDPvdnuN8BQZ9QMXFf3c5 { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #oB1ypWs4SL1VpIT2EKHIuvb3iSK7feed { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Jnfqo4eJEUVtsMMxy3LbcQTz6Zn7Ropm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #XixG1IXMMTxt5TIAsVPfciJ2OSfwhOch { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #i4m3Jv1XqMDVUCBlrArfXePnv8VbWsTS {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #RLGzAG8O3OSXCCBhHGkJ7DKnvo6leIQb { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #NX59R2kivT0GcQPWksmSoCOQGzLmS7Hi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #i3P3N5c4faqJdzvmAiLqK3lmeCZu98v1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #nTdnSwuq0LABTKTDGbBJIoRzkX6LSDqR { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #E6JCheGoJA72Vz20aGWwZuk3rR5w2hoK {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #WAikk0ROkLmda28Vr5vKhNFzCh6kahoT { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #ELcA9aG3keqrboTEr7Hxa3adqXIfQUXT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #outM6cQuSKmsk19zIhMHwnEAPh3uEnUC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #pskWgHNTXy5t4iHzLZhQmuryGa3LnIbi { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Cz6f7vu7MN4JEiS8qtIXdpM0TGiLFqBl {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #A9sSz7LbFF4N4qJWAoy5DVU332GDcvIs { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #OCxP7mu9AT4dD7ZKwKXVMv0HDDICUvqz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #vexVeD19Gd9r63RITOWqxCI0F9CQc07T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #afqB6U7Z39rXVndJJxz9lDd4azUmoLXd { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #yk6U2Log7izu3hW561fKodVqNlk1Nsad {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #FB6xsFQIByqBdJTUWTuItH7J72A3BxPa { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #EITKoR0IFI0ZlCr4V1uCyQmxlvUM8k90 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #DJ4BC6QPUtH6044uzZpnoFg33IGevoWy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #B35e4uVguZ7ZTPvPC2GGs1zTZDxqtXb6 { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #xcILK7HRDMC2mwCc5gOztcH9yrp9mS5a {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Uyabvd93pSD1sCJJwdJFZrVycWefibKm { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #AirzUsNIqrAI6QHEoHCFDEHh7Ut5wsTk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #ORBW4ErOA3FtLkeHsndMocX6chOBgvUU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #sC9POGPzcqoNbSsMi4nZyqdhuSFG7A3Z { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #sxp3A0bHzTbgl9e27SMGtfTnBNAr24WR {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #FlVfMlTKE3iiVImZyZFbloiVXykmJQMQ { display:none; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Sc1s5TcsU5m8ek0bCZyx0Dzl4VoBlbf0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #PwKZ6J9gNAiThzgoxVyCLrmhqGM17nHr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #PsusxRge7zry3G0gbop5ME6VudPHmFaB { display:block;position:relative; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #cutJ2kmZSPyrdu1rTOdHPlWvZQTuazD2 {  }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #L6pyRs5UtFKK2zzzVZe445lUXhSiIbew { display:none; }
#VkTX8cmCRmneni14ieovJmP10KoWMJs4 { color:#173358;display:block;width:51rem;position:absolute;font-family:"barlow semi condensed";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.1867179870606rem;left:10.281251907349rem;height:1.95rem;font-style:normal;display:block; }
#tZDxXt85w9JU70re6167FZTPOiaT16VC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #dcdcdc);background-image: -moz-linear-gradient(180deg, #ffffff, #dcdcdc);background-image: -ms-linear-gradient(180deg, #ffffff, #dcdcdc);background-image: -o-linear-gradient(180deg, #ffffff, #dcdcdc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc' );";background-image: linear-gradient(180deg, #ffffff, #dcdcdc);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #tZDxXt85w9JU70re6167FZTPOiaT16VC *:focus-visible, #tZDxXt85w9JU70re6167FZTPOiaT16VC input[type="text"]:focus-visible, #tZDxXt85w9JU70re6167FZTPOiaT16VC input[type="email"]:focus-visible, #tZDxXt85w9JU70re6167FZTPOiaT16VC input[type="tel"]:focus-visible, #tZDxXt85w9JU70re6167FZTPOiaT16VC textarea:focus-visible { outline:0.125rem solid #00d6fa;; } #tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { background-color: transparent; background-image: none; }#tZDxXt85w9JU70re6167FZTPOiaT16VC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container > .video-iframe-container { display: none; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row > .video-iframe-container { display: none; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .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); }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { border-width: 0; border-radius: 0; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#ArIO6ddWkt2TpsSZuDWnR01ve6TsWIo8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#f6f6f6;background-image:none;top:7.75rem;left:3.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;display:block; }
#X8pXtPcK7WVsz7EVwbMlZpnf0LcTGI31 { position:absolute;display:block;z-index:15004;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:6.125rem;width:6.125rem;top:8.375rem;left:6.2500019073488rem;overflow:hidden;display:block; }
#Zg79rcid5XuCbrRbopETRE8WTylRnkLO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:8.375rem;left:25.000001907349rem;overflow:hidden;display:block; }
#WHCZWJQlAyUgTxtcaUScLnibFyfrxzN1 { 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:6.125rem;width:6.125rem;top:8.375rem;left:43.750001907349rem;overflow:hidden;display:block; }
#ThiAzWEXp5IsAxmsDm5mNgzloGracbIw { 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:5.4375rem;width:5.625rem;top:8.6875rem;left:62.75000190735rem;overflow:hidden;display:block; }
#mbfvLIWwcLKtSaGV8Lamm41ASaTJrVxi { color:#173358;display:block;width:8.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.875rem;left:5.125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U8CXWthsXzaVyo74PSqJJQUGoMIyD48Z { color:#173358;display:block;width:8.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.875rem;left:23.875001907349rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xs3I75XwnT3BrTHSLUa2vNKZNEkClqnP { color:#173358;display:block;width:8.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.9375rem;left:42.625001907349rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruSgoTIxKDB8RB2Ls9W7OgVXP2sx69uH { color:#173358;display:block;width:8.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.9375rem;left:61.375001907349rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klfLw0D5N1Czpxyv6ZOnrUS3M9A09ugt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#f6f6f6;background-image:none;top:7.75rem;left:21.75rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;display:block; }
#KOVuXvfTHekGKBDMnTQR3ch5B24AxZUT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:#f6f6f6;background-image:none;top:7.75rem;left:40.5rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;display:block; }
#LQUSq5dDkHWQM0CdAmCk5p7KKt4Oefub { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#f6f6f6;background-image:none;top:7.75rem;left:59.25rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;display:block; }
#QxQTLmksTT2Q9w45QQWrI8eUTd3Lo1zK { color:#173358;display:block;width:20.5625rem;position:absolute;font-family:"barlow semi condensed";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:26.687501907349rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002335;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; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { background-color: transparent; background-image: none; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container > .video-iframe-container { display: none; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row > .video-iframe-container { display: none; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .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); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { border-width: 0; border-radius: 0; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#i9vGo10FZHfQeSCUzqqwtU5f4ROia6vS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.125rem;left:31.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#BnrONa3R1pS0rId2U5uF9qkQMDXJ78sr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:56.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#h77JsTyyLU8awFQ0KpO6utLHTOS9IhJo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.82421875rem;left:6.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 { background-color:#002b43;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { background-color: transparent; background-image: none; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container > .video-iframe-container { display: none; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row > .video-iframe-container { display: none; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .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); }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { border-width: 0; border-radius: 0; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#cu79rGkMlte5mJuVhadlD2UsrOzQHdus { color:#e3f8ff;display:block;width:68.8125rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:11.5rem;left:3.09375rem;height:17.53125rem;text-align:center;text-align-last:center;display:block; }
#iqATaQvT2PECvCCrEwaD8OEJytxps5HQ { box-sizing:content-box;height:0.125rem;width:56.625rem;position:absolute;display:block;z-index:15002;background-color:#00d6fa;background-image:none;top:9.625rem;left:9.1875rem;display:block; }
#IEmClJXF0vPhcTTGmWzLNNX1RtlaV0eb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:3.21875rem;left:41.90625rem;overflow:hidden;display:block; }
#T0rklNvtcvPAtNRTEiGBEhvc7St8xq4B { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:10.5rem;top:2.8125rem;left:25.21875rem;overflow:hidden;display:block; }
#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002335;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; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { background-color: transparent; background-image: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container > .video-iframe-container { display: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container { display: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .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); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { border-width: 0; border-radius: 0; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { 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:9.0625rem;width:11.4375rem;top:1.25rem;left:9.6875rem;overflow:hidden;display:block; }
#dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { 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:5.4375rem;width:4.75rem;top:3.0625rem;left:26.25rem;overflow:hidden;display:block; }
#kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { 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:6.875rem;width:7.3125rem;top:2.34375rem;left:39.125rem;overflow:hidden;display:block; }
#M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { position:absolute;display:block;z-index:15003;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:6.875rem;width:8.625rem;top:2.34375rem;left:55.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { display:block; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpSm0ULOKDvrWoWdiZqXp8v7scNm1kZV { width:17.25rem;height:3.1875rem;top:21.3125rem;left:15.2373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR9SA23aEy658SQAEWwJdetA3TxXrrED { display:block; }
 }@media only screen and (max-width: 763px) { #vpRW7VhFTcqlIWRqRnEoQXIZWZNr2wPv { top:8.625rem;left:10.0625rem;width:27.625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCbfrcSlb5dHTGnr3MiXQzQliUegKfSF { top:11.1875rem;left:10.0625rem;width:27.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4pxG8xl3Sa2TZTexkFqBTxWrTKdOzDQ { top:12.625rem;left:10.0625rem;width:27.625rem;height:6.6875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJyTApkeSq6pKpbVuD6cDiMz4i53Frln { top:32.875rem;left:0rem;width:9.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuh8cBoHTABmrkthCUl7vxfTGIcZsob5 { top:31rem;left:38.3125rem;width:9.4375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHPnzObRhMEVBTF7oXCAndLgOAkOvB4i { top:17.3125rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3HP7iG08XfLHVdcaixhrXcP4vc5da6W { top:20rem;left:0rem;width:9.6875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfSwFFUGDMkGM4OmdTMTfliVvONtgTiw { display:none; }
#NfSwFFUGDMkGM4OmdTMTfliVvONtgTiw > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #J10J8kg1W5kpDpxK2G6478pOAHSfG456 { top:25.9375rem;left:7.7500019073488rem;width:32.25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnJVyy0BGoiltfBLS04hhRbTmS0QHZR { top:18.5625rem;left:27.4375rem;width:8.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUpZJHWfP0VmRnpblR6WPbHrBKWJCa4K { top:2.9375rem;left:5.75rem;width:36.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW7ksiZf9rtoNeNF8yo6CdN3bLXgy9hc { top:3.8125rem;left:8.125rem;width:11.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Tz1dzkOudklBgTXCwIuJE3REUGWyER { width:6.125rem;height:1.875rem;top:4.0625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncCcH8TqGlRurTn2q22yzRwRi1eSRkTB { display:block; }
 }@media only screen and (max-width: 763px) { #ULEnHpw2Nt0tOdnNsn702R6HxZhm9msX { width:7.5rem;height:2.125rem;top:4rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hivJWo67RUse4rHeoxRBMU6gbrDTJcfH { display:block; }
 }@media only screen and (max-width: 763px) { #ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV { display:block; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVmzX5aRMscXu72KexKBUQM77cmvKT5J { top:1.25rem;left:5.15625rem;width:37.4375rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVWLFlqbOVPTMGtClNvuifT90O7m6OyU { display:block; }#fVWLFlqbOVPTMGtClNvuifT90O7m6OyU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqGCWaLK6GyqSndzvmiXfNrpQPsKCawr { top:0.9375rem;left:5.15625rem;width:37.4375rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk { display:block; }#T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC6ECTgg6CZ3VUeuV4VJNeoUL1zI7eWT { width:14.25rem;height:2.25rem;top:3.0625rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL7JgiTEiXCWqvx2suPLcaLZpticvBhs { width:19.9375rem;height:1.4375rem;top:8.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FshHx5TZnXhFhJCUttPlhv2LRLPETcup { width:19.9375rem;height:2.875rem;top:8.1875rem;left:11.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrSr0LJm6zNHqT6trHPoLo6nX5aTVeCA { width:14.25rem;height:2.25rem;top:3.0625rem;left:17.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb446pTfhb9cPbk0XpmQowKNgAbGxrZC { width:21.0625rem;height:2.875rem;top:8.1875rem;left:26.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgEOBVmkS7iSt44b6S8wApHSRpmWbliT { width:14.25rem;height:2.25rem;top:2.6875rem;left:33.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhiPLC2rwFSHDfAOEz0PpEbf5V383icP { top:2.0625rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4KAT6QlMxQRVstn6Sn38sWf0bIIwWEt { top:2.5rem;left:15.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNdFlS6ocLTqJglFX0aX11PNMuVc9UIo { top:2.0625rem;left:31.75rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkvfXp60dfyxJXDPSS3P31LW3hiqBXng { display:block; }#tkvfXp60dfyxJXDPSS3P31LW3hiqBXng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr2UnT4JUspZ9BVQriqTalQcPPyZKxxt { top:4rem;left:0.65625190734863rem;width:46.4375rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsoQ56SrKCbV9QK0WAgsxS4doXNwhKCb { top:11.5625rem;left:0.65625rem;width:46.4375rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXcKd5RHzJK8RebIdEruhgxcFDsu4tsy { width:17.25rem;height:3.1875rem;top:19.5rem;left:15.237501144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnADziy0cpsZSShBo1mUXtKyX9HesBLB { display:block; }
 }@media only screen and (max-width: 763px) { #k1UMohCCJ3zsfTmLsCamdtH0Oz4NwTvx { top:28.4375rem;left:15.062501907349rem;width:17.625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTb6F7nH5KTpJyODsim6piQC559Mq3cc { top:20.8125rem;left:0rem;width:20rem;height:4.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfTzwCxSJRg4rdlirHE76Hfc3dZNMmED { top:3.625rem;left:0rem;width:19rem;height:6.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeRH0r2RDCXZoW7XtLvXzOWKL7IsMiit { top:16.4375rem;left:0rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWQAlID6bJUP5fvefcbKu8cdz5rPtDoI { top:12rem;left:37rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPuJ0a6eIvEOh40iztrqvOka22p6LT29 { display:block; }#OPuJ0a6eIvEOh40iztrqvOka22p6LT29 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g { display:flex;height:auto;width:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Efv5Js5MgkraLy5i75Cf3fp6H40eMc9L {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #KQxTXURgNU5xZAVDcQAklMucBLlv0K45 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #qtSy68bV4G5xWexqHv1g4KmMVwAIAB7L {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #wsa09luhBqi0xo9LCpoGI8dM1wAiT3KJ {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #J6t55ddT5mdSQusRSRkVHBLzitvAwwKr {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #ZZgB69G2NiGICvWehmHBrOSaTKZR5qsT {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #eGlpzHm8VwH2JV3c96izLqDUM2o79PgC {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #JXTWy7xgT3L2pbr11x1EgICBNIKAHyxt {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #vfsNvLE7o1wyy2MDoA9Snevu66FQnMRa {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #EAOlrLrpgRRwVeR6tk1WTREE6cbQ3uaP {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #fVvLn4NOtfTBWtPOqICQg6neJbcTEX37 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #nkEs1PqTZR2r4PR0nGn6Mwrp0gLWFo9x {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #VE3CKapwNNgUGkFGfLbBqiOUgi0L6MtX {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #T7279hWFLcXZcwpo3C6cOqgdzAaghi6U {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #e7z9pvb6hexdqXy2puAqecnaTuD0x8xf {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #uVG8I542MKtF4tkcvfq4hHFtTd397PA8 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #QOToMvttCfUSFUL6fJAxJzx3CS3Wnc8E {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #WkzM0nzDKBsJ6hHhU1LmUsdhD4pQMIaC {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #hN61yTqO8VKOWGPdACWkkT9hmenpdHCS {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #RvPklTFWn86shRfKFOPXG1PTC5vJM3yR {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #xWtfg2PUCRopmZUo0tXwIoCxXkdMtKvk {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #QTO9zaTGMJesTrWbCBPZt1KftIPLi2nH {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #JHloDzPTTExT5auqDSIg86B3Bgcl6gCf {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #uqxbqbGvlGevEA9F6fEG3GUmXVpJ9tOW {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #dyfLIOSGtDnsXaESSP4AgZW8aW0dFQQ5 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #XpJg2zGCqA6H2EPqudP8pdwqdi09b7iO {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #b5cPxCT8A3Cwuv58XgJu4n9AtCvR7bIb {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #R8zkPWoL0HLhwi2rZrin4VQDQ6xlZ344 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #FcffkvkfPrhpk6TlsAWdDlx0CO0qAKMB {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #verqDfRtUzTXtA9bsvMTFyLQoMpdWmUo {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #MMVWadis3NPHvEFRN1mzTD2yp0R2tGP9 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #NLuaCkQkI6zOkG4fKfUoTfOoEP7PZcif {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #WfBT7kSxrMs9EA4hmgJltPT7zf1fu4Q9 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #KomvEoQkF6QrgPrpQ4sgl1XiKpdpyO2b {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #b7vHAME8enTdNMnN0aHkwPTo2XDAOieI {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #rleWWE9iF5vnAlm8yOh703oEbO7brcJN {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #rfeklc0Zyk1lQgDDVmCWwCI2XcAaU5Wa {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #kP9L3IMfHQwJgdIKR7FaFE3rr52ccc2G {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #VTId0UscXW9JmRICgetewqc9OlNQQgdh {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #ILNP5lBNLebEXCSPNnzgCCoarGuBAzeV {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #G52PQZG79rbPlOA22W1wIoQ7cFQZOFkw {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #t9ssSooHu5T7fnbmM9ygXJ7DfVoKDWxh {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #kyOE9yWyRgeWcv9CwIlUahe5ie4GPtOR {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #kRrmKVHuFWibRr6ORwZ0UIoSDJuIbENo {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Ur7z26otWTlBv96w9KRNX9Sq9sRDexsI {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #D20Dv8EDkz2FTGpyq52gTm5ipiyx5S7D {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #wW9gSu1F6PwG7BOQv7o5SeCZvohDxPIb {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #a49vvyTxMiGftl2EVFBTsUfKbA2poK6h {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #HTGKVIfk3l2vr3s32Bd5ztDaGkhF2bed {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #L1Xgs3U3Gd06sBR36qxqcREHey8A2PX5 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #iNL8SzbN9WLGzr8b9LNTG27q2UTQmlco {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #lVbJzZRO1ZGn2DlxAOiw4KpTbCpnawqd {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #TBgICAK4d50TQFC2QAhunrSd45y1nlHT {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #tQ192TOuXpC6K74WQvrIeJnaMWfMCpvl {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #nf7isvKqBZZLDPvdnuN8BQZ9QMXFf3c5 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #oB1ypWs4SL1VpIT2EKHIuvb3iSK7feed {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Jnfqo4eJEUVtsMMxy3LbcQTz6Zn7Ropm {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #XixG1IXMMTxt5TIAsVPfciJ2OSfwhOch {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #i4m3Jv1XqMDVUCBlrArfXePnv8VbWsTS {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #RLGzAG8O3OSXCCBhHGkJ7DKnvo6leIQb {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #NX59R2kivT0GcQPWksmSoCOQGzLmS7Hi {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #i3P3N5c4faqJdzvmAiLqK3lmeCZu98v1 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #nTdnSwuq0LABTKTDGbBJIoRzkX6LSDqR {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #E6JCheGoJA72Vz20aGWwZuk3rR5w2hoK {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #WAikk0ROkLmda28Vr5vKhNFzCh6kahoT {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #ELcA9aG3keqrboTEr7Hxa3adqXIfQUXT {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #outM6cQuSKmsk19zIhMHwnEAPh3uEnUC {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #pskWgHNTXy5t4iHzLZhQmuryGa3LnIbi {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Cz6f7vu7MN4JEiS8qtIXdpM0TGiLFqBl {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #A9sSz7LbFF4N4qJWAoy5DVU332GDcvIs {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #OCxP7mu9AT4dD7ZKwKXVMv0HDDICUvqz {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #vexVeD19Gd9r63RITOWqxCI0F9CQc07T {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #afqB6U7Z39rXVndJJxz9lDd4azUmoLXd {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #yk6U2Log7izu3hW561fKodVqNlk1Nsad {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #FB6xsFQIByqBdJTUWTuItH7J72A3BxPa {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #EITKoR0IFI0ZlCr4V1uCyQmxlvUM8k90 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #DJ4BC6QPUtH6044uzZpnoFg33IGevoWy {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #B35e4uVguZ7ZTPvPC2GGs1zTZDxqtXb6 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #xcILK7HRDMC2mwCc5gOztcH9yrp9mS5a {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Uyabvd93pSD1sCJJwdJFZrVycWefibKm {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #AirzUsNIqrAI6QHEoHCFDEHh7Ut5wsTk {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #ORBW4ErOA3FtLkeHsndMocX6chOBgvUU {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #sC9POGPzcqoNbSsMi4nZyqdhuSFG7A3Z {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #sxp3A0bHzTbgl9e27SMGtfTnBNAr24WR {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #FlVfMlTKE3iiVImZyZFbloiVXykmJQMQ {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Sc1s5TcsU5m8ek0bCZyx0Dzl4VoBlbf0 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #PwKZ6J9gNAiThzgoxVyCLrmhqGM17nHr {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #PsusxRge7zry3G0gbop5ME6VudPHmFaB {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #cutJ2kmZSPyrdu1rTOdHPlWvZQTuazD2 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #L6pyRs5UtFKK2zzzVZe445lUXhSiIbew {  }
 }@media only screen and (max-width: 763px) { #VkTX8cmCRmneni14ieovJmP10KoWMJs4 { top:7.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZDxXt85w9JU70re6167FZTPOiaT16VC { display:block; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArIO6ddWkt2TpsSZuDWnR01ve6TsWIo8 { top:7.75rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8pXtPcK7WVsz7EVwbMlZpnf0LcTGI31 { top:8.375rem;left:2.8437519073486rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg79rcid5XuCbrRbopETRE8WTylRnkLO { top:8.375rem;left:14.781251907349rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHCZWJQlAyUgTxtcaUScLnibFyfrxzN1 { top:8.375rem;left:26.718751907349rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiAzWEXp5IsAxmsDm5mNgzloGracbIw { top:8.6875rem;left:38.906251907349rem;width:5.625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbfvLIWwcLKtSaGV8Lamm41ASaTJrVxi { top:15.875rem;left:1.71875rem;width:8.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8CXWthsXzaVyo74PSqJJQUGoMIyD48Z { top:15.875rem;left:13.656251907349rem;width:8.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs3I75XwnT3BrTHSLUa2vNKZNEkClqnP { top:15.9375rem;left:25.593751907349rem;width:8.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruSgoTIxKDB8RB2Ls9W7OgVXP2sx69uH { top:15.9375rem;left:37.531251907349rem;width:8.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klfLw0D5N1Czpxyv6ZOnrUS3M9A09ugt { top:7.75rem;left:11.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOVuXvfTHekGKBDMnTQR3ch5B24AxZUT { top:7.75rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQUSq5dDkHWQM0CdAmCk5p7KKt4Oefub { top:7.75rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxQTLmksTT2Q9w45QQWrI8eUTd3Lo1zK { top:2rem;left:3.3125rem;width:20.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 { display:block; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9vGo10FZHfQeSCUzqqwtU5f4ROia6vS { top:2.125rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnrONa3R1pS0rId2U5uF9qkQMDXJ78sr { top:2.125rem;left:33.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h77JsTyyLU8awFQ0KpO6utLHTOS9IhJo { top:1.8125rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 { display:block; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cu79rGkMlte5mJuVhadlD2UsrOzQHdus { top:11.5rem;left:0rem;width:47.75rem;height:17.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqATaQvT2PECvCCrEwaD8OEJytxps5HQ { top:9.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEmClJXF0vPhcTTGmWzLNNX1RtlaV0eb { top:3.1875rem;left:28.28125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rklNvtcvPAtNRTEiGBEhvc7St8xq4B { top:2.8125rem;left:11.59375rem;width:10.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { top:1.25rem;left:0rem;width:11.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { top:3.0625rem;left:12.625rem;width:4.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { top:2.3125rem;left:25.5rem;width:7.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { top:2.3125rem;left:39.125rem;width:8.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ed15efe-ea09-4ac4-93f8-56088596c599/nfl_01.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.adaptive-delivery-prevent-bg, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyload, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyloading { background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { background-color: transparent; background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .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); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { border-width: 0; border-radius: 0; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpSm0ULOKDvrWoWdiZqXp8v7scNm1kZV { width:17.4248125rem;height:3.36230625rem;top:21.0625rem;left:1.287109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR9SA23aEy658SQAEWwJdetA3TxXrrED { display:block; }
 }@media only screen and (max-width: 763px) { #vpRW7VhFTcqlIWRqRnEoQXIZWZNr2wPv { width:20rem;height:2.6rem;top:8.8623046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCbfrcSlb5dHTGnr3MiXQzQliUegKfSF { width:20rem;height:2.6rem;top:11.4619140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4pxG8xl3Sa2TZTexkFqBTxWrTKdOzDQ { width:20rem;height:5.2rem;top:13.5498046875rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJyTApkeSq6pKpbVuD6cDiMz4i53Frln { width:2.3125rem;height:3.4375rem;top:25.925001144409rem;left:0.56249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuh8cBoHTABmrkthCUl7vxfTGIcZsob5 { width:2.8125rem;height:4.4375rem;top:25.425001144409rem;left:16.948438227177rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHPnzObRhMEVBTF7oXCAndLgOAkOvB4i { width:2.6875rem;height:2.6875rem;top:29.21875rem;left:14.906250536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3HP7iG08XfLHVdcaixhrXcP4vc5da6W { width:8.0625rem;height:8.0625rem;top:66.04980625rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfSwFFUGDMkGM4OmdTMTfliVvONtgTiw { display:flex;top:3.3125rem;left:15.573438227177rem;width:3.125rem;height:3.125rem;z-index:15039; }
#NfSwFFUGDMkGM4OmdTMTfliVvONtgTiw > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #J10J8kg1W5kpDpxK2G6478pOAHSfG456 { width:20rem;height:15.5625rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnJVyy0BGoiltfBLS04hhRbTmS0QHZR { width:8.625rem;height:1.95rem;top:18.17578125rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUpZJHWfP0VmRnpblR6WPbHrBKWJCa4K { width:20rem;height:4.25rem;top:2.75rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW7ksiZf9rtoNeNF8yo6CdN3bLXgy9hc { width:9.0625rem;height:1.75rem;top:4rem;left:5.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J8Tz1dzkOudklBgTXCwIuJE3REUGWyER { width:6.125rem;height:1.875rem;top:41.5625rem;left:13.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncCcH8TqGlRurTn2q22yzRwRi1eSRkTB { display:block; }
 }@media only screen and (max-width: 763px) { #ULEnHpw2Nt0tOdnNsn702R6HxZhm9msX { width:7.5rem;height:2.125rem;top:41.5rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hivJWo67RUse4rHeoxRBMU6gbrDTJcfH { display:block; }
 }@media only screen and (max-width: 763px) { #ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV { background-color:#173358;background-image:url("https://images.assets-landingi.com/uc/868a4850-15a9-4211-acdc-60894f4eae88/pleca.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV.adaptive-delivery-prevent-bg, #ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV.lazyload, #ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV.lazyloading { background-image: none; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row .container { background-color: transparent; background-image: none; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row .container > .video-iframe-container { display: none; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row > .video-iframe-container { display: none; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .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); }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row .container { border-width: 0; border-radius: 0; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERbTZxu7SM8eMkkSTB5BGElWLRPp8TyV > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVmzX5aRMscXu72KexKBUQM77cmvKT5J { width:20rem;height:2.6rem;top:1.10595703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVWLFlqbOVPTMGtClNvuifT90O7m6OyU { display:block; }#fVWLFlqbOVPTMGtClNvuifT90O7m6OyU > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqGCWaLK6GyqSndzvmiXfNrpQPsKCawr { width:20rem;height:2.6rem;top:1.66845703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk { display:block; }#T8A9cs2oxMJPgOKnC8nvUCIzegT9gthk > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC6ECTgg6CZ3VUeuV4VJNeoUL1zI7eWT { width:14.25rem;height:1.95rem;top:6.1875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL7JgiTEiXCWqvx2suPLcaLZpticvBhs { width:16.3125rem;height:3.0875rem;top:8.1375007629394rem;left:1.8437500596046rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FshHx5TZnXhFhJCUttPlhv2LRLPETcup { width:14.75rem;height:3.0875rem;top:19.5rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrSr0LJm6zNHqT6trHPoLo6nX5aTVeCA { width:14.25rem;height:1.95rem;top:17.5625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb446pTfhb9cPbk0XpmQowKNgAbGxrZC { width:13.5625rem;height:4.63125rem;top:32.8125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgEOBVmkS7iSt44b6S8wApHSRpmWbliT { width:14.25rem;height:1.95rem;top:30.5625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhiPLC2rwFSHDfAOEz0PpEbf5V383icP { display:flex;width:4.25rem;height:4.25rem;top:1.2437505722046rem;left:7.8750005364419rem; }
 }@media only screen and (max-width: 763px) { #X4KAT6QlMxQRVstn6Sn38sWf0bIIwWEt { display:flex;width:4.1875rem;height:4.1875rem;top:12.8125rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #qNdFlS6ocLTqJglFX0aX11PNMuVc9UIo { display:flex;width:4.5625rem;height:4.5625rem;top:25.25rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #tkvfXp60dfyxJXDPSS3P31LW3hiqBXng { display:block; }#tkvfXp60dfyxJXDPSS3P31LW3hiqBXng > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr2UnT4JUspZ9BVQriqTalQcPPyZKxxt { width:19rem;height:0;top:3.25rem;left:0.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsoQ56SrKCbV9QK0WAgsxS4doXNwhKCb { width:20rem;height:0;top:23.8125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXcKd5RHzJK8RebIdEruhgxcFDsu4tsy { width:17.25rem;height:3.1875rem;top:22.474220275879rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnADziy0cpsZSShBo1mUXtKyX9HesBLB { display:block; }
 }@media only screen and (max-width: 763px) { #k1UMohCCJ3zsfTmLsCamdtH0Oz4NwTvx { width:10.0625rem;height:4.6875rem;top:20.512500762939rem;left:6.2500000596044rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTb6F7nH5KTpJyODsim6piQC559Mq3cc { width:17.1875rem;height:6.825rem;top:12.8125rem;left:1.4062500596046rem;font-size:1.3125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #SfTzwCxSJRg4rdlirHE76Hfc3dZNMmED { width:19rem;height:6.825rem;top:3.2374999523163rem;left:0.49921876192093rem;font-size:1.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zeRH0r2RDCXZoW7XtLvXzOWKL7IsMiit { width:3rem;height:3rem;top:3.25rem;left:6.6875000596044rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWQAlID6bJUP5fvefcbKu8cdz5rPtDoI { width:5.1875rem;height:5.1875rem;top:27.842967987061rem;left:7.4062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPuJ0a6eIvEOh40iztrqvOka22p6LT29 { display:block; }#OPuJ0a6eIvEOh40iztrqvOka22p6LT29 > .row .container { width:20rem;height:99.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g .accordion-heading-text { font-size:1.125rem;height:auto; }
#AJFdIbJkRRaVDzEd8pic5Cf606HPha6g { display:flex;height:auto;width:20rem;top:9.25rem;left:0rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Efv5Js5MgkraLy5i75Cf3fp6H40eMc9L {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #KQxTXURgNU5xZAVDcQAklMucBLlv0K45 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #qtSy68bV4G5xWexqHv1g4KmMVwAIAB7L {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #wsa09luhBqi0xo9LCpoGI8dM1wAiT3KJ {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #J6t55ddT5mdSQusRSRkVHBLzitvAwwKr {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #ZZgB69G2NiGICvWehmHBrOSaTKZR5qsT {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #eGlpzHm8VwH2JV3c96izLqDUM2o79PgC {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #JXTWy7xgT3L2pbr11x1EgICBNIKAHyxt {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #vfsNvLE7o1wyy2MDoA9Snevu66FQnMRa {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #EAOlrLrpgRRwVeR6tk1WTREE6cbQ3uaP {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #fVvLn4NOtfTBWtPOqICQg6neJbcTEX37 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #nkEs1PqTZR2r4PR0nGn6Mwrp0gLWFo9x {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #VE3CKapwNNgUGkFGfLbBqiOUgi0L6MtX {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #T7279hWFLcXZcwpo3C6cOqgdzAaghi6U {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #e7z9pvb6hexdqXy2puAqecnaTuD0x8xf {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #uVG8I542MKtF4tkcvfq4hHFtTd397PA8 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #QOToMvttCfUSFUL6fJAxJzx3CS3Wnc8E {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #WkzM0nzDKBsJ6hHhU1LmUsdhD4pQMIaC {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #hN61yTqO8VKOWGPdACWkkT9hmenpdHCS {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #RvPklTFWn86shRfKFOPXG1PTC5vJM3yR {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #xWtfg2PUCRopmZUo0tXwIoCxXkdMtKvk {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #QTO9zaTGMJesTrWbCBPZt1KftIPLi2nH {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #JHloDzPTTExT5auqDSIg86B3Bgcl6gCf {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #uqxbqbGvlGevEA9F6fEG3GUmXVpJ9tOW {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #dyfLIOSGtDnsXaESSP4AgZW8aW0dFQQ5 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #XpJg2zGCqA6H2EPqudP8pdwqdi09b7iO {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #b5cPxCT8A3Cwuv58XgJu4n9AtCvR7bIb {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #R8zkPWoL0HLhwi2rZrin4VQDQ6xlZ344 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #FcffkvkfPrhpk6TlsAWdDlx0CO0qAKMB {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #verqDfRtUzTXtA9bsvMTFyLQoMpdWmUo {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #MMVWadis3NPHvEFRN1mzTD2yp0R2tGP9 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #NLuaCkQkI6zOkG4fKfUoTfOoEP7PZcif {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #WfBT7kSxrMs9EA4hmgJltPT7zf1fu4Q9 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #KomvEoQkF6QrgPrpQ4sgl1XiKpdpyO2b {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #b7vHAME8enTdNMnN0aHkwPTo2XDAOieI {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #rleWWE9iF5vnAlm8yOh703oEbO7brcJN {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #rfeklc0Zyk1lQgDDVmCWwCI2XcAaU5Wa {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #kP9L3IMfHQwJgdIKR7FaFE3rr52ccc2G {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #VTId0UscXW9JmRICgetewqc9OlNQQgdh {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #ILNP5lBNLebEXCSPNnzgCCoarGuBAzeV {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #G52PQZG79rbPlOA22W1wIoQ7cFQZOFkw {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #t9ssSooHu5T7fnbmM9ygXJ7DfVoKDWxh {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #kyOE9yWyRgeWcv9CwIlUahe5ie4GPtOR {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #kRrmKVHuFWibRr6ORwZ0UIoSDJuIbENo {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Ur7z26otWTlBv96w9KRNX9Sq9sRDexsI {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #D20Dv8EDkz2FTGpyq52gTm5ipiyx5S7D {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #wW9gSu1F6PwG7BOQv7o5SeCZvohDxPIb {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #a49vvyTxMiGftl2EVFBTsUfKbA2poK6h {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #HTGKVIfk3l2vr3s32Bd5ztDaGkhF2bed {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #L1Xgs3U3Gd06sBR36qxqcREHey8A2PX5 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #iNL8SzbN9WLGzr8b9LNTG27q2UTQmlco {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #lVbJzZRO1ZGn2DlxAOiw4KpTbCpnawqd {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #TBgICAK4d50TQFC2QAhunrSd45y1nlHT {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #tQ192TOuXpC6K74WQvrIeJnaMWfMCpvl {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #nf7isvKqBZZLDPvdnuN8BQZ9QMXFf3c5 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #oB1ypWs4SL1VpIT2EKHIuvb3iSK7feed {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Jnfqo4eJEUVtsMMxy3LbcQTz6Zn7Ropm {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #XixG1IXMMTxt5TIAsVPfciJ2OSfwhOch {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #i4m3Jv1XqMDVUCBlrArfXePnv8VbWsTS {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #RLGzAG8O3OSXCCBhHGkJ7DKnvo6leIQb {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #NX59R2kivT0GcQPWksmSoCOQGzLmS7Hi {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #i3P3N5c4faqJdzvmAiLqK3lmeCZu98v1 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #nTdnSwuq0LABTKTDGbBJIoRzkX6LSDqR {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #E6JCheGoJA72Vz20aGWwZuk3rR5w2hoK {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #WAikk0ROkLmda28Vr5vKhNFzCh6kahoT {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #ELcA9aG3keqrboTEr7Hxa3adqXIfQUXT {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #outM6cQuSKmsk19zIhMHwnEAPh3uEnUC {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #pskWgHNTXy5t4iHzLZhQmuryGa3LnIbi {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Cz6f7vu7MN4JEiS8qtIXdpM0TGiLFqBl {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #A9sSz7LbFF4N4qJWAoy5DVU332GDcvIs {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #OCxP7mu9AT4dD7ZKwKXVMv0HDDICUvqz {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #vexVeD19Gd9r63RITOWqxCI0F9CQc07T {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #afqB6U7Z39rXVndJJxz9lDd4azUmoLXd {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #yk6U2Log7izu3hW561fKodVqNlk1Nsad {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #FB6xsFQIByqBdJTUWTuItH7J72A3BxPa {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #EITKoR0IFI0ZlCr4V1uCyQmxlvUM8k90 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #DJ4BC6QPUtH6044uzZpnoFg33IGevoWy {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #B35e4uVguZ7ZTPvPC2GGs1zTZDxqtXb6 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #xcILK7HRDMC2mwCc5gOztcH9yrp9mS5a {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Uyabvd93pSD1sCJJwdJFZrVycWefibKm {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #AirzUsNIqrAI6QHEoHCFDEHh7Ut5wsTk {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #ORBW4ErOA3FtLkeHsndMocX6chOBgvUU {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #sC9POGPzcqoNbSsMi4nZyqdhuSFG7A3Z {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #sxp3A0bHzTbgl9e27SMGtfTnBNAr24WR {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #FlVfMlTKE3iiVImZyZFbloiVXykmJQMQ {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #Sc1s5TcsU5m8ek0bCZyx0Dzl4VoBlbf0 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #PwKZ6J9gNAiThzgoxVyCLrmhqGM17nHr {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #PsusxRge7zry3G0gbop5ME6VudPHmFaB {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #cutJ2kmZSPyrdu1rTOdHPlWvZQTuazD2 {  }
 }@media only screen and (max-width: 763px) { #AJFdIbJkRRaVDzEd8pic5Cf606HPha6g #L6pyRs5UtFKK2zzzVZe445lUXhSiIbew {  }
 }@media only screen and (max-width: 763px) { #VkTX8cmCRmneni14ieovJmP10KoWMJs4 { width:19rem;height:3.4125rem;top:3.1234378814698rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZDxXt85w9JU70re6167FZTPOiaT16VC { display:block; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArIO6ddWkt2TpsSZuDWnR01ve6TsWIo8 { width:20rem;height:6.25rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8pXtPcK7WVsz7EVwbMlZpnf0LcTGI31 { width:5rem;height:5rem;top:5.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg79rcid5XuCbrRbopETRE8WTylRnkLO { width:5rem;height:5rem;top:13.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHCZWJQlAyUgTxtcaUScLnibFyfrxzN1 { width:5rem;height:5rem;top:21.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiAzWEXp5IsAxmsDm5mNgzloGracbIw { width:5rem;height:4.8125rem;top:29.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbfvLIWwcLKtSaGV8Lamm41ASaTJrVxi { width:5.3125rem;height:3.4125rem;top:6.6875rem;left:9.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U8CXWthsXzaVyo74PSqJJQUGoMIyD48Z { width:8.4375rem;height:3.4125rem;top:14.3125rem;left:9.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xs3I75XwnT3BrTHSLUa2vNKZNEkClqnP { width:8.4375rem;height:3.4125rem;top:21.875rem;left:9.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ruSgoTIxKDB8RB2Ls9W7OgVXP2sx69uH { width:8.4375rem;height:3.4125rem;top:30.4375rem;left:9.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #klfLw0D5N1Czpxyv6ZOnrUS3M9A09ugt { width:20rem;height:6.25rem;top:12.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOVuXvfTHekGKBDMnTQR3ch5B24AxZUT { width:20rem;height:6.25rem;top:20.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQUSq5dDkHWQM0CdAmCk5p7KKt4Oefub { width:20rem;height:6.25rem;top:29rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxQTLmksTT2Q9w45QQWrI8eUTd3Lo1zK { width:20rem;height:2.6rem;top:1rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 { display:block; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9vGo10FZHfQeSCUzqqwtU5f4ROia6vS { width:12.5rem;height:1.3rem;top:3.79980625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnrONa3R1pS0rId2U5uF9qkQMDXJ78sr { width:12.5rem;height:1.3rem;top:6.3496125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h77JsTyyLU8awFQ0KpO6utLHTOS9IhJo { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 { display:block; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cu79rGkMlte5mJuVhadlD2UsrOzQHdus { width:18.3125rem;height:25.7125rem;top:7.5625rem;left:0.96875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqATaQvT2PECvCCrEwaD8OEJytxps5HQ { width:17.5rem;height:0.125rem;top:5.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEmClJXF0vPhcTTGmWzLNNX1RtlaV0eb { width:2.8125rem;height:2.8125rem;top:1.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rklNvtcvPAtNRTEiGBEhvc7St8xq4B { width:8.25rem;height:3.1875rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { width:8.625rem;height:6.75rem;top:0rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { width:4rem;height:4.5625rem;top:1.09375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { width:6.4375rem;height:6.0625rem;top:4.09375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { width:5.5rem;height:4.375rem;top:4.9375rem;left:11.4375rem;display:block; }
 }