.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS { border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ee3162;background-color:#53baf2;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; }#fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS > .row .container { background-color: transparent; background-image: none; }#fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS > .row .container > .video-iframe-container { display: none; }#fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS > .row > .video-iframe-container { display: none; }#fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS > .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); }#fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS > .row .container { border-width: 0; border-radius: 0; }#fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS > .row .container { font-size:0.875rem;font-family:arial;height:3.170454375rem;width:60rem;position:relative;display:block; }#vGThFmaPR6WiSatXQGCGay75FlsTn6kZ { position:relative;display:block; }#vGThFmaPR6WiSatXQGCGay75FlsTn6kZ { background-color: transparent; background-image: none; }#vGThFmaPR6WiSatXQGCGay75FlsTn6kZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGThFmaPR6WiSatXQGCGay75FlsTn6kZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGThFmaPR6WiSatXQGCGay75FlsTn6kZ > .row .container > .video-iframe-container { display: none; }#vGThFmaPR6WiSatXQGCGay75FlsTn6kZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGThFmaPR6WiSatXQGCGay75FlsTn6kZ > .row > .video-iframe-container { display: none; }#vGThFmaPR6WiSatXQGCGay75FlsTn6kZ > .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); }#vGThFmaPR6WiSatXQGCGay75FlsTn6kZ { border-width: 0; border-radius: 0; }#vGThFmaPR6WiSatXQGCGay75FlsTn6kZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vGThFmaPR6WiSatXQGCGay75FlsTn6kZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DOFkTvtfAGE8c5liDWRuy9rff1hPdZBs { color:#002d42;display:block;width:27.56125rem;position:absolute;font-family:jost;font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.9991114139556rem;left:3.3709144592285rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G4XdZHR9Tlmd8eXSlQJlkmu9slZpG20L { color:#002d42;display:block;width:22.5598125rem;position:absolute;font-family:jost;font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.4970703125rem;left:5.869140625rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#LTipfZuvsHNJWyG3FhqZfTeke8FQa1RG { background-color:#e33e8e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;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:jost;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8743125rem;height:4.31196875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.93696808815rem;left:7.7166175842288rem;display:block; }
#WvAstTMsv8dokfWJh6yksoAseGc48z4O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ureUKoaO19rxVQ1cRIJeN0JV4wrqNVwB { 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:37.24875rem;width:59.0625rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#er5S6TZ73hwIbDOXkJNRPZpX4pT4OQka { color:#002d42;display:block;width:22.5595625rem;position:absolute;font-family:jost;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41.625rem;left:18.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XcilQhZ6ZWsatDgQn44vzBpgh2yTL6R7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:41.4375rem;left:15.125rem;overflow:hidden;display:block; }
#iA0lKWn53bl9MAxmkqK7hzIlG4AhLSVM { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:41.4375rem;left:41.25rem;overflow:hidden;display:block; }
#VDB2UAW4MsBcf6sss7G240hmMbAw47em { 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:112.6875rem;width:59.9375rem;display:none; }
#pT5bFkiXdITs2pRbqsKQJLOL22C3P6cf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#DAFkOSNtnsK6afZRFTt5SwivOKUmxq2R { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:20.874rem;top:2.92236328125rem;left:6.712646484375rem;overflow:hidden;display:block; }
#AME13JgWbCcX2o2HlcLSnE4vekBhJJ9U { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3c1;background-image:url("https://images.assets-landingi.com/uc/d57d7149-530d-4535-9d11-40919bf5a179/Zasb30.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk.adaptive-delivery-prevent-bg, #OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk.lazyload, #OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk.lazyloading { background-image: none; }#OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk > .row .container { background-color: transparent; background-image: none; }#OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk > .row .container > .video-iframe-container { display: none; }#OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk > .row > .video-iframe-container { display: none; }#OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk > .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); }#OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk > .row .container { border-width: 0; border-radius: 0; }#OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk > .row .container { font-size:0.875rem;font-family:arial;height:82.375rem;width:60rem;position:relative;display:block; }#DSPU8h5VFZFOZOPDUfgkykT7QlWqe4Oa { position:absolute;display:block;z-index:15156;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:22.9375rem;width:29rem;top:13.5625rem;left:0rem;overflow:hidden;display:block; }
#ptz9mT9EGwViZ17ikaPAI0yiM0LTqPBo { position:absolute;display:block;z-index:15078;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:50.5625rem;width:40.5rem;top:27.5rem;left:3.125rem;display:block; }
#JBfU7bTcC3A3t092G7R7y7uAHOKe9fI5 { color:#000000;display:block;width:9.125rem;position:absolute;font-family:jost;font-size:1.6875rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:51.280467987061rem;left:44.67031288147rem;height:1.85625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NgLgBrsbNWunydqmTtuX6TeHrF09EJlo { color:#000000;display:block;width:5.125rem;position:absolute;font-family:jost;font-size:1.25rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:51.749217987061rem;left:53.999998092651rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ePoPMIwuTCb1T4CTU2HIHB38ODbI3HKe { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:jost;font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.1;letter-spacing:0;top:53.437501907349rem;left:46.999998092651rem;height:1.16875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WF3qd26olIQ4bFNzmc3B0qbMFrlhCtvF { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #406427, #caf303);background-image: -moz-linear-gradient(3deg, #406427, #caf303);background-image: -ms-linear-gradient(3deg, #406427, #caf303);background-image: -o-linear-gradient(3deg, #406427, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #406427, #caf303);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:hero;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.5rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:76.399999618531rem;left:17.18593788147rem;display:none; }
#rWBg6acEz5AlvKma6vDrgLGEqISkILd3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a69nWWOfe6UfkMCtKsJn4nKrHU49glPf { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:hero;font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:126rem;left:50.5625rem;height:1.16875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RlU7E7gLmTEMxawyO18abbGpcAmE4lFo { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:hero;font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.1;letter-spacing:0;top:127.375rem;left:46.8125rem;height:1.16875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Uq5v8OovXox4lQXQmWrxkoOCVKpfVwFS { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:36.374786376953rem;left:8.1868476867675rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FM0wyktMIlBZt7upDRA4uh6a0rBipQIl { box-sizing:content-box;color:#328d2d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15107;top:69.8125rem;left:5.25rem;display:none; }
#bA0pVoi6bqXtMb9MtL3elB3lAexRS363 { color:#000000;display:block;width:34.25rem;position:absolute;font-family:hero;font-size:1.125rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:69.8125rem;left:7.5625rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#BaPkZ4fhTkXkTBP3cTlz1iPDo22l1sIc { box-sizing:content-box;color:#ff005f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15109;top:151.6875rem;left:5.3125rem;display:none; }
#NOv1trvXsccgiOtATSJTDcEJRSZmzo9E { color:#000000;display:block;width:34.25rem;position:absolute;font-family:hero;font-size:1.125rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:151.6875rem;left:7.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ol7ifkGhqtRq1gotBSHdmTQe1LzqXwl3 { color:#000000;display:block;width:8.125rem;position:absolute;font-family:jost;font-size:1.0625rem;font-weight:700;z-index:15096;line-height:1.1;letter-spacing:0;top:38.062500953674rem;left:47.562498092651rem;height:1.16875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yTGr4V7onfGDTWNmBql8lVWzB4Fx2GeT { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:jost;font-size:1.8125rem;font-weight:700;z-index:15095;line-height:1.1;letter-spacing:0;top:35.687496185302rem;left:46.624219894409rem;height:1.99375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TdC0mt8QwTkLlaRlIzTw5zSJuA793uVm { color:#ffffff;display:block;width:46.9995rem;position:absolute;font-family:jost;font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.141487121582rem;left:6.4973945617675rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDPevDz8yErmfpX03Z9LqzBFbsqeRvv1 { position:absolute;display:block;z-index:14995;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:9rem;width:14.625rem;top:15.4375rem;left:18.5625rem;overflow:hidden;display:block; }
#KD7fTAl02vCaZqgJwvBmhZdaqC1Vw6iG { position:absolute;display:block;z-index:15157;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:9rem;width:14.625rem;top:19.875rem;left:25.3125rem;overflow:hidden;display:block; }
#c09AyIQVaPpXLlmbGZ8HDCtV6yM12Gvh { position:absolute;display:block;z-index:15158;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:9rem;width:14.625rem;top:24.125rem;left:30.1875rem;overflow:hidden;display:block; }
#NRkM44963ECbc1sd5MXQidOaw5xa5fnU { color:#000000;display:block;width:31.25rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:41.937072753906rem;left:8.1868476867675rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RzCqdkB7IuPDnbZrJHfsGrvMAps2qHWy { color:#000000;display:block;width:29.125rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:45.75rem;left:8.1868476867675rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uKi2zSKI6y2euEAOkk2Hf26FcSG4GsJ4 { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:50.249786376953rem;left:8.1868476867675rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WPE13VHNgc8eMPmTdD1D4cdhvnn8dQUr { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:54.25rem;left:8.1875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yyZw8fiPo5v0tPm4SHDqbnfVTH1yw9yP { color:#000000;display:block;width:29.375rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:58.43684387207rem;left:8.1868476867675rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EOXXGbuoxKzqW4rAmV6kbeZJSTqKT5lP { color:#000000;display:block;width:33.186875rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:61.328340530396rem;left:8.1857643127444rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MnsVnU1gPPXZQC6mDR6l3RkSCO84pFTP { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #e33e8e;border-left:0.5rem solid #e33e8e;border-right:0;border-bottom:0.5rem solid #e33e8e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:23.3125rem;top:33.771094560623rem;left:36.187501907349rem;display:block; }
#I1XsnJqPJXM0oLA5rPcgNO814JoveH7K { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #e33e8e;border-left:0.5rem solid #e33e8e;border-right:0;border-bottom:0.5rem solid #e33e8e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:23.3125rem;top:49.375001907349rem;left:36.187501907349rem;display:block; }
#TOlPMOtlg8BK4bSBKa354NktEVaz2Ing { color:#ff4ae0;display:block;width:49.3115rem;position:absolute;font-family:jost;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.1102447509762rem;left:5.341796875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VPCVZKbtZFU1AQtVaSC6D7ZtqBa3CsGc { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:jost;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:29.859375rem;left:44.399217605591rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vx0mvHrTCV3ZlwlIskGITyIvhLW01OUW { position:absolute;display:block;z-index:15159;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:37.0625rem;left:5.25rem;overflow:hidden;display:block; }
#WtIkW77pgRrc8Nfv5TEuzZM8wrm2OImz { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:42.694442749024rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#Em7CMtPocKIMDL9MWhdT0nglJuU9WPGB { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:46.605041503906rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#A9ZX4twWJ6Th49LrwKI4sG6uO2Ff694e { position:absolute;display:block;z-index:15162;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:50.926864624024rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#mxv87OE8iXWk1Q50XnTTxsxCHz4ZiJ9Z { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:54.9375rem;left:5.375rem;overflow:hidden;display:block; }
#dxX9yX6VxbiCpsWdbGTUrVE3lsncLL0q { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:58.43684387207rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#FQ4PPrXFtm29HGvbMC7CE1xMrkW2kWO4 { position:absolute;display:block;z-index:15165;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:62.074005126953rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#E3w0URz9zzU7cBpapcdJVxveZIG6RlvB { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -moz-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -ms-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -o-linear-gradient(3deg, #4d7b2c, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #4d7b2c, #caf303);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:jost;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:39.841406822204rem;left:47.098440170288rem;display:block; }
#z81qvkkJSaJxnXNEVe5x4vmdeKZ0DBri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VadnugZmLAnot6i6sQGxkk6MrgOkxmtV { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:65.534500122069rem;left:8.1868476867675rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b9Z4R2wEJX5xFT0OgHJG9qNeV9OotOoC { position:absolute;display:block;z-index:15166;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:66.278427124025rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#n2mSk3HhRsZMPyVdp89qDEULqrdyeR0v { position:absolute;display:block;z-index:15168;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:70.1875rem;left:5.3743476867676rem;overflow:hidden;display:block; }
#gybqLXxgKlKuzff5gkDvpsLg3O4Cq4ud { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:70.062072753906rem;left:8.1868476867675rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dXtCDkcnCUTLIb0U3IglF5QBh69AnJwc { position:absolute;display:block;z-index:15170;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:74.186843872069rem;left:5.3743476867676rem;overflow:hidden;display:block; }
#h2rmEIUo4NKERvtVH6crTiq496g9DZtR { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:73.43728637695rem;left:8.1868476867675rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gzsos9vEcZFm3ViVoqINZXrIkbVarKUT { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -moz-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -ms-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -o-linear-gradient(3deg, #4d7b2c, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #4d7b2c, #caf303);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:hero;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.6875rem;text-decoration:none;z-index:15100;text-align:center;text-align-last:center;top:55.710157394409rem;left:47.116407394409rem;display:block; }
#wg4PTvF9wLAf8DKxw2gDbntutghXNCbf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { 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; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { background-color: transparent; background-image: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container > .video-iframe-container { display: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container { display: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .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); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { border-width: 0; border-radius: 0; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:hero;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:2.2080078125rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { 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:5.625rem;width:8.625rem;top:4.875rem;left:16rem;overflow:hidden;display:block; }
#OmSB8satOg8Zog0vOJklARikR4p9ybeQ { 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:4.875rem;width:8.125rem;top:5.5625rem;left:45rem;overflow:hidden;display:block; }
#AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { 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:3.4375rem;width:10.8125rem;top:6.3125rem;left:29.125rem;overflow:hidden;display:block; }
#b1eETzASTTM29PyCEZMoDNmzH21bUTGA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.1875rem;top:5.125rem;left:6.875rem;overflow:hidden;display:block; }
#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { 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; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { background-color: transparent; background-image: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container > .video-iframe-container { display: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container { display: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .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); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { border-width: 0; border-radius: 0; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:hero;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:0.95188140869138rem;left:0rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { 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:3.625rem;width:6.0625rem;top:5.3125rem;left:20.75rem;overflow:hidden;display:block; }
#Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { 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:8.125rem;width:12.4375rem;top:3.1244506835938rem;left:28.624820709229rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS { display:block; }#fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGThFmaPR6WiSatXQGCGay75FlsTn6kZ { display:block; }#vGThFmaPR6WiSatXQGCGay75FlsTn6kZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOFkTvtfAGE8c5liDWRuy9rff1hPdZBs { top:7.9375rem;left:0rem;width:27.5rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4XdZHR9Tlmd8eXSlQJlkmu9slZpG20L { top:14.4375rem;left:0rem;width:22.5rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTipfZuvsHNJWyG3FhqZfTeke8FQa1RG { width:18.8125rem;height:4.25rem;top:27.875rem;left:1.5916175842285rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvAstTMsv8dokfWJh6yksoAseGc48z4O { display:block; }
 }@media only screen and (max-width: 763px) { #ureUKoaO19rxVQ1cRIJeN0JV4wrqNVwB { top:0rem;left:0rem;width:47.75rem;height:30.114333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #er5S6TZ73hwIbDOXkJNRPZpX4pT4OQka { top:41.625rem;left:12.625rem;width:22.5rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcilQhZ6ZWsatDgQn44vzBpgh2yTL6R7 { top:41.4375rem;left:9rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA0lKWn53bl9MAxmkqK7hzIlG4AhLSVM { top:41.4375rem;left:35.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDB2UAW4MsBcf6sss7G240hmMbAw47em { width:47.6875rem;height:89.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pT5bFkiXdITs2pRbqsKQJLOL22C3P6cf { display:none; }
 }@media only screen and (max-width: 763px) { #DAFkOSNtnsK6afZRFTt5SwivOKUmxq2R { top:2.875rem;left:0.587646484375rem;width:20.8125rem;height:3.4273722693303rem;display:block; }
 }@media only screen and (max-width: 763px) { #AME13JgWbCcX2o2HlcLSnE4vekBhJJ9U { display:none; }
 }@media only screen and (max-width: 763px) { #OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk { display:block; }#OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSPU8h5VFZFOZOPDUfgkykT7QlWqe4Oa { top:13.5625rem;left:0rem;width:29rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptz9mT9EGwViZ17ikaPAI0yiM0LTqPBo { top:27.5rem;left:0rem;width:40.5rem;height:50.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBfU7bTcC3A3t092G7R7y7uAHOKe9fI5 { width:9.125rem;height:1.875rem;top:51.25rem;left:38.54531288147rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgLgBrsbNWunydqmTtuX6TeHrF09EJlo { width:5.125rem;height:1.375rem;top:51.6875rem;left:42.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePoPMIwuTCb1T4CTU2HIHB38ODbI3HKe { width:9.1875rem;height:1.125rem;top:53.4375rem;left:38.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF3qd26olIQ4bFNzmc3B0qbMFrlhCtvF { width:9.375rem;height:3.5rem;top:76.375rem;left:11.06093788147rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWBg6acEz5AlvKma6vDrgLGEqISkILd3 { display:block; }
 }@media only screen and (max-width: 763px) { #a69nWWOfe6UfkMCtKsJn4nKrHU49glPf { width:8.875rem;height:1.375rem;top:94.125rem;left:2.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlU7E7gLmTEMxawyO18abbGpcAmE4lFo { width:10.9375rem;height:1.125rem;top:95.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uq5v8OovXox4lQXQmWrxkoOCVKpfVwFS { width:27.625rem;height:4.375rem;top:36.3125rem;left:2.0607643127441rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FM0wyktMIlBZt7upDRA4uh6a0rBipQIl { top:69.8125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA0pVoi6bqXtMb9MtL3elB3lAexRS363 { width:34.25rem;height:4.3125rem;top:69.8125rem;left:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BaPkZ4fhTkXkTBP3cTlz1iPDo22l1sIc { top:151.6875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOv1trvXsccgiOtATSJTDcEJRSZmzo9E { width:34.25rem;height:4.3125rem;top:151.6875rem;left:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ol7ifkGhqtRq1gotBSHdmTQe1LzqXwl3 { width:8.125rem;height:1.125rem;top:38.0625rem;left:39.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGr4V7onfGDTWNmBql8lVWzB4Fx2GeT { width:10.0625rem;height:2rem;top:35.625rem;left:37.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdC0mt8QwTkLlaRlIzTw5zSJuA793uVm { top:2.125rem;left:0.37187576293945rem;width:46.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDPevDz8yErmfpX03Z9LqzBFbsqeRvv1 { top:15.4375rem;left:12.4375rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD7fTAl02vCaZqgJwvBmhZdaqC1Vw6iG { top:19.875rem;left:19.1875rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #c09AyIQVaPpXLlmbGZ8HDCtV6yM12Gvh { top:24.125rem;left:24.0625rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRkM44963ECbc1sd5MXQidOaw5xa5fnU { width:31.25rem;height:2.875rem;top:41.875rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzCqdkB7IuPDnbZrJHfsGrvMAps2qHWy { width:29.125rem;height:2.9375rem;top:45.75rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKi2zSKI6y2euEAOkk2Hf26FcSG4GsJ4 { width:33.1875rem;height:2.875rem;top:50.1875rem;left:2.0616321563721rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPE13VHNgc8eMPmTdD1D4cdhvnn8dQUr { width:33.125rem;height:2.875rem;top:54.25rem;left:2.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyZw8fiPo5v0tPm4SHDqbnfVTH1yw9yP { width:29.375rem;height:1.4375rem;top:58.375rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOXXGbuoxKzqW4rAmV6kbeZJSTqKT5lP { width:33.125rem;height:2.875rem;top:61.3125rem;left:2.0607643127441rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnsVnU1gPPXZQC6mDR6l3RkSCO84pFTP { top:33.75rem;left:23.9375rem;width:23.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1XsnJqPJXM0oLA5rPcgNO814JoveH7K { top:49.375rem;left:23.9375rem;width:23.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlPMOtlg8BK4bSBKa354NktEVaz2Ing { top:7.0625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPCVZKbtZFU1AQtVaSC6D7ZtqBa3CsGc { top:29.8125rem;left:32.125rem;width:15.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx0mvHrTCV3ZlwlIskGITyIvhLW01OUW { top:37.0625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtIkW77pgRrc8Nfv5TEuzZM8wrm2OImz { top:42.6875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em7CMtPocKIMDL9MWhdT0nglJuU9WPGB { top:46.5625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ZX4twWJ6Th49LrwKI4sG6uO2Ff694e { top:50.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxv87OE8iXWk1Q50XnTTxsxCHz4ZiJ9Z { top:54.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxX9yX6VxbiCpsWdbGTUrVE3lsncLL0q { top:58.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ4PPrXFtm29HGvbMC7CE1xMrkW2kWO4 { top:62.0625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3w0URz9zzU7cBpapcdJVxveZIG6RlvB { width:9.375rem;height:2.625rem;top:39.8125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z81qvkkJSaJxnXNEVe5x4vmdeKZ0DBri { display:block; }
 }@media only screen and (max-width: 763px) { #VadnugZmLAnot6i6sQGxkk6MrgOkxmtV { width:32.8125rem;height:2.875rem;top:65.5rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9Z4R2wEJX5xFT0OgHJG9qNeV9OotOoC { top:66.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mSk3HhRsZMPyVdp89qDEULqrdyeR0v { top:70.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gybqLXxgKlKuzff5gkDvpsLg3O4Cq4ud { width:32.8125rem;height:1.4375rem;top:70rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXtCDkcnCUTLIb0U3IglF5QBh69AnJwc { top:74.125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2rmEIUo4NKERvtVH6crTiq496g9DZtR { width:32.8125rem;height:2.875rem;top:73.375rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzsos9vEcZFm3ViVoqINZXrIkbVarKUT { width:9rem;height:2.6875rem;top:55.6875rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg4PTvF9wLAf8DKxw2gDbntutghXNCbf { display:block; }
 }@media only screen and (max-width: 763px) { #yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { display:block; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { width:47.75rem;height:2.0625rem;top:2.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { top:4.875rem;left:9.875rem;width:8.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmSB8satOg8Zog0vOJklARikR4p9ybeQ { top:5.5625rem;left:38.875rem;width:8.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { top:6.3125rem;left:23rem;width:10.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1eETzASTTM29PyCEZMoDNmzH21bUTGA { top:5.125rem;left:0.75rem;width:5.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { display:block; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { width:47.75rem;height:2rem;top:0.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { top:5.3125rem;left:14.625rem;width:6.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { top:3.0625rem;left:22.499820709229rem;width:12.4375rem;height:8.1253674789313rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS { position:relative;z-index:auto;display:none; }#fcRnyXltENKRlL3oJEb7hgoKZ2sonGeS > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vGThFmaPR6WiSatXQGCGay75FlsTn6kZ { display:block; }#vGThFmaPR6WiSatXQGCGay75FlsTn6kZ > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOFkTvtfAGE8c5liDWRuy9rff1hPdZBs { width:18.75rem;height:2.03125rem;top:5.797119140625rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4XdZHR9Tlmd8eXSlQJlkmu9slZpG20L { width:19.4995rem;height:7.3095625rem;top:11.63330078125rem;left:0.2490234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTipfZuvsHNJWyG3FhqZfTeke8FQa1RG { width:16.8125rem;height:4.25rem;top:38.879989624024rem;left:1.5928819775581rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvAstTMsv8dokfWJh6yksoAseGc48z4O { display:block; }
 }@media only screen and (max-width: 763px) { #ureUKoaO19rxVQ1cRIJeN0JV4wrqNVwB { width:20rem;height:12.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #er5S6TZ73hwIbDOXkJNRPZpX4pT4OQka { width:13.375rem;height:1.94965rem;top:47.562278747559rem;left:3.3116319775581rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XcilQhZ6ZWsatDgQn44vzBpgh2yTL6R7 { width:2.4375rem;height:2.4375rem;top:47.311630249024rem;left:0.12478297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA0lKWn53bl9MAxmkqK7hzIlG4AhLSVM { width:2.4375rem;height:2.4375rem;top:47.311630249024rem;left:17.374133408069rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDB2UAW4MsBcf6sss7G240hmMbAw47em { top:0rem;left:0.21701389551163rem;width:19.56175rem;height:36.9995rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pT5bFkiXdITs2pRbqsKQJLOL22C3P6cf { top:0rem;left:0rem;width:20rem;height:0.875rem;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DAFkOSNtnsK6afZRFTt5SwivOKUmxq2R { width:14.561625rem;height:2.31228125rem;top:2.3717451095581rem;left:2.7191842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #AME13JgWbCcX2o2HlcLSnE4vekBhJJ9U { top:0rem;left:0rem;width:20rem;height:0.75rem;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk { display:block; }#OT9MIW7yofCpt3WL9cgREyKBaPT7bbvk > .row .container { width:20rem;height:124.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSPU8h5VFZFOZOPDUfgkykT7QlWqe4Oa { width:18.93675rem;height:15rem;top:14.952392578125rem;left:0.52978515625rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #ptz9mT9EGwViZ17ikaPAI0yiM0LTqPBo { width:20rem;height:68.25rem;top:25.562065124512rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #JBfU7bTcC3A3t092G7R7y7uAHOKe9fI5 { width:9.875rem;height:1.9931625rem;top:115.3125rem;left:2rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgLgBrsbNWunydqmTtuX6TeHrF09EJlo { width:8.875rem;height:1.375rem;top:215.25rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePoPMIwuTCb1T4CTU2HIHB38ODbI3HKe { width:17.5625rem;height:1.16875rem;top:216.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WF3qd26olIQ4bFNzmc3B0qbMFrlhCtvF { width:11.125rem;height:3.5rem;top:65.337501525881rem;left:4.4374998807907rem;font-size:1.0625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #rWBg6acEz5AlvKma6vDrgLGEqISkILd3 { display:block; }
 }@media only screen and (max-width: 763px) { #a69nWWOfe6UfkMCtKsJn4nKrHU49glPf { width:7.6865rem;height:1.375rem;top:115.625rem;left:11.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #RlU7E7gLmTEMxawyO18abbGpcAmE4lFo { width:10.9375rem;height:1.16796875rem;top:117.8125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #Uq5v8OovXox4lQXQmWrxkoOCVKpfVwFS { width:18.936625rem;height:4.875rem;top:28.935765266419rem;left:0.5316841006279rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #FM0wyktMIlBZt7upDRA4uh6a0rBipQIl { width:1.875rem;height:1.875rem;top:71.399220466613rem;left:0.625rem;font-size:1.3125rem;z-index:15108;display:none; }
 }@media only screen and (max-width: 763px) { #bA0pVoi6bqXtMb9MtL3elB3lAexRS363 { width:16.1875rem;height:7.2rem;top:71.125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #BaPkZ4fhTkXkTBP3cTlz1iPDo22l1sIc { width:1.875rem;height:1.875rem;top:192.0625rem;left:0.625rem;font-size:1.3125rem;z-index:15108;display:none; }
 }@media only screen and (max-width: 763px) { #NOv1trvXsccgiOtATSJTDcEJRSZmzo9E { width:15.625rem;height:7.2rem;top:192.0625rem;left:3rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #ol7ifkGhqtRq1gotBSHdmTQe1LzqXwl3 { width:8.125rem;height:1.16796875rem;top:104.8125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGr4V7onfGDTWNmBql8lVWzB4Fx2GeT { width:10.125rem;height:1.9931625rem;top:102.875rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdC0mt8QwTkLlaRlIzTw5zSJuA793uVm { width:17.875rem;height:4.7109375rem;top:3.25rem;left:1.0622830986977rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDPevDz8yErmfpX03Z9LqzBFbsqeRvv1 { width:14.625rem;height:9rem;top:121.9375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KD7fTAl02vCaZqgJwvBmhZdaqC1Vw6iG { width:14.625rem;height:9rem;top:132.1875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c09AyIQVaPpXLlmbGZ8HDCtV6yM12Gvh { width:14.625rem;height:9rem;top:142.4375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRkM44963ECbc1sd5MXQidOaw5xa5fnU { width:18.125rem;height:3.65625rem;top:36.249565124512rem;left:0.93750005960463rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #RzCqdkB7IuPDnbZrJHfsGrvMAps2qHWy { width:16.0625rem;height:3.65625rem;top:42.499351501465rem;left:1.9997830986977rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #uKi2zSKI6y2euEAOkk2Hf26FcSG4GsJ4 { width:17.875rem;height:2.4375rem;top:49.25rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #WPE13VHNgc8eMPmTdD1D4cdhvnn8dQUr { width:16.5rem;height:3.65625rem;top:55.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #yyZw8fiPo5v0tPm4SHDqbnfVTH1yw9yP { width:14.5625rem;height:2.4375rem;top:62.124565124512rem;left:2.7495661377907rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #EOXXGbuoxKzqW4rAmV6kbeZJSTqKT5lP { width:15.75rem;height:3.65625rem;top:68.3125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #MnsVnU1gPPXZQC6mDR6l3RkSCO84pFTP { width:19.5rem;height:9.375rem;top:100.875rem;left:0.25rem;border-top:0.5rem solid #e33e8e;border-left:0;border-right:0;border-bottom:0.5rem solid #e33e8e;display:block; }
 }@media only screen and (max-width: 763px) { #I1XsnJqPJXM0oLA5rPcgNO814JoveH7K { width:19.375rem;height:9.375rem;top:113.375rem;left:0.3125rem;border-top:0.5rem solid #e33e8e;border-left:0;border-right:0;border-bottom:0.5rem solid #e33e8e;display:block; }
 }@media only screen and (max-width: 763px) { #TOlPMOtlg8BK4bSBKa354NktEVaz2Ing { width:20rem;height:10.5rem;top:7.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPCVZKbtZFU1AQtVaSC6D7ZtqBa3CsGc { width:14.4375rem;height:3.25rem;top:96rem;left:2.8125000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vx0mvHrTCV3ZlwlIskGITyIvhLW01OUW { width:1.4375rem;height:1.4375rem;top:27.374782562256rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtIkW77pgRrc8Nfv5TEuzZM8wrm2OImz { width:1.4375rem;height:1.4375rem;top:34.4375rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em7CMtPocKIMDL9MWhdT0nglJuU9WPGB { width:1.4375rem;height:1.4375rem;top:40.5rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ZX4twWJ6Th49LrwKI4sG6uO2Ff694e { width:1.4375rem;height:1.4375rem;top:46.875rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxv87OE8iXWk1Q50XnTTxsxCHz4ZiJ9Z { width:1.4375rem;height:1.4375rem;top:52.8740234375rem;left:9.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxX9yX6VxbiCpsWdbGTUrVE3lsncLL0q { width:1.4375rem;height:1.4375rem;top:60.0625rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ4PPrXFtm29HGvbMC7CE1xMrkW2kWO4 { width:1.4375rem;height:1.4375rem;top:65.9375rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3w0URz9zzU7cBpapcdJVxveZIG6RlvB { width:9.375rem;height:2.625rem;top:107.0625rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z81qvkkJSaJxnXNEVe5x4vmdeKZ0DBri { display:block; }
 }@media only screen and (max-width: 763px) { #VadnugZmLAnot6i6sQGxkk6MrgOkxmtV { width:14.749375rem;height:3.65625rem;top:75.248701095581rem;left:2.6247830986977rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #b9Z4R2wEJX5xFT0OgHJG9qNeV9OotOoC { width:1.4375rem;height:1.4375rem;top:73.125rem;left:9.249132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mSk3HhRsZMPyVdp89qDEULqrdyeR0v { width:1.4375rem;height:1.4375rem;top:79.9375rem;left:9.249132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #gybqLXxgKlKuzff5gkDvpsLg3O4Cq4ud { width:16.124125rem;height:2.4375rem;top:82.311422348025rem;left:1.9368491768837rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #dXtCDkcnCUTLIb0U3IglF5QBh69AnJwc { width:1.4375rem;height:1.4375rem;top:86.0625rem;left:9.249132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2rmEIUo4NKERvtVH6crTiq496g9DZtR { width:20rem;height:3.65625rem;top:88.499137878419rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #gzsos9vEcZFm3ViVoqINZXrIkbVarKUT { width:9rem;height:2.6875rem;top:119.875rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg4PTvF9wLAf8DKxw2gDbntutghXNCbf { display:block; }
 }@media only screen and (max-width: 763px) { #yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { display:block; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { width:20rem;height:1.42480625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { width:6.75rem;height:4.375rem;top:3.8374938964844rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmSB8satOg8Zog0vOJklARikR4p9ybeQ { width:6.0625rem;height:3.625rem;top:10.498959541321rem;left:2.6124992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { width:10.375rem;height:3.3125rem;top:4.2749938964844rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1eETzASTTM29PyCEZMoDNmzH21bUTGA { width:5.1875rem;height:5.8125rem;top:9.4052095413206rem;left:11.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { display:block; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { width:20rem;height:1.42480625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { width:6.125rem;height:3.6875rem;top:4.3624877929688rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { width:10.3125rem;height:6.8125rem;top:2.7999954223633rem;left:8.90625rem;display:block; }
 }