.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:none;position:relative;top:0px;left:0px;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); }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 { position:relative;display:block; }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 { background-color: transparent; background-image: none; }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row .container > .video-iframe-container { display: none; }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row > .video-iframe-container { display: none; }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .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); }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 { border-width: 0; border-radius: 0; }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#875ae5;background-image:none;font-size:14px;font-family:arial;height:342px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xUBJPVe8wkGxL1hK6RUyDUDT1ngEAf1S { color:#69edfa;display:block;width:107.983px;position:absolute;font-family:"bebas neue";font-size:160px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12px;left:516px;height:208px;display:block; }
#GFUcWMVVH0v0mJdmGWNxB095UMHpTtFK { color:#69edfa;display:block;width:168.977px;position:absolute;font-family:"russo one";font-size:77px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:41.605113983154px;left:573.89202880859px;height:100.1px;display:block; }
#CX3nLqvhuKJUQRrZW2pm78nUUU4Np6Uh { color:#000000;display:block;width:467.983px;position:absolute;font-family:"montserrat black";font-size:65px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.130681037903px;left:62.8125px;height:84.5px;display:block; }
#lK2B7tqokDeZv7MmKsEMiO4Z3RPszb40 { color:#69edfa;display:block;width:861.989px;position:absolute;font-family:black;font-size:61px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(45,95,100,0.5);top:262.68465614319px;left:168.97723388672px;height:79.3px;display:block; }
#FmmEIk5BA35vQifg0xoSSv7iF21m2J0b { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:110px;width:110px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:198.96306800842px;left:31.875px; }
#LNbxSJLzJ7GkrAQZIwH45ycP9u7kO92x { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:113.963px;width:113.963px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:149.63067054749px;left:150.63916015625px; }
#GubOW6TIJGoJfVS1KLEcLRQwg15mMqan { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:112.983px;width:112.983px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:207.96875px;left:1037.6703491211px; }
#FzPB4DiMcnewTyor1UfWJcp594IeLL8e { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:110px;width:110px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:155.56817626953px;left:928.55108642578px; }
#x0c9vRNaTzXDczHCa8WlUGbAh1VclbnZ { color:#000000;display:block;width:408.963px;position:absolute;font-family:"montserrat black";font-size:65px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.164772033691px;left:749.98577880859px;height:84.5px;display:block; }
#KD92TcHEMz1Ke57c6DlGphyPsrKTxHW8 { color:#f3f3f3;display:block;width:467.983px;position:absolute;font-family:"playfair display";font-size:38px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:198.95585632324px;left:365.98010253906px;height:49.4px;display:block; }
#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP { position:relative;display:block; }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP { background-color: transparent; background-image: none; }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row .container > .video-iframe-container { display: none; }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row > .video-iframe-container { display: none; }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .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); }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP { border-width: 0; border-radius: 0; }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#552fa0;background-image:none;font-size:14px;font-family:arial;height:731px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#dSsFhZsqVafDVq8NhJcBUn3024tBIW82 { color:#f3f3f3;display:block;width:1085.98px;position:absolute;font-family:bitter;font-size:30px;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:117.80514526367px;left:46.164733886719px;height:209.9436px;text-align:center;text-align-last:center;display:block; }
#S4w9sMlqz4TpV4CN0BZkuRRzKkOw215c { color:#0d0d10;display:block;width:970.994px;position:absolute;font-family:"bree serif";font-size:33px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:352.55679321289px;left:114.48864746094px;height:42.8835px;display:block; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-form-header {  }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:874px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#8735e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:874px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-text {padding-top: 0; padding-bottom: 0;}#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#8735e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:874px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:874px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-select {padding-top: 0; padding-bottom: 0;}#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ff5df7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:874px;height:55px;font-family:"open sans";overflow:hidden; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW [class*="-text"]:-moz-placeholder { color:#552fa0;font-family:"open sans";font-size:14px; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW [class*="-text"]::-moz-placeholder { color:#552fa0;font-family:"open sans";font-size:14px; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW [class*="-text"]:-ms-input-placeholder { color:#552fa0;font-family:"open sans";font-size:14px; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW [class*="-text"]::-webkit-input-placeholder { color:#552fa0;font-family:"open sans";font-size:14px; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:852px;overflow:hidden;font-style:normal; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-container:first-of-type{padding-top:0;}#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-container:last-of-type{padding-bottom:0;}#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:874px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:413.84939575195px;left:132.1875px; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:874px; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW {display:block;}#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:874px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:413.84939575195px;left:132.1875px; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #xRNp8V7z6LLFFqoMAl7JFJ7BvzwOmEv3 { position:relative; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #WfQ79flF1OgveiP7JX1gFA7nXVJ32h8c { position:relative;display:block; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #gLWvnmcIsve686ddtfa3cGoRDp3NNQ4r { position:relative; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #D9v8T1IWAxQ28bww3ZlUInhDOLHGAvH6 { position:relative; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #AfVQN7g7gonVSdFap0TITQfieRzTLmuO { position:relative;display:block; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #fkowLXsc0MvbeNDi2k6TINQNv5DlPwHk { position:relative; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #d4sqz6vgyPosyHf9JJkCDGxJuOrHUIVu { position:relative; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #Z9eCRccL1FSAliTS8ZCp38ZOFU3K4TtX { position:relative;display:block; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #FxNy8XuXliWZwAB85e0aSQSQ55vnX4RU { position:relative; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #GaoGBpGNlZrINUpTUdaPMKXQKsrwbPf9 { position:relative; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #OVPy74z49LfS3iF1Cw1bSWIawZiOJOe4 { position:relative; }
#sTU5oNpTWCaErtoSxcBp4dzJJBhiSnwM { color:#000000;display:block;width:1048px;position:absolute;font-family:"bree serif";font-size:59px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.937538146973px;left:85.01416015625px;height:153.409px;display:block; }
#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 { position:relative;display:block; }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 { background-color: transparent; background-image: none; }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row .container > .video-iframe-container { display: none; }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row > .video-iframe-container { display: none; }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .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); }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 { border-width: 0; border-radius: 0; }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;background-image:none;font-size:14px;font-family:arial;height:11px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE { position:relative;display:block; }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE { background-color: transparent; background-image: none; }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row .container > .video-iframe-container { display: none; }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row > .video-iframe-container { display: none; }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .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); }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE { border-width: 0; border-radius: 0; }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fa19c9;background-image:none;font-size:14px;font-family:arial;height:745px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WTtCSgyr05zb9MafEBNIg7ckoFPKrvN0 { color:#f3f3f3;display:block;width:970px;position:absolute;font-family:bitter;font-size:41px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:167.47158813477px;left:115px;height:494.5312px;display:block; }#WTtCSgyr05zb9MafEBNIg7ckoFPKrvN0 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#WTtCSgyr05zb9MafEBNIg7ckoFPKrvN0 li:before{  }
#iTWLTe8ZOeMZkfh0biGXHZLGbA8NBaMk { color:#f7f7ff;display:block;width:1018.98px;position:absolute;font-family:"bree serif";font-size:77px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:32.968490600586px;left:90.48291015625px;height:100.1px;text-align:center;text-align-last:center;display:block; }
#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O { position:relative;display:block; }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O { background-color: transparent; background-image: none; }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O > .row .container > .video-iframe-container { display: none; }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O > .row > .video-iframe-container { display: none; }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O > .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); }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O { border-width: 0; border-radius: 0; }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#69edfa;background-image:none;font-size:14px;font-family:arial;height:459px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hqsxbA38PHM6ZzlNJTs0IHpku0KpKkps { color:#000000;display:block;width:890.966px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:114.88647460938px;left:154.48864746094px;height:270.3408px;text-align:center;text-align-last:center;display:block; }
#SmuEZiwoeS4yVMLlOzRaZIAc20axeHHJ { background-color:#552fa0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #09699d;border-left:1px solid #09699d;border-right:1px solid #09699d;border-bottom:1px solid #09699d;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:30px;font-weight:700;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:418.351818px;height:53.338018px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:392.77001953125px;left:389.90051269531px;display:block; }
#cD7KQqSTCu6qWVeAFwxFLa3n4q8KqQtv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uEG9MfEuWGMzR40dBR97314ie1VQf7I4 { color:#1e1e1e;display:block;width:895px;position:absolute;font-family:"bree serif";font-size:42px;font-weight:normal;z-index:15001;line-height:1.9;letter-spacing:0;top:21.963912963867px;left:152.5px;height:79.8011px;text-align:right;text-align-last:right;display:block; }
#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 { position:relative;display:block; }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 { background-color: transparent; background-image: none; }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row .container > .video-iframe-container { display: none; }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row > .video-iframe-container { display: none; }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .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); }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 { border-width: 0; border-radius: 0; }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fa19c9;background-image:none;font-size:14px;font-family:arial;height:169px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zVZk1HaxzfdZUEZTrpBW1Dt8f4MaAQcD { color:#f7f7ff;display:block;width:698.991px;position:absolute;font-family:"russo one";font-size:70px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:51.5625px;left:250.49713134766px;height:91px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU { position:relative;display:block; }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU { background-color: transparent; background-image: none; }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row .container > .video-iframe-container { display: none; }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row > .video-iframe-container { display: none; }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .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); }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU { border-width: 0; border-radius: 0; }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:14px;font-family:arial;height:80px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kIaDoH2h8PuoNzoTgTq4vMAi9Rz4LJGC { color:#fdfdfd;display:block;width:400px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:28.90625px;left:434px;height:18.2px;text-align:center;text-align-last:center;display:block; }
#D3afoNDn35WfTUoeWtib05Ny7r8vFTzz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:74px;width:74px;top:2px;left:417px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GICo8xobl44OB5qBGi1NcbtAhvM87BO5 { display:block; }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUBJPVe8wkGxL1hK6RUyDUDT1ngEAf1S { top:12px;left:298px;width:107px;height:207px;font-size:160px;display:block; }
 }@media only screen and (max-width: 763px) { #GFUcWMVVH0v0mJdmGWNxB095UMHpTtFK { top:41px;left:355.89202880859px;width:168px;height:100px;font-size:77px;display:block; }
 }@media only screen and (max-width: 763px) { #CX3nLqvhuKJUQRrZW2pm78nUUU4Np6Uh { top:12px;left:0px;width:467px;height:84px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #lK2B7tqokDeZv7MmKsEMiO4Z3RPszb40 { top:262px;left:0px;width:764px;height:79px;font-size:61px;display:block; }
 }@media only screen and (max-width: 763px) { #FmmEIk5BA35vQifg0xoSSv7iF21m2J0b { top:198px;left:0px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #LNbxSJLzJ7GkrAQZIwH45ycP9u7kO92x { top:149px;left:0px;width:113px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #GubOW6TIJGoJfVS1KLEcLRQwg15mMqan { top:207px;left:652px;width:112px;height:112px;display:block; }
 }@media only screen and (max-width: 763px) { #FzPB4DiMcnewTyor1UfWJcp594IeLL8e { top:155px;left:654px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #x0c9vRNaTzXDczHCa8WlUGbAh1VclbnZ { top:21px;left:356px;width:408px;height:84px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #KD92TcHEMz1Ke57c6DlGphyPsrKTxHW8 { top:198px;left:147.98010253906px;width:467px;height:49px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP { display:block; }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSsFhZsqVafDVq8NhJcBUn3024tBIW82 { top:117px;left:0px;width:764px;height:209px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #S4w9sMlqz4TpV4CN0BZkuRRzKkOw215c { top:352px;left:0px;width:764px;height:42px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-regular-label { width:724px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-text { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-text {padding-top: 0; padding-bottom: 0;}#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-textarea { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-select { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-select {padding-top: 0; padding-bottom: 0;}#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-button { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-checkbox-label { width:702px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW  { width:724px;height:auto;top:413px;left:0px; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .radio-container { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW {display:block;}#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW { width:724px;height:auto;top:413px;left:0px; }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #xRNp8V7z6LLFFqoMAl7JFJ7BvzwOmEv3 {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #WfQ79flF1OgveiP7JX1gFA7nXVJ32h8c {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #gLWvnmcIsve686ddtfa3cGoRDp3NNQ4r {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #D9v8T1IWAxQ28bww3ZlUInhDOLHGAvH6 {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #AfVQN7g7gonVSdFap0TITQfieRzTLmuO {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #fkowLXsc0MvbeNDi2k6TINQNv5DlPwHk {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #d4sqz6vgyPosyHf9JJkCDGxJuOrHUIVu {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #Z9eCRccL1FSAliTS8ZCp38ZOFU3K4TtX {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #FxNy8XuXliWZwAB85e0aSQSQ55vnX4RU {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #GaoGBpGNlZrINUpTUdaPMKXQKsrwbPf9 {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #OVPy74z49LfS3iF1Cw1bSWIawZiOJOe4 {  }
 }@media only screen and (max-width: 763px) { #sTU5oNpTWCaErtoSxcBp4dzJJBhiSnwM { top:20px;left:0px;width:764px;height:76px;font-size:59px;display:block; }
 }@media only screen and (max-width: 763px) { #IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 { display:block; }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE { display:block; }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTtCSgyr05zb9MafEBNIg7ckoFPKrvN0 { top:167px;left:0px;width:764px;height:547px;font-size:41px;display:block; }#WTtCSgyr05zb9MafEBNIg7ckoFPKrvN0 li:before{  }
 }@media only screen and (max-width: 763px) { #iTWLTe8ZOeMZkfh0biGXHZLGbA8NBaMk { top:32px;left:0px;width:764px;height:100px;font-size:77px;display:block; }
 }@media only screen and (max-width: 763px) { #PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O { display:block; }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqsxbA38PHM6ZzlNJTs0IHpku0KpKkps { top:114px;left:0px;width:764px;height:270px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #SmuEZiwoeS4yVMLlOzRaZIAc20axeHHJ { width:418px;height:53px;top:392px;left:171.90051269531px;display:block; }
 }@media only screen and (max-width: 763px) { #cD7KQqSTCu6qWVeAFwxFLa3n4q8KqQtv { display:block; }
 }@media only screen and (max-width: 763px) { #uEG9MfEuWGMzR40dBR97314ie1VQf7I4 { top:21px;left:0px;width:764px;height:79px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 { display:block; }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVZk1HaxzfdZUEZTrpBW1Dt8f4MaAQcD { top:51px;left:32.497131347656px;width:698px;height:90px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU { display:block; }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIaDoH2h8PuoNzoTgTq4vMAi9Rz4LJGC { top:28px;left:216px;width:400px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #D3afoNDn35WfTUoeWtib05Ny7r8vFTzz { top:2px;left:199px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GICo8xobl44OB5qBGi1NcbtAhvM87BO5 { background-color:#8134af;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row .container { background-color: transparent; background-image: none; }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row .container > .video-iframe-container { display: none; }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row > .video-iframe-container { display: none; }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .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); }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row .container { border-width: 0; border-radius: 0; }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GICo8xobl44OB5qBGi1NcbtAhvM87BO5 > .row .container { width:320px;height:1118px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUBJPVe8wkGxL1hK6RUyDUDT1ngEAf1S { width:66.9886px;height:165.099px;top:95.369316101074px;left:39.403406143188px;font-size:127px;color:#69edfa;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GFUcWMVVH0v0mJdmGWNxB095UMHpTtFK { width:108.991px;height:93.5938px;top:111.36363220215px;left:105.48295402527px;font-size:72px;font-family:black;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CX3nLqvhuKJUQRrZW2pm78nUUU4Np6Uh { width:320px;height:62.3864px;top:33.877838134766px;left:0px;font-size:48px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lK2B7tqokDeZv7MmKsEMiO4Z3RPszb40 { width:320px;height:122.188px;top:270.6960144043px;left:0px;font-size:47px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FmmEIk5BA35vQifg0xoSSv7iF21m2J0b { display:flex;width:110px;height:110px;top:429.48861694336px;left:104.99999809265px; }
 }@media only screen and (max-width: 763px) { #LNbxSJLzJ7GkrAQZIwH45ycP9u7kO92x { display:flex;width:113px;height:113px;top:567.48577880859px;left:103.48010826111px; }
 }@media only screen and (max-width: 763px) { #GubOW6TIJGoJfVS1KLEcLRQwg15mMqan { display:flex;width:112px;height:112px;top:993.65051269531px;left:106.33522605896px; }
 }@media only screen and (max-width: 763px) { #FzPB4DiMcnewTyor1UfWJcp594IeLL8e { display:flex;width:110px;height:110px;top:819.63067626953px;left:104.99999809265px; }
 }@media only screen and (max-width: 763px) { #x0c9vRNaTzXDczHCa8WlUGbAh1VclbnZ { width:320px;height:41.5909px;top:204.95738220215px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KD92TcHEMz1Ke57c6DlGphyPsrKTxHW8 { width:320px;height:36.392px;top:732.47155761719px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP { background-color:#a98ce6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row .container { background-color: transparent; background-image: none; }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row .container > .video-iframe-container { display: none; }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row > .video-iframe-container { display: none; }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .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); }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row .container { border-width: 0; border-radius: 0; }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N2QU8VgAX44ZbddVC8Sq8ohzt8M7ZNbP > .row .container { width:320px;height:785px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSsFhZsqVafDVq8NhJcBUn3024tBIW82 { width:320px;height:277.0313px;top:120.29827880859px;left:0px;font-size:18px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #S4w9sMlqz4TpV4CN0BZkuRRzKkOw215c { width:320px;height:51.9886px;top:407.42895507812px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-text {padding-top: 0; padding-bottom: 0;}#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-select {padding-top: 0; padding-bottom: 0;}#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW  { width:280px;height:auto;top:491.55944824219px;left:0px; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW {display:block;}#iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW { width:280px;height:auto;top:491.55944824219px;left:0px; }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #xRNp8V7z6LLFFqoMAl7JFJ7BvzwOmEv3 {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #WfQ79flF1OgveiP7JX1gFA7nXVJ32h8c {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #gLWvnmcIsve686ddtfa3cGoRDp3NNQ4r {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #D9v8T1IWAxQ28bww3ZlUInhDOLHGAvH6 {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #AfVQN7g7gonVSdFap0TITQfieRzTLmuO {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #fkowLXsc0MvbeNDi2k6TINQNv5DlPwHk {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #d4sqz6vgyPosyHf9JJkCDGxJuOrHUIVu {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #Z9eCRccL1FSAliTS8ZCp38ZOFU3K4TtX {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #FxNy8XuXliWZwAB85e0aSQSQ55vnX4RU {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #GaoGBpGNlZrINUpTUdaPMKXQKsrwbPf9 {  }
 }@media only screen and (max-width: 763px) { #iJPvF7WpCcWnmb2rzrrdm3gxS7Ft0JmW #OVPy74z49LfS3iF1Cw1bSWIawZiOJOe4 {  }
 }@media only screen and (max-width: 763px) { #sTU5oNpTWCaErtoSxcBp4dzJJBhiSnwM { width:320px;height:83.1818px;top:17.400543212891px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 { background-color:#fa19c9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row .container { background-color: transparent; background-image: none; }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row .container > .video-iframe-container { display: none; }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row > .video-iframe-container { display: none; }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .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); }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row .container { border-width: 0; border-radius: 0; }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPiTydo8AbH9izdpCD50TiRZ6NX1cxL4 > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE { background-color:#fa19c9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row .container { background-color: transparent; background-image: none; }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row .container > .video-iframe-container { display: none; }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row > .video-iframe-container { display: none; }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .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); }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row .container { border-width: 0; border-radius: 0; }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTEDVLcW57CGHeEWrTTiUXgZ8mmGT8WE > .row .container { width:320px;height:1075px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTtCSgyr05zb9MafEBNIg7ckoFPKrvN0 { width:320px;height:901.2501px;top:137.58522033691px;left:0px;font-size:31px;text-align:left;text-align-last:left;display:block; }#WTtCSgyr05zb9MafEBNIg7ckoFPKrvN0 li:before{  }
 }@media only screen and (max-width: 763px) { #iTWLTe8ZOeMZkfh0biGXHZLGbA8NBaMk { width:266.989px;height:93.5795px;top:19.96878528595px;left:26.49147605896px;font-size:36px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O { display:block; }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O { background-color: transparent; background-image: none; }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O > .row .container > .video-iframe-container { display: none; }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O > .row > .video-iframe-container { display: none; }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O > .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); }#PKMgCbJ6s1mdIJpnSdQnDPPcECb5S28O > .row .container { width:320px;height:1025px;background-color:#69edfa;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqsxbA38PHM6ZzlNJTs0IHpku0KpKkps { width:253.977px;height:743.4372px;top:188.35226821899px;left:22.159090042114px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmuEZiwoeS4yVMLlOzRaZIAc20axeHHJ { width:298.351818px;height:54.360818px;top:945.42610549927px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #cD7KQqSTCu6qWVeAFwxFLa3n4q8KqQtv { display:block; }
 }@media only screen and (max-width: 763px) { #uEG9MfEuWGMzR40dBR97314ie1VQf7I4 { width:303.963px;height:106.364px;top:58.991474151611px;left:8.0113639831543px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 { background-color:#fa19c9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row .container { background-color: transparent; background-image: none; }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row .container > .video-iframe-container { display: none; }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row > .video-iframe-container { display: none; }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .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); }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row .container { border-width: 0; border-radius: 0; }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPtaGkNSpCygJcXTwvhmPfdaswUp8GT2 > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVZk1HaxzfdZUEZTrpBW1Dt8f4MaAQcD { width:320px;height:41.5909px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row .container { background-color: transparent; background-image: none; }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row .container > .video-iframe-container { display: none; }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row > .video-iframe-container { display: none; }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .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); }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row .container { border-width: 0; border-radius: 0; }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCWK9lEtRrb16Wws3l0cLsTGhLIAnJQU > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIaDoH2h8PuoNzoTgTq4vMAi9Rz4LJGC { width:289px;height:18.196px;top:73px;left:15.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3afoNDn35WfTUoeWtib05Ny7r8vFTzz { width:76px;height:76px;top:6px;left:122px;display:block; }
 }