.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f6f4f1;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { position:relative;display:block; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { background-color: transparent; background-image: none; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container > .video-iframe-container { display: none; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row > .video-iframe-container { display: none; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .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); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { border-width: 0; border-radius: 0; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .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; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f4f1;background-image:none;font-size:14px;font-family:arial;height:53px;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; }#ambTnOM0WU7bk3e3oQBozzEfTPX1QRiT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:79px;width:270px;top:17.5px;left:0px;overflow:hidden;display:block; }
#l3qEcvPavcOxvPx92p7yAK9PBe9TRPi0 { background-color:#840b55;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#e3eaf0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"bree serif";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:262px;height:51px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.5px;left:928px;display:block; }
#DdT9sN06E39X1wVdlExVbHfep0gREyec { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gPq5RGFIbIKK4snUlnN6JFnX5xqDT83Q { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:32px;left:868.5px; }
#uewq0dNOSQiguxUmSexheakvivTwqM9h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row .container { background-color: transparent; background-image: none; }#uewq0dNOSQiguxUmSexheakvivTwqM9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row .container > .video-iframe-container { display: none; }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row > .video-iframe-container { display: none; }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .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); }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row .container { border-width: 0; border-radius: 0; }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row .container { font-size:14px;font-family:arial;height:466px;width:1200px;position:relative;display:block; }#k95SGotidJssEuZ1rO79TPXuMOLh75DS { color:#3c3832;display:block;width:690px;position:absolute;font-family:"bree serif";font-size:51px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:130px;left:90px;height:122.375px;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; }
#Wbb0o5omTe5JVuCxMsmiSyqXgJOPIkS6 { box-sizing:content-box;height:1px;width:1000px;position:absolute;display:block;z-index:15022;background-color:#840b55;background-image:none;top:61px;left:0px;display:block; }
#QtZGBwxnRRuQLbPzPkfIX5zkWO4A7A2U { color:#3c3832;display:block;width:575px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:264px;left:90px;height:28.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fVdNLodvmPE46TpdnfIh3DEtOD2UP3CD { box-sizing:content-box;height:20px;width:20px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15017;background-color:#840b55;background-image:none;top:50.5px;left:1000px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tvrZb0WZSWimXKCuo7nqGhDKyTfG1Gdn { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:47px;border-top-right-radius:47px;border-bottom-left-radius:47px;border-bottom-right-radius:47px;box-shadow: none;height:315px;width:315px;top:109px;left:696px;overflow:hidden;display:block; }
#GeMA7tewEUBN4qceEzDI7lGqGnIBGc1w { color:#3c3832;display:block;width:575px;position:absolute;font-family:lato;font-size:13px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:307px;left:90px;height:16.8906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aqa0iPyCET7m9mIGCne2o0alyTtyqBVR { background-color:#840b55;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#e3eaf0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"bree serif";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:264px;height:51px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:343px;left:90px;display:block; }
#VmpkCk1PL6Ae0JK5U2ZBvtkWHE617SV3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f4f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI > .row .container { background-color: transparent; background-image: none; }#TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI > .row .container > .video-iframe-container { display: none; }#TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI > .row > .video-iframe-container { display: none; }#TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI > .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); }#TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI > .row .container { border-width: 0; border-radius: 0; }#TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI > .row .container { font-size:14px;font-family:arial;height:541px;width:1200px;position:relative;display:block; }#Mu76mng64AL0KBlnNcio59JTNSB8CGHS { color:#3c3832;display:block;width:717px;position:absolute;font-family:"bree serif";font-size:64px;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:28.78125px;left:38.390625px;height:;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; }
#MvIVTOVK0kEy0mCI1l5xpM5pIO0644ZN { box-sizing:content-box;height:20px;width:20px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15024;background-color:#840b55;background-image:none;top:181px;left:386px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oh0B7RWvHJ0AOhbq81Wn7oPne4scHu8W { color:#3c3832;display:block;width:257px;position:absolute;font-family:"bree serif";font-size:29px;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:131px;left:386px;height:46.3906px;font-style:normal;display:block; }
#gp32iXey4wSVTZR5flFAguu8oefi5zlJ { color:#000000;display:block;width:772px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:233.828125px;left:386px;height:273.5155px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IdOR8iNwq4tuuvozTJJZHPulGElgk1KZ { box-sizing:content-box;height:1px;width:200px;position:absolute;display:block;z-index:15005;background-color:#840b55;background-image:none;top:190px;left:406px;display:block; }
#E70LrI1iBo9HcTmo01HT8shsOVBDnogl { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:47px;border-top-right-radius:47px;border-bottom-left-radius:47px;border-bottom-right-radius:47px;box-shadow: none;height:309px;width:247px;top:131px;left:38.390625px;overflow:hidden;display:block; }
#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row .container { background-color: transparent; background-image: none; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row .container > .video-iframe-container { display: none; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row > .video-iframe-container { display: none; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .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); }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row .container { border-width: 0; border-radius: 0; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row .container { font-size:14px;font-family:arial;height:684px;width:1200px;position:relative;display:block; }#hxpcblLJN0fWqyoysn5x3aozeqM6xyLP { color:#63053f;display:block;width:708px;position:absolute;font-family:"bree serif";font-size:64px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:41px;left:0px;height:153.594px;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; }
#prSXTEaqiq8Tqp73FTwC67uKbke73NPa { color:#000000;display:block;width:593px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:225px;left:0px;height:341.8755px;font-style:normal;display:block; }
#PBTX7butLZuvFm9kxmSmp918vxTENTmy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:47px;border-top-right-radius:47px;border-bottom-left-radius:47px;border-bottom-right-radius:47px;box-shadow: none;height:356px;width:534px;top:194.59375px;left:635px;overflow:hidden;display:block; }
#ecBkVXWo5yEucab2FyZUKtElfcfmVNQ0 { box-sizing:content-box;height:1px;width:500px;position:absolute;display:block;z-index:15006;background-color:#840b55;background-image:none;top:416px;left:0px;display:block; }
#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f4f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { background-color: transparent; background-image: none; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container > .video-iframe-container { display: none; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row > .video-iframe-container { display: none; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .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); }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { border-width: 0; border-radius: 0; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { font-size:14px;font-family:arial;height:796px;width:1200px;position:relative;display:block; }#ehK717cUgzyVaGeGWm5t7QTuLlm8vFQA { color:#63053f;display:block;width:1040px;position:absolute;font-family:"bree serif";font-size:44px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:46px;left:0px;height:52.7969px;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; }
#dGyc0TMPDq5VEV1ZXbzPtgTB6ZBliWDy { background-color:#840b55;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#e3eaf0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"bree serif";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:230px;height:55px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:704px;left:485px;display:block; }
#MpOiy2gcK75xa3Fvyuto3fV43pcUlJE8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZK90y6AOv9WwJ9tk0JhJbpNubQynMsAr { color:#3c3832;display:block;width:267px;position:absolute;font-family:"bree serif";font-size:20px;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:492px;left:49px;height:32px;font-style:normal;display:block; }
#GAlpP7x94TwtaTTt1DT38l3wVmHEkol8 { color:#000000;display:block;width:327px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:524px;left:49px;height:127.969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f18Aa7Ivb9nPqpUQoQdeIx1JK6M5auvU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:47px;border-top-right-radius:47px;border-bottom-left-radius:47px;border-bottom-right-radius:47px;box-shadow: none;height:344px;width:344px;top:130px;left:49px;overflow:hidden;display:block; }
#GTQsRgkDxq0uQXpgHacT2zSPbsXi5UC7 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:47px;border-top-right-radius:47px;border-bottom-left-radius:47px;border-bottom-right-radius:47px;box-shadow: none;height:344px;width:344px;top:130px;left:428px;overflow:hidden;display:block; }
#V3bQDuNeSmKJNHlJcO9WsVKWQd2s7rqv { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:47px;border-top-right-radius:47px;border-bottom-left-radius:47px;border-bottom-right-radius:47px;box-shadow: none;height:344px;width:344px;top:130px;left:817px;overflow:hidden;display:block; }
#fQInmFQtQQ1KInxITy742UdrRlX0VLkl { color:#3c3832;display:block;width:267px;position:absolute;font-family:"bree serif";font-size:20px;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:492px;left:428px;height:32px;font-style:normal;display:block; }
#EuO0aEwHJeJL6adKtetITNeNahJThXOb { color:#000000;display:block;width:342px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:524px;left:428px;height:127.969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ayikKkgrxcLVebWkqpfe8EUqkrnXRmF0 { color:#3c3832;display:block;width:267px;position:absolute;font-family:"bree serif";font-size:20px;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:492px;left:817px;height:32px;font-style:normal;display:block; }
#DN3bv3zrzPDP0HsU7eOE18xepHZQH8wv { color:#000000;display:block;width:284px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:524px;left:817px;height:153.562px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HehTWSxgktR94BR63VAG8ENrxA5WKWWk { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:706.5px;left:428px; }
#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { background-color: transparent; background-image: none; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container > .video-iframe-container { display: none; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row > .video-iframe-container { display: none; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .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); }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { border-width: 0; border-radius: 0; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { font-size:14px;font-family:arial;height:484px;width:1200px;position:relative;display:block; }#uPpe4loQIp6TyoJq0S8LEZDyKaCJRr1C { color:#63053f;display:block;width:935px;position:absolute;font-family:"bree serif";font-size:57px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:38px;left:132.5px;height:68.3906px;text-align:center;text-align-last:center;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; }
#dKyfNmcDdJ4tiz5QMStS8HWfOrQTdcfO { color:#000000;display:block;width:350px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:255.515625px;left:24.5px;height:151.9526px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KF3uGOPhQ7ZpuW8Rd0lulGE3AyzxedMF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:128px;left:642px; }
#ARlnxT2Zdc1ApQotI5FLeivbtfcfNKir { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:127px;left:398px; }
#KWr12bxfkKzeNEz3EXbN2DsFg8D1x4tW { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:127px;left:477px; }
#LIclQ5zo58mQLwqAqTd2kIJfHo3lZuQP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:128px;left:563px; }
#JZoFsxIRQs22TTcCuafU2XMngOk4UI6K { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:128px;left:728px; }
#oVhAS2HkivU4HN42K0dG8Cz0RrL6QrUr { color:#000000;display:block;width:350px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:285.890625px;left:425px;height:91.1718px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#phqpfkzLkJOWegylaz1w6ow8cGG3kgpi { color:#000000;display:block;width:350px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:255.515625px;left:830px;height:151.9526px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AW0QooT3wiDZlMIc3sBBriwP5gk0DyIo { box-sizing:content-box;height:215px;width:382px;position:absolute;display:block;z-index:15000;background-color:#f6f4f1;background-image:none;top:224px;left:8.5px;border-top-right-radius:47px;border-bottom-right-radius:47px;border-bottom-left-radius:47px;border-top-left-radius:47px;display:block; }
#MPvUVmF1qQRgc5WyQESweVtdfEnoZ0ID { box-sizing:content-box;height:215px;width:382px;position:absolute;display:block;z-index:15001;background-color:#f6f4f1;background-image:none;top:224px;left:409px;border-top-right-radius:47px;border-bottom-right-radius:47px;border-bottom-left-radius:47px;border-top-left-radius:47px;display:block; }
#KNsJFgZqFa6cnasN9bf7h6KCkhwldtxh { box-sizing:content-box;height:215px;width:382px;position:absolute;display:block;z-index:15002;background-color:#f6f4f1;background-image:none;top:224px;left:814px;border-top-right-radius:47px;border-bottom-right-radius:47px;border-bottom-left-radius:47px;border-top-left-radius:47px;display:block; }
#lbSQu6489BCZuOJSCGyszpXmBz7vpfne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f4f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row .container { background-color: transparent; background-image: none; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row .container > .video-iframe-container { display: none; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row > .video-iframe-container { display: none; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .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); }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row .container { border-width: 0; border-radius: 0; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row .container { font-size:14px;font-family:arial;height:479px;width:1200px;position:relative;display:block; }#hl6TTDpM1OJ3qUgO8nJxtDFzf8N9ZUX9 { color:#63053f;display:block;width:666px;position:absolute;font-family:"bree serif";font-size:54px;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:196.796875px;left:8px;height:129.594px;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; }
#gtzQLEaD65LuMlTr1rDFaxH084xf59gr { color:#3c3832;display:block;width:659px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:160px;left:8px;height:36.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zeJaCev5BSnal37tTxcgedpgGOqfFSrW { box-sizing:content-box;height:20px;width:20px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15022;background-color:#63053f;background-image:none;top:140px;left:706px;display:block; }
#KxIUx8hgFQDCrn6X6k98mdnAHplsCwwa { color:#63053f;display:block;width:168px;position:absolute;font-family:lato;font-size:40px;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:171px;left:815px;height:;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; }
#ynZXPyx3PZBkTlGGVF0TAb7GnkT6496Q { color:#63053f;display:block;width:131px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:176px;left:982px;height:39px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DlJzWrQNJVaFGra1FC6BBi8ZXhHttTwt { background-color:#840b55;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#e3eaf0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:206px;height:55px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:253px;left:869px;display:block; }
#meABHte1JQ14cJ00DNictPebHHTgthhS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PXChvuXlDTEJP5LyUTB7Qqv9R8iIKrTm { box-sizing:content-box;height:400px;width:1px;position:absolute;display:block;z-index:15030;background-color:#517494;background-image:none;top:55.796875px;left:715.5px;display:block; }
#BeXKnI53mXAahTZbwmLPnrJpkRx954Pq { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:255.5px;left:815px; }
#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG { position:relative;display:block; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG { background-color: transparent; background-image: none; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .row .container > .video-iframe-container { display: none; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .row > .video-iframe-container { display: none; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .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); }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG { border-width: 0; border-radius: 0; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .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; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#63053f;background-image:none;font-size:14px;font-family:arial;height:278px;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; }#SCGH9GkAE1FTVFWGHaH6oCk9pMxnsClH { color:#ffffff;display:block;width:755px;position:absolute;font-family:"bree serif";font-size:32px;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:54px;left:22px;height:51.1875px;font-style:normal;display:block; }
#nPtJMx10ClI6eMKrts3xlL3cwuuhDJQg { color:#ffffff;display:block;width:189px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:188px;left:22px;height:36.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bevdfxwQ2LQ1ggqERiXq05XiNPZ5pNb4 { color:#ffffff;display:block;width:754px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:130px;left:22px;height:32px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc { position:relative;display:block; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc { background-color: transparent; background-image: none; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .row .container > .video-iframe-container { display: none; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .row > .video-iframe-container { display: none; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .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); }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc { border-width: 0; border-radius: 0; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .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; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f4f1;background-image:none;font-size:14px;font-family:arial;height:162px;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; }#idGa7uhufL84zptyo9NXsq767rxztefr { color:#000000;display:block;width:554px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:39px;left:323px;height:25.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRCxC0qRCcR7D0PCTuT3mu3DWXK7OPQH { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#3c3832;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:150px;height:35px;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:83px;left:525px;display:block; }
#bdtotSkL8G7fPOoL3CNu5CLn2LcipLzi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cfPv1FIkRb2RG2DGAZRpLq3fqGRFDlkJ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:134px;left:587px; }
#cfPv1FIkRb2RG2DGAZRpLq3fqGRFDlkJ > img { max-width: 100%;max-height:100%; width:26px; height:26px; }#AqRVdItDzbbJqw68lIwvDPD4qIHCBhgp { box-sizing:content-box;height:1px;width:1200px;position:absolute;display:block;z-index:15028;background-color:#517494;background-image:none;top:24px;left:0px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { display:block; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ambTnOM0WU7bk3e3oQBozzEfTPX1QRiT { top:17px;left:0px;width:270px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #l3qEcvPavcOxvPx92p7yAK9PBe9TRPi0 { width:262px;height:51px;top:31px;left:423px;display:block; }
 }@media only screen and (max-width: 763px) { #DdT9sN06E39X1wVdlExVbHfep0gREyec { display:block; }
 }@media only screen and (max-width: 763px) { #gPq5RGFIbIKK4snUlnN6JFnX5xqDT83Q { top:32px;left:650.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #uewq0dNOSQiguxUmSexheakvivTwqM9h { display:block; }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k95SGotidJssEuZ1rO79TPXuMOLh75DS { top:130px;left:0px;width:690px;height:122px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Wbb0o5omTe5JVuCxMsmiSyqXgJOPIkS6 { top:61px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #QtZGBwxnRRuQLbPzPkfIX5zkWO4A7A2U { top:264px;left:0px;width:575px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #fVdNLodvmPE46TpdnfIh3DEtOD2UP3CD { top:50px;left:744px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tvrZb0WZSWimXKCuo7nqGhDKyTfG1Gdn { top:109px;left:449px;width:315px;height:315px;display:block; }
 }@media only screen and (max-width: 763px) { #GeMA7tewEUBN4qceEzDI7lGqGnIBGc1w { top:307px;left:0px;width:575px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #aqa0iPyCET7m9mIGCne2o0alyTtyqBVR { width:264px;height:51px;top:343px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VmpkCk1PL6Ae0JK5U2ZBvtkWHE617SV3 { display:block; }
 }@media only screen and (max-width: 763px) { #TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI { display:block; }#TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mu76mng64AL0KBlnNcio59JTNSB8CGHS { top:28px;left:0px;width:717px;height:;font-size:64px;display:block; }
 }@media only screen and (max-width: 763px) { #MvIVTOVK0kEy0mCI1l5xpM5pIO0644ZN { top:181px;left:168px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oh0B7RWvHJ0AOhbq81Wn7oPne4scHu8W { top:131px;left:168px;width:257px;height:46px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #gp32iXey4wSVTZR5flFAguu8oefi5zlJ { top:233px;left:0px;width:764px;height:273px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #IdOR8iNwq4tuuvozTJJZHPulGElgk1KZ { top:190px;left:188px;width:200px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #E70LrI1iBo9HcTmo01HT8shsOVBDnogl { top:131px;left:0px;width:247px;height:309px;display:block; }
 }@media only screen and (max-width: 763px) { #fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK { display:block; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxpcblLJN0fWqyoysn5x3aozeqM6xyLP { top:41px;left:0px;width:708px;height:;font-size:64px;display:block; }
 }@media only screen and (max-width: 763px) { #prSXTEaqiq8Tqp73FTwC67uKbke73NPa { top:225px;left:0px;width:593px;height:341px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PBTX7butLZuvFm9kxmSmp918vxTENTmy { top:194px;left:228px;width:534px;height:356px;display:block; }
 }@media only screen and (max-width: 763px) { #ecBkVXWo5yEucab2FyZUKtElfcfmVNQ0 { top:416px;left:0px;width:500px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 { display:block; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehK717cUgzyVaGeGWm5t7QTuLlm8vFQA { top:46px;left:0px;width:764px;height:;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #dGyc0TMPDq5VEV1ZXbzPtgTB6ZBliWDy { width:230px;height:55px;top:704px;left:267px;display:block; }
 }@media only screen and (max-width: 763px) { #MpOiy2gcK75xa3Fvyuto3fV43pcUlJE8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZK90y6AOv9WwJ9tk0JhJbpNubQynMsAr { top:492px;left:0px;width:267px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GAlpP7x94TwtaTTt1DT38l3wVmHEkol8 { top:524px;left:0px;width:327px;height:127px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f18Aa7Ivb9nPqpUQoQdeIx1JK6M5auvU { top:130px;left:0px;width:344px;height:344px;display:block; }
 }@media only screen and (max-width: 763px) { #GTQsRgkDxq0uQXpgHacT2zSPbsXi5UC7 { top:130px;left:210px;width:344px;height:344px;display:block; }
 }@media only screen and (max-width: 763px) { #V3bQDuNeSmKJNHlJcO9WsVKWQd2s7rqv { top:130px;left:420px;width:344px;height:344px;display:block; }
 }@media only screen and (max-width: 763px) { #fQInmFQtQQ1KInxITy742UdrRlX0VLkl { top:492px;left:210px;width:267px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EuO0aEwHJeJL6adKtetITNeNahJThXOb { top:524px;left:210px;width:342px;height:128px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ayikKkgrxcLVebWkqpfe8EUqkrnXRmF0 { top:492px;left:497px;width:267px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DN3bv3zrzPDP0HsU7eOE18xepHZQH8wv { top:524px;left:480px;width:284px;height:153px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HehTWSxgktR94BR63VAG8ENrxA5WKWWk { top:706px;left:210px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc { display:block; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPpe4loQIp6TyoJq0S8LEZDyKaCJRr1C { top:38px;left:0px;width:764px;height:68px;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #dKyfNmcDdJ4tiz5QMStS8HWfOrQTdcfO { top:255px;left:0px;width:350px;height:151px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KF3uGOPhQ7ZpuW8Rd0lulGE3AyzxedMF { top:128px;left:424px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #ARlnxT2Zdc1ApQotI5FLeivbtfcfNKir { top:127px;left:180px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #KWr12bxfkKzeNEz3EXbN2DsFg8D1x4tW { top:127px;left:259px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #LIclQ5zo58mQLwqAqTd2kIJfHo3lZuQP { top:128px;left:345px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #JZoFsxIRQs22TTcCuafU2XMngOk4UI6K { top:128px;left:510px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #oVhAS2HkivU4HN42K0dG8Cz0RrL6QrUr { top:285px;left:207px;width:350px;height:91px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #phqpfkzLkJOWegylaz1w6ow8cGG3kgpi { top:255px;left:414px;width:350px;height:151px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #AW0QooT3wiDZlMIc3sBBriwP5gk0DyIo { top:224px;left:0px;width:382px;height:215px;display:block; }
 }@media only screen and (max-width: 763px) { #MPvUVmF1qQRgc5WyQESweVtdfEnoZ0ID { top:224px;left:191px;width:382px;height:215px;display:block; }
 }@media only screen and (max-width: 763px) { #KNsJFgZqFa6cnasN9bf7h6KCkhwldtxh { top:224px;left:382px;width:382px;height:215px;display:block; }
 }@media only screen and (max-width: 763px) { #lbSQu6489BCZuOJSCGyszpXmBz7vpfne { display:block; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hl6TTDpM1OJ3qUgO8nJxtDFzf8N9ZUX9 { top:196px;left:0px;width:666px;height:129px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #gtzQLEaD65LuMlTr1rDFaxH084xf59gr { top:160px;left:0px;width:659px;height:36px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #zeJaCev5BSnal37tTxcgedpgGOqfFSrW { top:140px;left:488px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KxIUx8hgFQDCrn6X6k98mdnAHplsCwwa { top:171px;left:596px;width:168px;height:;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ynZXPyx3PZBkTlGGVF0TAb7GnkT6496Q { top:176px;left:633px;width:131px;height:39px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #DlJzWrQNJVaFGra1FC6BBi8ZXhHttTwt { width:206px;height:55px;top:253px;left:558px;display:block; }
 }@media only screen and (max-width: 763px) { #meABHte1JQ14cJ00DNictPebHHTgthhS { display:block; }
 }@media only screen and (max-width: 763px) { #PXChvuXlDTEJP5LyUTB7Qqv9R8iIKrTm { top:55px;left:497.5px;width:1px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #BeXKnI53mXAahTZbwmLPnrJpkRx954Pq { top:255px;left:597px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG { display:block; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCGH9GkAE1FTVFWGHaH6oCk9pMxnsClH { top:54px;left:0px;width:755px;height:51px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #nPtJMx10ClI6eMKrts3xlL3cwuuhDJQg { top:188px;left:0px;width:189px;height:36px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #bevdfxwQ2LQ1ggqERiXq05XiNPZ5pNb4 { top:130px;left:0px;width:754px;height:32px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc { display:block; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idGa7uhufL84zptyo9NXsq767rxztefr { top:39px;left:105px;width:554px;height:25px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #HRCxC0qRCcR7D0PCTuT3mu3DWXK7OPQH { width:150px;height:35px;top:83px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #bdtotSkL8G7fPOoL3CNu5CLn2LcipLzi { display:block; }
 }@media only screen and (max-width: 763px) { #cfPv1FIkRb2RG2DGAZRpLq3fqGRFDlkJ { top:134px;left:369px;width:26px;height:26px;display:block; }
#cfPv1FIkRb2RG2DGAZRpLq3fqGRFDlkJ > img { max-width: 100%;max-height:100%; width:26px; height:26px; } }@media only screen and (max-width: 763px) { #AqRVdItDzbbJqw68lIwvDPD4qIHCBhgp { top:24px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { display:block; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container { width:320px;height:131px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ambTnOM0WU7bk3e3oQBozzEfTPX1QRiT { width:139px;height:38px;top:15px;left:90.5px;display:block; }
 }@media only screen and (max-width: 763px) { #l3qEcvPavcOxvPx92p7yAK9PBe9TRPi0 { width:244px;height:40px;top:67px;left:57px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DdT9sN06E39X1wVdlExVbHfep0gREyec { display:block; }
 }@media only screen and (max-width: 763px) { #gPq5RGFIbIKK4snUlnN6JFnX5xqDT83Q { display:flex;width:34px;height:34px;top:70px;left:15px; }
 }@media only screen and (max-width: 763px) { #uewq0dNOSQiguxUmSexheakvivTwqM9h { display:block; }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row .container { width:320px;height:543px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k95SGotidJssEuZ1rO79TPXuMOLh75DS { width:320px;height:67.1875px;top:28.5px;left:0px;font-size:28px;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wbb0o5omTe5JVuCxMsmiSyqXgJOPIkS6 { width:200px;height:1px;top:20px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #QtZGBwxnRRuQLbPzPkfIX5zkWO4A7A2U { width:300px;height:39px;top:109px;left:10px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVdNLodvmPE46TpdnfIh3DEtOD2UP3CD { width:16px;height:16px;top:12.5px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #tvrZb0WZSWimXKCuo7nqGhDKyTfG1Gdn { width:218px;height:218px;top:216.5px;left:51px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #GeMA7tewEUBN4qceEzDI7lGqGnIBGc1w { width:320px;height:16.8906px;top:168px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqa0iPyCET7m9mIGCne2o0alyTtyqBVR { width:221px;height:51px;top:463.5px;left:49.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VmpkCk1PL6Ae0JK5U2ZBvtkWHE617SV3 { display:block; }
 }@media only screen and (max-width: 763px) { #TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI { display:block; }#TuNIycs7nhdrN73W3Sm82UGhDAmUpvJI > .row .container { width:320px;height:820px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mu76mng64AL0KBlnNcio59JTNSB8CGHS { width:320px;height:38.3906px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MvIVTOVK0kEy0mCI1l5xpM5pIO0644ZN { width:20px;height:20px;top:311.375px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #oh0B7RWvHJ0AOhbq81Wn7oPne4scHu8W { width:263px;height:32px;top:278.375px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gp32iXey4wSVTZR5flFAguu8oefi5zlJ { width:282px;height:409.5008px;top:365.96875px;left:19px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IdOR8iNwq4tuuvozTJJZHPulGElgk1KZ { width:266px;height:1px;top:319.921875px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #E70LrI1iBo9HcTmo01HT8shsOVBDnogl { width:140px;height:176px;top:78.375px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK { display:block; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row .container { width:320px;height:855px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxpcblLJN0fWqyoysn5x3aozeqM6xyLP { width:283px;height:76.7812px;top:44px;left:18.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prSXTEaqiq8Tqp73FTwC67uKbke73NPa { width:302px;height:405px;top:179.75px;left:9px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBTX7butLZuvFm9kxmSmp918vxTENTmy { width:316px;height:210px;top:621.109375px;left:2px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ecBkVXWo5yEucab2FyZUKtElfcfmVNQ0 { width:320px;height:1px;top:152.7656px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 { display:block; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { width:320px;height:1287px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehK717cUgzyVaGeGWm5t7QTuLlm8vFQA { width:320px;height:76.7812px;top:31px;left:0px;font-size:32px;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGyc0TMPDq5VEV1ZXbzPtgTB6ZBliWDy { width:186px;height:45px;top:1182px;left:98px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MpOiy2gcK75xa3Fvyuto3fV43pcUlJE8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZK90y6AOv9WwJ9tk0JhJbpNubQynMsAr { width:276px;height:28.7969px;top:268px;left:22px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAlpP7x94TwtaTTt1DT38l3wVmHEkol8 { width:275px;height:153.562px;top:297px;left:23px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f18Aa7Ivb9nPqpUQoQdeIx1JK6M5auvU { width:118px;height:118px;top:132.75px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #GTQsRgkDxq0uQXpgHacT2zSPbsXi5UC7 { width:121px;height:121px;top:479.75px;left:99.5px;display:block; }
 }@media only screen and (max-width: 763px) { #V3bQDuNeSmKJNHlJcO9WsVKWQd2s7rqv { width:119px;height:119px;top:838.765625px;left:100.5px;display:block; }
 }@media only screen and (max-width: 763px) { #fQInmFQtQQ1KInxITy742UdrRlX0VLkl { width:267px;height:28.7969px;top:620px;left:27px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EuO0aEwHJeJL6adKtetITNeNahJThXOb { width:284px;height:153.562px;top:660px;left:18px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ayikKkgrxcLVebWkqpfe8EUqkrnXRmF0 { width:267px;height:28.7969px;top:971px;left:27px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DN3bv3zrzPDP0HsU7eOE18xepHZQH8wv { width:284px;height:153.562px;top:1000px;left:18px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HehTWSxgktR94BR63VAG8ENrxA5WKWWk { display:flex;width:50px;height:50px;top:1180px;left:37px; }
 }@media only screen and (max-width: 763px) { #cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc { display:block; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { width:320px;height:742px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPpe4loQIp6TyoJq0S8LEZDyKaCJRr1C { width:320px;height:76.7812px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dKyfNmcDdJ4tiz5QMStS8HWfOrQTdcfO { width:283px;height:163.1255px;top:231.375px;left:23px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KF3uGOPhQ7ZpuW8Rd0lulGE3AyzxedMF { display:flex;width:48px;height:48px;top:117px;left:183px;font-size:33px; }
 }@media only screen and (max-width: 763px) { #ARlnxT2Zdc1ApQotI5FLeivbtfcfNKir { display:flex;width:48px;height:48px;top:117px;left:41px;font-size:33px; }
 }@media only screen and (max-width: 763px) { #KWr12bxfkKzeNEz3EXbN2DsFg8D1x4tW { display:flex;width:48px;height:48px;top:117px;left:88px;font-size:33px; }
 }@media only screen and (max-width: 763px) { #LIclQ5zo58mQLwqAqTd2kIJfHo3lZuQP { display:flex;width:48px;height:48px;top:117px;left:135px;font-size:33px; }
 }@media only screen and (max-width: 763px) { #JZoFsxIRQs22TTcCuafU2XMngOk4UI6K { display:flex;width:48px;height:48px;top:117px;left:231px; }
 }@media only screen and (max-width: 763px) { #oVhAS2HkivU4HN42K0dG8Cz0RrL6QrUr { width:295px;height:81.5625px;top:436.640625px;left:12.5px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #phqpfkzLkJOWegylaz1w6ow8cGG3kgpi { width:287px;height:163.1255px;top:549.203125px;left:16.5px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AW0QooT3wiDZlMIc3sBBriwP5gk0DyIo { width:320px;height:215px;top:200.640625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MPvUVmF1qQRgc5WyQESweVtdfEnoZ0ID { width:320px;height:215px;top:453.921875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KNsJFgZqFa6cnasN9bf7h6KCkhwldtxh { width:320px;height:215px;top:466.265625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lbSQu6489BCZuOJSCGyszpXmBz7vpfne { display:block; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row .container { width:320px;height:498px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hl6TTDpM1OJ3qUgO8nJxtDFzf8N9ZUX9 { width:273px;height:115.172px;top:19px;left:16.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #gtzQLEaD65LuMlTr1rDFaxH084xf59gr { width:269px;height:51.1875px;top:144.78125px;left:18.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zeJaCev5BSnal37tTxcgedpgGOqfFSrW { width:16px;height:16px;top:214.5px;left:16.5px;display:block; }
 }@media only screen and (max-width: 763px) { #KxIUx8hgFQDCrn6X6k98mdnAHplsCwwa { width:167px;height:42px;top:249px;left:76.5px;font-size:35px;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynZXPyx3PZBkTlGGVF0TAb7GnkT6496Q { width:131px;height:28.7812px;top:312px;left:94.5px;font-size:12px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlJzWrQNJVaFGra1FC6BBi8ZXhHttTwt { width:206px;height:55px;top:365.5px;left:84.5px;display:block; }
 }@media only screen and (max-width: 763px) { #meABHte1JQ14cJ00DNictPebHHTgthhS { display:block; }
 }@media only screen and (max-width: 763px) { #PXChvuXlDTEJP5LyUTB7Qqv9R8iIKrTm { width:250px;height:1px;top:221.5px;left:32.5px;display:block; }
 }@media only screen and (max-width: 763px) { #BeXKnI53mXAahTZbwmLPnrJpkRx954Pq { display:flex;width:50px;height:50px;top:368px;left:16.5px; }
 }@media only screen and (max-width: 763px) { #QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG { display:block; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .row .container { width:320px;height:191px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCGH9GkAE1FTVFWGHaH6oCk9pMxnsClH { width:307px;height:32px;top:19px;left:7px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPtJMx10ClI6eMKrts3xlL3cwuuhDJQg { width:292px;height:25.5938px;top:147px;left:15px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bevdfxwQ2LQ1ggqERiXq05XiNPZ5pNb4 { width:194px;height:51.1875px;top:71px;left:64px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc { display:block; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .row .container { width:320px;height:192px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idGa7uhufL84zptyo9NXsq767rxztefr { width:302px;height:17.5938px;top:35px;left:18px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRCxC0qRCcR7D0PCTuT3mu3DWXK7OPQH { width:84px;height:30px;top:72.5938px;left:118px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdtotSkL8G7fPOoL3CNu5CLn2LcipLzi { display:block; }
 }@media only screen and (max-width: 763px) { #cfPv1FIkRb2RG2DGAZRpLq3fqGRFDlkJ { display:flex;width:26px;height:26px;top:115px;left:147px; }
#cfPv1FIkRb2RG2DGAZRpLq3fqGRFDlkJ > img { max-width: 100%;max-height:100%; width:26px; height:26px; } }@media only screen and (max-width: 763px) { #AqRVdItDzbbJqw68lIwvDPD4qIHCBhgp { width:320px;height:1px;top:20px;left:0px;display:block; }
 }