.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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;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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f866ae3' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-size:auto !important;position:relative;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container {  }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#26265b;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:100018;line-height:1.2;letter-spacing:0;top:13.25rem;left:0rem;height:9.89845rem;font-style:normal;display:block; }
#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#4e4e80;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:25.90625rem;left:0rem;height:5.0625rem;display:block; }
#W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.25rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:34.1875rem;left:0rem;display:block; }
#bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wi8agFcH1WTiSThPIh7LTnAKDEEPrGaq { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:1.875rem;width:2rem;top:7.5625rem;left:19.3125rem;display:block; }
#CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:9.5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:3.125rem;height:34.4375rem;width:34.4375rem;top:7rem;left:25.1875rem;overflow:hidden;display:block; }
#XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -moz-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -ms-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -o-linear-gradient(180deg, #d8ccff, #aea0df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#aea0df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#aea0df' );";background-image: linear-gradient(180deg, #d8ccff, #aea0df);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;height:11.875rem;width:20.9375rem;top:34.1875rem;left:39.0625rem;display:block; }
#u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { position:absolute;display:block;z-index:99988;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ff5b66', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;height:33.4375rem;width:32.125rem;top:4.28125rem;left:13.9375rem;display:block; }
#nfv2TwoykSHTTTGqInd2SLivCfAgetNQ { position:absolute;display:block;z-index:99998;background-color:transparent;background-image: -webkit-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -moz-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -ms-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -o-linear-gradient(198deg, #ff8823, #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='#ffcb66' );";background-image: linear-gradient(198deg, #ff8823, #ffcb66);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;height:9.5rem;width:9rem;top:1.0185546875rem;left:50.919270833333rem;display:block; }
#RCWKRw9GNMg8xkyCrWFQoyoahsavO12A { position:absolute;display:block;z-index:99991;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -moz-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -ms-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -o-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#43d2dc' );";background-image: linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.1875rem;width:30.6875rem;top:9.375rem;left:25rem;display:block; }
#XSEwvbkmBTKJz2uCLxaFbk4oeVTV7WvG { position:absolute;display:block;z-index:99993;background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:56.25rem;border-top-right-radius:3rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:43.75rem;height:7.625rem;width:7.25rem;top:37.71875rem;left:23.125rem;display:block; }
#BvvLMlVwZJBnJFllQLTSQVI41SNTb1GT { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100025;top:39.21875rem;left:24.25rem; }
#z9RSJ8PpQyAGiGmXauAIvMFrTuS1vQtw { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100026;top:3.5rem;left:52.9814453125rem; }
#InlxvApGuHmUg8om2pxhg5y8DXWlTTeu { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:18.25rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container {  }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:block; }#dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { position:absolute;display:block;z-index:99998;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:6.4375rem;left:33.4375rem;display:block; }
#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#26265b;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:8rem;left:33.4375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgthEMkXvTcQF0PgHzsylmPhQtprTGig { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:30.875rem;width:30.875rem;top:6.4375rem;left:0rem;overflow:hidden;display:block; }
#oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -moz-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -ms-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -o-linear-gradient(201deg, #43d2dc, #fff9ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43d2dc', endColorstr='#fff9ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43d2dc', endColorstr='#fff9ea' );";background-image: linear-gradient(201deg, #43d2dc, #fff9ea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.4375rem;width:30.0625rem;top:10.6875rem;left:0.5rem;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#4e4e80;display:block;width:25.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:14.625rem;left:33.4375rem;height:23.625rem;display:block; }
#yegRxK7kyeCQ55nofbm1InBgLe5niL2m { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.25rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:40.4375rem;left:33.4375rem;display:block; }
#aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Im7HQ7mH2EERioSXHO4th6rsJ76w6doG { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #9df1ff);background-image: -moz-linear-gradient(180deg, #ffe6e8, #9df1ff);background-image: -ms-linear-gradient(180deg, #ffe6e8, #9df1ff);background-image: -o-linear-gradient(180deg, #ffe6e8, #9df1ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#9df1ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#9df1ff' );";background-image: linear-gradient(180deg, #ffe6e8, #9df1ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.75rem;width:3.75rem;top:8rem;left:1.9375rem;display:block; }
#pK592zIUQTnfD48y9CSf2onVQlP1X6Rb { position:absolute;display:block;z-index:99997;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -moz-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -ms-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -o-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bffffff', endColorstr='#a3ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bffffff', endColorstr='#a3ffffff' );";background-image: linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;height:15.5rem;width:16.3125rem;top:10.6875rem;left:16.4375rem;display:block; }
#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { background-color: transparent; background-image: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .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); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { border-width: 0; border-radius: 0; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container {  }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { background-color: transparent; background-image: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .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); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { border-width: 0; border-radius: 0; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container {  }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:4.125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { position:absolute;display:block;z-index:99996;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:2.0625rem;left:26.875rem;display:block; }
#MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq { position:relative;display:block; }#MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq { background-color: transparent; background-image: none; }#MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq > .row .container > .video-iframe-container { display: none; }#MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq > .row > .video-iframe-container { display: none; }#MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq > .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); }#MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq { border-width: 0; border-radius: 0; }#MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq > .row .container > .video-iframe-container {  }#MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { color:#26265b;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:11.6875rem;left:1.96875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { position:absolute;display:block;z-index:100022;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:3rem;left:4.1875rem;display:block; }
#LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100046;top:5.3125rem;left:6.5rem; }
#x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { position:absolute;display:block;z-index:100023;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:3.625rem;left:3.375rem;display:block; }
#t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.5;letter-spacing:0;top:3.8125rem;left:3.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tei5ocMSatxLVJPrkdDOKdunqkO0mO3c { color:#26265b;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.5;letter-spacing:0;top:11.625rem;left:17rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WaLyif7BTJy6tr86S6q9k7LdlHchEgmg { position:absolute;display:block;z-index:100028;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:2.375rem;left:19.1875rem;display:block; }
#FiO4S8KyKg1A1UulRlEaHzlcAXLTIn52 { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100052;top:4.625rem;left:21.5rem; }
#OkcSWfTy5gWqB24rhDA1kxoqVcbKUNTW { position:absolute;display:block;z-index:100029;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:3rem;left:18.375rem;display:block; }
#xBUfpOtt5ACZPWfgdbM0SHcZOoZmdxcQ { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100039;line-height:1.5;letter-spacing:0;top:3.1875rem;left:18.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hNXOggCJbdvG55bwKVTK9u30Tb8TOdO1 { color:#26265b;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.5;letter-spacing:0;top:11.8125rem;left:31.96875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qkKThA1c1kJlvgt5WDtRx2d0hrGDQZnl { position:absolute;display:block;z-index:100034;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:3.0625rem;left:34.1875rem;display:block; }
#lXOsTVEN00aUClwf6v8g1r7OfmIcsZF7 { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100058;top:5.375rem;left:36.5rem; }
#tIMFNK1FylqcU5fDHchTcw0BHpw2fFST { position:absolute;display:block;z-index:100035;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:3.6875rem;left:33.375rem;display:block; }
#Z8kZ15xTF5gVhLP8vorDS3zv6VTHNQsM { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100045;line-height:1.5;letter-spacing:0;top:3.875rem;left:33.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { color:#26265b;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.5;letter-spacing:0;top:12rem;left:46.6875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100048;top:5.3125rem;left:51.125rem; }
#rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { position:absolute;display:block;z-index:100034;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:3.0625rem;left:48.75rem;display:block; }
#pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { position:absolute;display:block;z-index:100035;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:3.4375rem;left:48.125rem;display:block; }
#ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100045;line-height:1.5;letter-spacing:0;top:3.625rem;left:48.1875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f866ae3' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-size:auto !important;position:relative;display:block; }#x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O > .row .container { background-color: transparent; background-image: none; }#x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O > .row .container > .video-iframe-container { display: none; }#x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O > .row > .video-iframe-container { display: none; }#x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O > .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); }#x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O > .row .container { border-width: 0; border-radius: 0; }#x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O > .row > .video-iframe-container {  }#x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:60rem;position:relative;display:block; }#fBLGegrkJToUXM2LuB93wDTLHBSClkmi { position:absolute;display:block;z-index:99998;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:6.4375rem;left:33.4375rem;display:block; }
#ChuF2sCI23Xb7rvzvKm66bOQaK99TXqr { color:#26265b;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:8rem;left:33.4375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sTQB5crQ5GtxpKvfsrHKp0PuAhPGmfX6 { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -moz-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -ms-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -o-linear-gradient(201deg, #43d2dc, #fff9ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43d2dc', endColorstr='#fff9ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43d2dc', endColorstr='#fff9ea' );";background-image: linear-gradient(201deg, #43d2dc, #fff9ea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.4375rem;width:30.0625rem;top:10.6875rem;left:0.5rem;display:block; }
#GDLMq5mLeIHmruLEKmU3oIIiBIVSyagM { color:#4e4e80;display:block;width:25.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:14.625rem;left:33.4375rem;height:25.3125rem;display:block; }
#Z8w5otJoS34X3EpIc0C6MT8rH2DKpkNs { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.25rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:42.625rem;left:33.4375rem;display:block; }
#MSxCkL2avsTRSrIachVRMikUT2GQdzer { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K4E1EVDCPKoOuxRAafRlb0D1tOoqyrmi { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:33.375rem;top:12.0625rem;left:0rem;overflow:hidden;display:block; }
#F6cTxlL0JR3rs2UAuqQZNKfQ4KPE9vJF { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:1.875rem;width:2rem;top:8.6875rem;left:11.1875rem;display:block; }
#WzOtC9TFvND6641msm5xK44mq39A7mz9 { position:absolute;display:block;z-index:99990;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ff5b66', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;height:33.4375rem;width:32.125rem;top:5.40625rem;left:5.8125rem;display:block; }
#JJ353wvW5io67mvuTTTUvN0k3ipAbJn4 { position:absolute;display:block;z-index:99995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -moz-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -ms-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -o-linear-gradient(180deg, #d8ccff, #aea0df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#aea0df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#aea0df' );";background-image: linear-gradient(180deg, #d8ccff, #aea0df);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;height:11.875rem;width:20.9375rem;top:37.3125rem;left:39.0625rem;display:block; }
#HvxAC2XrOWRTnVTTKFNkDFg1hsyH0S3w { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -moz-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -ms-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -o-linear-gradient(198deg, #ff8823, #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='#ffcb66' );";background-image: linear-gradient(198deg, #ff8823, #ffcb66);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;height:9.5rem;width:9rem;top:1.162109375rem;left:22.75rem;display:block; }
#M0h2ps6UwflVm1IvpC89k92ZBAcJiVl5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100023;top:2.9375rem;left:24.6875rem; }
#DEGkkfQkXciFD7HWgDk0Tcfsy8AF5cAM { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100026;top:34.625rem;left:4.5rem; }
#wsS7fCUWKdLyz4DxOuO1KhUA96ETKDqi { position:absolute;display:block;z-index:99994;background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:56.25rem;border-top-right-radius:3rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:43.75rem;height:7.625rem;width:7.25rem;top:33.125rem;left:3.1875rem;display:block; }
#ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ { position:relative;display:block; }#ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ { background-color: transparent; background-image: none; }#ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ > .row .container > .video-iframe-container { display: none; }#ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ > .row > .video-iframe-container { display: none; }#ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ > .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); }#ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ { border-width: 0; border-radius: 0; }#ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ > .row .container > .video-iframe-container {  }#ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#n1c2yhiKtIfTQi7fTOdTGfH2tNOGmJA4 { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.6;letter-spacing:0;top:2.638671875rem;left:0rem;height:9.59765rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62 > .row .container { background-color: transparent; background-image: none; }#TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62 > .row .container > .video-iframe-container { display: none; }#TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62 > .row > .video-iframe-container { display: none; }#TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62 > .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); }#TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62 > .row .container { border-width: 0; border-radius: 0; }#TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62 > .row > .video-iframe-container {  }#TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62 > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#ZefBt8NvPoCwZOwiV7i6PqoS4KffZORw { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:4.75rem;left:0rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oZ5PIsKR3VtL9eZheB4QrUXltrJPRvkG { position:absolute;display:block;z-index:99998;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.5625rem;left:26.875rem;display:block; }
#uX52zyMU9oKFF07cy0092Ae6IF0kMyh8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uX52zyMU9oKFF07cy0092Ae6IF0kMyh8 > .row .container { background-color: transparent; background-image: none; }#uX52zyMU9oKFF07cy0092Ae6IF0kMyh8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX52zyMU9oKFF07cy0092Ae6IF0kMyh8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX52zyMU9oKFF07cy0092Ae6IF0kMyh8 > .row .container > .video-iframe-container { display: none; }#uX52zyMU9oKFF07cy0092Ae6IF0kMyh8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX52zyMU9oKFF07cy0092Ae6IF0kMyh8 > .row > .video-iframe-container { display: none; }#uX52zyMU9oKFF07cy0092Ae6IF0kMyh8 > .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); }#uX52zyMU9oKFF07cy0092Ae6IF0kMyh8 > .row .container { border-width: 0; border-radius: 0; }#uX52zyMU9oKFF07cy0092Ae6IF0kMyh8 > .row > .video-iframe-container {  }#uX52zyMU9oKFF07cy0092Ae6IF0kMyh8 > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:60rem;position:relative;display:block; }#pWfxrTDIZe8qSuqPm0NURJNhGGEQSfGq { position:absolute;display:block;z-index:100008;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 #004ea9;border-left:0.125rem solid #004ea9;border-right:0.125rem solid #004ea9;border-bottom:0.125rem solid #004ea9;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:33.9375rem;width:22.125rem;top:4.46875rem;left:30.5625rem;display:block; }
#f4EytbBMP7Uyy18MbPbMb2crUpMLERJ0 { position:absolute;display:block;z-index:100000;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;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:25.875rem;width:20.4375rem;top:10.4375rem;left:7.875rem;display:block; }
#La0Pm1XGWfBXiKC6FL76IMGQMMpy9V47 { position:absolute;display:block;z-index:100019;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:15.625rem;top:19.8125rem;left:10.28125rem;display:block; }
#tMTaFvOqetZTEHW5t9o8JTZ2EUDW2Hu0 { color:#68b6ff;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100013;line-height:1.8;letter-spacing:0;top:23.1875rem;left:12.875rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#XP3JCFvp0oxI1rH9QNlTgQsUddpoNiVg { position:absolute;display:block;z-index:100020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:15.625rem;top:15.69921875rem;left:32.65625rem;display:block; }
#nm8iGk17AZaZmIqUQ9OIT7ws6OgE25i1 { color:#26265b;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:13.8125rem;left:10.3125rem;height:3.8984375rem;text-align:left;text-align-last:left;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; }
#RWloEWEWKa0XGnkEzpOpgOdmUKPxGDp4 { color:#26265b;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:8.125rem;left:32.875rem;height:4.875rem;text-align:left;text-align-last:left;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; }
#S4ffOeyFZW4zMdTiEDS2zHcS18MpM8tN { color:#68b6ff;display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100014;line-height:1.8;letter-spacing:0;top:25.75rem;left:12.8125rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#FVBIVhT3dSTUvwDWRBID2XD6Tpexn4xG { color:#68b6ff;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100015;line-height:1.8;letter-spacing:0;top:28.1875rem;left:12.75rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#wKEc62KZlSZTn2LW7opnnV8WSe8xqzxx { color:#68b6ff;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100016;line-height:1.8;letter-spacing:0;top:30.625rem;left:12.75rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#u96JIEPEplum4vJPJRWI80TsR7zgLequ { color:#68b6ff;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100025;line-height:1.8;letter-spacing:0;top:19.875rem;left:35.375rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#CQaGaHtVIJtt5aTXo35rT58IPC2iozcx { color:#68b6ff;display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100026;line-height:1.8;letter-spacing:0;top:22.375rem;left:35.25rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#VpE12HeB6SILBU1Hv8TUk2EB7AdphBpi { color:#68b6ff;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100027;line-height:1.8;letter-spacing:0;top:25rem;left:35.25rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#u5WimJ128WVgBPblSdS84N8HTgKBw5lL { color:#68b6ff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100028;line-height:1.8;letter-spacing:0;top:27.5rem;left:35.25rem;height:3.375rem;text-align:left;text-align-last:left;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; }
#DRxgfAdp5dhKhLKTlEHyXappZHaM3FCg { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.3125rem;width:20.0625rem;top:32.3125rem;left:7.875rem;overflow:hidden;display:block; }
#BTHc3kE2Os4MRFDzCzK3TpgPceEFKg22 { box-sizing:content-box;color:#412d9d;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:block;z-index:100031;top:19.1875rem;left:32.1875rem;display:block; }
#FCf35UQwXCRwS2T8TF9s4Lnd5TxS35I8 { box-sizing:content-box;color:#412d9d;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:block;z-index:100032;top:22.4375rem;left:9.8125rem;display:block; }
#DOJ94sfBe8Xm3nTLNt1Kh2w1E4yPDrZk { box-sizing:content-box;color:#412d9d;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:block;z-index:100032;top:24.9375rem;left:9.8125rem;display:block; }
#HVKfdsr8ybdGJVxkTwh0piOCqnGL3k59 { box-sizing:content-box;color:#412d9d;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:block;z-index:100033;top:27.3125rem;left:9.875rem;display:block; }
#QDkwZxDX8mUSMimokAXgTGNSxWoMsECG { box-sizing:content-box;color:#412d9d;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:block;z-index:100031;top:29.875rem;left:9.8125rem;display:block; }
#Egp7i3ZtVKNEye5TuG7z03GJJoGgD7gO { box-sizing:content-box;color:#412d9d;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:block;z-index:100032;top:21.75rem;left:32.1875rem;display:block; }
#cqIwaEaWeVTzOEy61TD6Cw7dTuB4CgN9 { box-sizing:content-box;color:#412d9d;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:block;z-index:100033;top:24.25rem;left:32.1875rem;display:block; }
#QuWJTMk9FFkO5xQfW3BtNQkQBGZc9ceM { box-sizing:content-box;color:#412d9d;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:block;z-index:100034;top:26.75rem;left:32.1875rem;display:block; }
#vULDqqEx6LR5PznZQPsJGFWKnk1zmvVs { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.25rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:32.3125rem;left:35rem;display:block; }
#etM5zwuCTlw3NBthx1ztZLTkDhwAU74q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#igThA3OZTUlasycp7xBtMJiaXTZKqmaE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -moz-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -ms-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -o-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ddd3ff', endColorstr='#33866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ddd3ff', endColorstr='#33866ae3' );";background-image: linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-size:auto !important;position:relative;display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { background-color: transparent; background-image: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container > .video-iframe-container { display: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container { display: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .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); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { border-width: 0; border-radius: 0; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container {  }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#BKHWagMHfaAG8bhTGOdRDi4khNifDywF { color:#26265b;display:block;width:43.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:3.5rem;left:7.1875rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iccK47nmmk1bmTmw2dRyzSx2JbmegPhp { position:absolute;display:block;z-index:99996;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -moz-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -ms-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -o-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bffffff', endColorstr='#a3ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bffffff', endColorstr='#a3ffffff' );";background-image: linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;height:15.5rem;width:16.3125rem;top:5.5625rem;left:0rem;display:block; }
#InrQVJeUh9Zx04812wdw8LD0ZyXwq5Kd { position:absolute;display:block;z-index:100021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #9df1ff);background-image: -moz-linear-gradient(180deg, #ffe6e8, #9df1ff);background-image: -ms-linear-gradient(180deg, #ffe6e8, #9df1ff);background-image: -o-linear-gradient(180deg, #ffe6e8, #9df1ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#9df1ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#9df1ff' );";background-image: linear-gradient(180deg, #ffe6e8, #9df1ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.75rem;width:3.75rem;top:3.9375rem;left:51.8388671875rem;display:block; }
#KkvzrMUV6o22pGJfnlwQsDWbMV4uhZKw { position:absolute;display:block;z-index:99997;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:2.25rem;left:25.75rem;display:block; }
#V68LZv62WukR6L4CE3Mb2SHCP5hDhCLC { color:#26265b;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:12.474609375rem;left:0.625rem;height:12.582rem;font-style:normal;display:block; }#V68LZv62WukR6L4CE3Mb2SHCP5hDhCLC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V68LZv62WukR6L4CE3Mb2SHCP5hDhCLC li:before{  }
#yhzsbk7EkSlqAwSUmHxbvbSDAlXaXVti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:18.3125rem;width:18.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100023;top:9.609375rem;left:38.8701171875rem; }
#Gtcl7AUVns2JfqRQFMSTfScSEWaQsuT2 { position:absolute;display:block;z-index:99989;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ff5b66', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;height:20.4375rem;width:19.625rem;top:19.8125rem;left:40.375rem;display:block; }
#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;position:relative;display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { background-color: transparent; background-image: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .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); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { border-width: 0; border-radius: 0; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container {  }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { position:absolute;display:block;z-index:99996;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;position:relative;display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { background-color: transparent; background-image: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .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); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { border-width: 0; border-radius: 0; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container {  }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#t8NxTu7t4AGtZZmWevRvco78E1cOufAp { position:absolute;display:block;z-index:100023;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100025;line-height:1.5;letter-spacing:0;top:1.9375rem;left:15.15625rem;height:7.875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:10.6875rem;left:15.15625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#SG05vfSsEbok3Czletr19174nvJ95VbC { position:absolute;display:block;z-index:100027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #43d2dc);background-image: -moz-linear-gradient(180deg, #ffe6e8, #43d2dc);background-image: -ms-linear-gradient(180deg, #ffe6e8, #43d2dc);background-image: -o-linear-gradient(180deg, #ffe6e8, #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );";background-image: linear-gradient(180deg, #ffe6e8, #43d2dc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:1rem;left:0rem;display:block; }
#mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.25rem;width:12.25rem;top:0.84375rem;left:0.75rem;overflow:hidden;display:block; }
#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;position:relative;display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { background-color: transparent; background-image: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .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); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { border-width: 0; border-radius: 0; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container {  }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { position:absolute;display:block;z-index:100023;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:16.25rem;display:block; }
#wvq9W56eefogyOneNeu9mLzQAPTxlL2M { color:#4e4e80;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100025;line-height:1.5;letter-spacing:0;top:3.3125rem;left:19.375rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:10.75rem;left:19.375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#bVRydiliFp98mNNH1DOoOmXStTR4mUAD { position:absolute;display:block;z-index:100027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:9.9375rem;left:47.25rem;display:block; }
#ZCrgiv2Dtr4JIEOyfMVdlE0TE0Q3Zfcz { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:11.9375rem;top:1rem;left:47.25rem;overflow:hidden;display:block; }
#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;position:relative;display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { border-width: 0; border-radius: 0; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container {  }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { position:absolute;display:block;z-index:100023;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { color:#4e4e80;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100025;line-height:1.5;letter-spacing:0;top:3.1875rem;left:15.15625rem;height:7.875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:11.0625rem;left:15.5625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { position:absolute;display:block;z-index:100027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -moz-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -ms-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -o-linear-gradient(180deg, #ffe6e8, #866ae3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#866ae3' );";background-image: linear-gradient(180deg, #ffe6e8, #866ae3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:9.15625rem;left:8.625rem;display:block; }
#RwdtVUdW0G02TJQoAlB6VyZOGrv3JCcE { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:11rem;width:11rem;top:1.21875rem;left:0.6875rem;overflow:hidden;display:block; }
#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { background-color: transparent; background-image: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .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); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { border-width: 0; border-radius: 0; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container {  }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zynl76p3y9OAqStyPwKfORByd6TXwuRk { position:absolute;display:block;z-index:99996;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#fM0E89P23opNIipHwLETRRneH77Jr8GJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { background-color: transparent; background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .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); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { border-width: 0; border-radius: 0; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container {  }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:block; }#br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { position:absolute;display:block;z-index:100018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -moz-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -ms-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -o-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fcffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fcffffff' );";background-image: linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;height:15.5rem;width:16.3125rem;top:15.125rem;left:0rem;display:block; }
#gqHtfnp05mGSifDcqupEGiBMwtZsORbp { position:absolute;display:block;z-index:100021;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -moz-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -ms-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -o-linear-gradient(197deg, #ffe6e8, #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );";background-image: linear-gradient(197deg, #ffe6e8, #43d2dc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.5625rem;width:3.8125rem;top:10.34375rem;left:6.25rem;display:block; }
#DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.9375rem;width:48.375rem;top:2.15625rem;left:5.8125rem;display:block; }
#JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { position:absolute;display:block;z-index:99995;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -moz-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -ms-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -o-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#665fffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#665fffff' );";background-image: linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:18.5rem;top:26.3125rem;left:41.75rem;display:block; }
#CA9QEsRGrB1MLmSuJ7TGokHa0bZG0FfT { position:absolute;display:block;z-index:100020;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;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.3125rem;width:19.125rem;top:5.21875rem;left:8rem;display:block; }
#lLB4x8FtLVDEvbFMQWc1tBsB8BsmeQRg { position:absolute;display:block;z-index:99996;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;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.375rem;width:19.125rem;top:5.1875rem;left:32.6875rem;display:block; }
#pZ3TrDf2yPoDDecCJmCAllfx79chkqOU { color:#4e4e80;display:block;width:18.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:7.6875rem;left:33rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xz5KdrW9IdasSF9wsFtvoyP5TSZZtUCM { color:#4e4e80;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:7.6875rem;left:10.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qyu56xyRherSC5w0kz8DWXtRJSEwogqC { color:#4e4e80;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:12.875rem;left:36.59375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tQRO0hJWLcozd5vSPNPI6NnQtBQTKaxM { color:#4e4e80;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:14.5rem;left:11.90625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ILi5nKT4ODMm7UPk8ZOWvd1Q8sf2EF3E { box-sizing:content-box;color:#412d9d;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:block;z-index:100099;top:21rem;left:10.0625rem;display:block; }
#zRCPal0vFTgTT7eMTS4zACEI0hX2TMLg { box-sizing:content-box;color:#412d9d;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:block;z-index:100111;top:21rem;left:34.875rem;display:block; }
#xTiq3vOQXrZUwaKaMtWNUiaSuS6WIxVD { color:#4e4e80;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100093;line-height:1.8;letter-spacing:0;top:21.75rem;left:13.25rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#Jr248iU3rvITl2RBxyWkoa8CPKAr9bIk { color:#68b6ff;display:block;width:10.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100105;line-height:1.8;letter-spacing:0;top:21.75rem;left:38.0625rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#FqVUwpUpql6c7JQI7Uss797dZzub8I7g { box-sizing:content-box;color:#412d9d;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:block;z-index:100100;top:23.5625rem;left:10.0625rem;display:block; }
#SwvtkPN6q5vcTDTxoVSaCeZhATkgLV33 { color:#4e4e80;display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100094;line-height:1.8;letter-spacing:0;top:24.4375rem;left:13.125rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#JT4Wt0u2SBiROrborTzawVaCTWFRJMvJ { box-sizing:content-box;color:#412d9d;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:block;z-index:100112;top:23.5625rem;left:34.875rem;display:block; }
#awevgPeu9ayEtpMmn3P5hMXRTBqqwh02 { color:#68b6ff;display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100106;line-height:1.8;letter-spacing:0;top:24.3125rem;left:37.9375rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#uCFhdbkLdsD8pUXPbuPRUqouXcp4PIhW { box-sizing:content-box;color:#412d9d;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:block;z-index:100113;top:26.0625rem;left:34.875rem;display:block; }
#dWXdKRr1gRD8NxetDJJXDD8yfoUmIy0Q { color:#68b6ff;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100107;line-height:1.8;letter-spacing:0;top:26.8125rem;left:38rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#qTe1CALFTAgyMbqpUINNZV6Khw52xI3f { box-sizing:content-box;color:#412d9d;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:block;z-index:100102;top:28.75rem;left:34.875rem;display:block; }
#peQA0ELqyVd09ZVC3E0pChTeSKWe1fSz { color:#68b6ff;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100096;line-height:1.8;letter-spacing:0;top:29.375rem;left:38.1875rem;height:3.375rem;text-align:left;text-align-last:left;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; }
#Vy2NrFJ9ublLdhGu7Rufu9pmnFtmbrcw { box-sizing:content-box;color:#412d9d;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:block;z-index:100069;top:28.625rem;left:10.0625rem;display:block; }
#HAzMmX6abA5GIsDSH0J2bWtwh5BeoakE { color:#4e4e80;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100054;line-height:1.8;letter-spacing:0;top:29.375rem;left:13.125rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#gCTQAVUIklgFLcffy0CW6G4I3TdsXqnF { box-sizing:content-box;color:#412d9d;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:block;z-index:100115;top:26.0625rem;left:10.125rem;display:block; }
#TGzuSWISX5wiPzQ2u86ZcPSxSVST4pq0 { color:#68b6ff;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100109;line-height:1.8;letter-spacing:0;top:26.9375rem;left:13.25rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#aOGaWU8HOc6VfEXi5h6v34JrKri6b3Sz { position:absolute;display:block;z-index:100021;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #ffe6e8, #aa43dc);background-image: -moz-linear-gradient(197deg, #ffe6e8, #aa43dc);background-image: -ms-linear-gradient(197deg, #ffe6e8, #aa43dc);background-image: -o-linear-gradient(197deg, #ffe6e8, #aa43dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#aa43dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#aa43dc' );";background-image: linear-gradient(197deg, #ffe6e8, #aa43dc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.5625rem;width:3.8125rem;top:15.8125rem;left:49.09375rem;display:block; }
#AfoBhzIOm2XemfsiiLONmUdMAuJJOhfT { color:#68b6ff;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100105;line-height:1.8;letter-spacing:0;top:20.0625rem;left:36.9375rem;height:1.6875rem;text-align:left;text-align-last:left;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:none; }
#y6OopR0sTZzxTF4kCfnbJKdOQFgfyIDc { color:#68b6ff;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100106;line-height:1.8;letter-spacing:0;top:22.625rem;left:36.8125rem;height:1.6875rem;text-align:left;text-align-last:left;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:none; }
#LXLtIAgC0v6pLTTwhretFmBcd4aAQcDh { color:#68b6ff;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100107;line-height:1.8;letter-spacing:0;top:25.25rem;left:36.875rem;height:1.6875rem;text-align:left;text-align-last:left;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:none; }
#QPNgDOddQgTkRCAz5AJlNzoeSJL7nNnx { color:#68b6ff;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100096;line-height:1.8;letter-spacing:0;top:27.375rem;left:36.875rem;height:3.375rem;text-align:left;text-align-last:left;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:none; }
#SaRC82sUfg7pAWgfMTCS9eoPMb7k0kWF { color:#68b6ff;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100105;line-height:1.8;letter-spacing:0;top:20.0625rem;left:36.9375rem;height:1.6875rem;text-align:left;text-align-last:left;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:none; }
#EpuU4e9AbdPxlnnkwHx2qBB3RZFDcpsZ { color:#68b6ff;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100106;line-height:1.8;letter-spacing:0;top:22.625rem;left:36.8125rem;height:1.6875rem;text-align:left;text-align-last:left;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:none; }
#HZBpXJDx6Kf2gPXJDZd22fcCbiOFPie4 { color:#68b6ff;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100107;line-height:1.8;letter-spacing:0;top:25.25rem;left:36.875rem;height:1.6875rem;text-align:left;text-align-last:left;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:none; }
#yMAKNLLSgEyGMhXJ7oKNebAuHMzlN1m7 { color:#68b6ff;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100096;line-height:1.8;letter-spacing:0;top:27.375rem;left:36.875rem;height:3.375rem;text-align:left;text-align-last:left;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:none; }
#ufHTT2Lv5koLO8TKnlr26ClF9o1ilzpq { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.25rem;text-decoration:none;z-index:100116;text-align:center;text-align-last:center;top:34rem;left:10.8125rem;display:block; }
#Ton1ONfvJaTfx8QH2b2s3EsJe7TZ7rTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CNkbZPKyZ1TqLNiN989oUl2L2wpnyme8 { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.25rem;text-decoration:none;z-index:100117;text-align:center;text-align-last:center;top:34rem;left:35.5rem;display:block; }
#fLwwfAHCneJSb3W9KohutNnSRSELJU7X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:13.25rem;left:0rem;width:23.8125rem;height:9.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:25.875rem;left:0rem;width:24.25rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { width:13.5rem;height:3.25rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block; }
 }@media only screen and (max-width: 763px) { #Wi8agFcH1WTiSThPIh7LTnAKDEEPrGaq { width:2rem;height:1.875rem;top:7.5625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { width:34.4375rem;height:34.4375rem;top:7rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { top:34.1875rem;left:26.8125rem;width:20.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:32.125rem;height:33.4375rem;top:4.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfv2TwoykSHTTTGqInd2SLivCfAgetNQ { width:9rem;height:9.5rem;top:1rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCWKRw9GNMg8xkyCrWFQoyoahsavO12A { top:9.375rem;left:17.0625rem;width:30.6875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSEwvbkmBTKJz2uCLxaFbk4oeVTV7WvG { width:7.25rem;height:7.625rem;top:37.6875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvvLMlVwZJBnJFllQLTSQVI41SNTb1GT { width:5rem;height:5rem;top:39.1875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9RSJ8PpQyAGiGmXauAIvMFrTuS1vQtw { width:4.375rem;height:4.375rem;top:3.5rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InlxvApGuHmUg8om2pxhg5y8DXWlTTeu { top:2.4375rem;left:0rem;width:18.25rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { top:6.4375rem;left:27.3125rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:8rem;left:24.625rem;width:23.125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:30.875rem;height:30.875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { top:10.6875rem;left:0rem;width:30.0625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:14.625rem;left:22.3125rem;width:25.4375rem;height:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yegRxK7kyeCQ55nofbm1InBgLe5niL2m { width:13.5rem;height:3.25rem;top:40.4375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block; }
 }@media only screen and (max-width: 763px) { #Im7HQ7mH2EERioSXHO4th6rsJ76w6doG { width:3.75rem;height:3.75rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK592zIUQTnfD48y9CSf2onVQlP1X6Rb { width:16.3125rem;height:15.5rem;top:10.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { top:4.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { top:2.0625rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq { display:block; }#MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { top:11.6875rem;left:0.4375rem;width:11.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:3rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:2.9375rem;height:2.9375rem;top:5.3125rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:2.25rem;height:2.25rem;top:3.625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { top:3.8125rem;left:1.90625rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tei5ocMSatxLVJPrkdDOKdunqkO0mO3c { top:11.625rem;left:12.40625rem;width:11.0625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaLyif7BTJy6tr86S6q9k7LdlHchEgmg { width:7.5rem;height:7.5rem;top:2.375rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiO4S8KyKg1A1UulRlEaHzlcAXLTIn52 { width:2.9375rem;height:2.9375rem;top:4.625rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkcSWfTy5gWqB24rhDA1kxoqVcbKUNTW { width:2.25rem;height:2.25rem;top:3rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBUfpOtt5ACZPWfgdbM0SHcZOoZmdxcQ { top:3.1875rem;left:13.84375rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNXOggCJbdvG55bwKVTK9u30Tb8TOdO1 { top:11.8125rem;left:24.3125rem;width:11.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkKThA1c1kJlvgt5WDtRx2d0hrGDQZnl { width:7.5rem;height:7.5rem;top:3.0625rem;left:26.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXOsTVEN00aUClwf6v8g1r7OfmIcsZF7 { width:2.9375rem;height:2.9375rem;top:5.375rem;left:28.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIMFNK1FylqcU5fDHchTcw0BHpw2fFST { width:2.25rem;height:2.25rem;top:3.6875rem;left:25.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8kZ15xTF5gVhLP8vorDS3zv6VTHNQsM { top:3.875rem;left:25.78125rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { top:12rem;left:35.96875rem;width:11.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:2.8125rem;height:2.8125rem;top:5.3125rem;left:40.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:7.5rem;height:7.5rem;top:3.0625rem;left:38.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:2.25rem;height:2.25rem;top:3.4375rem;left:37.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { top:3.625rem;left:37.46875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O { display:block; }#x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBLGegrkJToUXM2LuB93wDTLHBSClkmi { top:6.4375rem;left:27.3125rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChuF2sCI23Xb7rvzvKm66bOQaK99TXqr { top:8rem;left:24.625rem;width:23.125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTQB5crQ5GtxpKvfsrHKp0PuAhPGmfX6 { top:10.6875rem;left:0rem;width:30.0625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDLMq5mLeIHmruLEKmU3oIIiBIVSyagM { top:14.625rem;left:22.3125rem;width:25.4375rem;height:25.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8w5otJoS34X3EpIc0C6MT8rH2DKpkNs { width:13.5rem;height:3.25rem;top:42.625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSxCkL2avsTRSrIachVRMikUT2GQdzer { display:block; }
 }@media only screen and (max-width: 763px) { #K4E1EVDCPKoOuxRAafRlb0D1tOoqyrmi { width:33.375rem;height:19.125rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6cTxlL0JR3rs2UAuqQZNKfQ4KPE9vJF { width:2rem;height:1.875rem;top:9.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzOtC9TFvND6641msm5xK44mq39A7mz9 { width:32.125rem;height:33.4375rem;top:6rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ353wvW5io67mvuTTTUvN0k3ipAbJn4 { top:37.3125rem;left:26.8125rem;width:20.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvxAC2XrOWRTnVTTKFNkDFg1hsyH0S3w { width:9rem;height:9.5rem;top:1.125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0h2ps6UwflVm1IvpC89k92ZBAcJiVl5 { width:5.125rem;height:5.125rem;top:2.9375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEGkkfQkXciFD7HWgDk0Tcfsy8AF5cAM { width:5rem;height:5rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsS7fCUWKdLyz4DxOuO1KhUA96ETKDqi { width:7.25rem;height:7.625rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ { display:block; }#ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1c2yhiKtIfTQi7fTOdTGfH2tNOGmJA4 { width:47.75rem;height:9.5625rem;top:2.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62 { display:block; }#TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZefBt8NvPoCwZOwiV7i6PqoS4KffZORw { top:4.75rem;left:0rem;width:47.75rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ5PIsKR3VtL9eZheB4QrUXltrJPRvkG { top:3.5625rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX52zyMU9oKFF07cy0092Ae6IF0kMyh8 { display:block; }#uX52zyMU9oKFF07cy0092Ae6IF0kMyh8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWfxrTDIZe8qSuqPm0NURJNhGGEQSfGq { top:4.4375rem;left:23.875rem;width:22.125rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4EytbBMP7Uyy18MbPbMb2crUpMLERJ0 { top:10.4375rem;left:3.4375rem;width:20.4375rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #La0Pm1XGWfBXiKC6FL76IMGQMMpy9V47 { top:19.8125rem;left:7.21875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMTaFvOqetZTEHW5t9o8JTZ2EUDW2Hu0 { width:10.5rem;height:1.6875rem;top:23.1875rem;left:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP3JCFvp0oxI1rH9QNlTgQsUddpoNiVg { top:15.6875rem;left:23.875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm8iGk17AZaZmIqUQ9OIT7ws6OgE25i1 { width:15.0625rem;height:3.875rem;top:13.8125rem;left:7.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWloEWEWKa0XGnkEzpOpgOdmUKPxGDp4 { width:14.5625rem;height:;top:8.125rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4ffOeyFZW4zMdTiEDS2zHcS18MpM8tN { width:13.5625rem;height:1.6875rem;top:25.75rem;left:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVBIVhT3dSTUvwDWRBID2XD6Tpexn4xG { width:7.8125rem;height:1.6875rem;top:28.1875rem;left:9.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKEc62KZlSZTn2LW7opnnV8WSe8xqzxx { width:6.875rem;height:1.6875rem;top:30.625rem;left:9.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u96JIEPEplum4vJPJRWI80TsR7zgLequ { width:11.125rem;height:1.6875rem;top:19.875rem;left:26.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQaGaHtVIJtt5aTXo35rT58IPC2iozcx { width:13.5625rem;height:1.6875rem;top:22.375rem;left:26.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpE12HeB6SILBU1Hv8TUk2EB7AdphBpi { width:7.8125rem;height:1.6875rem;top:25rem;left:26.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5WimJ128WVgBPblSdS84N8HTgKBw5lL { width:16.0625rem;height:1.6875rem;top:27.5rem;left:26.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRxgfAdp5dhKhLKTlEHyXappZHaM3FCg { top:32.3125rem;left:3.8125rem;width:20.0625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTHc3kE2Os4MRFDzCzK3TpgPceEFKg22 { width:3.125rem;height:3.125rem;top:19.1875rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCf35UQwXCRwS2T8TF9s4Lnd5TxS35I8 { width:3.125rem;height:3.125rem;top:22.4375rem;left:6.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOJ94sfBe8Xm3nTLNt1Kh2w1E4yPDrZk { width:3.125rem;height:3.125rem;top:24.9375rem;left:6.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVKfdsr8ybdGJVxkTwh0piOCqnGL3k59 { width:3.125rem;height:3.125rem;top:27.3125rem;left:6.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDkwZxDX8mUSMimokAXgTGNSxWoMsECG { width:3.125rem;height:3.125rem;top:29.875rem;left:6.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egp7i3ZtVKNEye5TuG7z03GJJoGgD7gO { width:3.125rem;height:3.125rem;top:21.75rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqIwaEaWeVTzOEy61TD6Cw7dTuB4CgN9 { width:3.125rem;height:3.125rem;top:24.25rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuWJTMk9FFkO5xQfW3BtNQkQBGZc9ceM { width:3.125rem;height:3.125rem;top:26.75rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vULDqqEx6LR5PznZQPsJGFWKnk1zmvVs { width:13.5rem;height:3.25rem;top:32.3125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etM5zwuCTlw3NBthx1ztZLTkDhwAU74q { display:block; }
 }@media only screen and (max-width: 763px) { #igThA3OZTUlasycp7xBtMJiaXTZKqmaE { display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKHWagMHfaAG8bhTGOdRDi4khNifDywF { top:3.5rem;left:1.0625rem;width:43.375rem;height:6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iccK47nmmk1bmTmw2dRyzSx2JbmegPhp { width:16.3125rem;height:15.5rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InrQVJeUh9Zx04812wdw8LD0ZyXwq5Kd { width:3.75rem;height:3.75rem;top:3.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkvzrMUV6o22pGJfnlwQsDWbMV4uhZKw { top:2.25rem;left:19.625rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V68LZv62WukR6L4CE3Mb2SHCP5hDhCLC { width:34rem;height:12.5625rem;top:12.4375rem;left:0rem;font-size:1.125rem;display:block; }#V68LZv62WukR6L4CE3Mb2SHCP5hDhCLC li:before{  }
 }@media only screen and (max-width: 763px) { #yhzsbk7EkSlqAwSUmHxbvbSDAlXaXVti { width:18.3125rem;height:18.3125rem;top:9.5625rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtcl7AUVns2JfqRQFMSTfScSEWaQsuT2 { width:19.625rem;height:20.4375rem;top:19.8125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:43.75rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { top:1.9375rem;left:9.03125rem;width:25rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { top:10.6875rem;left:9.03125rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG05vfSsEbok3Czletr19174nvJ95VbC { width:3.125rem;height:3.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { width:12.25rem;height:12.25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { width:43.75rem;height:13.9375rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvq9W56eefogyOneNeu9mLzQAPTxlL2M { top:3.3125rem;left:13.25rem;width:26.5625rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { top:10.75rem;left:13.25rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVRydiliFp98mNNH1DOoOmXStTR4mUAD { width:3.125rem;height:3.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCrgiv2Dtr4JIEOyfMVdlE0TE0Q3Zfcz { width:11.9375rem;height:11.9375rem;top:1rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:43.75rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { top:3.1875rem;left:9.03125rem;width:25.8125rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { top:11.0625rem;left:9.4375rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { width:3.125rem;height:3.125rem;top:9.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwdtVUdW0G02TJQoAlB6VyZOGrv3JCcE { width:11rem;height:11rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zynl76p3y9OAqStyPwKfORByd6TXwuRk { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { width:16.3125rem;height:15.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqHtfnp05mGSifDcqupEGiBMwtZsORbp { width:3.8125rem;height:3.5625rem;top:10.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { top:2.125rem;left:0rem;width:47.75rem;height:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { top:26.3125rem;left:29.25rem;width:18.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA9QEsRGrB1MLmSuJ7TGokHa0bZG0FfT { top:5.1875rem;left:1.875rem;width:19.125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLB4x8FtLVDEvbFMQWc1tBsB8BsmeQRg { top:5.1875rem;left:26.5625rem;width:19.125rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3TrDf2yPoDDecCJmCAllfx79chkqOU { top:7.6875rem;left:26.875rem;width:18.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz5KdrW9IdasSF9wsFtvoyP5TSZZtUCM { top:7.6875rem;left:3.9375rem;width:14.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyu56xyRherSC5w0kz8DWXtRJSEwogqC { top:12.875rem;left:30.46875rem;width:11.3125rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQRO0hJWLcozd5vSPNPI6NnQtBQTKaxM { top:14.5rem;left:5.78125rem;width:11.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILi5nKT4ODMm7UPk8ZOWvd1Q8sf2EF3E { width:3.125rem;height:3.125rem;top:21rem;left:3.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRCPal0vFTgTT7eMTS4zACEI0hX2TMLg { width:3.125rem;height:3.125rem;top:21rem;left:28.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiq3vOQXrZUwaKaMtWNUiaSuS6WIxVD { width:10rem;height:1.6875rem;top:21.75rem;left:7.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr248iU3rvITl2RBxyWkoa8CPKAr9bIk { width:10.8125rem;height:1.6875rem;top:21.75rem;left:31.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqVUwpUpql6c7JQI7Uss797dZzub8I7g { width:3.125rem;height:3.125rem;top:23.5625rem;left:3.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwvtkPN6q5vcTDTxoVSaCeZhATkgLV33 { width:13.5625rem;height:1.6875rem;top:24.4375rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4Wt0u2SBiROrborTzawVaCTWFRJMvJ { width:3.125rem;height:3.125rem;top:23.5625rem;left:28.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awevgPeu9ayEtpMmn3P5hMXRTBqqwh02 { width:13.5625rem;height:1.6875rem;top:24.3125rem;left:31.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCFhdbkLdsD8pUXPbuPRUqouXcp4PIhW { width:3.125rem;height:3.125rem;top:26.0625rem;left:28.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWXdKRr1gRD8NxetDJJXDD8yfoUmIy0Q { width:7.8125rem;height:1.6875rem;top:26.8125rem;left:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTe1CALFTAgyMbqpUINNZV6Khw52xI3f { width:3.125rem;height:3.125rem;top:28.75rem;left:28.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peQA0ELqyVd09ZVC3E0pChTeSKWe1fSz { width:14.8125rem;height:3.375rem;top:29.375rem;left:32.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy2NrFJ9ublLdhGu7Rufu9pmnFtmbrcw { width:3.125rem;height:3.125rem;top:28.625rem;left:3.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAzMmX6abA5GIsDSH0J2bWtwh5BeoakE { width:6.875rem;height:1.6875rem;top:29.375rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCTQAVUIklgFLcffy0CW6G4I3TdsXqnF { width:3.125rem;height:3.125rem;top:26.0625rem;left:4rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGzuSWISX5wiPzQ2u86ZcPSxSVST4pq0 { width:7.8125rem;height:1.6875rem;top:26.9375rem;left:7.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOGaWU8HOc6VfEXi5h6v34JrKri6b3Sz { width:3.8125rem;height:3.5625rem;top:15.8125rem;left:42.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfoBhzIOm2XemfsiiLONmUdMAuJJOhfT { width:7.75rem;height:1.6875rem;top:20.0625rem;left:30.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6OopR0sTZzxTF4kCfnbJKdOQFgfyIDc { width:13.5625rem;height:1.6875rem;top:22.625rem;left:30.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXLtIAgC0v6pLTTwhretFmBcd4aAQcDh { width:7.8125rem;height:1.6875rem;top:25.25rem;left:30.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPNgDOddQgTkRCAz5AJlNzoeSJL7nNnx { width:14.8125rem;height:3.375rem;top:27.375rem;left:30.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaRC82sUfg7pAWgfMTCS9eoPMb7k0kWF { width:7.75rem;height:1.6875rem;top:20.0625rem;left:30.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpuU4e9AbdPxlnnkwHx2qBB3RZFDcpsZ { width:13.5625rem;height:1.6875rem;top:22.625rem;left:30.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZBpXJDx6Kf2gPXJDZd22fcCbiOFPie4 { width:7.8125rem;height:1.6875rem;top:25.25rem;left:30.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMAKNLLSgEyGMhXJ7oKNebAuHMzlN1m7 { width:14.8125rem;height:1.6875rem;top:26rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufHTT2Lv5koLO8TKnlr26ClF9o1ilzpq { width:13.5rem;height:3.25rem;top:34rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ton1ONfvJaTfx8QH2b2s3EsJe7TZ7rTl { display:block; }
 }@media only screen and (max-width: 763px) { #CNkbZPKyZ1TqLNiN989oUl2L2wpnyme8 { width:13.5rem;height:3.25rem;top:34rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLwwfAHCneJSb3W9KohutNnSRSELJU7X { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:18.25rem;height:9.75rem;top:8.5rem;left:0.875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:18.875rem;height:4.5rem;top:20.943359375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { width:15.125rem;height:3.375rem;top:55.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block; }
 }@media only screen and (max-width: 763px) { #Wi8agFcH1WTiSThPIh7LTnAKDEEPrGaq { width:2rem;height:1.875rem;top:27.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { width:20rem;height:20rem;top:32.125rem;left:0rem;z-index:100053;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { width:20rem;height:11.875rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:14.5625rem;height:15.0625rem;top:27.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nfv2TwoykSHTTTGqInd2SLivCfAgetNQ { width:6.6875rem;height:7.0625rem;top:25.443359375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCWKRw9GNMg8xkyCrWFQoyoahsavO12A { width:20rem;height:11.625rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSEwvbkmBTKJz2uCLxaFbk4oeVTV7WvG { width:5rem;height:5.25rem;top:47.375rem;left:0.875rem;z-index:100025;border-top-left-radius:56.25rem;border-top-right-radius:3rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvvLMlVwZJBnJFllQLTSQVI41SNTb1GT { width:3.75rem;height:3.75rem;top:48.3125rem;left:1.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9RSJ8PpQyAGiGmXauAIvMFrTuS1vQtw { width:3.75rem;height:3.75rem;top:26.9375rem;left:13.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InlxvApGuHmUg8om2pxhg5y8DXWlTTeu { width:18.25rem;height:5.1875rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:20rem;height:4.875rem;top:4.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:16.0625rem;height:16.0625rem;top:33.5625rem;left:2.9375rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { width:12.8125rem;height:10.5625rem;top:36.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:19.1875rem;height:18.375rem;top:12.4375rem;left:0.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yegRxK7kyeCQ55nofbm1InBgLe5niL2m { width:13.5rem;height:3.25rem;top:50.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block; }
 }@media only screen and (max-width: 763px) { #Im7HQ7mH2EERioSXHO4th6rsJ76w6doG { width:3.0625rem;height:3.0625rem;top:33.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK592zIUQTnfD48y9CSf2onVQlP1X6Rb { width:6.375rem;height:6.0625rem;top:35rem;left:13.125rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { width:20rem;height:7.3125rem;top:3.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { width:6.25rem;height:0.3125rem;top:2rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq { display:block; }#MkuLOOkFpVwNUMnEB9gHBziq4tdrf8Sq > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { width:18.75rem;height:3.75rem;top:12.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:3.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:2.9375rem;height:2.9375rem;top:5.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:2.25rem;height:2.25rem;top:3.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { width:2.1875rem;height:1.875rem;top:3.5625rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tei5ocMSatxLVJPrkdDOKdunqkO0mO3c { width:11.0625rem;height:5.625rem;top:28.375rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaLyif7BTJy6tr86S6q9k7LdlHchEgmg { width:7.5rem;height:7.5rem;top:19.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiO4S8KyKg1A1UulRlEaHzlcAXLTIn52 { width:2.9375rem;height:2.9375rem;top:21.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkcSWfTy5gWqB24rhDA1kxoqVcbKUNTW { width:2.25rem;height:2.25rem;top:19.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBUfpOtt5ACZPWfgdbM0SHcZOoZmdxcQ { width:2.1875rem;height:1.875rem;top:20.0625rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNXOggCJbdvG55bwKVTK9u30Tb8TOdO1 { width:11.0625rem;height:5.625rem;top:45.75rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkKThA1c1kJlvgt5WDtRx2d0hrGDQZnl { width:7.5rem;height:7.5rem;top:37rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXOsTVEN00aUClwf6v8g1r7OfmIcsZF7 { width:2.9375rem;height:2.9375rem;top:39.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIMFNK1FylqcU5fDHchTcw0BHpw2fFST { width:2.25rem;height:2.25rem;top:37rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8kZ15xTF5gVhLP8vorDS3zv6VTHNQsM { width:2.1875rem;height:1.875rem;top:37.1875rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { width:16.875rem;height:3.75rem;top:64rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:2.8125rem;height:2.8125rem;top:57.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:7.5rem;height:7.5rem;top:54.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:2.25rem;height:2.25rem;top:54.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { width:2.1875rem;height:1.875rem;top:55.0625rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O { display:block; }#x4aWeQrlauhfqcZT7VBnFB8URrtM5L7O > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBLGegrkJToUXM2LuB93wDTLHBSClkmi { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChuF2sCI23Xb7rvzvKm66bOQaK99TXqr { width:20rem;height:4.875rem;top:4.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sTQB5crQ5GtxpKvfsrHKp0PuAhPGmfX6 { width:18.125rem;height:14.875rem;top:38.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDLMq5mLeIHmruLEKmU3oIIiBIVSyagM { width:19.1875rem;height:19.6875rem;top:10.9375rem;left:0.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8w5otJoS34X3EpIc0C6MT8rH2DKpkNs { width:13.5rem;height:3.25rem;top:57.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSxCkL2avsTRSrIachVRMikUT2GQdzer { display:block; }
 }@media only screen and (max-width: 763px) { #K4E1EVDCPKoOuxRAafRlb0D1tOoqyrmi { width:20rem;height:11.460674157303rem;top:39.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6cTxlL0JR3rs2UAuqQZNKfQ4KPE9vJF { width:2rem;height:1.875rem;top:37.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzOtC9TFvND6641msm5xK44mq39A7mz9 { width:17.75rem;height:18.375rem;top:32.958984375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.34), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.34), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.34), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.34), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#56ff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#56ff5b66', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.34), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JJ353wvW5io67mvuTTTUvN0k3ipAbJn4 { width:20rem;height:11.875rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvxAC2XrOWRTnVTTKFNkDFg1hsyH0S3w { width:4.875rem;height:5.1875rem;top:33rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0h2ps6UwflVm1IvpC89k92ZBAcJiVl5 { width:3.0625rem;height:3.0625rem;top:34.0625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEGkkfQkXciFD7HWgDk0Tcfsy8AF5cAM { width:2.875rem;height:2.875rem;top:52.75rem;left:2.6875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsS7fCUWKdLyz4DxOuO1KhUA96ETKDqi { width:4.875rem;height:5.1875rem;top:51.25rem;left:1.25rem;z-index:100025;border-top-left-radius:56.25rem;border-top-right-radius:3rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ { display:block; }#ZweTG5qsUkDhwg7bXVRg4aszsDgbAfwQ > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1c2yhiKtIfTQi7fTOdTGfH2tNOGmJA4 { width:19.3125rem;height:6.9970625rem;top:2.8134765625rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62 { display:block; }#TqSwK8ZVdzPc2h4E6UDWc9zHkI75gp62 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZefBt8NvPoCwZOwiV7i6PqoS4KffZORw { width:20rem;height:6rem;top:4.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZ5PIsKR3VtL9eZheB4QrUXltrJPRvkG { width:6.25rem;height:0.3125rem;top:2.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX52zyMU9oKFF07cy0092Ae6IF0kMyh8 { display:block; }#uX52zyMU9oKFF07cy0092Ae6IF0kMyh8 > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWfxrTDIZe8qSuqPm0NURJNhGGEQSfGq { width:19.75rem;height:36.3125rem;top:37.5rem;left:0rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #f4EytbBMP7Uyy18MbPbMb2crUpMLERJ0 { width:20rem;height:28.1875rem;top:1.6875rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #La0Pm1XGWfBXiKC6FL76IMGQMMpy9V47 { width:15.625rem;height:0.125rem;top:13.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMTaFvOqetZTEHW5t9o8JTZ2EUDW2Hu0 { width:14.25rem;height:1.6875rem;top:16.6875rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #XP3JCFvp0oxI1rH9QNlTgQsUddpoNiVg { width:15.625rem;height:0.125rem;top:51.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm8iGk17AZaZmIqUQ9OIT7ws6OgE25i1 { width:14.5625rem;height:3.57421875rem;top:6.11328125rem;left:2.71875rem;text-align:left;text-align-last:left;font-size:1.375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #RWloEWEWKa0XGnkEzpOpgOdmUKPxGDp4 { width:14.5625rem;height:7.7988125rem;top:39.5625rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:2rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #S4ffOeyFZW4zMdTiEDS2zHcS18MpM8tN { width:13.5625rem;height:1.6875rem;top:19.5rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #FVBIVhT3dSTUvwDWRBID2XD6Tpexn4xG { width:7.8125rem;height:1.6875rem;top:22.25rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #wKEc62KZlSZTn2LW7opnnV8WSe8xqzxx { width:6.875rem;height:1.6875rem;top:25.125rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #u96JIEPEplum4vJPJRWI80TsR7zgLequ { width:7.75rem;height:3.375rem;top:53.375rem;left:4rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #CQaGaHtVIJtt5aTXo35rT58IPC2iozcx { width:13.5625rem;height:1.6875rem;top:56.5rem;left:4rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #VpE12HeB6SILBU1Hv8TUk2EB7AdphBpi { width:7.8125rem;height:1.6875rem;top:59.4375rem;left:4rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #u5WimJ128WVgBPblSdS84N8HTgKBw5lL { width:15.0625rem;height:3.375rem;top:62.0625rem;left:4rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #DRxgfAdp5dhKhLKTlEHyXappZHaM3FCg { width:11.875rem;height:10.25rem;top:28.6796875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTHc3kE2Os4MRFDzCzK3TpgPceEFKg22 { width:3.125rem;height:3.125rem;top:52.625rem;left:1rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCf35UQwXCRwS2T8TF9s4Lnd5TxS35I8 { width:3.125rem;height:3.125rem;top:15.8125rem;left:1.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOJ94sfBe8Xm3nTLNt1Kh2w1E4yPDrZk { width:3.125rem;height:3.125rem;top:18.8125rem;left:1.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVKfdsr8ybdGJVxkTwh0piOCqnGL3k59 { width:3.125rem;height:3.125rem;top:21.5625rem;left:1.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDkwZxDX8mUSMimokAXgTGNSxWoMsECG { width:3.125rem;height:3.125rem;top:24.4375rem;left:1.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egp7i3ZtVKNEye5TuG7z03GJJoGgD7gO { width:3.125rem;height:3.125rem;top:55.8125rem;left:0.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqIwaEaWeVTzOEy61TD6Cw7dTuB4CgN9 { width:3.125rem;height:3.125rem;top:58.6875rem;left:0.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuWJTMk9FFkO5xQfW3BtNQkQBGZc9ceM { width:3.125rem;height:3.125rem;top:62.125rem;left:0.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vULDqqEx6LR5PznZQPsJGFWKnk1zmvVs { width:13.5rem;height:3.25rem;top:67.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #etM5zwuCTlw3NBthx1ztZLTkDhwAU74q { display:block; }
 }@media only screen and (max-width: 763px) { #igThA3OZTUlasycp7xBtMJiaXTZKqmaE { display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKHWagMHfaAG8bhTGOdRDi4khNifDywF { width:20rem;height:5.625rem;top:5.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iccK47nmmk1bmTmw2dRyzSx2JbmegPhp { width:16.3125rem;height:15.5rem;top:0.875rem;left:1.84375rem;z-index:99991;display:block; }
 }@media only screen and (max-width: 763px) { #InrQVJeUh9Zx04812wdw8LD0ZyXwq5Kd { width:3.75rem;height:3.75rem;top:1.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkvzrMUV6o22pGJfnlwQsDWbMV4uhZKw { width:6.25rem;height:0.3125rem;top:4.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V68LZv62WukR6L4CE3Mb2SHCP5hDhCLC { width:18.3125rem;height:20.8974375rem;top:13.5625rem;left:0.84375rem;font-size:1.0625rem;font-family:montserrat;display:block; }#V68LZv62WukR6L4CE3Mb2SHCP5hDhCLC li:before{  }
 }@media only screen and (max-width: 763px) { #yhzsbk7EkSlqAwSUmHxbvbSDAlXaXVti { width:18.3125rem;height:18.3125rem;top:34.146484375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtcl7AUVns2JfqRQFMSTfScSEWaQsuT2 { width:19.625rem;height:20.4375rem;top:38.083984375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { width:20rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:20rem;height:32.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { width:16.875rem;height:15rem;top:15.8125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { width:20rem;height:1.5rem;top:13.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SG05vfSsEbok3Czletr19174nvJ95VbC { width:3.125rem;height:3.125rem;top:1.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { width:10.625rem;height:10.625rem;top:1.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { width:20rem;height:33.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvq9W56eefogyOneNeu9mLzQAPTxlL2M { width:16.875rem;height:15rem;top:18.4375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { width:20rem;height:1.5rem;top:15.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVRydiliFp98mNNH1DOoOmXStTR4mUAD { width:3.125rem;height:3.125rem;top:9.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCrgiv2Dtr4JIEOyfMVdlE0TE0Q3Zfcz { width:11.9375rem;height:11.9375rem;top:1.8125rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { background-color:rgba(255,255,255,0.8);background-image:none;display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:20rem;height:30.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { width:18rem;height:13.5rem;top:17rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { width:20rem;height:1.5rem;top:14.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { width:3.125rem;height:3.125rem;top:10.8125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwdtVUdW0G02TJQoAlB6VyZOGrv3JCcE { width:13.1875rem;height:13.1875rem;top:0.8125rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { width:20rem;height:2.4375rem;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zynl76p3y9OAqStyPwKfORByd6TXwuRk { width:6.25rem;height:0.3125rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { background-color:rgba(0,0,0,0);background-image:none;display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { background-color: transparent; background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .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); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { width:16.3125rem;height:15.5rem;top:31.5rem;left:1.84375rem;z-index:100116;display:block; }
 }@media only screen and (max-width: 763px) { #gqHtfnp05mGSifDcqupEGiBMwtZsORbp { width:3.1875rem;height:2.9375rem;top:5.1875rem;left:1.25rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { width:20rem;height:81rem;top:1.625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcb66, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffcb66, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffcb66, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffcb66, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb66', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffcb66, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { width:11.0625rem;height:12.5rem;top:34.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA9QEsRGrB1MLmSuJ7TGokHa0bZG0FfT { width:19.125rem;height:33.625rem;top:3.5625rem;left:0.4375rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #lLB4x8FtLVDEvbFMQWc1tBsB8BsmeQRg { width:19.125rem;height:35.375rem;top:44.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3TrDf2yPoDDecCJmCAllfx79chkqOU { width:18.5rem;height:4.0625rem;top:47.4375rem;left:0.5625rem;font-size:1.5625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #xz5KdrW9IdasSF9wsFtvoyP5TSZZtUCM { width:14.75rem;height:4.0625rem;top:6.9375rem;left:2.625rem;font-size:1.5625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Qyu56xyRherSC5w0kz8DWXtRJSEwogqC { width:11.3125rem;height:5.199225rem;top:53.05078125rem;left:4.15625rem;font-size:2rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #tQRO0hJWLcozd5vSPNPI6NnQtBQTKaxM { width:11.3125rem;height:2.5996125rem;top:12.875rem;left:4.375rem;font-size:2rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ILi5nKT4ODMm7UPk8ZOWvd1Q8sf2EF3E { width:3.125rem;height:3.125rem;top:17.6875rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRCPal0vFTgTT7eMTS4zACEI0hX2TMLg { width:3.125rem;height:3.125rem;top:58.1875rem;left:1.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiq3vOQXrZUwaKaMtWNUiaSuS6WIxVD { width:7.75rem;height:3.375rem;top:18.4375rem;left:4.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #Jr248iU3rvITl2RBxyWkoa8CPKAr9bIk { width:11.125rem;height:1.6875rem;top:58.9375rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #FqVUwpUpql6c7JQI7Uss797dZzub8I7g { width:3.125rem;height:3.125rem;top:20.25rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwvtkPN6q5vcTDTxoVSaCeZhATkgLV33 { width:13.5625rem;height:1.6875rem;top:21.125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #JT4Wt0u2SBiROrborTzawVaCTWFRJMvJ { width:3.125rem;height:3.125rem;top:60.75rem;left:1.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awevgPeu9ayEtpMmn3P5hMXRTBqqwh02 { width:13.5625rem;height:1.6875rem;top:61.5rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #uCFhdbkLdsD8pUXPbuPRUqouXcp4PIhW { width:3.125rem;height:3.125rem;top:63.25rem;left:1.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWXdKRr1gRD8NxetDJJXDD8yfoUmIy0Q { width:7.8125rem;height:1.6875rem;top:64.125rem;left:4.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #qTe1CALFTAgyMbqpUINNZV6Khw52xI3f { width:3.125rem;height:3.125rem;top:65.9375rem;left:1.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peQA0ELqyVd09ZVC3E0pChTeSKWe1fSz { width:14.8125rem;height:3.375rem;top:66.25rem;left:4.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Vy2NrFJ9ublLdhGu7Rufu9pmnFtmbrcw { width:3.125rem;height:3.125rem;top:25.3125rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAzMmX6abA5GIsDSH0J2bWtwh5BeoakE { width:6.875rem;height:1.6875rem;top:26.0625rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #gCTQAVUIklgFLcffy0CW6G4I3TdsXqnF { width:3.125rem;height:3.125rem;top:22.75rem;left:1.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGzuSWISX5wiPzQ2u86ZcPSxSVST4pq0 { width:7.8125rem;height:1.6875rem;top:23.625rem;left:4.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #aOGaWU8HOc6VfEXi5h6v34JrKri6b3Sz { width:3.8125rem;height:3.5625rem;top:54.6875rem;left:16.1875rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #AfoBhzIOm2XemfsiiLONmUdMAuJJOhfT { width:7.75rem;height:1.6875rem;top:17.6875rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #y6OopR0sTZzxTF4kCfnbJKdOQFgfyIDc { width:13.5625rem;height:1.6875rem;top:20.25rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #LXLtIAgC0v6pLTTwhretFmBcd4aAQcDh { width:7.8125rem;height:1.6875rem;top:22.875rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #QPNgDOddQgTkRCAz5AJlNzoeSJL7nNnx { width:14.8125rem;height:3.375rem;top:25rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #SaRC82sUfg7pAWgfMTCS9eoPMb7k0kWF { width:11.5rem;height:1.6875rem;top:18.40625rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100117;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #EpuU4e9AbdPxlnnkwHx2qBB3RZFDcpsZ { width:13.5625rem;height:1.6875rem;top:20.8125rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100118;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #HZBpXJDx6Kf2gPXJDZd22fcCbiOFPie4 { width:7.8125rem;height:1.6875rem;top:23.375rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100119;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #yMAKNLLSgEyGMhXJ7oKNebAuHMzlN1m7 { width:14.8125rem;height:1.6875rem;top:26.03125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100120;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ufHTT2Lv5koLO8TKnlr26ClF9o1ilzpq { width:13.5rem;height:3.25rem;top:30.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ton1ONfvJaTfx8QH2b2s3EsJe7TZ7rTl { display:block; }
 }@media only screen and (max-width: 763px) { #CNkbZPKyZ1TqLNiN989oUl2L2wpnyme8 { width:13.5rem;height:3.25rem;top:73rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLwwfAHCneJSb3W9KohutNnSRSELJU7X { display:block; }
 }