.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#088fe5;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; }#KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55 > .row .container { background-color: transparent; background-image: none; }#KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55 > .row .container > .video-iframe-container { display: none; }#KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55 > .row > .video-iframe-container { display: none; }#KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55 > .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); }#KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55 > .row .container { border-width: 0; border-radius: 0; }#KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55 > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#CcySDHO66J6HXoFC4Qrl8H4bNtpKFewn { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:5.75rem;left:20.1875rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HQgkJau3VNvpUxflx5JHVosns5qGQLr6 { color:#000000;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15006;line-height:2.1;letter-spacing:0;top:13.75rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;display:block; }
#iu4ybaIoxBXSBnk5HyZdiRhoTkcwby5O { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:10.875rem;top:1.5rem;left:32.0625rem;overflow:hidden;display:block; }
#lKQft8VG5lux8JtXFPAmVi8SOk9bcKPw { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:9.125rem;left:20.15625rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE { 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; }#CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE > .row .container { background-color: transparent; background-image: none; }#CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE > .row .container > .video-iframe-container { display: none; }#CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE > .row > .video-iframe-container { display: none; }#CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE > .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); }#CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE > .row .container { border-width: 0; border-radius: 0; }#CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#zq9WtXJWbxiOObwGgHmUxzNiUw7kkvP1 { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15016;line-height:2.1;letter-spacing:0;top:2.1376953125rem;left:9.09375rem;height:14.69728125rem;text-align:center;text-align-last:center;display:block; }
#AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9faf7;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; }#AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR > .row .container { background-color: transparent; background-image: none; }#AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR > .row .container > .video-iframe-container { display: none; }#AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR > .row > .video-iframe-container { display: none; }#AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR > .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); }#AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR > .row .container { border-width: 0; border-radius: 0; }#AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#wg0xlP0DNpVfU1a9unwpPaoKTPM6Tovi { color:#000000;display:block;width:35.375rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:1.171875rem;left:19.8125rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AKILoAGzBODwq8lLgcQ1sLNWcUDfmZh8 { color:#000000;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15006;line-height:2.1;letter-spacing:0;top:4.390625rem;left:0rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp { 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; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container { background-color: transparent; background-image: none; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container > .video-iframe-container { display: none; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row > .video-iframe-container { display: none; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .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); }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container { border-width: 0; border-radius: 0; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#HF8pu6tJJigzgsQI8rPxc4EfpsxOCcLd { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:37rem;width:65.9375rem;top:0.375rem;left:3.8125rem;display:block; }
#FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO { 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; }#FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO > .row .container { background-color: transparent; background-image: none; }#FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO > .row .container > .video-iframe-container { display: none; }#FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO > .row > .video-iframe-container { display: none; }#FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO > .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); }#FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO > .row .container { border-width: 0; border-radius: 0; }#FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#IBhyaS1Ig7kMHJgFulUHdPZ97cMTlHD5 { color:#088fe5;display:block;width:59.625rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:2.6875rem;left:7.6875rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#z0sQVQTvKxBNbDWRdnqkI7kavu7vcDPv { color:#000000;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.1;letter-spacing:0;top:5.875rem;left:0rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
#kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9faf7;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; }#kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh > .row .container { background-color: transparent; background-image: none; }#kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh > .row .container > .video-iframe-container { display: none; }#kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh > .row > .video-iframe-container { display: none; }#kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh > .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); }#kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh > .row .container { border-width: 0; border-radius: 0; }#kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#PQKlgAEAS7larHFwcmtIn5J3MTWvVLsT { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:1.109375rem;left:23.8125rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bv3hUAtWQlo57DGCGXx4zrG3J1FldhuA { color:#000000;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15006;line-height:2.1;letter-spacing:0;top:4.390625rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;display:block; }
#xQzfeSNM5urtuwkPTUnNBuBzFstmF49k { 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; }#xQzfeSNM5urtuwkPTUnNBuBzFstmF49k > .row .container { background-color: transparent; background-image: none; }#xQzfeSNM5urtuwkPTUnNBuBzFstmF49k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQzfeSNM5urtuwkPTUnNBuBzFstmF49k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQzfeSNM5urtuwkPTUnNBuBzFstmF49k > .row .container > .video-iframe-container { display: none; }#xQzfeSNM5urtuwkPTUnNBuBzFstmF49k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQzfeSNM5urtuwkPTUnNBuBzFstmF49k > .row > .video-iframe-container { display: none; }#xQzfeSNM5urtuwkPTUnNBuBzFstmF49k > .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); }#xQzfeSNM5urtuwkPTUnNBuBzFstmF49k > .row .container { border-width: 0; border-radius: 0; }#xQzfeSNM5urtuwkPTUnNBuBzFstmF49k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQzfeSNM5urtuwkPTUnNBuBzFstmF49k > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#trTLW7hU2Na9wnVS68ikk3vUhqfrL2Ur { position:absolute;display:block;z-index:15011;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.375rem;width:4.375rem;top:2.5rem;left:37.875rem;overflow:hidden;display:block; }
#abH7A0yqRQZsS8onXvf4ASEDzUgXG0k3 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:8.0625rem;left:32.875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ke55QRc7EHaOG0PbzaxrtUqoIfAs1DFc { position:absolute;display:block;z-index:15014;background-color:#f0faff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:44.6875rem;top:14.875rem;left:11.562500953674rem;display:block; }
#gc9I1slOJ0rP4Gi9OGuTtnByUR2wzGTZ { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15015;line-height:2.1;letter-spacing:0;top:11.9375rem;left:14.1875rem;height:2.0996125rem;text-align:left;text-align-last:left;display:block; }
#DUyiwrf5tWECtKImXK5C6WWi8d5AL5A4 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15016;line-height:2.1;letter-spacing:0;top:15.8125rem;left:14.1875rem;height:2.0996125rem;text-align:left;text-align-last:left;display:block; }
#lny0T9Wesrfp9L4vBXoTJe645KMzROT9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:12.362501144409rem;left:44.562500953674rem; }
#nTNAHO2yyAK8okJUhKV2TsgpdotMufXs { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:16.21875rem;left:44.562500953674rem; }
#gEV4Qm2JtqZebl3nroxhWUKPHXHeRArc { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15021;line-height:2.1;letter-spacing:0;top:11.8125rem;left:33rem;height:2.36230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tmp1cQfXcSmtzrX6tAJMgPRWnpMC0CNk { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15022;line-height:2.1;letter-spacing:0;top:15.6875rem;left:32.875rem;height:2.36230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s { position:relative;display:block; }#KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s { background-color: transparent; background-image: none; }#KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s > .row .container > .video-iframe-container { display: none; }#KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s > .row > .video-iframe-container { display: none; }#KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s > .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); }#KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s { border-width: 0; border-radius: 0; }#KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s > .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; }#KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s > .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:16.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lU2folXlGy1DBQfZfCRtTcvRTb703SPm { 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:16.875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nLbaRI4f7xcdVceTEzqHbL9BPxMpw7mU { 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:20rem;width:20rem;display:none; }
#FtGuHecnICBHiUnv0uSa664vqNecpJwS { 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; }#FtGuHecnICBHiUnv0uSa664vqNecpJwS > .row .container { background-color: transparent; background-image: none; }#FtGuHecnICBHiUnv0uSa664vqNecpJwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtGuHecnICBHiUnv0uSa664vqNecpJwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtGuHecnICBHiUnv0uSa664vqNecpJwS > .row .container > .video-iframe-container { display: none; }#FtGuHecnICBHiUnv0uSa664vqNecpJwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtGuHecnICBHiUnv0uSa664vqNecpJwS > .row > .video-iframe-container { display: none; }#FtGuHecnICBHiUnv0uSa664vqNecpJwS > .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); }#FtGuHecnICBHiUnv0uSa664vqNecpJwS > .row .container { border-width: 0; border-radius: 0; }#FtGuHecnICBHiUnv0uSa664vqNecpJwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtGuHecnICBHiUnv0uSa664vqNecpJwS > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#UaPNfhO3ZeE1Oqm2CHEgqp7kTqlIC4s9 { color:#1e1e1e;display:block;width:7.75rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:1.5rem;left:5.0625rem;height:;font-style:normal;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; }
#fpiBc2rxGRPtkLH7qSPssmVd9QpE9XDH { color:#1e1e1e;display:block;width:19.25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:2.5625rem;left:12.5rem;height:;font-style:normal;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; }
#rBKaHhOl13qQN4uZ6THV5vhu5MfZ0HbZ { position:absolute;display:block;z-index:15012;background-color:#f1f2f2;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.375rem;width:65.75rem;top:5.3125rem;left:5.0625rem;display:block; }
#Ax9G7wKgWgBEe87CTL9mRan5Zq4xe48h { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #f62c3f, #ff5440);background-image: -moz-linear-gradient(0deg, #f62c3f, #ff5440);background-image: -ms-linear-gradient(0deg, #f62c3f, #ff5440);background-image: -o-linear-gradient(0deg, #f62c3f, #ff5440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f62c3f', endColorstr='#ff5440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f62c3f', endColorstr='#ff5440' );";background-image: linear-gradient(0deg, #f62c3f, #ff5440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.25rem;width:64rem;top:5.3125rem;left:5.0625rem;display:block; }
#gFTrw0SnAX9mC3Xd9rFXuZpSMolPI46t { color:#f62c3f;display:block;width:3rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:8.125rem;left:5.0625rem;height:;font-style:normal;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; }
#f13a8eUQL9QhEtDud3e5qvisRCRm0FpO { color:#1e1e1e;display:block;width:9.375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:8.3125rem;left:8.625rem;height:0.875rem;font-style:normal;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; }
#ScG7ayz0APfhsz79P6bBJHMt1rcPlI6d { color:#1e1e1e;display:block;width:2.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:8.125rem;left:61.4375rem;height:;font-style:normal;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; }
#lHGg9Ibf9iouFSkTpiwwxhiPTuSAOce6 { color:#1e1e1e;display:block;width:9.25rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:8.3125rem;left:63.9375rem;height:0.875rem;font-style:normal;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; }
#k4IZwLgazweq05kGytZdpv2xbx8EDVzo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#defdc3;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; }#k4IZwLgazweq05kGytZdpv2xbx8EDVzo > .row .container { background-color: transparent; background-image: none; }#k4IZwLgazweq05kGytZdpv2xbx8EDVzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4IZwLgazweq05kGytZdpv2xbx8EDVzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4IZwLgazweq05kGytZdpv2xbx8EDVzo > .row .container > .video-iframe-container { display: none; }#k4IZwLgazweq05kGytZdpv2xbx8EDVzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4IZwLgazweq05kGytZdpv2xbx8EDVzo > .row > .video-iframe-container { display: none; }#k4IZwLgazweq05kGytZdpv2xbx8EDVzo > .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); }#k4IZwLgazweq05kGytZdpv2xbx8EDVzo > .row .container { border-width: 0; border-radius: 0; }#k4IZwLgazweq05kGytZdpv2xbx8EDVzo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k4IZwLgazweq05kGytZdpv2xbx8EDVzo > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#KBBQsaJbiEpuNTSNwIbTPacgF90zEZ65 { color:#000000;display:block;width:30.75rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:1.171875rem;left:22.125rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bleoQGRffT6l43IoccX7Rl3J97Ni820L { color:#000000;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15006;line-height:2.1;letter-spacing:0;top:4.390625rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;display:block; }
#G9AotTJyJ0TweF3ZwRmiMAPfSAOdFr7l { color:#000000;display:block;width:70.6875rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:700;z-index:15023;line-height:2.1;letter-spacing:0;top:8.1875rem;left:2.15625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#G9AotTJyJ0TweF3ZwRmiMAPfSAOdFr7l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G9AotTJyJ0TweF3ZwRmiMAPfSAOdFr7l li:before{  }
#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#defdc3;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; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container { background-color: transparent; background-image: none; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container > .video-iframe-container { display: none; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row > .video-iframe-container { display: none; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .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); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container { border-width: 0; border-radius: 0; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#yhXqAEQ4LU8yF34JBQnUEqgtAWFHLRVp { background-color:#51df1f;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:1.1875rem;left:28.75rem;display:block; }
#buxCMgTfyCEn3T7xVyu5BK3B0i4ZA9z5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b1589b19-05c4-4952-afa3-76b30bfa3b5c/_DSC0242.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb.adaptive-delivery-prevent-bg, #ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb.lazyload, #ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb.lazyloading { background-image: none; }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row .container { background-color: transparent; background-image: none; }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row .container > .video-iframe-container { display: none; }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row > .video-iframe-container { display: none; }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .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); }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row .container { border-width: 0; border-radius: 0; }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#qcIT8AeHTyNwcaUxqauOasThmJPxLTdc { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:33.015625rem;left:24.8125rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#hAtIStEoMAv2t66HC8LnHXbCzHm1dErP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UqlRnccVeygPw9JHhcGvMJEbqxg2TUJO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:20.75rem;left:35.46875rem;display:none; }
#IWms73r9B06x5b07OFgQOKb4Zfa5pG7O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:37.171875rem;left:35.9375rem; }
#qwPQv0EVigcguUWShqJyKCli55w4UMg0 { 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; }#qwPQv0EVigcguUWShqJyKCli55w4UMg0 > .row .container { background-color: transparent; background-image: none; }#qwPQv0EVigcguUWShqJyKCli55w4UMg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwPQv0EVigcguUWShqJyKCli55w4UMg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwPQv0EVigcguUWShqJyKCli55w4UMg0 > .row .container > .video-iframe-container { display: none; }#qwPQv0EVigcguUWShqJyKCli55w4UMg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwPQv0EVigcguUWShqJyKCli55w4UMg0 > .row > .video-iframe-container { display: none; }#qwPQv0EVigcguUWShqJyKCli55w4UMg0 > .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); }#qwPQv0EVigcguUWShqJyKCli55w4UMg0 > .row .container { border-width: 0; border-radius: 0; }#qwPQv0EVigcguUWShqJyKCli55w4UMg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwPQv0EVigcguUWShqJyKCli55w4UMg0 > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#UkEaOtiRSJhDh7Jt4Xrz0AIL5RxFmnTg { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:1.109375rem;left:23.8125rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iJPP18oO6i0IaWM6myhCmVVaIC0mma5z { color:#000000;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15006;line-height:2.1;letter-spacing:0;top:4.390625rem;left:0rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
#JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K { 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; }#JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K > .row .container { background-color: transparent; background-image: none; }#JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K > .row .container > .video-iframe-container { display: none; }#JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K > .row > .video-iframe-container { display: none; }#JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K > .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); }#JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K > .row .container { border-width: 0; border-radius: 0; }#JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#vpk4u8DlF78JUylTUf3FUxPSgNJ2MkgQ { color:#000000;display:block;width:21.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:3.4365234375rem;left:2.21875rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#weDkurzSGytxnmbixJUvSNsZ2cTOytbG { color:#000000;display:block;width:23.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:2.1;letter-spacing:0;top:7.9052734375rem;left:2.21875rem;height:1.96875rem;display:block; }
#kn1nDuTBnIiegF5rOzgwDkVwVSZIg061 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:4.1240234375rem;left:27.125rem;overflow:hidden;display:block; }
#TaeN7o09W5RyTNEaSbfMKXEmklxR8nov { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:2.1;letter-spacing:0;top:5.9990234375rem;left:50.9375rem;height:3.9375rem;display:block; }
#oK3K9itZyaMxrcoQmlubF1JtDUq0P0ZO { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:3.9306640625rem;left:50.875rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XgeWrp6b6CfdGwtueqw46a93gxXCGJ5B { position:absolute;display:block;z-index:15031;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:6rem;width:6.125rem;top:4.1240234375rem;left:39.375rem;overflow:hidden;display:block; }
#mHSAWDZenpscbAPeUgJ2Warf38zoxgBu { color:#000000;display:block;width:21.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:3.4365234375rem;left:46rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yLaR7M5Txm4ysMOreyvRXDWyDUz3XIQL { position:absolute;display:block;z-index:15036;background-color:#28dfdc;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:6.8125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.375rem;width:6.375rem;top:3.4365234375rem;left:24.5625rem;display:block; }
#pJVonqNTKr2GDoQ5RcTWEdhyRNtAWoyb { position:absolute;display:block;z-index:15009;background-color:#e3e656;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:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.625rem;width:6.625rem;top:3.0625rem;left:42rem;display:block; }
#TGTpMO5IoHyAKsqh8kX7DNHTTXOnIJ0B { color:#000000;display:block;width:23.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:2.1;letter-spacing:0;top:5.9990234375rem;left:2.21875rem;height:1.96875rem;display:block; }
#NRyopCsALFFQvGnZkEHam5leLe6Re5FK { 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; }#NRyopCsALFFQvGnZkEHam5leLe6Re5FK > .row .container { background-color: transparent; background-image: none; }#NRyopCsALFFQvGnZkEHam5leLe6Re5FK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRyopCsALFFQvGnZkEHam5leLe6Re5FK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRyopCsALFFQvGnZkEHam5leLe6Re5FK > .row .container > .video-iframe-container { display: none; }#NRyopCsALFFQvGnZkEHam5leLe6Re5FK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRyopCsALFFQvGnZkEHam5leLe6Re5FK > .row > .video-iframe-container { display: none; }#NRyopCsALFFQvGnZkEHam5leLe6Re5FK > .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); }#NRyopCsALFFQvGnZkEHam5leLe6Re5FK > .row .container { border-width: 0; border-radius: 0; }#NRyopCsALFFQvGnZkEHam5leLe6Re5FK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NRyopCsALFFQvGnZkEHam5leLe6Re5FK > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#kw2w352bWJIE763XfutTEXAAa15EqRmr { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:2.1;letter-spacing:0;top:3.787109375rem;left:2.9375rem;height:3.9375rem;display:block; }
#Agqgf98idlPoIGADeFULfsQLJ1wnwSS3 { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:1.875rem;left:2.9375rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XvCup3okwGXZQWEO16cbVgbUt2CEoTaT { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.6875rem;top:2.3125rem;left:27.0625rem;overflow:hidden;display:block; }
#I8fKI9aq5Hv9C72ma5x367lrea8py4nw { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:1.875rem;left:50.96875rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aQkpI1fgTaGrOtpDEwnst1ai7CpTfgbT { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:2.1;letter-spacing:0;top:3.787109375rem;left:50.96875rem;height:1.96875rem;display:block; }
#GsShdVuiJ206o69PV9vHXG9hhSp1ot9Z { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:2.5rem;left:39.375rem;overflow:hidden;display:block; }
#Z3xTUXs7Js1EW3RWJCVMWqvEnJbLl7Pt { position:absolute;display:block;z-index:15011;background-color:#088fe5;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.9375rem;width:6.9375rem;top:1.875rem;left:42.4375rem;display:block; }
#Dr1lHwO0BnS9m6W2u6KTL3HBKvhCqnON { position:absolute;display:block;z-index:15010;background-color:#dfa61f;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:7rem;width:7rem;top:1.875rem;left:25.0625rem;display:block; }
#NVLIrQfsWPrTPb65Tw223DbCgMOTd3VL { color:#000000;display:block;width:22.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:2.1;letter-spacing:0;top:5.818359375rem;left:50.96875rem;height:1.96875rem;display:block; }
#mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n { 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; }#mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n > .row .container { background-color: transparent; background-image: none; }#mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n > .row .container > .video-iframe-container { display: none; }#mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n > .row > .video-iframe-container { display: none; }#mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n > .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); }#mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n > .row .container { border-width: 0; border-radius: 0; }#mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#DKxeZnAzvsVRoDGax9sFekW1HXOI4FKA { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:1.109375rem;left:23.8125rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wCPEAO5tX8CJD2oHynVmNspgCU0TohuO { color:#000000;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15006;line-height:2.1;letter-spacing:0;top:4.390625rem;left:0rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
#GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN { 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; }#GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN > .row .container { background-color: transparent; background-image: none; }#GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN > .row .container > .video-iframe-container { display: none; }#GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN > .row > .video-iframe-container { display: none; }#GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN > .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); }#GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN > .row .container { border-width: 0; border-radius: 0; }#GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#TUQVKPtmVZgQBsPGncHpFiKvpTmyJtuC { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:0rem;left:18.125rem;display:block; }
#n7GvFdiXWhufAR1VTteeUv39nAHDnww1 { 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; }#n7GvFdiXWhufAR1VTteeUv39nAHDnww1 > .row .container { background-color: transparent; background-image: none; }#n7GvFdiXWhufAR1VTteeUv39nAHDnww1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7GvFdiXWhufAR1VTteeUv39nAHDnww1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7GvFdiXWhufAR1VTteeUv39nAHDnww1 > .row .container > .video-iframe-container { display: none; }#n7GvFdiXWhufAR1VTteeUv39nAHDnww1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7GvFdiXWhufAR1VTteeUv39nAHDnww1 > .row > .video-iframe-container { display: none; }#n7GvFdiXWhufAR1VTteeUv39nAHDnww1 > .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); }#n7GvFdiXWhufAR1VTteeUv39nAHDnww1 > .row .container { border-width: 0; border-radius: 0; }#n7GvFdiXWhufAR1VTteeUv39nAHDnww1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n7GvFdiXWhufAR1VTteeUv39nAHDnww1 > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#bDK2DoFNTR4bWVRzvCR8IZskuTwKDd88 { background-color:#51df1f;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:0rem;left:28.75rem;display:block; }
#CMTQDp9m8RiAF8BS3cTxcOkCF2yrxssA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fpn9dBX0fLXKCHnylg1nlGAGG5DaX277 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#088fe5;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; }#fpn9dBX0fLXKCHnylg1nlGAGG5DaX277 > .row .container { background-color: transparent; background-image: none; }#fpn9dBX0fLXKCHnylg1nlGAGG5DaX277::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpn9dBX0fLXKCHnylg1nlGAGG5DaX277 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpn9dBX0fLXKCHnylg1nlGAGG5DaX277 > .row .container > .video-iframe-container { display: none; }#fpn9dBX0fLXKCHnylg1nlGAGG5DaX277 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpn9dBX0fLXKCHnylg1nlGAGG5DaX277 > .row > .video-iframe-container { display: none; }#fpn9dBX0fLXKCHnylg1nlGAGG5DaX277 > .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); }#fpn9dBX0fLXKCHnylg1nlGAGG5DaX277 > .row .container { border-width: 0; border-radius: 0; }#fpn9dBX0fLXKCHnylg1nlGAGG5DaX277 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fpn9dBX0fLXKCHnylg1nlGAGG5DaX277 > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#ys0kQrx7Gbod3oxXF8dfAwkzN8GO0W5Q { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:10.875rem;top:12.9375rem;left:32.0625rem;overflow:hidden;display:block; }
#dytrQ1NlPWnDZzyiMTEL2H26Oh2hO31N { color:#088fe5;display:block;width:59.625rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:3.125rem;left:7.6875rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#mLvl1I4QpPsnZsMgyDLvKGQtAlBmer7Z { color:#000000;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.1;letter-spacing:0;top:6.625rem;left:0rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
#gwepeFe1AKU1BM1cwR79FOu25l0ED97Q { color:#000000;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15006;line-height:2.1;letter-spacing:0;top:8.6875rem;left:0rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55 { display:block; }#KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcySDHO66J6HXoFC4Qrl8H4bNtpKFewn { top:5.75rem;left:6.5625rem;width:34.6875rem;height:4.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQgkJau3VNvpUxflx5JHVosns5qGQLr6 { top:13.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu4ybaIoxBXSBnk5HyZdiRhoTkcwby5O { top:1.5rem;left:18.4375rem;width:10.875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKQft8VG5lux8JtXFPAmVi8SOk9bcKPw { top:9.125rem;left:6.53125rem;width:34.6875rem;height:4.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE { display:block; }#CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zq9WtXJWbxiOObwGgHmUxzNiUw7kkvP1 { top:2.125rem;left:0rem;width:47.75rem;height:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR { display:block; }#AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wg0xlP0DNpVfU1a9unwpPaoKTPM6Tovi { top:1.125rem;left:6.1875rem;width:35.375rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKILoAGzBODwq8lLgcQ1sLNWcUDfmZh8 { top:4.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp { display:block; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF8pu6tJJigzgsQI8rPxc4EfpsxOCcLd { top:0.375rem;left:0rem;width:47.75rem;height:26.794312796209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO { display:block; }#FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBhyaS1Ig7kMHJgFulUHdPZ97cMTlHD5 { top:2.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0sQVQTvKxBNbDWRdnqkI7kavu7vcDPv { top:5.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh { display:block; }#kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQKlgAEAS7larHFwcmtIn5J3MTWvVLsT { top:1.0625rem;left:10.1875rem;width:27.375rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv3hUAtWQlo57DGCGXx4zrG3J1FldhuA { top:4.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQzfeSNM5urtuwkPTUnNBuBzFstmF49k { display:block; }#xQzfeSNM5urtuwkPTUnNBuBzFstmF49k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trTLW7hU2Na9wnVS68ikk3vUhqfrL2Ur { top:2.5rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abH7A0yqRQZsS8onXvf4ASEDzUgXG0k3 { top:8.0625rem;left:9.5625rem;width:14.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke55QRc7EHaOG0PbzaxrtUqoIfAs1DFc { top:14.875rem;left:0rem;width:44.6875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc9I1slOJ0rP4Gi9OGuTtnByUR2wzGTZ { top:11.9375rem;left:0rem;width:14.125rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUyiwrf5tWECtKImXK5C6WWi8d5AL5A4 { top:15.8125rem;left:0rem;width:14.0625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lny0T9Wesrfp9L4vBXoTJe645KMzROT9 { width:1.25rem;height:1.25rem;top:12.3125rem;left:27.531250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTNAHO2yyAK8okJUhKV2TsgpdotMufXs { width:1.25rem;height:1.25rem;top:16.1875rem;left:27.531250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEV4Qm2JtqZebl3nroxhWUKPHXHeRArc { top:11.8125rem;left:9.8125rem;width:14.0625rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmp1cQfXcSmtzrX6tAJMgPRWnpMC0CNk { top:15.6875rem;left:9.8125rem;width:14.0625rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s { display:block; }#KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lU2folXlGy1DBQfZfCRtTcvRTb703SPm { top:0rem;left:0rem;width:47.75rem;height:10.74375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLbaRI4f7xcdVceTEzqHbL9BPxMpw7mU { width:20rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #FtGuHecnICBHiUnv0uSa664vqNecpJwS { display:block; }#FtGuHecnICBHiUnv0uSa664vqNecpJwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaPNfhO3ZeE1Oqm2CHEgqp7kTqlIC4s9 { width:7.75rem;height:;top:1.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpiBc2rxGRPtkLH7qSPssmVd9QpE9XDH { width:19.25rem;height:;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBKaHhOl13qQN4uZ6THV5vhu5MfZ0HbZ { width:47.75rem;height:1.375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax9G7wKgWgBEe87CTL9mRan5Zq4xe48h { width:47.75rem;height:1.25rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFTrw0SnAX9mC3Xd9rFXuZpSMolPI46t { width:3rem;height:;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f13a8eUQL9QhEtDud3e5qvisRCRm0FpO { width:9.375rem;height:0.875rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScG7ayz0APfhsz79P6bBJHMt1rcPlI6d { width:2.125rem;height:;top:8.125rem;left:45.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHGg9Ibf9iouFSkTpiwwxhiPTuSAOce6 { width:9.25rem;height:0.875rem;top:8.3125rem;left:38.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4IZwLgazweq05kGytZdpv2xbx8EDVzo { display:block; }#k4IZwLgazweq05kGytZdpv2xbx8EDVzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBBQsaJbiEpuNTSNwIbTPacgF90zEZ65 { top:1.125rem;left:8.5rem;width:30.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bleoQGRffT6l43IoccX7Rl3J97Ni820L { top:4.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9AotTJyJ0TweF3ZwRmiMAPfSAOdFr7l { top:8.1875rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#G9AotTJyJ0TweF3ZwRmiMAPfSAOdFr7l li:before{  }
 }@media only screen and (max-width: 763px) { #XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 { display:block; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhXqAEQ4LU8yF34JBQnUEqgtAWFHLRVp { width:17.5rem;height:3.4375rem;top:1.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buxCMgTfyCEn3T7xVyu5BK3B0i4ZA9z5 { display:block; }
 }@media only screen and (max-width: 763px) { #ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb { display:block; }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcIT8AeHTyNwcaUxqauOasThmJPxLTdc { top:33rem;left:11.1875rem;width:25.375rem;height:4.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAtIStEoMAv2t66HC8LnHXbCzHm1dErP { display:none; }
 }@media only screen and (max-width: 763px) { #UqlRnccVeygPw9JHhcGvMJEbqxg2TUJO { top:20.75rem;left:21.84375rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWms73r9B06x5b07OFgQOKb4Zfa5pG7O { top:37.125rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwPQv0EVigcguUWShqJyKCli55w4UMg0 { display:block; }#qwPQv0EVigcguUWShqJyKCli55w4UMg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkEaOtiRSJhDh7Jt4Xrz0AIL5RxFmnTg { top:1.0625rem;left:10.1875rem;width:27.375rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJPP18oO6i0IaWM6myhCmVVaIC0mma5z { top:4.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K { display:block; }#JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpk4u8DlF78JUylTUf3FUxPSgNJ2MkgQ { top:3.375rem;left:0rem;width:21.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weDkurzSGytxnmbixJUvSNsZ2cTOytbG { top:7.875rem;left:0rem;width:23.375rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn1nDuTBnIiegF5rOzgwDkVwVSZIg061 { top:4.0625rem;left:18.125rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaeN7o09W5RyTNEaSbfMKXEmklxR8nov { top:5.9375rem;left:26.1875rem;width:21.5625rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK3K9itZyaMxrcoQmlubF1JtDUq0P0ZO { top:3.875rem;left:26.0625rem;width:21.6875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgeWrp6b6CfdGwtueqw46a93gxXCGJ5B { top:4.0625rem;left:23.875rem;width:6.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHSAWDZenpscbAPeUgJ2Warf38zoxgBu { top:3.375rem;left:25.5625rem;width:21.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLaR7M5Txm4ysMOreyvRXDWyDUz3XIQL { top:3.375rem;left:17.5rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJVonqNTKr2GDoQ5RcTWEdhyRNtAWoyb { top:3.0625rem;left:23.875rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGTpMO5IoHyAKsqh8kX7DNHTTXOnIJ0B { top:5.9375rem;left:0rem;width:23.375rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRyopCsALFFQvGnZkEHam5leLe6Re5FK { display:block; }#NRyopCsALFFQvGnZkEHam5leLe6Re5FK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kw2w352bWJIE763XfutTEXAAa15EqRmr { top:3.75rem;left:0rem;width:20rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agqgf98idlPoIGADeFULfsQLJ1wnwSS3 { top:1.875rem;left:0rem;width:21.6875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvCup3okwGXZQWEO16cbVgbUt2CEoTaT { top:2.3125rem;left:17.1875rem;width:6.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8fKI9aq5Hv9C72ma5x367lrea8py4nw { top:1.875rem;left:26.0625rem;width:21.6875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQkpI1fgTaGrOtpDEwnst1ai7CpTfgbT { top:3.75rem;left:25.4375rem;width:22.3125rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsShdVuiJ206o69PV9vHXG9hhSp1ot9Z { top:2.5rem;left:23.875rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3xTUXs7Js1EW3RWJCVMWqvEnJbLl7Pt { top:1.875rem;left:23.875rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr1lHwO0BnS9m6W2u6KTL3HBKvhCqnON { top:1.875rem;left:17.5625rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVLIrQfsWPrTPb65Tw223DbCgMOTd3VL { top:5.8125rem;left:25.375rem;width:22.375rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n { display:block; }#mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKxeZnAzvsVRoDGax9sFekW1HXOI4FKA { top:1.0625rem;left:10.1875rem;width:27.375rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCPEAO5tX8CJD2oHynVmNspgCU0TohuO { top:4.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN { display:block; }#GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUQVKPtmVZgQBsPGncHpFiKvpTmyJtuC { top:0rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7GvFdiXWhufAR1VTteeUv39nAHDnww1 { display:block; }#n7GvFdiXWhufAR1VTteeUv39nAHDnww1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDK2DoFNTR4bWVRzvCR8IZskuTwKDd88 { width:17.5rem;height:3.4375rem;top:0rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMTQDp9m8RiAF8BS3cTxcOkCF2yrxssA { display:block; }
 }@media only screen and (max-width: 763px) { #fpn9dBX0fLXKCHnylg1nlGAGG5DaX277 { display:block; }#fpn9dBX0fLXKCHnylg1nlGAGG5DaX277 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ys0kQrx7Gbod3oxXF8dfAwkzN8GO0W5Q { top:12.9375rem;left:18.4375rem;width:10.875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dytrQ1NlPWnDZzyiMTEL2H26Oh2hO31N { top:3.125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLvl1I4QpPsnZsMgyDLvKGQtAlBmer7Z { top:6.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwepeFe1AKU1BM1cwR79FOu25l0ED97Q { top:8.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55 { display:block; }#KiGyS5acpC1ZmdHfVJBlyZwFA1OXcc55 > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcySDHO66J6HXoFC4Qrl8H4bNtpKFewn { width:20rem;height:3rem;top:7.28125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQgkJau3VNvpUxflx5JHVosns5qGQLr6 { width:20rem;height:4.2rem;top:15.09375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu4ybaIoxBXSBnk5HyZdiRhoTkcwby5O { width:10.875rem;height:4.3125rem;top:2.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKQft8VG5lux8JtXFPAmVi8SOk9bcKPw { width:20rem;height:3rem;top:10.28125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE { display:block; }#CGd1mVUM4O0UvntbCABzTHoXDrsQrAUE > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zq9WtXJWbxiOObwGgHmUxzNiUw7kkvP1 { width:20rem;height:23.0957rem;top:2.435546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR { display:block; }#AngkaLyF40nT8ETKVm0eEQHikXIQ3hbR > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wg0xlP0DNpVfU1a9unwpPaoKTPM6Tovi { width:20rem;height:6rem;top:1.599609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKILoAGzBODwq8lLgcQ1sLNWcUDfmZh8 { width:20rem;height:2.1rem;top:7.599609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp { display:block; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF8pu6tJJigzgsQI8rPxc4EfpsxOCcLd { height:11.1875rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO { display:block; }#FIcJEwE1lSnkXuq8K0qQZb81I5CqdXBO > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBhyaS1Ig7kMHJgFulUHdPZ97cMTlHD5 { width:14.375rem;height:3.75rem;top:1.875rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0sQVQTvKxBNbDWRdnqkI7kavu7vcDPv { width:18.9375rem;height:6.2988125rem;top:7rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh { display:block; }#kw7ToWToZCPLg4PP1niXvy7cvVhhBZdh > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQKlgAEAS7larHFwcmtIn5J3MTWvVLsT { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bv3hUAtWQlo57DGCGXx4zrG3J1FldhuA { width:20rem;height:4.19921875rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQzfeSNM5urtuwkPTUnNBuBzFstmF49k { display:block; }#xQzfeSNM5urtuwkPTUnNBuBzFstmF49k > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trTLW7hU2Na9wnVS68ikk3vUhqfrL2Ur { width:3rem;height:3rem;top:1.125rem;left:8.4999998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #abH7A0yqRQZsS8onXvf4ASEDzUgXG0k3 { width:19.9375rem;height:1.5rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke55QRc7EHaOG0PbzaxrtUqoIfAs1DFc { width:20rem;height:3.9375rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc9I1slOJ0rP4Gi9OGuTtnByUR2wzGTZ { width:9.375rem;height:1.8375rem;top:7.5rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUyiwrf5tWECtKImXK5C6WWi8d5AL5A4 { width:6rem;height:1.8375rem;top:11.5625rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lny0T9Wesrfp9L4vBXoTJe645KMzROT9 { width:1.25rem;height:1.25rem;top:7.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTNAHO2yyAK8okJUhKV2TsgpdotMufXs { width:1.25rem;height:1.25rem;top:11.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEV4Qm2JtqZebl3nroxhWUKPHXHeRArc { width:14.0625rem;height:2.1rem;top:7.5rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmp1cQfXcSmtzrX6tAJMgPRWnpMC0CNk { width:14.0625rem;height:2.1rem;top:11.375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s { display:block; }#KP79GoH7SnJRZD7DVDSmzGOlxkKmyk0s > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lU2folXlGy1DBQfZfCRtTcvRTb703SPm { width:20rem;height:4.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLbaRI4f7xcdVceTEzqHbL9BPxMpw7mU { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FtGuHecnICBHiUnv0uSa664vqNecpJwS { display:block; }#FtGuHecnICBHiUnv0uSa664vqNecpJwS > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaPNfhO3ZeE1Oqm2CHEgqp7kTqlIC4s9 { width:12.1875rem;height:3.125rem;top:1.75rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fpiBc2rxGRPtkLH7qSPssmVd9QpE9XDH { width:12.1875rem;height:2rem;top:2.5rem;left:7.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rBKaHhOl13qQN4uZ6THV5vhu5MfZ0HbZ { width:20rem;height:0.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax9G7wKgWgBEe87CTL9mRan5Zq4xe48h { width:8.5rem;height:0.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFTrw0SnAX9mC3Xd9rFXuZpSMolPI46t { width:8.375rem;height:1rem;top:7.0625rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f13a8eUQL9QhEtDud3e5qvisRCRm0FpO { width:5.9375rem;height:2rem;top:6.5625rem;left:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ScG7ayz0APfhsz79P6bBJHMt1rcPlI6d { width:1.6875rem;height:1rem;top:9.8125rem;left:11.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lHGg9Ibf9iouFSkTpiwwxhiPTuSAOce6 { width:9.125rem;height:1rem;top:9.8125rem;left:10.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #k4IZwLgazweq05kGytZdpv2xbx8EDVzo { display:block; }#k4IZwLgazweq05kGytZdpv2xbx8EDVzo > .row .container { width:20rem;height:39.287109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBBQsaJbiEpuNTSNwIbTPacgF90zEZ65 { width:20rem;height:6rem;top:0.76171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bleoQGRffT6l43IoccX7Rl3J97Ni820L { width:20rem;height:2.1rem;top:6.76171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9AotTJyJ0TweF3ZwRmiMAPfSAOdFr7l { width:20rem;height:29.125rem;top:10.162109375rem;left:0rem;font-size:0.9375rem;display:block; }#G9AotTJyJ0TweF3ZwRmiMAPfSAOdFr7l li:before{  }
 }@media only screen and (max-width: 763px) { #XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 { background-color:#defdc3;background-image:none;display:block; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container { background-color: transparent; background-image: none; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container > .video-iframe-container { display: none; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row > .video-iframe-container { display: none; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .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); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhXqAEQ4LU8yF34JBQnUEqgtAWFHLRVp { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #buxCMgTfyCEn3T7xVyu5BK3B0i4ZA9z5 { display:block; }
 }@media only screen and (max-width: 763px) { #ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b1589b19-05c4-4952-afa3-76b30bfa3b5c/_DSC0242.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb.adaptive-delivery-prevent-bg, #ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb.lazyload, #ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb.lazyloading { background-image: none; }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row .container { background-color: transparent; background-image: none; }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row .container > .video-iframe-container { display: none; }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row > .video-iframe-container { display: none; }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .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); }#ocwt0gKWRhTH1kCnOukmHhCCyU3mzUUb > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcIT8AeHTyNwcaUxqauOasThmJPxLTdc { width:20rem;height:2.8125rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAtIStEoMAv2t66HC8LnHXbCzHm1dErP { display:flex;top:5.4375rem;left:15.34375rem;width:3.125rem;height:3.125rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #UqlRnccVeygPw9JHhcGvMJEbqxg2TUJO { display:flex;top:9.8125rem;left:8.1875rem;width:3.5625rem;height:3.5625rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #IWms73r9B06x5b07OFgQOKb4Zfa5pG7O { display:flex;width:3.125rem;height:3.125rem;top:14.625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwPQv0EVigcguUWShqJyKCli55w4UMg0 { display:block; }#qwPQv0EVigcguUWShqJyKCli55w4UMg0 > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkEaOtiRSJhDh7Jt4Xrz0AIL5RxFmnTg { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJPP18oO6i0IaWM6myhCmVVaIC0mma5z { width:20rem;height:2.1rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K { display:block; }#JZ0MXodbGq3TXIzJ9KDkpx5qzVdCQr3K > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpk4u8DlF78JUylTUf3FUxPSgNJ2MkgQ { width:20rem;height:1.9125rem;top:1.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #weDkurzSGytxnmbixJUvSNsZ2cTOytbG { width:13.25rem;height:4.2rem;top:8.76171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kn1nDuTBnIiegF5rOzgwDkVwVSZIg061 { width:7.1875rem;height:7.1875rem;top:4.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaeN7o09W5RyTNEaSbfMKXEmklxR8nov { width:10.8125rem;height:10.4980625rem;top:17.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oK3K9itZyaMxrcoQmlubF1JtDUq0P0ZO { width:20rem;height:1.9125rem;top:14.55859375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XgeWrp6b6CfdGwtueqw46a93gxXCGJ5B { width:6.875rem;height:6.75rem;top:17.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHSAWDZenpscbAPeUgJ2Warf38zoxgBu { width:20rem;height:1.9125rem;top:28.3369140625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLaR7M5Txm4ysMOreyvRXDWyDUz3XIQL { width:6.375rem;height:6.375rem;top:5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJVonqNTKr2GDoQ5RcTWEdhyRNtAWoyb { width:6.625rem;height:6.625rem;top:17.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGTpMO5IoHyAKsqh8kX7DNHTTXOnIJ0B { width:11.1875rem;height:4.2rem;top:4.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NRyopCsALFFQvGnZkEHam5leLe6Re5FK { display:block; }#NRyopCsALFFQvGnZkEHam5leLe6Re5FK > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kw2w352bWJIE763XfutTEXAAa15EqRmr { width:12.25rem;height:8.3984375rem;top:3.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Agqgf98idlPoIGADeFULfsQLJ1wnwSS3 { width:20rem;height:1.9125rem;top:0rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XvCup3okwGXZQWEO16cbVgbUt2CEoTaT { width:6.6875rem;height:6.5625rem;top:3.4375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8fKI9aq5Hv9C72ma5x367lrea8py4nw { width:20rem;height:1.9125rem;top:14.435546875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aQkpI1fgTaGrOtpDEwnst1ai7CpTfgbT { width:11.8125rem;height:4.2rem;top:18rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GsShdVuiJ206o69PV9vHXG9hhSp1ot9Z { width:7.25rem;height:7.25rem;top:18rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3xTUXs7Js1EW3RWJCVMWqvEnJbLl7Pt { width:6.9375rem;height:6.9375rem;top:18.1875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr1lHwO0BnS9m6W2u6KTL3HBKvhCqnON { width:7rem;height:7rem;top:3.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVLIrQfsWPrTPb65Tw223DbCgMOTd3VL { width:11.8125rem;height:6.2988125rem;top:22.19921875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n { display:block; }#mTpbR2tQEVm86VWsoHt0GFlDBTdvBK0n > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKxeZnAzvsVRoDGax9sFekW1HXOI4FKA { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCPEAO5tX8CJD2oHynVmNspgCU0TohuO { width:20rem;height:2.1rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN { display:block; }#GZuSSP3f8BRWfuNW1IXNsNJ83yhhhnEN > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUQVKPtmVZgQBsPGncHpFiKvpTmyJtuC { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7GvFdiXWhufAR1VTteeUv39nAHDnww1 { display:block; }#n7GvFdiXWhufAR1VTteeUv39nAHDnww1 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDK2DoFNTR4bWVRzvCR8IZskuTwKDd88 { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMTQDp9m8RiAF8BS3cTxcOkCF2yrxssA { display:block; }
 }@media only screen and (max-width: 763px) { #fpn9dBX0fLXKCHnylg1nlGAGG5DaX277 { display:block; }#fpn9dBX0fLXKCHnylg1nlGAGG5DaX277 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ys0kQrx7Gbod3oxXF8dfAwkzN8GO0W5Q { width:10.875rem;height:4.3125rem;top:22.5957265625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dytrQ1NlPWnDZzyiMTEL2H26Oh2hO31N { width:20rem;height:3.75rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLvl1I4QpPsnZsMgyDLvKGQtAlBmer7Z { width:18.9375rem;height:6.2988125rem;top:7.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gwepeFe1AKU1BM1cwR79FOu25l0ED97Q { width:20rem;height:6.2988125rem;top:15.1103515625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }