.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#664bcc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz > .row .container { background-color: transparent; background-image: none; }#R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz > .row .container > .video-iframe-container { display: none; }#R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz > .row > .video-iframe-container { display: none; }#R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz > .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); }#R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz > .row .container { border-width: 0; border-radius: 0; }#R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#yJ1kVelZM8IT3Ku5RFVmS9cBbgx3CCHZ { 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:2.875rem;width:12.0625rem;top:0.96875rem;left:1.875rem;overflow:hidden;display:block; }
#BBbMVGRyCTgB2wUimMlim0o9gPTJqpHT { 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:3rem;width:12.1875rem;top:0.90625rem;left:39.8125rem;overflow:hidden;display:block; }
#eqDdNMf63W2q9ySJG68AC364KnSKmHO1 { position:absolute;display:block;z-index:15002;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.9375rem;width:10.75rem;top:0.9375rem;left:20.625rem;overflow:hidden;display:block; }
#HFJJbtcf4M8F9TCmHpqMbo3GM6LPm7kP { 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:1.5rem;width:13.375rem;top:1.65625rem;left:57.125rem;overflow:hidden;display:block; }
#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { background-color: transparent; background-image: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .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); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { border-width: 0; border-radius: 0; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { width:75rem;height:62.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UnLHkbEEvqyrcoWpbqOO7ixTxiA7MAC2 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #9e9e9e;border-left:0.125rem solid #9e9e9e;border-right:0.125rem solid #9e9e9e;border-bottom:0.125rem solid #9e9e9e;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3rem;width:6.9375rem;top:44.60000038147rem;left:29.125rem;display:none; }
#BkA2vCHhJ2TZQW3HBNRFKDlPICpFIhXo { color:#ff7029;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:1.06201171875rem;left:25rem;height:6.3369125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N7R2XDZ1BbGHqQOHJo2S5uE5dhPN1P6a { position:absolute;display:block;z-index:14937;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:62.875rem;width:38.6875rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#m82sGobsoxuFaiTEzhn7lC5B8LQ1ImNI { 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:84.375rem;width:52.5rem;display:none; }
#RwEmMH5TM3FguDCbbzZWJMQ6KliBzgxU { position:absolute;display:block;z-index:14970;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:9.0625rem;top:22.0625rem;left:2.5rem;overflow:hidden;display:block; }
#OhvCNKwypvlMfZt2K3oQDeTSozGgvgyN { position:absolute;display:block;z-index:14971;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.1875rem;top:22.125rem;left:16.1875rem;overflow:hidden;display:block; }
#plOZQSSEZSwfkgQ6LHLREI7ZknnKDm32 { position:absolute;display:block;z-index:14972;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.3125rem;width:15.75rem;top:22.375rem;left:45.0625rem;overflow:hidden;display:block; }
#Bwg5Q7gTKFPK64itD0roe9pExQMd3FP3 { position:absolute;display:block;z-index:14972;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.8125rem;top:22.125rem;left:32.9375rem;overflow:hidden;display:block; }
#KIevhpbXEAGqMTdwlZLALLsdp0vXZShE { position:absolute;display:block;z-index:14973;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.3125rem;width:9.25rem;top:22.5rem;left:63.5rem;overflow:hidden;display:block; }
#ZuaFWpsPSTwT3zpLb4Ty61OaaOQv3zNR { box-sizing:content-box;height:7.6875rem;width:13.8125rem;position:absolute;display:block;z-index:14948;background-color:#ffffff;background-image:none;top:21.125rem;left:61.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.125rem solid #c0b5e5;border-left:0.125rem solid #c0b5e5;border-right:0.125rem solid #c0b5e5;border-bottom:0.125rem solid #c0b5e5;display:block; }
#TrCdW1vWi6RCEubaD5TqF0ZdobkhwxDv { position:absolute;display:block;z-index:14936;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.875rem;width:20.5625rem;top:0.0625rem;left:54.4375rem;overflow:hidden;display:block; }
#MLQSP7um02ldZKVUFq3X5DobDTGgIkBq { color:#664bcc;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:8.75rem;left:28.1875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WofSpQ7lTWWFp4MPXiPrkToQcUKzU8nO { box-sizing:content-box;height:3.3125rem;width:24rem;position:absolute;display:block;z-index:14941;background-color:#ff7029;background-image:none;top:4.08642578125rem;left:25.28125rem;display:block; }
#LGQ2Ji1RBLKwJyCVgTIirosP4396Vacp { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;top:14.193359375rem;left:27.40625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iGPonekl8rQFkKv6fqoNnvpF1U6BcMS1 { box-sizing:content-box;height:7.6875rem;width:13.8125rem;position:absolute;display:block;z-index:14949;background-color:#ffffff;background-image:none;top:21.125rem;left:45.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.125rem solid #c0b5e5;border-left:0.125rem solid #c0b5e5;border-right:0.125rem solid #c0b5e5;border-bottom:0.125rem solid #c0b5e5;display:block; }
#Nk8lUVUtMuM3ZfFCAhLKSDhT0NSNWxn4 { box-sizing:content-box;height:7.6875rem;width:13.8125rem;position:absolute;display:block;z-index:14950;background-color:#ffffff;background-image:none;top:21.125rem;left:30.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.125rem solid #c0b5e5;border-left:0.125rem solid #c0b5e5;border-right:0.125rem solid #c0b5e5;border-bottom:0.125rem solid #c0b5e5;display:block; }
#VioOnf00oZusZ5fFsW0EEI6NwuD0v9G7 { box-sizing:content-box;height:7.6875rem;width:13.8125rem;position:absolute;display:block;z-index:14951;background-color:#ffffff;background-image:none;top:21.1875rem;left:15.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.125rem solid #c0b5e5;border-left:0.125rem solid #c0b5e5;border-right:0.125rem solid #c0b5e5;border-bottom:0.125rem solid #c0b5e5;display:block; }
#DeqGct4i4JOUS987Az2fIaX5tRcltM00 { box-sizing:content-box;height:7.6875rem;width:13.8125rem;position:absolute;display:block;z-index:14952;background-color:#ffffff;background-image:none;top:21.1875rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.125rem solid #c0b5e5;border-left:0.125rem solid #c0b5e5;border-right:0.125rem solid #c0b5e5;border-bottom:0.125rem solid #c0b5e5;display:block; }
#B97X68IpQqe2w8zsxAJnLMQLL4A0coAn { position:absolute;display:block;z-index:14935;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:10.875rem;top:6.65625rem;left:46.978448275862rem;overflow:hidden;display:block; }
#hdRm8JWJ6kziIAQ4AnKFuTn4lz3lie4m { box-sizing:content-box;height:3.3125rem;width:20.8125rem;position:absolute;display:block;z-index:14942;background-color:#664bcc;background-image:none;top:14.0625rem;left:27rem;display:block; }
#R1goifkgOakURB3HsOHoIX4NAGwqgMW9 { 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:15057;opacity:1;top:14.125rem;left:23.9375rem; }
#M92tEKuta3vTkVJqIeT5z5zKTSk8hsDG { box-sizing:content-box;height:7.6875rem;width:13.8125rem;position:absolute;display:block;z-index:14952;background-color:#ffffff;background-image:none;top:27.9375rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.125rem solid #c0b5e5;border-left:0.125rem solid #c0b5e5;border-right:0.125rem solid #c0b5e5;border-bottom:0.125rem solid #c0b5e5;display:none; }
#rv0LOQorGktOfgGGf7TANVMqLFSskmF4 { position:absolute;display:block;z-index:15058;height:21.75rem;width:38.75rem;top:31.1875rem;left:17.96875rem;display:block; }
#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO { background-color:#4d4d4d;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; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { background-color: transparent; background-image: none; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container > .video-iframe-container { display: none; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row > .video-iframe-container { display: none; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .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); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { border-width: 0; border-radius: 0; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;overflow:visible;position:relative;display:block; }#r9VvFWRDFmFyVLnodfPdMaxAwGTv5UvO { color:#ffffff;display:block;width:56.75rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:9.125rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#OSeXofTvng32nyAFzaHl4qsb1AeIkZ3x { color:#000000;display:block;width:4.75rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4234390258789rem;left:21.0625rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#Q4gJmNFFqEIQxlVKHSP9pgfeFqSaR12e { color:#000000;display:block;width:15.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4638671875rem;left:29.5625rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#hPnOLkGQHuBMwVssWb1PBUDEGlXs3fPa { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4234390258789rem;left:45.9375rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#r2K0h9uES0gpW0eKtoT9aXnZyISoeGF7 { 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:6.0625rem;width:19.875rem;top:5.75rem;left:27.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz { display:block; }#R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJ1kVelZM8IT3Ku5RFVmS9cBbgx3CCHZ { top:0.9375rem;left:0rem;width:12.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBbMVGRyCTgB2wUimMlim0o9gPTJqpHT { top:0.875rem;left:26.1875rem;width:12.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqDdNMf63W2q9ySJG68AC364KnSKmHO1 { top:0.9375rem;left:7rem;width:10.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFJJbtcf4M8F9TCmHpqMbo3GM6LPm7kP { top:1.625rem;left:29.875rem;width:13.375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm { display:block; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnLHkbEEvqyrcoWpbqOO7ixTxiA7MAC2 { top:44.5625rem;left:15.5rem;width:6.9375rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #BkA2vCHhJ2TZQW3HBNRFKDlPICpFIhXo { top:1rem;left:11.375rem;width:24.6875rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7R2XDZ1BbGHqQOHJo2S5uE5dhPN1P6a { top:0.0625rem;left:0rem;width:38.6875rem;height:62.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m82sGobsoxuFaiTEzhn7lC5B8LQ1ImNI { width:47.75rem;height:76.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwEmMH5TM3FguDCbbzZWJMQ6KliBzgxU { top:22.0625rem;left:0rem;width:9.0625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhvCNKwypvlMfZt2K3oQDeTSozGgvgyN { top:22.125rem;left:2.5625rem;width:12.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #plOZQSSEZSwfkgQ6LHLREI7ZknnKDm32 { top:22.375rem;left:31.4375rem;width:15.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwg5Q7gTKFPK64itD0roe9pExQMd3FP3 { top:22.125rem;left:19.3125rem;width:8.8125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIevhpbXEAGqMTdwlZLALLsdp0vXZShE { top:22.5rem;left:38.5rem;width:9.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuaFWpsPSTwT3zpLb4Ty61OaaOQv3zNR { top:21.125rem;left:33.6875rem;width:13.8125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrCdW1vWi6RCEubaD5TqF0ZdobkhwxDv { top:0.0625rem;left:27.1875rem;width:20.5625rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLQSP7um02ldZKVUFq3X5DobDTGgIkBq { top:8.75rem;left:14.5625rem;width:18.3125rem;height:5.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WofSpQ7lTWWFp4MPXiPrkToQcUKzU8nO { top:4.0625rem;left:11.65625rem;width:24rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGQ2Ji1RBLKwJyCVgTIirosP4396Vacp { top:14.1875rem;left:13.78125rem;width:19.875rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGPonekl8rQFkKv6fqoNnvpF1U6BcMS1 { top:21.125rem;left:32.25rem;width:13.8125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk8lUVUtMuM3ZfFCAhLKSDhT0NSNWxn4 { top:21.125rem;left:17rem;width:13.8125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VioOnf00oZusZ5fFsW0EEI6NwuD0v9G7 { top:21.1875rem;left:1.625rem;width:13.8125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeqGct4i4JOUS987Az2fIaX5tRcltM00 { top:21.1875rem;left:0rem;width:13.8125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B97X68IpQqe2w8zsxAJnLMQLL4A0coAn { top:6.625rem;left:33.353448275862rem;width:10.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdRm8JWJ6kziIAQ4AnKFuTn4lz3lie4m { top:14.0625rem;left:13.375rem;width:20.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1goifkgOakURB3HsOHoIX4NAGwqgMW9 { top:14.125rem;left:10.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M92tEKuta3vTkVJqIeT5z5zKTSk8hsDG { top:27.9375rem;left:0rem;width:13.8125rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rv0LOQorGktOfgGGf7TANVMqLFSskmF4 { top:31.1875rem;left:4.34375rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO { display:block; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9VvFWRDFmFyVLnodfPdMaxAwGTv5UvO { top:1.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSeXofTvng32nyAFzaHl4qsb1AeIkZ3x { top:3.375rem;left:7.4375rem;width:4.75rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4gJmNFFqEIQxlVKHSP9pgfeFqSaR12e { top:3.4375rem;left:15.9375rem;width:15.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPnOLkGQHuBMwVssWb1PBUDEGlXs3fPa { top:3.375rem;left:32.3125rem;width:6.9375rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2K0h9uES0gpW0eKtoT9aXnZyISoeGF7 { top:5.75rem;left:13.9375rem;width:19.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz { display:block; }#R0TWKr4yhnD0SsKGJwLIEcNQHOXzthuz > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJ1kVelZM8IT3Ku5RFVmS9cBbgx3CCHZ { width:8.75rem;height:2rem;top:0.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBbMVGRyCTgB2wUimMlim0o9gPTJqpHT { width:8.3125rem;height:1.9375rem;top:0.4375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqDdNMf63W2q9ySJG68AC364KnSKmHO1 { width:7.0625rem;height:1.9375rem;top:3.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFJJbtcf4M8F9TCmHpqMbo3GM6LPm7kP { width:9.4375rem;height:0.9375rem;top:3.5625rem;left:10.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm { background-color:#ffffff;background-image:none;display:block; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { background-color: transparent; background-image: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .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); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnLHkbEEvqyrcoWpbqOO7ixTxiA7MAC2 { width:6.9375rem;height:3rem;top:113.875rem;left:8.6875003576281rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #BkA2vCHhJ2TZQW3HBNRFKDlPICpFIhXo { width:12.75rem;height:3.5rem;top:0.625rem;left:7.25rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7R2XDZ1BbGHqQOHJo2S5uE5dhPN1P6a { width:4.125rem;height:6.75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #m82sGobsoxuFaiTEzhn7lC5B8LQ1ImNI { top:0rem;left:0rem;width:11.25rem;height:18.375rem;z-index:14940;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RwEmMH5TM3FguDCbbzZWJMQ6KliBzgxU { width:6.5rem;height:4.625rem;top:19.25rem;left:1.375rem;overflow:hidden;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #OhvCNKwypvlMfZt2K3oQDeTSozGgvgyN { width:8.8125rem;height:4.5rem;top:19.3125rem;left:10.9375rem;overflow:hidden;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #plOZQSSEZSwfkgQ6LHLREI7ZknnKDm32 { width:10.8125rem;height:3.6875rem;top:32.4375rem;left:4.6875rem;overflow:hidden;z-index:14893;display:block; }
 }@media only screen and (max-width: 763px) { #Bwg5Q7gTKFPK64itD0roe9pExQMd3FP3 { width:5.9375rem;height:4.1875rem;top:25.625rem;left:12.375rem;overflow:hidden;z-index:14893;display:block; }
 }@media only screen and (max-width: 763px) { #KIevhpbXEAGqMTdwlZLALLsdp0vXZShE { width:6.5625rem;height:3.8125rem;top:25.8125rem;left:1.375rem;overflow:hidden;z-index:14893;display:block; }
 }@media only screen and (max-width: 763px) { #ZuaFWpsPSTwT3zpLb4Ty61OaaOQv3zNR { width:11rem;height:5.5625rem;top:31.375rem;left:4.5rem;z-index:14890;display:block; }
 }@media only screen and (max-width: 763px) { #TrCdW1vWi6RCEubaD5TqF0ZdobkhwxDv { width:7.0625rem;height:8.875rem;top:3.875rem;left:12.9375rem;overflow:hidden;z-index:14893;display:block; }
 }@media only screen and (max-width: 763px) { #MLQSP7um02ldZKVUFq3X5DobDTGgIkBq { width:8.5625rem;height:2.5996125rem;top:12.3125rem;left:10.3125rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;color:#664bcc;display:block; }
 }@media only screen and (max-width: 763px) { #WofSpQ7lTWWFp4MPXiPrkToQcUKzU8nO { width:12.3125rem;height:1.9375rem;top:2.1875rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGQ2Ji1RBLKwJyCVgTIirosP4396Vacp { width:10.3125rem;height:1.625rem;top:15.162109375rem;left:8.9375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGPonekl8rQFkKv6fqoNnvpF1U6BcMS1 { width:9.125rem;height:5.5625rem;top:31.375rem;left:5.4375rem;z-index:14887;display:block; }
 }@media only screen and (max-width: 763px) { #Nk8lUVUtMuM3ZfFCAhLKSDhT0NSNWxn4 { width:9.125rem;height:5.5625rem;top:24.8125rem;left:10.625rem;z-index:14888;display:block; }
 }@media only screen and (max-width: 763px) { #VioOnf00oZusZ5fFsW0EEI6NwuD0v9G7 { width:9.125rem;height:5.5625rem;top:24.8125rem;left:0rem;z-index:14889;display:block; }
 }@media only screen and (max-width: 763px) { #DeqGct4i4JOUS987Az2fIaX5tRcltM00 { width:9.125rem;height:5.5625rem;top:18.4375rem;left:0rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #B97X68IpQqe2w8zsxAJnLMQLL4A0coAn { width:6.625rem;height:2.875rem;top:6.625rem;left:7.625rem;overflow:hidden;z-index:14892;display:block; }
 }@media only screen and (max-width: 763px) { #hdRm8JWJ6kziIAQ4AnKFuTn4lz3lie4m { width:11.3125rem;height:2.0625rem;top:14.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1goifkgOakURB3HsOHoIX4NAGwqgMW9 { display:flex;width:1.6875rem;height:1.6875rem;top:12.8125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #M92tEKuta3vTkVJqIeT5z5zKTSk8hsDG { width:9.125rem;height:5.5625rem;top:18.375rem;left:10.625rem;z-index:14891;display:block; }
 }@media only screen and (max-width: 763px) { #rv0LOQorGktOfgGGf7TANVMqLFSskmF4 { width:20rem;height:21.75rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO { display:block; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9VvFWRDFmFyVLnodfPdMaxAwGTv5UvO { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSeXofTvng32nyAFzaHl4qsb1AeIkZ3x { width:4.75rem;height:0.89355625rem;top:4.5rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q4gJmNFFqEIQxlVKHSP9pgfeFqSaR12e { width:10rem;height:0.89355625rem;top:4.5rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPnOLkGQHuBMwVssWb1PBUDEGlXs3fPa { width:6.9375rem;height:0.89355625rem;top:4.4375rem;left:13.0625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #r2K0h9uES0gpW0eKtoT9aXnZyISoeGF7 { width:15rem;height:4.5625rem;top:7.625rem;left:2.5rem;display:block; }
 }