.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#TiXVfS0deqO7vysUTKFJPhfuqkLhh5Mz { color:#000000;display:block;width:30.25rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.44775390625rem;left:14.875rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#yQHAlNk2DwNfZTdaNK6TNF0ldNoMpU4B { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.27197265625rem;left:0rem;height:8.90625rem;text-align:center;text-align-last:center;display:block; }
#lAAz15e3bVHvShALDc8g4xnzNsfuRd3v { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:9.3125rem;top:0rem;left:25.34375rem;overflow:hidden;display:block; }
#e0BQ4UW7oMSeTBB6LmrRV7B7xToQyipk { 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:34.1875rem;width:34.375rem;display:none; }
#ybOO5lhtEcdDUha7CDVNoIkdNJJdDQB3 { 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:25.75rem;width:26.9375rem;display:none; }
#uz7Wc6gDNJI6TmaXQ1NGFtRD4DtNKZdr { 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:60rem;width:60rem;display:none; }
#gh6SZRRZx88AoZl9r2clo1WshQTz607Q { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:35.625rem;top:16.177734375rem;left:12.1875rem;overflow:hidden;display:block; }
#p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn > .row .container { background-color: transparent; background-image: none; }#p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn > .row .container > .video-iframe-container { display: none; }#p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn > .row > .video-iframe-container { display: none; }#p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn > .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); }#p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn > .row .container { border-width: 0; border-radius: 0; }#p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#Gsa3QFHbVQlF5lHTkBBuHTUllKPgZcsf { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.111328125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#h05Eid1lERXmPSieEcCPFgXzZwJBlq0g { background-color:#bc2c75;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8745rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.625rem;left:14.5615234375rem;display:block; }
#vSykKvSSXJaA8GgvkuAn5Xr38vKw9b6u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL { position:relative;display:block; }#T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL { background-color: transparent; background-image: none; }#T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL > .row .container > .video-iframe-container { display: none; }#T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL > .row > .video-iframe-container { display: none; }#T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL > .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); }#T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL { border-width: 0; border-radius: 0; }#T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL > .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; }#T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL > .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:39.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vQy35diqqyMZNlxnfWLCscwlMXEt7Z8y { box-sizing:content-box;height:9.3125rem;width:54.4375rem;position:absolute;display:block;z-index:15008;background-color:#f1ece6;background-image:none;top:3.1875rem;left:2.75rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#uOH4vQEM7rVOrTTxpG1tPvlcTuHvBQdZ { color:#000000;display:block;width:45.8734375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.75rem;left:6.0625rem;height:1.29980625rem;display:block; }#uOH4vQEM7rVOrTTxpG1tPvlcTuHvBQdZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uOH4vQEM7rVOrTTxpG1tPvlcTuHvBQdZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
#zx0clPkUe3DAsLr08elgT9Twx3Rvg6yF { color:#000000;display:block;width:45.8734375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.375rem;left:7.875rem;height:2.5996125rem;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; }
#vXvrTsmDAKuedq3e4mt3ClZTNSMKM3mb { box-sizing:content-box;height:5.4375rem;width:54.4375rem;position:absolute;display:block;z-index:15009;background-color:#f1ece6;background-image:none;top:13.437133789062rem;left:2.7801513671875rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#rK3o7BwLuN97CvJdZKoXnBrfa4OeyPUw { color:#000000;display:block;width:45.8734375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.812255859375rem;left:6.06201171875rem;height:1.29980625rem;display:block; }#rK3o7BwLuN97CvJdZKoXnBrfa4OeyPUw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rK3o7BwLuN97CvJdZKoXnBrfa4OeyPUw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
#qdlnXwnETuCtXcg0l1bDOcTEWVJTrCoL { box-sizing:content-box;height:5.4370125rem;width:54.43725rem;position:absolute;display:block;z-index:15010;background-color:#f1ece6;background-image:none;top:19.749145507812rem;left:2.7801513671875rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#TP4LaUIRy0AshBlP5cmKEwRMP50bVJ6t { color:#000000;display:block;width:45.8734375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.168212890625rem;left:6.06201171875rem;height:1.29980625rem;display:block; }#TP4LaUIRy0AshBlP5cmKEwRMP50bVJ6t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TP4LaUIRy0AshBlP5cmKEwRMP50bVJ6t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
#hfEsR3SIBZECaVBKxUlBccW0LzEnC3ht { box-sizing:content-box;height:4.125rem;width:54.4375rem;position:absolute;display:block;z-index:15011;background-color:#f1ece6;background-image:none;top:26.172485351562rem;left:2.78076171875rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#mNzGT7PTCHtmTcTqXwVa951HUNJspWtt { color:#000000;display:block;width:45.8734375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.591552734375rem;left:6.06201171875rem;height:1.29980625rem;display:block; }#mNzGT7PTCHtmTcTqXwVa951HUNJspWtt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mNzGT7PTCHtmTcTqXwVa951HUNJspWtt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
#yK36ik1QOaeenTVFW5Rk9HPMaezJR2iJ { color:#000000;display:block;width:45.8734375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:32.278930664062rem;left:6.06201171875rem;height:3.8994125rem;display:block; }#yK36ik1QOaeenTVFW5Rk9HPMaezJR2iJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yK36ik1QOaeenTVFW5Rk9HPMaezJR2iJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
#D3uN3XhCikoOknBcqHy5smFT0NEEmEO5 { box-sizing:content-box;height:5.875rem;width:54.4375rem;position:absolute;display:block;z-index:15012;background-color:#f1ece6;background-image:none;top:31.296997070312rem;left:2.7801513671875rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { position:relative;display:block; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { background-color: transparent; background-image: none; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row .container > .video-iframe-container { display: none; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row > .video-iframe-container { display: none; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .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); }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { border-width: 0; border-radius: 0; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .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; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .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.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GiU3oWTk6l3HQ2sQGiuTPZwubsFda1cg { color:#000000;display:block;width:49.4983125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0513916015625rem;left:4.6875rem;height:1.94970625rem;display:block; }
#ryBDIqvGDaOimSmLENSeiNanLXZnLk3V { color:#000000;display:block;width:47.374875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.890625rem;left:4.6875rem;height:1.29980625rem;display:block; }
#DHnAEXETgG2qn67UJJudoQtUGWlNCPTb { box-sizing:content-box;height:10.5625rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0.1873779296875rem;left:0rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#erSmSK03zyGOTPS9KkvR11OvDbiVW9AF { color:#000000;display:block;width:47.374875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.9063720703125rem;left:4.6875rem;height:1.29980625rem;display:block; }
#sQq93mM8A4a9e4eamymKVqGTilpDdUMp { color:#000000;display:block;width:47.374875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.699584960938rem;left:4.6875rem;height:1.29980625rem;display:block; }
#kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT { position:relative;display:block; }#kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT { background-color: transparent; background-image: none; }#kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT > .row .container > .video-iframe-container { display: none; }#kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT > .row > .video-iframe-container { display: none; }#kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT > .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); }#kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT { border-width: 0; border-radius: 0; }#kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT > .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; }#kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT > .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:14.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GSWV8DTbzWBRWqk89IwPqAJpTAcvhx0U { color:#000000;display:block;width:49.4983125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1763916015625rem;left:4.6875rem;height:1.950075rem;display:block; }
#uDr3QUnNuxoaQJhrUcZeaZtbVhP4ze5W { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.9322509765625rem;left:1.25rem; }
#CzqTH27VVk6ZAvUzW98FTi3CTgLHcuNq { color:#000000;display:block;width:47.374875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.64111328125rem;left:4.6875rem;height:1.29980625rem;display:block; }
#nSfFwcgEJPISCy1dPzudkshNzanKIoHC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9.6260986328125rem;left:4.6875rem; }
#o6MTHzT9SvhnqW9CHKrtrGFRTmG0G9rw { color:#000000;display:block;width:47.374875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.8134765625rem;left:7.0751953125rem;height:1.29980625rem;font-style:normal;display:block; }
#HWnQdAGLLRA6F1Q4wz1teOqUzxT5h2WW { box-sizing:content-box;height:13.25rem;width:60rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:0.2447509765625rem;left:0rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX { 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;z-index:auto;display:block; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { background-color: transparent; background-image: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container > .video-iframe-container { display: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container { display: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .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); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { border-width: 0; border-radius: 0; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#XbiBsmvSNGT3H3pSc9J61PlC6Lrz2eG5 { color:#1f333b;display:block;width:23.0625rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:4.8123779296875rem;left:18.468627929688rem;height:6.39845rem;text-align:center;text-align-last:center;display:block; }
#nomIEIMv4BSnsmtZCqVTTXATv3ysDQW9 { color:#1f333b;display:block;width:24.8125rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:16.224609375rem;left:0rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VR8wkPgPA8qXsFmtoPTALQSspkxBdffv { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:11.93701171875rem;left:27.062377929688rem; }
#VR8wkPgPA8qXsFmtoPTALQSspkxBdffv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#gflHpBUTnT9ODP7DDbAbCOckzWEJviMk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.93701171875rem;left:29.874877929688rem; }
#gflHpBUTnT9ODP7DDbAbCOckzWEJviMk > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:11.93701171875rem;left:32.749633789062rem; }
#XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#OHgoyyT7LBEkTxUJAq6HFBC9WWZwLeLE { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:16.225219726562rem;left:34.874877929688rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmrTaIQ9smPyVW9BAAeK3Xx1fepnAbO0 { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:16.225219726562rem;left:47.31201171875rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gcVqlsdp5x2IOQ6BH64WnEfGsuLNDstV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:0.875rem;left:28.031005859375rem;overflow:hidden;display:block; }
#Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.93701171875rem;left:24.312133789062rem; }
#Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiXVfS0deqO7vysUTKFJPhfuqkLhh5Mz { top:3.4375rem;left:8.75rem;width:30.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQHAlNk2DwNfZTdaNK6TNF0ldNoMpU4B { top:7.25rem;left:0rem;width:47.75rem;height:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAAz15e3bVHvShALDc8g4xnzNsfuRd3v { top:0rem;left:19.21875rem;width:9.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0BQ4UW7oMSeTBB6LmrRV7B7xToQyipk { width:34.375rem;height:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybOO5lhtEcdDUha7CDVNoIkdNJJdDQB3 { width:26.9375rem;height:25.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uz7Wc6gDNJI6TmaXQ1NGFtRD4DtNKZdr { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gh6SZRRZx88AoZl9r2clo1WshQTz607Q { top:16.125rem;left:6.0625rem;width:35.625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn { display:block; }#p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gsa3QFHbVQlF5lHTkBBuHTUllKPgZcsf { top:2.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h05Eid1lERXmPSieEcCPFgXzZwJBlq0g { width:30.8125rem;height:3.4375rem;top:5.625rem;left:8.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSykKvSSXJaA8GgvkuAn5Xr38vKw9b6u { display:block; }
 }@media only screen and (max-width: 763px) { #T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL { display:block; }#T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQy35diqqyMZNlxnfWLCscwlMXEt7Z8y { top:3.1875rem;left:0rem;width:47.75rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOH4vQEM7rVOrTTxpG1tPvlcTuHvBQdZ { top:4.75rem;left:0rem;width:45.8125rem;height:2.5625rem;font-size:0.875rem;display:block; }#uOH4vQEM7rVOrTTxpG1tPvlcTuHvBQdZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
 }@media only screen and (max-width: 763px) { #zx0clPkUe3DAsLr08elgT9Twx3Rvg6yF { top:8.375rem;left:1.75rem;width:45.8125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXvrTsmDAKuedq3e4mt3ClZTNSMKM3mb { top:13.375rem;left:0rem;width:47.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK3o7BwLuN97CvJdZKoXnBrfa4OeyPUw { top:14.75rem;left:0rem;width:45.8125rem;height:;font-size:0.875rem;display:block; }#rK3o7BwLuN97CvJdZKoXnBrfa4OeyPUw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
 }@media only screen and (max-width: 763px) { #qdlnXwnETuCtXcg0l1bDOcTEWVJTrCoL { top:19.6875rem;left:0rem;width:47.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4LaUIRy0AshBlP5cmKEwRMP50bVJ6t { top:21.125rem;left:0rem;width:45.8125rem;height:;font-size:0.875rem;display:block; }#TP4LaUIRy0AshBlP5cmKEwRMP50bVJ6t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
 }@media only screen and (max-width: 763px) { #hfEsR3SIBZECaVBKxUlBccW0LzEnC3ht { top:26.125rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNzGT7PTCHtmTcTqXwVa951HUNJspWtt { top:27.5625rem;left:0rem;width:45.8125rem;height:;font-size:0.875rem;display:block; }#mNzGT7PTCHtmTcTqXwVa951HUNJspWtt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
 }@media only screen and (max-width: 763px) { #yK36ik1QOaeenTVFW5Rk9HPMaezJR2iJ { top:32.25rem;left:0rem;width:45.8125rem;height:;font-size:0.875rem;display:block; }#yK36ik1QOaeenTVFW5Rk9HPMaezJR2iJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
 }@media only screen and (max-width: 763px) { #D3uN3XhCikoOknBcqHy5smFT0NEEmEO5 { top:31.25rem;left:0rem;width:47.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { display:block; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiU3oWTk6l3HQ2sQGiuTPZwubsFda1cg { top:2rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryBDIqvGDaOimSmLENSeiNanLXZnLk3V { top:4.875rem;left:0rem;width:47.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHnAEXETgG2qn67UJJudoQtUGWlNCPTb { top:0.125rem;left:0rem;width:47.75rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erSmSK03zyGOTPS9KkvR11OvDbiVW9AF { top:6.875rem;left:0rem;width:47.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQq93mM8A4a9e4eamymKVqGTilpDdUMp { top:12.6875rem;left:0rem;width:47.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT { display:block; }#kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSWV8DTbzWBRWqk89IwPqAJpTAcvhx0U { top:1.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDr3QUnNuxoaQJhrUcZeaZtbVhP4ze5W { top:0.875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzqTH27VVk6ZAvUzW98FTi3CTgLHcuNq { top:5.625rem;left:0rem;width:47.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSfFwcgEJPISCy1dPzudkshNzanKIoHC { top:9.625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6MTHzT9SvhnqW9CHKrtrGFRTmG0G9rw { top:9.8125rem;left:0.4375rem;width:47.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWnQdAGLLRA6F1Q4wz1teOqUzxT5h2WW { top:0.1875rem;left:0rem;width:47.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX { display:block; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbiBsmvSNGT3H3pSc9J61PlC6Lrz2eG5 { top:4.75rem;left:12.343627929688rem;width:23.0625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nomIEIMv4BSnsmtZCqVTTXATv3ysDQW9 { top:16.1875rem;left:0rem;width:24.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR8wkPgPA8qXsFmtoPTALQSspkxBdffv { top:11.875rem;left:20.937377929688rem;width:2.1875rem;height:2.1875rem;display:block; }
#VR8wkPgPA8qXsFmtoPTALQSspkxBdffv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #gflHpBUTnT9ODP7DDbAbCOckzWEJviMk { top:11.875rem;left:23.749877929688rem;width:2.1875rem;height:2.1875rem;display:block; }
#gflHpBUTnT9ODP7DDbAbCOckzWEJviMk > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq { top:11.875rem;left:26.624633789062rem;width:2.1875rem;height:2.1875rem;display:block; }
#XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OHgoyyT7LBEkTxUJAq6HFBC9WWZwLeLE { top:16.1875rem;left:28.749877929688rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmrTaIQ9smPyVW9BAAeK3Xx1fepnAbO0 { top:16.1875rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcVqlsdp5x2IOQ6BH64WnEfGsuLNDstV { width:3.9375rem;height:3.9375rem;top:0.875rem;left:21.906005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC { top:11.875rem;left:18.187133789062rem;width:2.1875rem;height:2.1875rem;display:block; }
#Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiXVfS0deqO7vysUTKFJPhfuqkLhh5Mz { width:17.5rem;height:1.625rem;top:4.1861572265625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQHAlNk2DwNfZTdaNK6TNF0ldNoMpU4B { width:20rem;height:10.5rem;top:6.42822265625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAAz15e3bVHvShALDc8g4xnzNsfuRd3v { width:14.6875rem;height:3.875rem;top:0.875rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0BQ4UW7oMSeTBB6LmrRV7B7xToQyipk { top:0.7025146484375rem;left:8.624267578125rem;width:2.74963125rem;height:2.74963125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ybOO5lhtEcdDUha7CDVNoIkdNJJdDQB3 { top:21.0625rem;left:1.8125rem;width:18.186625rem;height:17.37425rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uz7Wc6gDNJI6TmaXQ1NGFtRD4DtNKZdr { top:18.4375rem;left:0rem;width:20rem;height:20rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gh6SZRRZx88AoZl9r2clo1WshQTz607Q { width:20rem;height:8.7017543859649rem;top:18.177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn { display:block; }#p3c1u7mhfv2L4m8A7rwDf6Gemu7zW1bn > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gsa3QFHbVQlF5lHTkBBuHTUllKPgZcsf { width:17.687375rem;height:2.76171875rem;top:1.4373779296875rem;left:1.15478515625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h05Eid1lERXmPSieEcCPFgXzZwJBlq0g { width:18.875rem;height:2.8125rem;top:5.4107666015625rem;left:0.531005859375rem;font-size:1rem;background-color:#bc2c75;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vSykKvSSXJaA8GgvkuAn5Xr38vKw9b6u { display:block; }
 }@media only screen and (max-width: 763px) { #T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL { display:block; }#T6VJzIVHxirzoPEUDx9kEdSE26PgrHrL > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQy35diqqyMZNlxnfWLCscwlMXEt7Z8y { width:20rem;height:10.4375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOH4vQEM7rVOrTTxpG1tPvlcTuHvBQdZ { width:18.375rem;height:3.41015625rem;top:1.9375rem;left:0.625rem;font-size:0.875rem;display:block; }#uOH4vQEM7rVOrTTxpG1tPvlcTuHvBQdZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
 }@media only screen and (max-width: 763px) { #zx0clPkUe3DAsLr08elgT9Twx3Rvg6yF { width:14.6875rem;height:4.546875rem;top:5.9375rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXvrTsmDAKuedq3e4mt3ClZTNSMKM3mb { width:20rem;height:5.4375rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK3o7BwLuN97CvJdZKoXnBrfa4OeyPUw { width:18.8125rem;height:3.41015625rem;top:13rem;left:0.625rem;font-size:0.875rem;display:block; }#rK3o7BwLuN97CvJdZKoXnBrfa4OeyPUw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
 }@media only screen and (max-width: 763px) { #qdlnXwnETuCtXcg0l1bDOcTEWVJTrCoL { width:20rem;height:5.375rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4LaUIRy0AshBlP5cmKEwRMP50bVJ6t { width:18.374625rem;height:3.41015625rem;top:18.9375rem;left:0.625rem;font-size:0.875rem;display:block; }#TP4LaUIRy0AshBlP5cmKEwRMP50bVJ6t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
 }@media only screen and (max-width: 763px) { #hfEsR3SIBZECaVBKxUlBccW0LzEnC3ht { width:20rem;height:4.125rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNzGT7PTCHtmTcTqXwVa951HUNJspWtt { width:18.125rem;height:2.2744125rem;top:24.9375rem;left:0.625rem;font-size:0.875rem;display:block; }#mNzGT7PTCHtmTcTqXwVa951HUNJspWtt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
 }@media only screen and (max-width: 763px) { #yK36ik1QOaeenTVFW5Rk9HPMaezJR2iJ { width:18.8125rem;height:7.957rem;top:29.625rem;left:0.625rem;font-size:0.875rem;display:block; }#yK36ik1QOaeenTVFW5Rk9HPMaezJR2iJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92ac9bc9082970efd6eb0a338e6b284d943372b0.svg); }
 }@media only screen and (max-width: 763px) { #D3uN3XhCikoOknBcqHy5smFT0NEEmEO5 { width:20rem;height:9.75rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { display:block; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiU3oWTk6l3HQ2sQGiuTPZwubsFda1cg { width:7.124625rem;height:1.4624rem;top:1.31103515625rem;left:1.3421630859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryBDIqvGDaOimSmLENSeiNanLXZnLk3V { width:18.062125rem;height:3.41015625rem;top:4.1488037109375rem;left:1.3424072265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHnAEXETgG2qn67UJJudoQtUGWlNCPTb { width:20rem;height:14.3125rem;top:0.4364013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erSmSK03zyGOTPS9KkvR11OvDbiVW9AF { width:16.5625rem;height:3.41015625rem;top:8.810302734375rem;left:1.3421630859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQq93mM8A4a9e4eamymKVqGTilpDdUMp { width:16.749875rem;height:1.13720625rem;top:15.834350585938rem;left:1.3421630859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT { display:block; }#kA2RXcyGpgVpO3nomWmTvTUQGTkB92LT > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSWV8DTbzWBRWqk89IwPqAJpTAcvhx0U { width:8.937375rem;height:1.4624rem;top:1.7996826171875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDr3QUnNuxoaQJhrUcZeaZtbVhP4ze5W { display:flex;width:1.875rem;height:1.875rem;top:1.4996337890625rem;left:0.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #CzqTH27VVk6ZAvUzW98FTi3CTgLHcuNq { width:17.937rem;height:3.41015625rem;top:4.4173583984375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSfFwcgEJPISCy1dPzudkshNzanKIoHC { display:flex;width:1.625rem;height:1.625rem;top:8.56201171875rem;left:1.2261962890625rem; }
 }@media only screen and (max-width: 763px) { #o6MTHzT9SvhnqW9CHKrtrGFRTmG0G9rw { width:16.062rem;height:1.13769375rem;top:8.8055419921875rem;left:3.25048828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWnQdAGLLRA6F1Q4wz1teOqUzxT5h2WW { width:20rem;height:11.5625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { background-color: transparent; background-image: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container > .video-iframe-container { display: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container { display: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .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); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbiBsmvSNGT3H3pSc9J61PlC6Lrz2eG5 { width:20rem;height:6.39845rem;top:4.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nomIEIMv4BSnsmtZCqVTTXATv3ysDQW9 { width:20rem;height:2.798825rem;top:14.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR8wkPgPA8qXsFmtoPTALQSspkxBdffv { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:6.75rem;display:block; }
#VR8wkPgPA8qXsFmtoPTALQSspkxBdffv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #gflHpBUTnT9ODP7DDbAbCOckzWEJviMk { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:9.84375rem;display:block; }
#gflHpBUTnT9ODP7DDbAbCOckzWEJviMk > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:12.625rem;display:block; }
#XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OHgoyyT7LBEkTxUJAq6HFBC9WWZwLeLE { width:12.6875rem;height:1.40014375rem;top:18.6748046875rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmrTaIQ9smPyVW9BAAeK3Xx1fepnAbO0 { width:12.6875rem;height:1.40014375rem;top:20.67431640625rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcVqlsdp5x2IOQ6BH64WnEfGsuLNDstV { width:3.9375rem;height:3.9375rem;top:0.8623046875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:3.78125rem;display:block; }
#Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }