.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container { background-color: transparent; background-image: none; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container > .video-iframe-container { display: none; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row > .video-iframe-container { display: none; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .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); }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container { border-width: 0; border-radius: 0; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:block; }#m8TWTnGTf6ukf4CImrfRJbZnIrFkghRK { 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:33.5rem;width:29.1875rem;top:0.625rem;left:0.46875rem;overflow:hidden;display:block; }
#zAmcekHm36laSRmStWeTIp4gsz25vbIn { color:#152032;display:block;width:30.1875rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9375rem;left:29.8125rem;height:9.0175875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qE5UWbzJau3IbaOb4ileueTFuQQZ4OCZ { color:#fdff00;display:block;width:30.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.25rem;left:29.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kC4iLi3d5NW3Wuv2yhlqfsCTrWCNPy6d { color:#86c724;display:block;width:30.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23rem;left:29.375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sUNo4hB3dmdVR9RnXma0e2RVVwmlDGTh { color:#f5bf2f;display:block;width:10.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.5625rem;left:30rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W19XaC7JLTObFMWL1vXk69ieov7G6rLe { color:#f5bf2f;display:block;width:10.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:32.5625rem;left:39.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qp1b1dxiiga6JTNdfOK4MoJpwTwDT2TW { color:#f5bf2f;display:block;width:10.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.5625rem;left:48.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhTxJqrrdIV4WT87L3FdO9TVGRHqnnla { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:28.125rem;left:33.375rem; }
#rqMtTTAWOwWPoaHpuaySR5ZQcTPI8yLT { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:27.8125rem;left:42.5rem; }
#gWxkfLpk4RkzIIugOSlBOLzGRptv2Tob { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15013;top:28.3125rem;left:52.0625rem; }
#fw8HnmNkeLNRlslxThPdP2lNAXTecmKc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:1.40625rem;left:41.4375rem;overflow:hidden;display:block; }
#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf254;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; }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row .container { background-color: transparent; background-image: none; }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row .container > .video-iframe-container { display: none; }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row > .video-iframe-container { display: none; }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .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); }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row .container { border-width: 0; border-radius: 0; }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;position:relative;display:block; }#dI2kF78ZEh49xFU9JPtDUlqf5B1gqe1p { color:#152032;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tirnKP9EdM82VpV0Bn4Z4p3WXOlrT3kD { color:#1e221f;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:0rem;height:34.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#byH3uf5RaabdL9uX121DnT0SNytViUEQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;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; }#byH3uf5RaabdL9uX121DnT0SNytViUEQ > .row .container { background-color: transparent; background-image: none; }#byH3uf5RaabdL9uX121DnT0SNytViUEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byH3uf5RaabdL9uX121DnT0SNytViUEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byH3uf5RaabdL9uX121DnT0SNytViUEQ > .row .container > .video-iframe-container { display: none; }#byH3uf5RaabdL9uX121DnT0SNytViUEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byH3uf5RaabdL9uX121DnT0SNytViUEQ > .row > .video-iframe-container { display: none; }#byH3uf5RaabdL9uX121DnT0SNytViUEQ > .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); }#byH3uf5RaabdL9uX121DnT0SNytViUEQ > .row .container { border-width: 0; border-radius: 0; }#byH3uf5RaabdL9uX121DnT0SNytViUEQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byH3uf5RaabdL9uX121DnT0SNytViUEQ > .row .container { font-size:0.875rem;font-family:arial;height:94.4375rem;width:60rem;position:relative;display:block; }#rTSpymi4wVpAqbvunAv4SvXMBrAqhfmg { position:absolute;display:block;z-index:15000;background-color:#86c724;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:41.75rem;width:14.75rem;top:4.5rem;left:0rem;display:block; }
#JLFTJgtNNcV6T2Hf4hWmVXVHmIsaEfKF { position:absolute;display:block;z-index:15001;background-color:#070707;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:14.8125rem;top:10.125rem;left:0rem;display:block; }
#KN5LzaobTmFz7a5bxsI6D2ZIMgv42UgV { color:#1e221f;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.34375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2RS3VGH6Jwg0pHvtlcqXc0lQSbFpvF2 { color:#f5bf2f;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.875rem;left:0.125rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awnC8T7nhGKgmBn2OyEOBG9gJzv7DuIL { color:#020000;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.1875rem;left:0rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iMlsIbOi6Di4a8irvgqw833IUIDiUEMV { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.75rem;top:20.25rem;left:0rem;display:block; }
#ka2MF8skkCRkUXeT5mdf7ZGwH2Ui7qDH { color:#020000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.015625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMJz6qxQShXPKWB9evXt8LA9OdNJTKki { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14.8125rem;top:23.5rem;left:0rem;display:block; }
#XVDMbTU0xyGMu7DmbxerAaxZkvw80U29 { color:#020000;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.0625rem;left:0.125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q0Pu8BArMyEzALnBFGfwzzD8xXJJrp9n { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14.75rem;top:32.625rem;left:0rem;display:block; }
#a8uVo53BCib7BNCAptkT1PBE7J4J8F0r { color:#020000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:33.6875rem;left:0rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PQxaELrxeidOAO7OvfbNWbstmQqG1Ogx { background-color:#070707;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#f5bf2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.6875rem;left:0.65625rem;display:block; }
#rwNmI6CpTTmvHuhiXqBLU5D8IuPaz0dO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oV054dAp7uiCHvi68qTmzPFFTdvR97pR { position:absolute;display:block;z-index:15064;background-color:#f5bf2f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.75rem;width:4.75rem;top:0.8125rem;left:20.125rem;display:block; }
#d1MKiVAg1DN1PC9JHAR0qR6S5LdmUGvD { color:#020000;display:block;width:3.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:2.453125rem;left:20.28125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IlZNbaPKgOoLmACv38OkxU5O2QsesTUW { position:absolute;display:block;z-index:15014;background-color:#86c724;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:41.625rem;width:14.75rem;top:4.5625rem;left:15.0625rem;display:block; }
#gs4gD64epyKIFyKqUw36apeQE4tG4uX7 { color:#1e221f;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:5.375rem;left:16.625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xeyefBlUTIFzIc0ySaQsMPZ2y3I3t8DL { position:absolute;display:block;z-index:15015;background-color:#070707;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:14.8125rem;top:10.1875rem;left:15.0625rem;display:block; }
#ENOmPmIqUARdAputfbylZtvL0guzDJtI { color:#f5bf2f;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.9375rem;left:15.1875rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZmrtFVFJufSwIoqSzxVbEtPw2MHLR3xy { color:#020000;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:14.25rem;left:15.0625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ya5O0TGF6wFMMahGEWWXQveg2tvJBgMA { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.75rem;top:20.25rem;left:15.0625rem;display:block; }
#TCFofKX4phhGKF9ZfnmLllDU3fBCriq7 { color:#020000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:21.015625rem;left:15rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zwK8tSo0hsBPf9Blf4EsH3ztGO1EEZRp { position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14.8125rem;top:23.5rem;left:15.0625rem;display:block; }
#sm15Kw6WF2r27OHAaON2kK1lFb9CAcEz { position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14.75rem;top:32.625rem;left:15rem;display:block; }
#xNhMCZWKGbD79T3SxZQJ4BqBd46JRUkg { background-color:#070707;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#f5bf2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.25rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:40.6875rem;left:15.84375rem;display:block; }
#Xk2y7qD5armlWthcltT84XECEEqJSM7D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpT2tq4NqoEfwBJeXtxf6iMhSv0sXTJO { position:absolute;display:block;z-index:15028;background-color:#86c724;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:41.625rem;width:14.75rem;top:4.625rem;left:30rem;display:block; }
#FG5gmIH0wu7t0IPI5DkoWkw11b7ZHBAB { color:#1e221f;display:block;width:12rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:5.3125rem;left:31.625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TK1kZ0tdtq1srL9cDXyE8k5mQthkiIAE { position:absolute;display:block;z-index:15029;background-color:#070707;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:14.8125rem;top:10.125rem;left:30.0625rem;display:block; }
#N9rCCeV9p0xwx5XFrcE5TB1Oh5SKaIwF { color:#f5bf2f;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:10.875rem;left:30.1875rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5RfqsLkocIPEPI64yDXHFTX3x8LsO5s { color:#020000;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:14.1875rem;left:30.0625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aMU9TMmendScEFheyr7K2LuhtB1p2i5s { position:absolute;display:block;z-index:15039;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.75rem;top:20.25rem;left:30.0625rem;display:block; }
#CP6xT84FLRz1XmuC0gmdDKzmPv0MC638 { color:#020000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:21.015625rem;left:30rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gK3VV2TdiUAhvPpO19zRvbviofCb14rO { position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14.8125rem;top:23.5rem;left:30.0625rem;display:block; }
#Z7qF5am8c3D19hxZSwGuPPHCw21zmuVv { position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14.75rem;top:32.625rem;left:30.0625rem;display:block; }
#LECATSBZ6AVnamTod887aT9rmgQfCwOF { background-color:#070707;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#f5bf2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:40.6875rem;left:30.9375rem;display:block; }
#Mcg3PS1PUF0egGWLmivKFOFNP2ktSNpC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5XATFTSKVX14pdo6Nm08d0mKDPL6NvC { position:absolute;display:block;z-index:15042;background-color:#86c724;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:41.75rem;width:14.75rem;top:4.5rem;left:45.125rem;display:block; }
#Q3CwhHzspF4gRAETodpDtLnrVx9gounm { color:#1e221f;display:block;width:12.0625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:5.3125rem;left:46.4375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#smcRH6zJTgO1JekO8fdF8akvo9tseMcH { position:absolute;display:block;z-index:15043;background-color:#070707;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:14.8125rem;top:10.125rem;left:45.125rem;display:block; }
#vnT2ggM4H8SDgfy8va7nNx1HiW8ffb1n { color:#f5bf2f;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:10.875rem;left:45.25rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQqD34gBCon9RF1InFZosZOuasIrtSRy { color:#020000;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:14.1875rem;left:45.125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TElWCzAqEIeWN8J0WdJXNDAOSepCAelT { position:absolute;display:block;z-index:15053;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.75rem;top:20.25rem;left:45.125rem;display:block; }
#rUoc1dp9HZwGWGWMm24CxzE4krkhE68k { color:#020000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:21.015625rem;left:45rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhgbFcnB5qpzNgElwFUDX7hs8TkCmTSV { position:absolute;display:block;z-index:15055;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14.8125rem;top:23.5rem;left:45.125rem;display:block; }
#Mx3uoLVOLTvPICVTbSTT2DlPsfVwlacH { position:absolute;display:block;z-index:15055;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14.75rem;top:32.625rem;left:45.125rem;display:block; }
#ndmTXvoIGeBq1lI0zQTEvpMu7oEC2X2z { background-color:#070707;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#f5bf2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.25rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:40.6875rem;left:45.875rem;display:block; }
#l9WlUWiqvuCVlyWEqKJwkd83d1CUu8XO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbr1k9SZObhTA6gqVd1Fx78yCdm3Iu0l { color:#020000;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:24.125rem;left:15rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ALt5Nk03I0md1seFP7BF0d2xsm12bZJv { color:#020000;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:24rem;left:30rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RWTpwy6w9VMQDkLonXFUMLECkWnEoaEi { color:#020000;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:24rem;left:45rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVJtts9knAogboTMgG9chTokrUu7JBmT { color:#020000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:33.6875rem;left:15.0625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a21TDWTcsgMDqBer3gGlo55TVKlGRl6E { color:#020000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:33.6875rem;left:30.125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQd2Rf6tcWzgHINSm9vNV2J7AqOUGgxp { color:#020000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:33.6875rem;left:45.125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g6Rnwh4b9hTNinCU7nqOftWcT30NDRbf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:0rem;left:19.3125rem; }
#EOkqqrvFcmMHK9AKEyFuM5iJ6o3hMeef { position:absolute;display:block;z-index:15015;background-color:#86c724;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:42.4375rem;width:14.75rem;top:49.6875rem;left:0rem;display:block; }
#Hd7wCZTQpFv6EStab2zvzdm03B6H95PP { color:#1e221f;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:50.375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0O5fXiM6c5mnieKTFA4lVarT3hTqmuL { position:absolute;display:block;z-index:15016;background-color:#070707;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:14.8125rem;top:55.3125rem;left:0rem;display:block; }
#u0uais6c3qO2ackZBThhtp6CHAO0yHec { color:#f5bf2f;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:56.0625rem;left:0.125rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JWDQyTtw9IlBE1wpNG7Wu7DWAGmD3JPk { color:#020000;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:59.375rem;left:0rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nl3mfiiDNidqw5GpAWhIhZfdcL7W7TRS { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.75rem;top:65.4375rem;left:0rem;display:block; }
#Ueghlca8oTn6LJhnB3HIyziKOmmIWXSU { color:#020000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:66.1875rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPDTHUFaXMyMUIE9xF7E9fUuI6JVn0Oo { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14.8125rem;top:68.6875rem;left:0rem;display:block; }
#PwTG3mJui6f6E8at5ZEsGAmPKP664LhP { color:#020000;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:69.25rem;left:0.125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VlDTlnviq4R2qza4x2ZcyAQxLqm8XWRN { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14.75rem;top:77.8125rem;left:0rem;display:block; }
#WqLTFNknbJ9Ghzh0cwbTT23BskQdlXP1 { color:#020000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:78.875rem;left:0rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XSoRh5IPkLimGvPZ9PLND1z34Evz2xXw { background-color:#070707;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#f5bf2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:86.1875rem;left:0.6875rem;display:block; }
#VAtaokfvFiBlVOBXFCCbvFk4GMZXohOO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2keCPb73aQY/unsplash/dillon-kydd-2keCPb73aQY-photo-1605146769289-440113cc3d00.jpg");background-position:center !important;background-repeat: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; }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp.adaptive-delivery-prevent-bg, #MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp.lazyload, #MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp.lazyloading { background-image: none; }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row .container { background-color: transparent; background-image: none; }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row .container > .video-iframe-container { display: none; }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row > .video-iframe-container { display: none; }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .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); }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row .container { border-width: 0; border-radius: 0; }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#ErK6fphSGBgyCokZ9WWETPeJcnyrBkUT { position:absolute;display:block;z-index:15000;background-color:#070707;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:23.8125rem;width:49.75rem;top:7.5625rem;left:5.125rem;display:block; }
#QIb68u0aWoevoJMeZvI66XefEUTFWPyh { color:#f5bf2f;display:block;width:49.6875rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:9.76171875rem;left:4.78125rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vb6MERP5l9dduTvbq93l5Ihh1U3CAJlI { color:#f5bf2f;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:14.3125rem;left:5.9375rem;height:7.7173125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2U9xGAeJ4ydywRyIhsfCm0TMsmyHBt6 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:23.8125rem;left:26.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #srCkagZKT0PLOlQr86Uffg73ZR4zepQE { display:block; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8TWTnGTf6ukf4CImrfRJbZnIrFkghRK { width:29.1875rem;height:33.5rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAmcekHm36laSRmStWeTIp4gsz25vbIn { width:30.1875rem;height:9rem;top:7.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE5UWbzJau3IbaOb4ileueTFuQQZ4OCZ { width:30.1875rem;height:2rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC4iLi3d5NW3Wuv2yhlqfsCTrWCNPy6d { width:30.1875rem;height:2.875rem;top:23rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUNo4hB3dmdVR9RnXma0e2RVVwmlDGTh { width:10.9375rem;height:1.625rem;top:32.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W19XaC7JLTObFMWL1vXk69ieov7G6rLe { width:10.9375rem;height:1.625rem;top:32.5625rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp1b1dxiiga6JTNdfOK4MoJpwTwDT2TW { width:10.9375rem;height:1.625rem;top:32.5625rem;left:36.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhTxJqrrdIV4WT87L3FdO9TVGRHqnnla { width:3.9375rem;height:3.9375rem;top:28.125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqMtTTAWOwWPoaHpuaySR5ZQcTPI8yLT { width:4.8125rem;height:4.8125rem;top:27.8125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWxkfLpk4RkzIIugOSlBOLzGRptv2Tob { width:3.5625rem;height:3.5625rem;top:28.3125rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw8HnmNkeLNRlslxThPdP2lNAXTecmKc { top:1.375rem;left:32.25rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM { display:block; }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dI2kF78ZEh49xFU9JPtDUlqf5B1gqe1p { width:47.75rem;height:7.3125rem;top:1.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tirnKP9EdM82VpV0Bn4Z4p3WXOlrT3kD { width:47.75rem;height:34.125rem;top:9.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byH3uf5RaabdL9uX121DnT0SNytViUEQ { display:block; }#byH3uf5RaabdL9uX121DnT0SNytViUEQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTSpymi4wVpAqbvunAv4SvXMBrAqhfmg { width:14.75rem;height:41.75rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLFTJgtNNcV6T2Hf4hWmVXVHmIsaEfKF { width:14.8125rem;height:3.625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN5LzaobTmFz7a5bxsI6D2ZIMgv42UgV { width:12.3125rem;height:4.0625rem;top:5.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2RS3VGH6Jwg0pHvtlcqXc0lQSbFpvF2 { width:14.6875rem;height:2.1875rem;top:10.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awnC8T7nhGKgmBn2OyEOBG9gJzv7DuIL { width:14.625rem;height:6.0625rem;top:14.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMlsIbOi6Di4a8irvgqw833IUIDiUEMV { width:14.75rem;height:0.125rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka2MF8skkCRkUXeT5mdf7ZGwH2Ui7qDH { width:14.5rem;height:2rem;top:21rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMJz6qxQShXPKWB9evXt8LA9OdNJTKki { width:14.8125rem;height:0.0625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVDMbTU0xyGMu7DmbxerAaxZkvw80U29 { width:14.6875rem;height:8.125rem;top:24.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Pu8BArMyEzALnBFGfwzzD8xXJJrp9n { width:14.75rem;height:0.0625rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8uVo53BCib7BNCAptkT1PBE7J4J8F0r { width:14.5rem;height:6.0625rem;top:33.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQxaELrxeidOAO7OvfbNWbstmQqG1Ogx { width:13.6875rem;height:3.25rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwNmI6CpTTmvHuhiXqBLU5D8IuPaz0dO { display:block; }
 }@media only screen and (max-width: 763px) { #oV054dAp7uiCHvi68qTmzPFFTdvR97pR { width:4.75rem;height:4.75rem;top:0.8125rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1MKiVAg1DN1PC9JHAR0qR6S5LdmUGvD { width:3.6875rem;height:1.1875rem;top:2.4375rem;left:15.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlZNbaPKgOoLmACv38OkxU5O2QsesTUW { width:14.75rem;height:41.625rem;top:4.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs4gD64epyKIFyKqUw36apeQE4tG4uX7 { width:11.8125rem;height:4.0625rem;top:5.375rem;left:12.03125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeyefBlUTIFzIc0ySaQsMPZ2y3I3t8DL { width:14.8125rem;height:3.625rem;top:10.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENOmPmIqUARdAputfbylZtvL0guzDJtI { width:14.6875rem;height:2.1875rem;top:10.9375rem;left:9.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmrtFVFJufSwIoqSzxVbEtPw2MHLR3xy { width:14.625rem;height:6.0625rem;top:14.25rem;left:9.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya5O0TGF6wFMMahGEWWXQveg2tvJBgMA { width:14.75rem;height:0.125rem;top:20.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCFofKX4phhGKF9ZfnmLllDU3fBCriq7 { width:14.5rem;height:2rem;top:21rem;left:9.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwK8tSo0hsBPf9Blf4EsH3ztGO1EEZRp { width:14.8125rem;height:0.0625rem;top:23.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm15Kw6WF2r27OHAaON2kK1lFb9CAcEz { width:14.75rem;height:0.0625rem;top:32.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNhMCZWKGbD79T3SxZQJ4BqBd46JRUkg { width:13.3125rem;height:3.25rem;top:40.6875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk2y7qD5armlWthcltT84XECEEqJSM7D { display:block; }
 }@media only screen and (max-width: 763px) { #KpT2tq4NqoEfwBJeXtxf6iMhSv0sXTJO { width:14.75rem;height:41.625rem;top:4.625rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG5gmIH0wu7t0IPI5DkoWkw11b7ZHBAB { width:12rem;height:4.0625rem;top:5.3125rem;left:23.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK1kZ0tdtq1srL9cDXyE8k5mQthkiIAE { width:14.8125rem;height:3.625rem;top:10.125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9rCCeV9p0xwx5XFrcE5TB1Oh5SKaIwF { width:14.6875rem;height:2.1875rem;top:10.875rem;left:21.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5RfqsLkocIPEPI64yDXHFTX3x8LsO5s { width:14.625rem;height:6.0625rem;top:14.1875rem;left:21.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMU9TMmendScEFheyr7K2LuhtB1p2i5s { width:14.75rem;height:0.125rem;top:20.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP6xT84FLRz1XmuC0gmdDKzmPv0MC638 { width:14.5rem;height:2rem;top:21rem;left:21.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK3VV2TdiUAhvPpO19zRvbviofCb14rO { width:14.8125rem;height:0.0625rem;top:23.5rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7qF5am8c3D19hxZSwGuPPHCw21zmuVv { width:14.75rem;height:0.0625rem;top:32.625rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LECATSBZ6AVnamTod887aT9rmgQfCwOF { width:13.125rem;height:3.25rem;top:40.6875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcg3PS1PUF0egGWLmivKFOFNP2ktSNpC { display:block; }
 }@media only screen and (max-width: 763px) { #h5XATFTSKVX14pdo6Nm08d0mKDPL6NvC { width:14.75rem;height:41.75rem;top:4.5rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3CwhHzspF4gRAETodpDtLnrVx9gounm { width:12.0625rem;height:4.0625rem;top:5.3125rem;left:35.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #smcRH6zJTgO1JekO8fdF8akvo9tseMcH { width:14.8125rem;height:3.625rem;top:10.125rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnT2ggM4H8SDgfy8va7nNx1HiW8ffb1n { width:14.6875rem;height:2.1875rem;top:10.875rem;left:33.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQqD34gBCon9RF1InFZosZOuasIrtSRy { width:14.625rem;height:6.0625rem;top:14.1875rem;left:33.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TElWCzAqEIeWN8J0WdJXNDAOSepCAelT { width:14.75rem;height:0.125rem;top:20.25rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUoc1dp9HZwGWGWMm24CxzE4krkhE68k { width:14.5rem;height:2rem;top:21rem;left:33.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhgbFcnB5qpzNgElwFUDX7hs8TkCmTSV { width:14.8125rem;height:0.0625rem;top:23.5rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx3uoLVOLTvPICVTbSTT2DlPsfVwlacH { width:14.75rem;height:0.0625rem;top:32.625rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndmTXvoIGeBq1lI0zQTEvpMu7oEC2X2z { width:13.25rem;height:3.25rem;top:40.6875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9WlUWiqvuCVlyWEqKJwkd83d1CUu8XO { display:block; }
 }@media only screen and (max-width: 763px) { #qbr1k9SZObhTA6gqVd1Fx78yCdm3Iu0l { width:14.6875rem;height:8.125rem;top:24.125rem;left:9.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALt5Nk03I0md1seFP7BF0d2xsm12bZJv { width:14.6875rem;height:8.125rem;top:24rem;left:21.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWTpwy6w9VMQDkLonXFUMLECkWnEoaEi { width:14.6875rem;height:8.125rem;top:24rem;left:33.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJtts9knAogboTMgG9chTokrUu7JBmT { width:14.5rem;height:6.0625rem;top:33.6875rem;left:9.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a21TDWTcsgMDqBer3gGlo55TVKlGRl6E { width:14.5rem;height:6.0625rem;top:33.6875rem;left:21.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQd2Rf6tcWzgHINSm9vNV2J7AqOUGgxp { width:14.5rem;height:6.0625rem;top:33.6875rem;left:33.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6Rnwh4b9hTNinCU7nqOftWcT30NDRbf { top:0rem;left:14.71875rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOkqqrvFcmMHK9AKEyFuM5iJ6o3hMeef { width:14.75rem;height:42.4375rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd7wCZTQpFv6EStab2zvzdm03B6H95PP { width:14.75rem;height:3.625rem;top:50.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0O5fXiM6c5mnieKTFA4lVarT3hTqmuL { width:14.8125rem;height:3.625rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0uais6c3qO2ackZBThhtp6CHAO0yHec { width:14.6875rem;height:2.1875rem;top:56.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWDQyTtw9IlBE1wpNG7Wu7DWAGmD3JPk { width:14.625rem;height:6.0625rem;top:59.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl3mfiiDNidqw5GpAWhIhZfdcL7W7TRS { width:14.75rem;height:0.125rem;top:65.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ueghlca8oTn6LJhnB3HIyziKOmmIWXSU { width:14.5rem;height:2rem;top:66.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPDTHUFaXMyMUIE9xF7E9fUuI6JVn0Oo { width:14.8125rem;height:0.0625rem;top:68.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwTG3mJui6f6E8at5ZEsGAmPKP664LhP { width:14.6875rem;height:8.125rem;top:69.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlDTlnviq4R2qza4x2ZcyAQxLqm8XWRN { width:14.75rem;height:0.0625rem;top:77.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqLTFNknbJ9Ghzh0cwbTT23BskQdlXP1 { width:14.5rem;height:6.0625rem;top:78.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSoRh5IPkLimGvPZ9PLND1z34Evz2xXw { width:13.6875rem;height:3.25rem;top:86.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAtaokfvFiBlVOBXFCCbvFk4GMZXohOO { display:block; }
 }@media only screen and (max-width: 763px) { #MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp { display:block; }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErK6fphSGBgyCokZ9WWETPeJcnyrBkUT { width:47.75rem;height:23.8125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIb68u0aWoevoJMeZvI66XefEUTFWPyh { width:47.75rem;height:3rem;top:9.75rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb6MERP5l9dduTvbq93l5Ihh1U3CAJlI { width:47.75rem;height:7.6875rem;top:14.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2U9xGAeJ4ydywRyIhsfCm0TMsmyHBt6 { width:7.625rem;height:7.625rem;top:23.8125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #srCkagZKT0PLOlQr86Uffg73ZR4zepQE { position:relative;z-index:auto;display:block; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8TWTnGTf6ukf4CImrfRJbZnIrFkghRK { width:14.9375rem;height:19.9375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAmcekHm36laSRmStWeTIp4gsz25vbIn { width:20rem;height:6.33691875rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE5UWbzJau3IbaOb4ileueTFuQQZ4OCZ { width:20rem;height:1.625rem;top:12.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC4iLi3d5NW3Wuv2yhlqfsCTrWCNPy6d { width:19.625rem;height:4.38720625rem;top:15.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUNo4hB3dmdVR9RnXma0e2RVVwmlDGTh { width:6.1875rem;height:1.21875rem;top:24.609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W19XaC7JLTObFMWL1vXk69ieov7G6rLe { width:6.75rem;height:1.21875rem;top:24.609375rem;left:6.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp1b1dxiiga6JTNdfOK4MoJpwTwDT2TW { width:5.4375rem;height:1.21875rem;top:24.609375rem;left:14.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhTxJqrrdIV4WT87L3FdO9TVGRHqnnla { width:3.125rem;height:3.125rem;top:21.421875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqMtTTAWOwWPoaHpuaySR5ZQcTPI8yLT { width:3.25rem;height:3.25rem;top:21.224609375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWxkfLpk4RkzIIugOSlBOLzGRptv2Tob { width:2.625rem;height:2.625rem;top:21.921875rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw8HnmNkeLNRlslxThPdP2lNAXTecmKc { width:5.375rem;height:5.375rem;top:0rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM { display:block; }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dI2kF78ZEh49xFU9JPtDUlqf5B1gqe1p { width:20rem;height:9.75rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tirnKP9EdM82VpV0Bn4Z4p3WXOlrT3kD { width:20rem;height:33.9560375rem;top:12.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byH3uf5RaabdL9uX121DnT0SNytViUEQ { display:block; }#byH3uf5RaabdL9uX121DnT0SNytViUEQ > .row .container { width:20rem;height:220.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTSpymi4wVpAqbvunAv4SvXMBrAqhfmg { width:19rem;height:38.75rem;top:2.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLFTJgtNNcV6T2Hf4hWmVXVHmIsaEfKF { width:18rem;height:3.375rem;top:8.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN5LzaobTmFz7a5bxsI6D2ZIMgv42UgV { width:10.75rem;height:3.65625rem;top:4.0625rem;left:4.625rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2RS3VGH6Jwg0pHvtlcqXc0lQSbFpvF2 { width:18.8125rem;height:2.4375rem;top:9rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awnC8T7nhGKgmBn2OyEOBG9gJzv7DuIL { width:18.8125rem;height:3.8994125rem;top:12.375rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMlsIbOi6Di4a8irvgqw833IUIDiUEMV { width:19rem;height:0.0625rem;top:17.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka2MF8skkCRkUXeT5mdf7ZGwH2Ui7qDH { width:18.8125rem;height:1.94970625rem;top:18.375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMJz6qxQShXPKWB9evXt8LA9OdNJTKki { width:19rem;height:0.0625rem;top:20.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVDMbTU0xyGMu7DmbxerAaxZkvw80U29 { width:18.8125rem;height:7.798825rem;top:21.69970703125rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Pu8BArMyEzALnBFGfwzzD8xXJJrp9n { width:19rem;height:0.0625rem;top:30.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8uVo53BCib7BNCAptkT1PBE7J4J8F0r { width:18.8125rem;height:3.8994125rem;top:30.85205078125rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQxaELrxeidOAO7OvfbNWbstmQqG1Ogx { width:17.1875rem;height:2.9375rem;top:35.5rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwNmI6CpTTmvHuhiXqBLU5D8IuPaz0dO { display:block; }
 }@media only screen and (max-width: 763px) { #oV054dAp7uiCHvi68qTmzPFFTdvR97pR { width:4rem;height:4rem;top:41.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1MKiVAg1DN1PC9JHAR0qR6S5LdmUGvD { width:3.6875rem;height:1.05615rem;top:43.1875rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlZNbaPKgOoLmACv38OkxU5O2QsesTUW { width:19.25rem;height:38.25rem;top:45.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs4gD64epyKIFyKqUw36apeQE4tG4uX7 { width:11.8125rem;height:3.25rem;top:45.875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeyefBlUTIFzIc0ySaQsMPZ2y3I3t8DL { width:18.375rem;height:3rem;top:50rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENOmPmIqUARdAputfbylZtvL0guzDJtI { width:14.6875rem;height:2.4375rem;top:50.3125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmrtFVFJufSwIoqSzxVbEtPw2MHLR3xy { width:18.875rem;height:3.8994125rem;top:53.4375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya5O0TGF6wFMMahGEWWXQveg2tvJBgMA { width:20rem;height:0.125rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCFofKX4phhGKF9ZfnmLllDU3fBCriq7 { width:14.5rem;height:1.94970625rem;top:58.8125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwK8tSo0hsBPf9Blf4EsH3ztGO1EEZRp { width:19.5625rem;height:0.0625rem;top:61.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm15Kw6WF2r27OHAaON2kK1lFb9CAcEz { width:19.5625rem;height:0.0625rem;top:70.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNhMCZWKGbD79T3SxZQJ4BqBd46JRUkg { width:17.75rem;height:3.25rem;top:77.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk2y7qD5armlWthcltT84XECEEqJSM7D { display:block; }
 }@media only screen and (max-width: 763px) { #KpT2tq4NqoEfwBJeXtxf6iMhSv0sXTJO { width:19.5625rem;height:41.125rem;top:86.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG5gmIH0wu7t0IPI5DkoWkw11b7ZHBAB { width:12rem;height:3.25rem;top:87.375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK1kZ0tdtq1srL9cDXyE8k5mQthkiIAE { width:18.3125rem;height:3rem;top:92.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9rCCeV9p0xwx5XFrcE5TB1Oh5SKaIwF { width:18.1875rem;height:2.4375rem;top:92.5rem;left:1rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5RfqsLkocIPEPI64yDXHFTX3x8LsO5s { width:19.375rem;height:3.8994125rem;top:96.0625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMU9TMmendScEFheyr7K2LuhtB1p2i5s { width:20rem;height:0.0625rem;top:101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP6xT84FLRz1XmuC0gmdDKzmPv0MC638 { width:19.375rem;height:1.94970625rem;top:101.75rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK3VV2TdiUAhvPpO19zRvbviofCb14rO { width:20rem;height:0.0625rem;top:104.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7qF5am8c3D19hxZSwGuPPHCw21zmuVv { width:19.625rem;height:0.0625rem;top:113.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LECATSBZ6AVnamTod887aT9rmgQfCwOF { width:18.5rem;height:3.25rem;top:121.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcg3PS1PUF0egGWLmivKFOFNP2ktSNpC { display:block; }
 }@media only screen and (max-width: 763px) { #h5XATFTSKVX14pdo6Nm08d0mKDPL6NvC { width:19.375rem;height:42.625rem;top:130.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3CwhHzspF4gRAETodpDtLnrVx9gounm { width:12.0625rem;height:3.25rem;top:131.8125rem;left:4.125rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #smcRH6zJTgO1JekO8fdF8akvo9tseMcH { width:18.5625rem;height:3.3125rem;top:136.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnT2ggM4H8SDgfy8va7nNx1HiW8ffb1n { width:14.6875rem;height:2.4375rem;top:136.5rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQqD34gBCon9RF1InFZosZOuasIrtSRy { width:19.1875rem;height:3.8994125rem;top:140.1875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TElWCzAqEIeWN8J0WdJXNDAOSepCAelT { width:14.75rem;height:0.125rem;top:144.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUoc1dp9HZwGWGWMm24CxzE4krkhE68k { width:14.5rem;height:1.94970625rem;top:145.5625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhgbFcnB5qpzNgElwFUDX7hs8TkCmTSV { width:14.8125rem;height:0.0625rem;top:148.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx3uoLVOLTvPICVTbSTT2DlPsfVwlacH { width:14.75rem;height:0.0625rem;top:159.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndmTXvoIGeBq1lI0zQTEvpMu7oEC2X2z { width:17.875rem;height:3.25rem;top:167.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9WlUWiqvuCVlyWEqKJwkd83d1CUu8XO { display:block; }
 }@media only screen and (max-width: 763px) { #qbr1k9SZObhTA6gqVd1Fx78yCdm3Iu0l { width:19.125rem;height:7.798825rem;top:62.125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALt5Nk03I0md1seFP7BF0d2xsm12bZJv { width:19.5rem;height:7.798825rem;top:105rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWTpwy6w9VMQDkLonXFUMLECkWnEoaEi { width:19.1875rem;height:7.798825rem;top:150.5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJtts9knAogboTMgG9chTokrUu7JBmT { width:19.0625rem;height:5.84911875rem;top:71.1875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a21TDWTcsgMDqBer3gGlo55TVKlGRl6E { width:19.5625rem;height:5.84911875rem;top:114.375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQd2Rf6tcWzgHINSm9vNV2J7AqOUGgxp { width:19.125rem;height:5.84911875rem;top:160.1875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6Rnwh4b9hTNinCU7nqOftWcT30NDRbf { display:flex;width:5.5rem;height:5.5rem;top:40.9375rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #EOkqqrvFcmMHK9AKEyFuM5iJ6o3hMeef { width:19.4375rem;height:39.9375rem;top:177.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd7wCZTQpFv6EStab2zvzdm03B6H95PP { width:14.75rem;height:2.5996125rem;top:179.0625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0O5fXiM6c5mnieKTFA4lVarT3hTqmuL { width:19.4375rem;height:3.625rem;top:183.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0uais6c3qO2ackZBThhtp6CHAO0yHec { width:14.6875rem;height:2.4375rem;top:184rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWDQyTtw9IlBE1wpNG7Wu7DWAGmD3JPk { width:19.25rem;height:3.8994125rem;top:187.3125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl3mfiiDNidqw5GpAWhIhZfdcL7W7TRS { width:14.75rem;height:0.125rem;top:191.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ueghlca8oTn6LJhnB3HIyziKOmmIWXSU { width:14.5rem;height:1.94970625rem;top:192.375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPDTHUFaXMyMUIE9xF7E9fUuI6JVn0Oo { width:14.8125rem;height:0.0625rem;top:194.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwTG3mJui6f6E8at5ZEsGAmPKP664LhP { width:19.3125rem;height:7.798825rem;top:195.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlDTlnviq4R2qza4x2ZcyAQxLqm8XWRN { width:14.75rem;height:0.0625rem;top:203.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqLTFNknbJ9Ghzh0cwbTT23BskQdlXP1 { width:19.375rem;height:5.84911875rem;top:204.375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSoRh5IPkLimGvPZ9PLND1z34Evz2xXw { width:18rem;height:3.25rem;top:211.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAtaokfvFiBlVOBXFCCbvFk4GMZXohOO { display:block; }
 }@media only screen and (max-width: 763px) { #MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp { display:block; }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErK6fphSGBgyCokZ9WWETPeJcnyrBkUT { width:20rem;height:20.8125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIb68u0aWoevoJMeZvI66XefEUTFWPyh { width:18.8125rem;height:1.625rem;top:4.875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb6MERP5l9dduTvbq93l5Ihh1U3CAJlI { width:20rem;height:12.1875rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2U9xGAeJ4ydywRyIhsfCm0TMsmyHBt6 { width:4rem;height:4rem;top:20.1875rem;left:7.75rem;display:block; }
 }