.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 > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:40rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#ifSgMFhssPTEfr8xcnU9biotICxfmdHl { 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.625rem;width:27.75rem;top:2.6875rem;left:30.6875rem;overflow:hidden;display:block; }
#OBTF8yDin8UDVE60gZwgiH8aqTo5AsEg { color:#b079ff;display:block;width:26.625rem;position:absolute;font-family:satoshi;font-size:3.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:1.65625rem;height:18.5234375rem;display:block; }
#bTaooBcSEZMceC396kaaFJqrcQ3XqLDr { background-color:transparent;background-image: -webkit-linear-gradient(63deg, #cb80ff, #9b74ff);background-image: -moz-linear-gradient(63deg, #cb80ff, #9b74ff);background-image: -ms-linear-gradient(63deg, #cb80ff, #9b74ff);background-image: -o-linear-gradient(63deg, #cb80ff, #9b74ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb80ff', endColorstr='#9b74ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb80ff', endColorstr='#9b74ff' );";background-image: linear-gradient(63deg, #cb80ff, #9b74ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:satoshi;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33rem;left:1.65625rem;display:block; }
#ueZbX0lWHTKl51UalXs5JoPkS7A7BT06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U4KK4ukTveJ0sKXscykFwQ8IeTz8TcZc { color:#000000;display:block;width:26.5rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:26rem;left:1.71875rem;height:5.19921875rem;font-style:normal;display:block; }
#C8BAXJLniTSwA6MkMmffMaSpJDJQlGCB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.8125rem;top:2.6875rem;left:1.65625rem;overflow:hidden;display:block; }
#k2tJBv9cFwynC7haeqDpyTNVVVwCe84m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k2tJBv9cFwynC7haeqDpyTNVVVwCe84m > .row .container { background-color: transparent; background-image: none; }#k2tJBv9cFwynC7haeqDpyTNVVVwCe84m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2tJBv9cFwynC7haeqDpyTNVVVwCe84m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2tJBv9cFwynC7haeqDpyTNVVVwCe84m > .row .container > .video-iframe-container { display: none; }#k2tJBv9cFwynC7haeqDpyTNVVVwCe84m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2tJBv9cFwynC7haeqDpyTNVVVwCe84m > .row > .video-iframe-container { display: none; }#k2tJBv9cFwynC7haeqDpyTNVVVwCe84m > .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); }#k2tJBv9cFwynC7haeqDpyTNVVVwCe84m > .row .container { border-width: 0; border-radius: 0; }#k2tJBv9cFwynC7haeqDpyTNVVVwCe84m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2tJBv9cFwynC7haeqDpyTNVVVwCe84m > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:60rem;position:relative;display:block; }#VeU7B8uRee2ZSh8DAzDBKTReqP43PtbW { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.5rem 1.875rem rgba(5,4,5,0.07) ;height:31.4375rem;width:28.5rem;top:10.0625rem;left:0.625rem;display:block; }
#gS0DxnLuy9Qu4oZJ337bMWsWun1HDfRo { 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:3.125rem;width:3.125rem;top:12.8125rem;left:13.3125rem;overflow:hidden;display:block; }
#A32y05hhvJc0UE30r5QuyMtVQqSiQLEK { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.125rem;left:5.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nU6e5zu8fLAZFtr25gAx1iVCy3R8Tlzy { color:#333333;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.0625rem;left:1.875rem;height:17.099125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BOfxTi7oBaEPiO5NWAFBxOtfusJ4g2E4 { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31.375rem;width:28.25rem;top:10.09375rem;left:31.0625rem;display:block; }
#RKQJ9hKKGbb2dxMU0Bo9Wf7HJ0x2p2UZ { color:#333333;display:block;width:24.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:21.0625rem;left:32.96875rem;height:13.2993125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wOzEUB0VBWK3Q9b0Flrs5UO71wozqiMD { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.125rem;left:35.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#McTryOA9c4kL3dSGvqf2yopENefqyzDN { 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.0625rem;width:3.125rem;top:12.8125rem;left:43.625rem;overflow:hidden;display:block; }
#l4gzOdVQoU42Z7fe1v9D3fAywncpunUu { color:#000000;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JKasmnsWXxSfbs6Gdry0s9xqiaUNS6zt { box-sizing:content-box;height:41.125rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #ffffff, #9340c7);background-image: -moz-linear-gradient(170deg, #ffffff, #9340c7);background-image: -ms-linear-gradient(170deg, #ffffff, #9340c7);background-image: -o-linear-gradient(170deg, #ffffff, #9340c7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9340c7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9340c7' );";background-image: linear-gradient(170deg, #ffffff, #9340c7);background-size:auto !important;top:2.75rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.125rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;display:block; }
#uVma2iRDSzDGQiXQcTelcLeGtssvnTQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#uVma2iRDSzDGQiXQcTelcLeGtssvnTQX > .row .container { background-color: transparent; background-image: none; }#uVma2iRDSzDGQiXQcTelcLeGtssvnTQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVma2iRDSzDGQiXQcTelcLeGtssvnTQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVma2iRDSzDGQiXQcTelcLeGtssvnTQX > .row .container > .video-iframe-container { display: none; }#uVma2iRDSzDGQiXQcTelcLeGtssvnTQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVma2iRDSzDGQiXQcTelcLeGtssvnTQX > .row > .video-iframe-container { display: none; }#uVma2iRDSzDGQiXQcTelcLeGtssvnTQX > .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); }#uVma2iRDSzDGQiXQcTelcLeGtssvnTQX > .row .container { border-width: 0; border-radius: 0; }#uVma2iRDSzDGQiXQcTelcLeGtssvnTQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uVma2iRDSzDGQiXQcTelcLeGtssvnTQX > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#tDnECyOyh5JNWHi4twOKGzN1lb66Aizi { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:satoshi;font-size:3.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.51220703125rem;left:4.46875rem;height:4.46875rem;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;display:block; }
#UWzdE9CyW6QViHLsMUkzZGB1yswVqtCq { position:absolute;display:block;z-index:15009;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.6875rem;width:2.6875rem;top:9.375rem;left:9.8125rem;overflow:hidden;display:block; }
#k6nqJkI14648qHnRBrsGT7V75f20Nz0a { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12rem;left:12.4375rem;height:6rem;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;display:block; }
#LurCDMJ7n0FKxwCNp7TCq5WDCTq7XNz4 { color:#634194;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9.625rem;left:12.4375rem;height:1.6875rem;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;display:block; }
#ssItzDPpl9uvqWkpAx2N40CgU1I7EEIl { color:#634194;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:23.75rem;left:12.4375rem;height:1.6875rem;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;display:block; }
#IEPzJllXhtDVloWZfaw6SuwatZHT8WXR { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:26.75rem;left:12.4375rem;height:7.5rem;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;display:block; }
#gQPfGN9oKrdF5NyvhLbX3Wze5l62UaXV { color:rgba(0,0,0,0.5);display:block;width:18.3125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:12rem;left:36.75rem;height:7.5rem;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;display:block; }
#l7ITIA8TuFdLnQzM2ramCzIJR49iOQTW { color:#634194;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:9.625rem;left:36.75rem;height:1.6875rem;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;display:block; }
#tbnuiqn6OyNOF4WCXSlZKnUGH6h1TJqm { color:#634194;display:block;width:19.0625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:23.75rem;left:36.75rem;height:1.6875rem;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;display:block; }
#nBKF1y8HXqs1G6ELdqQyKxRVCFT6TdHh { color:rgba(0,0,0,0.5);display:block;width:18.625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:26.75rem;left:36.75rem;height:9rem;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;display:block; }
#oScvAOl0Iin2KVdEXnytiJHqei1OTbEe { position:absolute;display:block;z-index:15010;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.6875rem;width:2.6875rem;top:23.25rem;left:9.8125rem;overflow:hidden;display:block; }
#ZrbN4SOMiHc59dQ3TDuKr1gawTs1AJEa { position:absolute;display:block;z-index:15010;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.6875rem;width:2.6875rem;top:23.25rem;left:34.125rem;overflow:hidden;display:block; }
#z0fT13NWNACiGiisWmrkRpgQrzhOQORQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:9.375rem;left:34.125rem;overflow:hidden;display:block; }
#pSu6bRM4cIUxFSgbhJwwRIzPX8JWH4Gh { position:absolute;display:block;z-index:15019;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:19.75rem;width:19.75rem;top:21.25rem;left:0rem;overflow:hidden;display:block; }
#dLlMSgsw2ku28oczIXJhwO3vRcc59CD1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dLlMSgsw2ku28oczIXJhwO3vRcc59CD1 > .row .container { background-color: transparent; background-image: none; }#dLlMSgsw2ku28oczIXJhwO3vRcc59CD1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLlMSgsw2ku28oczIXJhwO3vRcc59CD1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLlMSgsw2ku28oczIXJhwO3vRcc59CD1 > .row .container > .video-iframe-container { display: none; }#dLlMSgsw2ku28oczIXJhwO3vRcc59CD1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLlMSgsw2ku28oczIXJhwO3vRcc59CD1 > .row > .video-iframe-container { display: none; }#dLlMSgsw2ku28oczIXJhwO3vRcc59CD1 > .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); }#dLlMSgsw2ku28oczIXJhwO3vRcc59CD1 > .row .container { border-width: 0; border-radius: 0; }#dLlMSgsw2ku28oczIXJhwO3vRcc59CD1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLlMSgsw2ku28oczIXJhwO3vRcc59CD1 > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;position:relative;display:block; }#KvnMfwySLcvX4sgACML2UPi88gHfe5Bi { color:#000000;display:block;width:56.125rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.3115234375rem;left:1.9375rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eT1ZJ6sfVG1hRugaARTPZg1kQT7WQXg9 { color:#000000;display:block;width:29.875rem;position:absolute;font-family:satoshi;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.3125rem;height:4.46875rem;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;display:block; }
#GHSZ6oKJk0TT3Az3JgvSh74pCLLC7EIi { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:41.9375rem;top:26.0615234375rem;left:18.0625rem;overflow:hidden;display:block; }
#oLicxLlEgE4QwkBL7EbIRGhkMhhJWp0J { color:#000000;display:block;width:56.125rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.7490234375rem;left:1.9375rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RylmhGFL1sXDeD16TTnoUVG0DSR35Dn1 { color:#000000;display:block;width:56.125rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:22.6865234375rem;left:1.9375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S { background-color:#4f1f8e;background-image:none;z-index:;position:relative;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; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row .container { background-color: transparent; background-image: none; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row .container > .video-iframe-container { display: none; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row > .video-iframe-container { display: none; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .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); }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row .container { border-width: 0; border-radius: 0; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:block; }#vvedQuWWHQhAJUiIDIXxHEvGVpNNpWin { display:block;width:27.75rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;top:5.42578125rem;left:16.125rem;background-color:transparent;background-image:none;height:1.57470625rem;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
#ddu5oRx29m5Mv8qComLRrOH1d2tlUVux { display:block;width:27.75rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;top:11.8125rem;left:17.34375rem;background-color:transparent;background-image:none;height:1.79980625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#wxvoE88lkCosuuL53fFGThm8kwaMStKr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:8.75rem;left:29.96875rem; }
#sO84WOfNNucTJqnusF15ANWO3J9TfH9v { display:block;width:44.1875rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;top:1.51416015625rem;left:9.125rem;background-color:transparent;background-image:none;height:3.1494125rem;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
#yvcybk14MUGAGgIn0cStQs1f2lGMmJXZ { display:block;width:40.25rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;top:16.21240234375rem;left:10.5rem;background-color:transparent;background-image:none;height:1.2246125rem;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
@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) { #ifSgMFhssPTEfr8xcnU9biotICxfmdHl { top:2.6875rem;left:20rem;width:27.75rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTF8yDin8UDVE60gZwgiH8aqTo5AsEg { top:6.125rem;left:0rem;width:26.625rem;height:18.5rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTaooBcSEZMceC396kaaFJqrcQ3XqLDr { width:13.0625rem;height:2.25rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueZbX0lWHTKl51UalXs5JoPkS7A7BT06 { display:block; }
 }@media only screen and (max-width: 763px) { #U4KK4ukTveJ0sKXscykFwQ8IeTz8TcZc { top:26rem;left:0rem;width:26.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8BAXJLniTSwA6MkMmffMaSpJDJQlGCB { top:2.6875rem;left:0rem;width:8.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2tJBv9cFwynC7haeqDpyTNVVVwCe84m { display:block; }#k2tJBv9cFwynC7haeqDpyTNVVVwCe84m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeU7B8uRee2ZSh8DAzDBKTReqP43PtbW { width:28.5rem;height:31.4375rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS0DxnLuy9Qu4oZJ337bMWsWun1HDfRo { width:3.125rem;height:3.125rem;top:12.8125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A32y05hhvJc0UE30r5QuyMtVQqSiQLEK { width:18.75rem;height:1.625rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU6e5zu8fLAZFtr25gAx1iVCy3R8Tlzy { width:26rem;height:17.0625rem;top:21.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOfxTi7oBaEPiO5NWAFBxOtfusJ4g2E4 { width:28.25rem;height:31.375rem;top:10.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKQJ9hKKGbb2dxMU0Bo9Wf7HJ0x2p2UZ { width:24.4375rem;height:13.25rem;top:21.0625rem;left:7.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOzEUB0VBWK3Q9b0Flrs5UO71wozqiMD { width:18.75rem;height:1.625rem;top:17.125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McTryOA9c4kL3dSGvqf2yopENefqyzDN { width:3.125rem;height:3.0625rem;top:12.8125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4gzOdVQoU42Z7fe1v9D3fAywncpunUu { width:47.75rem;height:;top:3.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKasmnsWXxSfbs6Gdry0s9xqiaUNS6zt { top:2.75rem;left:0rem;width:47.75rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVma2iRDSzDGQiXQcTelcLeGtssvnTQX { display:block; }#uVma2iRDSzDGQiXQcTelcLeGtssvnTQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDnECyOyh5JNWHi4twOKGzN1lb66Aizi { width:19.3125rem;height:4.4375rem;top:2.5rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWzdE9CyW6QViHLsMUkzZGB1yswVqtCq { width:2.6875rem;height:2.6875rem;top:9.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6nqJkI14648qHnRBrsGT7V75f20Nz0a { width:16.5625rem;height:6rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LurCDMJ7n0FKxwCNp7TCq5WDCTq7XNz4 { width:15.625rem;height:;top:9.625rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssItzDPpl9uvqWkpAx2N40CgU1I7EEIl { width:15.625rem;height:1.6875rem;top:23.75rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEPzJllXhtDVloWZfaw6SuwatZHT8WXR { width:16.5625rem;height:7.5rem;top:26.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQPfGN9oKrdF5NyvhLbX3Wze5l62UaXV { width:18.3125rem;height:7.5rem;top:12rem;left:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ITIA8TuFdLnQzM2ramCzIJR49iOQTW { width:15.625rem;height:1.6875rem;top:9.625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbnuiqn6OyNOF4WCXSlZKnUGH6h1TJqm { width:19.0625rem;height:1.6875rem;top:23.75rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBKF1y8HXqs1G6ELdqQyKxRVCFT6TdHh { width:18.625rem;height:9rem;top:26.75rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oScvAOl0Iin2KVdEXnytiJHqei1OTbEe { width:2.6875rem;height:2.6875rem;top:23.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrbN4SOMiHc59dQ3TDuKr1gawTs1AJEa { width:2.6875rem;height:2.6875rem;top:23.25rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0fT13NWNACiGiisWmrkRpgQrzhOQORQ { width:2.6875rem;height:2.6875rem;top:9.375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSu6bRM4cIUxFSgbhJwwRIzPX8JWH4Gh { top:21.25rem;left:0rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLlMSgsw2ku28oczIXJhwO3vRcc59CD1 { display:block; }#dLlMSgsw2ku28oczIXJhwO3vRcc59CD1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvnMfwySLcvX4sgACML2UPi88gHfe5Bi { width:47.75rem;height:5.0625rem;top:8.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT1ZJ6sfVG1hRugaARTPZg1kQT7WQXg9 { width:29.875rem;height:4.4375rem;top:2.0625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHSZ6oKJk0TT3Az3JgvSh74pCLLC7EIi { top:26rem;left:5.8125rem;width:41.9375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLicxLlEgE4QwkBL7EbIRGhkMhhJWp0J { width:47.75rem;height:5.0625rem;top:15.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RylmhGFL1sXDeD16TTnoUVG0DSR35Dn1 { width:47.75rem;height:3.375rem;top:22.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S { display:block; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S { background-color: transparent; background-image: none; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row .container > .video-iframe-container { display: none; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row > .video-iframe-container { display: none; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .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); }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvedQuWWHQhAJUiIDIXxHEvGVpNNpWin { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddu5oRx29m5Mv8qComLRrOH1d2tlUVux { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxvoE88lkCosuuL53fFGThm8kwaMStKr { top:8.75rem;left:23.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO84WOfNNucTJqnusF15ANWO3J9TfH9v { top:9.0625rem;left:27.625rem;width:19.8125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvcybk14MUGAGgIn0cStQs1f2lGMmJXZ { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@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:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifSgMFhssPTEfr8xcnU9biotICxfmdHl { width:20rem;height:24.954954954955rem;top:27.772rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTF8yDin8UDVE60gZwgiH8aqTo5AsEg { width:20rem;height:10.3984375rem;top:4.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTaooBcSEZMceC396kaaFJqrcQ3XqLDr { width:13.0625rem;height:2.25rem;top:24.272rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueZbX0lWHTKl51UalXs5JoPkS7A7BT06 { display:block; }
 }@media only screen and (max-width: 763px) { #U4KK4ukTveJ0sKXscykFwQ8IeTz8TcZc { width:20rem;height:6.499rem;top:16.5234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8BAXJLniTSwA6MkMmffMaSpJDJQlGCB { width:8.8125rem;height:2.375rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2tJBv9cFwynC7haeqDpyTNVVVwCe84m { display:block; }#k2tJBv9cFwynC7haeqDpyTNVVVwCe84m > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeU7B8uRee2ZSh8DAzDBKTReqP43PtbW { width:18.75rem;height:35.625rem;top:8.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS0DxnLuy9Qu4oZJ337bMWsWun1HDfRo { width:3.125rem;height:3.125rem;top:47.9375rem;left:8.4375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A32y05hhvJc0UE30r5QuyMtVQqSiQLEK { width:18.75rem;height:1.29980625rem;top:14.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU6e5zu8fLAZFtr25gAx1iVCy3R8Tlzy { width:16.25rem;height:26.598625rem;top:16.01416015625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOfxTi7oBaEPiO5NWAFBxOtfusJ4g2E4 { width:18.75rem;height:30.75rem;top:45.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKQJ9hKKGbb2dxMU0Bo9Wf7HJ0x2p2UZ { width:16.25rem;height:18.999rem;top:54.87548828125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOzEUB0VBWK3Q9b0Flrs5UO71wozqiMD { width:18.75rem;height:1.29980625rem;top:52.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McTryOA9c4kL3dSGvqf2yopENefqyzDN { width:3.125rem;height:3.0625rem;top:9.8125rem;left:8.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l4gzOdVQoU42Z7fe1v9D3fAywncpunUu { width:20rem;height:2.4375rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKasmnsWXxSfbs6Gdry0s9xqiaUNS6zt { width:20rem;height:77.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVma2iRDSzDGQiXQcTelcLeGtssvnTQX { display:block; }#uVma2iRDSzDGQiXQcTelcLeGtssvnTQX > .row .container { width:20rem;height:81.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDnECyOyh5JNWHi4twOKGzN1lb66Aizi { width:14.625rem;height:2.5996125rem;top:1.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWzdE9CyW6QViHLsMUkzZGB1yswVqtCq { width:2.6875rem;height:2.6875rem;top:5.875rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6nqJkI14648qHnRBrsGT7V75f20Nz0a { width:16.5625rem;height:6rem;top:11.125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LurCDMJ7n0FKxwCNp7TCq5WDCTq7XNz4 { width:15.625rem;height:1.5rem;top:9.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssItzDPpl9uvqWkpAx2N40CgU1I7EEIl { width:15.625rem;height:1.5rem;top:23rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEPzJllXhtDVloWZfaw6SuwatZHT8WXR { width:16.5625rem;height:7.5rem;top:25.1875rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQPfGN9oKrdF5NyvhLbX3Wze5l62UaXV { width:16.5625rem;height:9rem;top:41.1875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ITIA8TuFdLnQzM2ramCzIJR49iOQTW { width:15.625rem;height:1.5rem;top:38.4375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbnuiqn6OyNOF4WCXSlZKnUGH6h1TJqm { width:15.625rem;height:3rem;top:56.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBKF1y8HXqs1G6ELdqQyKxRVCFT6TdHh { width:16.5625rem;height:10.5rem;top:60.5rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oScvAOl0Iin2KVdEXnytiJHqei1OTbEe { width:2.6875rem;height:2.6875rem;top:19.75rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrbN4SOMiHc59dQ3TDuKr1gawTs1AJEa { width:2.6875rem;height:2.6875rem;top:52.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0fT13NWNACiGiisWmrkRpgQrzhOQORQ { width:2.6875rem;height:2.6875rem;top:34.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSu6bRM4cIUxFSgbhJwwRIzPX8JWH4Gh { width:19.75rem;height:19.75rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLlMSgsw2ku28oczIXJhwO3vRcc59CD1 { display:block; }#dLlMSgsw2ku28oczIXJhwO3vRcc59CD1 > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvnMfwySLcvX4sgACML2UPi88gHfe5Bi { width:20rem;height:7.875rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT1ZJ6sfVG1hRugaARTPZg1kQT7WQXg9 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHSZ6oKJk0TT3Az3JgvSh74pCLLC7EIi { width:18.125rem;height:6.9375rem;top:33.787109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLicxLlEgE4QwkBL7EbIRGhkMhhJWp0J { width:20rem;height:9.1875rem;top:16rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RylmhGFL1sXDeD16TTnoUVG0DSR35Dn1 { width:20rem;height:3.9375rem;top:27.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S { background-color:#4f1f8e;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; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row .container { background-color: transparent; background-image: none; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row .container > .video-iframe-container { display: none; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row > .video-iframe-container { display: none; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .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); }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row .container { border-width: 0; border-radius: 0; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5Z3JZhRJ4KckgBRiskZvooxX7AkGK2S > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvedQuWWHQhAJUiIDIXxHEvGVpNNpWin { left:0.1875rem;background-color:transparent;background-image:none;top:8.81103515625rem;width:19.8125rem;height:1.3999rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddu5oRx29m5Mv8qComLRrOH1d2tlUVux { left:0rem;background-color:transparent;background-image:none;top:15.02294921875rem;width:20rem;height:1.79980625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxvoE88lkCosuuL53fFGThm8kwaMStKr { width:2.5rem;height:2.5rem;top:11.52294921875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO84WOfNNucTJqnusF15ANWO3J9TfH9v { left:0.0625rem;background-color:transparent;background-image:none;top:1.25rem;width:19.8125rem;height:6.9995rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvcybk14MUGAGgIn0cStQs1f2lGMmJXZ { left:0rem;background-color:transparent;background-image:none;top:18.57275390625rem;width:20rem;height:2.44921875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }