.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:#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); }#Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE > .row .container { background-color: transparent; background-image: none; }#Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE > .row .container > .video-iframe-container { display: none; }#Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE > .row > .video-iframe-container { display: none; }#Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE > .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); }#Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE > .row .container { border-width: 0; border-radius: 0; }#Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE > .row .container { font-size:0.875rem;font-family:poppins;height:48.375rem;width:75rem;overflow:visible;position:relative;display:block; }#EdJuM0L8vG1ILkFwUSmwul5rAMBhDf7p { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:26.25rem;top:11.3125rem;left:0rem;overflow:hidden;display:block; }
#drIWZgAxqCz7UMo9lXTo2JqACczRNZqO { color:#000000;display:block;width:46.125rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:6.25rem;left:28.875rem;height:8.5241875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bXWKvIgL8Jxlo4KfaHnSnnQwCVcD5e8e { color:#404040;display:block;width:46.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:22.3125rem;left:28.875rem;height:2.99926875rem;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; }
#lrt5fOQJKglMNrR5uUkvVvnabfBwX4Bw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.937rem;width:7.937rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.499267578125rem;left:0rem; }
#aIRJ748IxSs2qB8Tuoi9nXZGtt41eIll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.937rem;width:7.937rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.3035888671875rem;left:0.811767578125rem; }
#elJoAu4Kii7lTdgqBBAPCwuV8z7yQ4Ud { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.561625rem;width:8.811625rem;top:14.201049804688rem;left:59.351196289062rem;overflow:hidden;display:block; }
#FX7AdQsrWzeExqf1swrhd1g44FNNd5kx { position:absolute;display:block;z-index:15014;height:15.1245rem;width:25.9375rem;top:27.686157226562rem;left:28.87451171875rem;display:block; }
#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { background-color: transparent; background-image: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container > .video-iframe-container { display: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container { display: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .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); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { border-width: 0; border-radius: 0; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { font-size:0.875rem;font-family:poppins;height:31.375rem;width:75rem;overflow:visible;position:relative;display:block; }#nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.0625rem;left:61.875rem;display:block; }
#KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { color:#ffffff;display:block;width:37.6875rem;position:absolute;font-family:poppins;font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:6.4375rem;left:37.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e89b03, #000000);background-image: -moz-linear-gradient(180deg, #e89b03, #000000);background-image: -ms-linear-gradient(180deg, #e89b03, #000000);background-image: -o-linear-gradient(180deg, #e89b03, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e89b03', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e89b03', endColorstr='#000000' );";background-image: linear-gradient(180deg, #e89b03, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6875rem;width:19.625rem;top:6.5625rem;left:16.375rem;display:block; }
#wWeX9AxZnZlfSw7iFFur5IqpQyl6LAN8 { color:#ffffff;display:block;width:34.4360625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:7.4114990234375rem;left:0rem;height:5.9985375rem;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; }
#WX5FaVq9JFNRhBoUZRtzMndQn7dvgr03 { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:19.125rem;left:0rem;height:2.99926875rem;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; }
#L9DhXDxXg5Iz7ca8I3benb0gVzfmekuT { position:absolute;display:block;z-index:15028;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:17.87475rem;width:17.87475rem;top:12.310791015625rem;left:35.99853515625rem;overflow:hidden;display:block; }
#rU4zM8kOwi45Q5BUArsGSimfI135ZiVI { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rU4zM8kOwi45Q5BUArsGSimfI135ZiVI > .row .container { background-color: transparent; background-image: none; }#rU4zM8kOwi45Q5BUArsGSimfI135ZiVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU4zM8kOwi45Q5BUArsGSimfI135ZiVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU4zM8kOwi45Q5BUArsGSimfI135ZiVI > .row .container > .video-iframe-container { display: none; }#rU4zM8kOwi45Q5BUArsGSimfI135ZiVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU4zM8kOwi45Q5BUArsGSimfI135ZiVI > .row > .video-iframe-container { display: none; }#rU4zM8kOwi45Q5BUArsGSimfI135ZiVI > .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); }#rU4zM8kOwi45Q5BUArsGSimfI135ZiVI > .row .container { border-width: 0; border-radius: 0; }#rU4zM8kOwi45Q5BUArsGSimfI135ZiVI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rU4zM8kOwi45Q5BUArsGSimfI135ZiVI > .row .container { font-size:0.875rem;font-family:poppins;height:31.375rem;width:75rem;overflow:visible;position:relative;display:block; }#RPKV1u86X0OiLFOqTZKaCQFsaCHVH45Z { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.015625rem;height:4.265625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.6240234375rem;left:32.349243164062rem;display:block; }
#Ch5UXcrZ9om2ch4ytEpLeUNyoeAz9Kte { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yHow0UvPETw2qkvCfdEZbRf3QRP7TdqD { color:#ffffff;display:block;width:37.687375rem;position:absolute;font-family:poppins;font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:8.73046875rem;left:3.9361572265625rem;height:9.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ld7hIOqBelgTHhBHRmiRx4u49UsEn9y8 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e89b03, #000000);background-image: -moz-linear-gradient(180deg, #e89b03, #000000);background-image: -ms-linear-gradient(180deg, #e89b03, #000000);background-image: -o-linear-gradient(180deg, #e89b03, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e89b03', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e89b03', endColorstr='#000000' );";background-image: linear-gradient(180deg, #e89b03, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.68725rem;width:19.624625rem;top:5.687255859375rem;left:16.37451171875rem;display:block; }
#Lqb0OWNQroriaH1veV7KDr5wTZFzdlTg { color:#ffffff;display:block;width:34.4360625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:4.0631103515625rem;left:40.563354492188rem;height:15.9338125rem;display:block; }#Lqb0OWNQroriaH1veV7KDr5wTZFzdlTg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lqb0OWNQroriaH1veV7KDr5wTZFzdlTg li:before{  }
#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row .container { background-color: transparent; background-image: none; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row .container > .video-iframe-container { display: none; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row > .video-iframe-container { display: none; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .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); }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row .container { border-width: 0; border-radius: 0; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row .container { font-size:0.875rem;font-family:poppins;height:33.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#nzlDDmdDhrG3dZm6hlb2Ii4a7IrGKfct { color:#000000;display:block;width:39.375rem;position:absolute;font-family:poppins;font-size:4rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:6.8125rem;left:35.625rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#kOGZ1B2nhE1lKLChhVHl4duqvd5GtvAr { color:#404040;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:12.406005859375rem;left:45.6640625rem;height:3.374025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#znmi1HXqOxE56p1URMKvnfNlnqRt1kb1 { 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:15010;opacity:1;top:13.375rem;left:71.875rem; }
#F9u1fBAyugL0e00VTpLrXQ3doLWQXfdg { position:absolute;display:block;z-index:15009;background-color:#bfbfbf;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:0.3125rem;width:39.8125rem;top:22.3125rem;left:35.1875rem;display:block; }
#OTSzSxNhBNggfPv70UEKafu09HtqTPiH { position:absolute;display:block;z-index:15015;height:15.125rem;width:31.9375rem;top:7.3748779296875rem;left:2.87353515625rem;display:block; }
#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ae7402, #744e02);background-image: -moz-linear-gradient(180deg, #ae7402, #744e02);background-image: -ms-linear-gradient(180deg, #ae7402, #744e02);background-image: -o-linear-gradient(180deg, #ae7402, #744e02);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae7402', endColorstr='#744e02' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae7402', endColorstr='#744e02' );";background-image: linear-gradient(180deg, #ae7402, #744e02);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { background-color: transparent; background-image: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container > .video-iframe-container { display: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container { display: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .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); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { border-width: 0; border-radius: 0; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { font-size:0.875rem;font-family:poppins;height:7.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#ZKRTdLDHfW2REqbFPu4131TIHPrmmlGx { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99975625rem;width:6.9995rem;top:0.50048828125rem;left:0rem;overflow:hidden;display:block; }
#XryBsKXwSbyPLTrNySLBL6N7RogN4BlT { color:#000000;display:block;width:10.06225rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:2.7813720703125rem;left:51.187133789062rem;height:1.49963125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#aOTBAh3rTRIUAAOKNOP6Zx28NAavClUv { color:#000000;display:block;width:10.061625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:2.03125rem;left:64.188232421875rem;height:2.99926875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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) { #Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE { display:block; }#Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdJuM0L8vG1ILkFwUSmwul5rAMBhDf7p { top:11.3125rem;left:0rem;width:26.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drIWZgAxqCz7UMo9lXTo2JqACczRNZqO { top:6.25rem;left:1.6875rem;width:46.0625rem;height:12.75rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXWKvIgL8Jxlo4KfaHnSnnQwCVcD5e8e { top:22.25rem;left:1.625rem;width:46.125rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrt5fOQJKglMNrR5uUkvVvnabfBwX4Bw { top:5.4375rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIRJ748IxSs2qB8Tuoi9nXZGtt41eIll { top:4.25rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elJoAu4Kii7lTdgqBBAPCwuV8z7yQ4Ud { top:14.1875rem;left:39rem;width:8.75rem;height:7.508742002752rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX7AdQsrWzeExqf1swrhd1g44FNNd5kx { top:27.625rem;left:15.24951171875rem;width:25.9375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { display:block; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { width:13.125rem;height:4.375rem;top:18.0625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block; }
 }@media only screen and (max-width: 763px) { #PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { top:6.375rem;left:10.125rem;width:37.625rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { top:6.5625rem;left:2.75rem;width:19.625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWeX9AxZnZlfSw7iFFur5IqpQyl6LAN8 { top:7.375rem;left:0rem;width:34.375rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5FaVq9JFNRhBoUZRtzMndQn7dvgr03 { top:19.0625rem;left:0rem;width:34.375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9DhXDxXg5Iz7ca8I3benb0gVzfmekuT { top:12.25rem;left:22.37353515625rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU4zM8kOwi45Q5BUArsGSimfI135ZiVI { display:block; }#rU4zM8kOwi45Q5BUArsGSimfI135ZiVI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPKV1u86X0OiLFOqTZKaCQFsaCHVH45Z { width:13rem;height:4.25rem;top:24.5625rem;left:18.724243164062rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch5UXcrZ9om2ch4ytEpLeUNyoeAz9Kte { display:block; }
 }@media only screen and (max-width: 763px) { #yHow0UvPETw2qkvCfdEZbRf3QRP7TdqD { top:8.6875rem;left:0rem;width:37.625rem;height:9.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld7hIOqBelgTHhBHRmiRx4u49UsEn9y8 { top:5.625rem;left:2.74951171875rem;width:19.5625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqb0OWNQroriaH1veV7KDr5wTZFzdlTg { top:4.0625rem;left:13.375rem;width:34.375rem;height:18.875rem;font-size:1rem;display:block; }#Lqb0OWNQroriaH1veV7KDr5wTZFzdlTg li:before{  }
 }@media only screen and (max-width: 763px) { #scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx { display:block; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzlDDmdDhrG3dZm6hlb2Ii4a7IrGKfct { top:6.8125rem;left:8.375rem;width:39.375rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOGZ1B2nhE1lKLChhVHl4duqvd5GtvAr { top:12.375rem;left:21.5rem;width:26.25rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znmi1HXqOxE56p1URMKvnfNlnqRt1kb1 { top:13.375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9u1fBAyugL0e00VTpLrXQ3doLWQXfdg { top:22.3125rem;left:7.9375rem;width:39.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTSzSxNhBNggfPv70UEKafu09HtqTPiH { top:7.3125rem;left:0rem;width:31.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKRTdLDHfW2REqbFPu4131TIHPrmmlGx { top:0.5rem;left:0rem;width:6.9375rem;height:5.9466117557504rem;display:block; }
 }@media only screen and (max-width: 763px) { #XryBsKXwSbyPLTrNySLBL6N7RogN4BlT { top:2.75rem;left:37.562133789062rem;width:10rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOTBAh3rTRIUAAOKNOP6Zx28NAavClUv { top:2rem;left:37.75rem;width:10rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE { display:block; }#Agn08tgaJnpXtRwTTLOloO5SvOAB6fkE > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdJuM0L8vG1ILkFwUSmwul5rAMBhDf7p { width:20rem;height:11.124875rem;top:18.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drIWZgAxqCz7UMo9lXTo2JqACczRNZqO { width:20rem;height:7.423125rem;top:9.150390625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXWKvIgL8Jxlo4KfaHnSnnQwCVcD5e8e { width:20rem;height:7.4981875rem;top:31.038818359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrt5fOQJKglMNrR5uUkvVvnabfBwX4Bw { display:flex;width:4.375rem;height:4.375rem;top:4.775390625rem;left:1.2890625rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #aIRJ748IxSs2qB8Tuoi9nXZGtt41eIll { display:flex;width:4.375rem;height:4.375rem;top:5.6875rem;left:0rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #elJoAu4Kii7lTdgqBBAPCwuV8z7yQ4Ud { width:4.8120125rem;height:4.12475625rem;top:1.6241455078125rem;left:13.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX7AdQsrWzeExqf1swrhd1g44FNNd5kx { width:20rem;height:15.06225rem;top:39.78759765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { display:block; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { width:13.125rem;height:3.75rem;top:18.671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block; }
 }@media only screen and (max-width: 763px) { #PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { width:20rem;height:2.3999rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { width:20rem;height:8.375rem;top:23.109130859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWeX9AxZnZlfSw7iFFur5IqpQyl6LAN8 { width:20rem;height:11.9970625rem;top:5.6085205078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5FaVq9JFNRhBoUZRtzMndQn7dvgr03 { width:18.4375rem;height:4.4989rem;top:25.3125rem;left:0.9375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #L9DhXDxXg5Iz7ca8I3benb0gVzfmekuT { width:17.8125rem;height:17.8125rem;top:32.733755859375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU4zM8kOwi45Q5BUArsGSimfI135ZiVI { display:block; }#rU4zM8kOwi45Q5BUArsGSimfI135ZiVI > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPKV1u86X0OiLFOqTZKaCQFsaCHVH45Z { width:12.6860625rem;height:3.3110375rem;top:53.482666015625rem;left:3.6016845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch5UXcrZ9om2ch4ytEpLeUNyoeAz9Kte { display:block; }
 }@media only screen and (max-width: 763px) { #yHow0UvPETw2qkvCfdEZbRf3QRP7TdqD { width:17.124625rem;height:4.79980625rem;top:3.394775390625rem;left:1.4361572265625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld7hIOqBelgTHhBHRmiRx4u49UsEn9y8 { width:20rem;height:8.374rem;top:1.6082763671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqb0OWNQroriaH1veV7KDr5wTZFzdlTg { width:16.936625rem;height:32.4298125rem;top:11.903076171875rem;left:1.5313720703125rem;font-size:1rem;display:block; }#Lqb0OWNQroriaH1veV7KDr5wTZFzdlTg li:before{  }
 }@media only screen and (max-width: 763px) { #scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx { display:block; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzlDDmdDhrG3dZm6hlb2Ii4a7IrGKfct { width:20rem;height:2.3999rem;top:9.124755859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOGZ1B2nhE1lKLChhVHl4duqvd5GtvAr { width:20rem;height:4.4989rem;top:17.27294921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znmi1HXqOxE56p1URMKvnfNlnqRt1kb1 { display:flex;width:3.125rem;height:3.125rem;top:40.521240234375rem;left:16.061401367188rem; }
 }@media only screen and (max-width: 763px) { #F9u1fBAyugL0e00VTpLrXQ3doLWQXfdg { width:20rem;height:0.3125rem;top:14.14794921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTSzSxNhBNggfPv70UEKafu09HtqTPiH { width:20rem;height:15.1245rem;top:24.647827148438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKRTdLDHfW2REqbFPu4131TIHPrmmlGx { width:6.93725rem;height:5.94604375rem;top:2.93212890625rem;left:6.5301513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XryBsKXwSbyPLTrNySLBL6N7RogN4BlT { width:10rem;height:1.49963125rem;top:12.468872070312rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOTBAh3rTRIUAAOKNOP6Zx28NAavClUv { width:10rem;height:2.99926875rem;top:17.564697265625rem;left:5rem;font-size:1.25rem;display:block; }
 }