.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top: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); }#MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a4334e;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; }#MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS > .row .container { background-color: transparent; background-image: none; }#MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS > .row .container > .video-iframe-container { display: none; }#MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS > .row > .video-iframe-container { display: none; }#MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS > .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); }#MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS > .row .container { border-width: 0; border-radius: 0; }#MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#fTUrzZ29v9TB8fM57QMRFZZqgTT7EZxD { color:#ffffff;display:block;width:503px;position:absolute;font-family:inter;font-size:50px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:38.666667938232px;left:194.59375px;height:130px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J1v1LqzqvQO4qKHWOvkoVUamwNWFTs0A { color:#ffde59;display:block;width:489px;position:absolute;font-family:inter;font-size:26px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:182px;left:201.59375px;height:67.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs { position:relative;display:block; }#tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs { background-color: transparent; background-image: none; }#tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs > .row .container > .video-iframe-container { display: none; }#tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs > .row > .video-iframe-container { display: none; }#tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs > .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); }#tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs { border-width: 0; border-radius: 0; }#tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs > .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; }#tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:530px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cEtWZg6Z6fgRghW5X7C5h7lI3IKJnk0G { 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:467px;width:471px;top:31.5px;left:0px;overflow:hidden;display:block; }
#oDdS7fkiiqhTKVDszGWW3SuIlAh3XRWL { color:#000000;display:block;width:459px;position:absolute;font-family:inter;font-size:24px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:60.8125px;left:501.00003051758px;height:374.4px;display:block; }
#aCl7IS42GW3xTrss26FL5q2SL25fg8WT { position:relative;display:block; }#aCl7IS42GW3xTrss26FL5q2SL25fg8WT { background-color: transparent; background-image: none; }#aCl7IS42GW3xTrss26FL5q2SL25fg8WT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCl7IS42GW3xTrss26FL5q2SL25fg8WT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCl7IS42GW3xTrss26FL5q2SL25fg8WT > .row .container > .video-iframe-container { display: none; }#aCl7IS42GW3xTrss26FL5q2SL25fg8WT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCl7IS42GW3xTrss26FL5q2SL25fg8WT > .row > .video-iframe-container { display: none; }#aCl7IS42GW3xTrss26FL5q2SL25fg8WT > .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); }#aCl7IS42GW3xTrss26FL5q2SL25fg8WT { border-width: 0; border-radius: 0; }#aCl7IS42GW3xTrss26FL5q2SL25fg8WT > .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; }#aCl7IS42GW3xTrss26FL5q2SL25fg8WT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:487px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eEfqD1VWW8KOnUibznWeMJWtgm6rDrEW { 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:467px;width:472px;top:0px;left:488.00003051758px;overflow:hidden;display:block; }
#q0RJTTiwBXh9DWrmefAiuSFCG9wqa9aa { color:#000000;display:block;width:439px;position:absolute;font-family:inter;font-size:24px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.604166030884px;left:20.5px;height:436.8px;display:block; }
#PVaylBB5hSpzNbakZbGMTBnk5cTLO27J { position:relative;display:block; }#PVaylBB5hSpzNbakZbGMTBnk5cTLO27J { background-color: transparent; background-image: none; }#PVaylBB5hSpzNbakZbGMTBnk5cTLO27J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVaylBB5hSpzNbakZbGMTBnk5cTLO27J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVaylBB5hSpzNbakZbGMTBnk5cTLO27J > .row .container > .video-iframe-container { display: none; }#PVaylBB5hSpzNbakZbGMTBnk5cTLO27J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVaylBB5hSpzNbakZbGMTBnk5cTLO27J > .row > .video-iframe-container { display: none; }#PVaylBB5hSpzNbakZbGMTBnk5cTLO27J > .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); }#PVaylBB5hSpzNbakZbGMTBnk5cTLO27J { border-width: 0; border-radius: 0; }#PVaylBB5hSpzNbakZbGMTBnk5cTLO27J > .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; }#PVaylBB5hSpzNbakZbGMTBnk5cTLO27J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ArqqlQP8a6RykZtJQcS7XHMk63NOqhZV { color:#333333;display:block;width:528px;position:absolute;font-family:inter;font-size:24px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:50px;left:216px;height:124.8px;text-align:center;text-align-last:center;display:block; }
#Ox5zNgaRxSGa1iQqLQzekLhImlbPwTSG { color:#a4334e;display:block;width:514px;position:absolute;font-family:inter;font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:212px;left:223px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a4334e;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; }#Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E > .row .container { background-color: transparent; background-image: none; }#Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E > .row .container > .video-iframe-container { display: none; }#Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E > .row > .video-iframe-container { display: none; }#Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E > .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); }#Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E > .row .container { border-width: 0; border-radius: 0; }#Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E > .row .container { font-size:14px;font-family:arial;height:595px;width:960px;position:relative;display:block; }#k7UTflev2rih2sU92TGG7RFXxDuee2TD { color:#ffffff;display:block;width:200px;position:absolute;font-family:inter;font-size:24px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:35px;left:93.65625px;height:31.2037px;font-style:normal;display:block; }
#HhreuBWE8bPycP89bub08Taki9QUGxXH { background-color:#6a09e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:246px;height:62px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:87px;left:93.65625px;display:block; }
#HFb6uVxBpZhflz5qqW7X2nFOErNTAxRu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FBuNTXnFzRigU7ZeeCao2Mbk3lBWU1bw { background-color:#6a09e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:246px;height:62px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:87px;left:357px;display:block; }
#k0pE1w87S8gFD1e81vnxOvn8lMwIQfCm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eMOAD191BXK1aNxrl1Dqe7tJ9MyIsCGI { background-color:#6a09e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:246px;height:62px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:87px;left:619.00003051758px;display:block; }
#gvtobifvimHo7Rs8x0GrP90azPAv8EvF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#og2VL84lyT1qTxlHwySBRx75ryQMTTMO { background-color:#6a09e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:246px;height:62px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:162px;left:93.65625px;display:block; }
#pn74rFAZNaOi6nzk7mp1JN2Kt3K0fcD5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AJzV3DeN5607lPy0Fds8SaD3CfrmnAFn { background-color:#6a09e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:246px;height:62px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:239px;left:93.65625px;display:block; }
#aueQEw3TQQqyEfOXHPZ14cFknkEte4rz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ha2F8ZNr6grvK6LOJKwDID1QkGodfJJs { background-color:#6a09e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:246px;height:62px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:162px;left:357px;display:block; }
#IV8OgzN2ytfcQZ2hAA9imE3b1MLBnrKr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kRV6J2dZt10rNZwMVStueaxs8LLwvzGJ { background-color:#6a09e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:246px;height:62px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:239px;left:357px;display:block; }
#Ekl4nrLEH3gM3y4NzhdzuUw7USclM46i { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#muiTcH1EITuGcM1383L8xhdTcNrUO4I0 { background-color:#6a09e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:246px;height:62px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:162px;left:619.00003051758px;display:block; }
#pk2PONqXsfexT6QUtVco327mPvgiwLbP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DPDMzTrznN7dH04Rlpy4vRqnxiQ1yzPc { color:#ffffff;display:block;width:200px;position:absolute;font-family:inter;font-size:24px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:345px;left:93.65625px;height:31.2037px;font-style:normal;display:block; }
#mVxtzLNAWC2lm0sBocUPBZQk4LOXPIUe { background-color:#6a09e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:246px;height:62px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:397px;left:93.65625px;display:block; }
#lB1d0v82lTh2F4rdwkd9Zw3VISTFZ6Ug { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CoIpSCfWpkcp6CHZ0HfEV5ZXxTa6xNt6 { background-color:#6a09e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:246px;height:62px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:475px;left:93.65625px;display:block; }
#bXUQiOrSZTTnukibuhTe4sILTn3RVOeU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VNydsKD6xnSnT8mHs7Ba2kHLImDFkbBc { background-color:#6a09e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:246px;height:62px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:397px;left:357px;display:block; }
#K5NgfwsQEiEfLpC3UgbG75GAPPSahx8d { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mDmUPFsU598qNvMz7Odd2dIDDRmFBd40 { background-color:#6a09e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:246px;height:62px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:397px;left:619.00003051758px;display:block; }
#RHNDI3kExsCWCO96zn0ZdkWKhQ8wR0tX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a4334e;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; }#piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd > .row .container { background-color: transparent; background-image: none; }#piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd > .row .container > .video-iframe-container { display: none; }#piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd > .row > .video-iframe-container { display: none; }#piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd > .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); }#piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd > .row .container { border-width: 0; border-radius: 0; }#piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd > .row .container { font-size:14px;font-family:arial;height:640px;width:960px;position:relative;display:block; }#h9218XSxwZ9yGxwkPDpORqRo3JzVGKG0 { color:#ffffff;display:block;width:552px;position:absolute;font-family:inter;font-size:50px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:24.32292175293px;left:204px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R9FtDBgRTsDX4ezsIKxB4z62pQPgozGh { position:absolute;display:block;z-index:15001;height:519px;width:806px;top:106.98750305176px;left:77px;display:block; }
#zI7WGVFH1pW3Af7ks1DGWg3redSLcrff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a4334e;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; }#zI7WGVFH1pW3Af7ks1DGWg3redSLcrff > .row .container { background-color: transparent; background-image: none; }#zI7WGVFH1pW3Af7ks1DGWg3redSLcrff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI7WGVFH1pW3Af7ks1DGWg3redSLcrff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI7WGVFH1pW3Af7ks1DGWg3redSLcrff > .row .container > .video-iframe-container { display: none; }#zI7WGVFH1pW3Af7ks1DGWg3redSLcrff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI7WGVFH1pW3Af7ks1DGWg3redSLcrff > .row > .video-iframe-container { display: none; }#zI7WGVFH1pW3Af7ks1DGWg3redSLcrff > .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); }#zI7WGVFH1pW3Af7ks1DGWg3redSLcrff > .row .container { border-width: 0; border-radius: 0; }#zI7WGVFH1pW3Af7ks1DGWg3redSLcrff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zI7WGVFH1pW3Af7ks1DGWg3redSLcrff > .row .container { font-size:14px;font-family:arial;height:540px;width:960px;position:relative;display:block; }#DcfWc4x3OWxUDXWaIgixr6WTtLJAPwCh { 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:261px;width:403px;top:19.5px;left:278.5px;overflow:hidden;display:block; }
#Jciina5dKUM1XHP7gbzRSwXTJ3JBGS9b { color:#000000;display:block;width:231px;position:absolute;font-family:inter;font-size:19px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:325.33333334327px;left:349.5px;height:24.7px;text-align:center;text-align-last:center;display:block; }
#zlSmt7OpMsRTkQsFhaPDZPCAofr4HnZK { color:#ffffff;display:block;width:325px;position:absolute;font-family:inter;font-size:19px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:382.33333587646px;left:302.5px;height:24.7px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS { display:block; }#MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTUrzZ29v9TB8fM57QMRFZZqgTT7EZxD { top:38px;left:96.59375px;width:503px;height:130px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #J1v1LqzqvQO4qKHWOvkoVUamwNWFTs0A { top:182px;left:103.59375px;width:489px;height:67px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs { display:block; }#tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEtWZg6Z6fgRghW5X7C5h7lI3IKJnk0G { top:31px;left:0px;width:471px;height:467px;display:block; }
 }@media only screen and (max-width: 763px) { #oDdS7fkiiqhTKVDszGWW3SuIlAh3XRWL { top:60px;left:305px;width:459px;height:374px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #aCl7IS42GW3xTrss26FL5q2SL25fg8WT { display:block; }#aCl7IS42GW3xTrss26FL5q2SL25fg8WT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEfqD1VWW8KOnUibznWeMJWtgm6rDrEW { top:0px;left:292px;width:472px;height:467px;display:block; }
 }@media only screen and (max-width: 763px) { #q0RJTTiwBXh9DWrmefAiuSFCG9wqa9aa { top:15px;left:0px;width:439px;height:436px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PVaylBB5hSpzNbakZbGMTBnk5cTLO27J { display:block; }#PVaylBB5hSpzNbakZbGMTBnk5cTLO27J > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArqqlQP8a6RykZtJQcS7XHMk63NOqhZV { top:50px;left:118px;width:528px;height:124px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Ox5zNgaRxSGa1iQqLQzekLhImlbPwTSG { top:212px;left:125px;width:514px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E { display:block; }#Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7UTflev2rih2sU92TGG7RFXxDuee2TD { top:35px;left:0px;width:200px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #HhreuBWE8bPycP89bub08Taki9QUGxXH { width:246px;height:62px;top:87px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HFb6uVxBpZhflz5qqW7X2nFOErNTAxRu { display:block; }
 }@media only screen and (max-width: 763px) { #FBuNTXnFzRigU7ZeeCao2Mbk3lBWU1bw { width:246px;height:62px;top:87px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #k0pE1w87S8gFD1e81vnxOvn8lMwIQfCm { display:block; }
 }@media only screen and (max-width: 763px) { #eMOAD191BXK1aNxrl1Dqe7tJ9MyIsCGI { width:246px;height:62px;top:87px;left:518px;display:block; }
 }@media only screen and (max-width: 763px) { #gvtobifvimHo7Rs8x0GrP90azPAv8EvF { display:block; }
 }@media only screen and (max-width: 763px) { #og2VL84lyT1qTxlHwySBRx75ryQMTTMO { width:246px;height:62px;top:162px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pn74rFAZNaOi6nzk7mp1JN2Kt3K0fcD5 { display:block; }
 }@media only screen and (max-width: 763px) { #AJzV3DeN5607lPy0Fds8SaD3CfrmnAFn { width:246px;height:62px;top:239px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aueQEw3TQQqyEfOXHPZ14cFknkEte4rz { display:block; }
 }@media only screen and (max-width: 763px) { #Ha2F8ZNr6grvK6LOJKwDID1QkGodfJJs { width:246px;height:62px;top:162px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #IV8OgzN2ytfcQZ2hAA9imE3b1MLBnrKr { display:block; }
 }@media only screen and (max-width: 763px) { #kRV6J2dZt10rNZwMVStueaxs8LLwvzGJ { width:246px;height:62px;top:239px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #Ekl4nrLEH3gM3y4NzhdzuUw7USclM46i { display:block; }
 }@media only screen and (max-width: 763px) { #muiTcH1EITuGcM1383L8xhdTcNrUO4I0 { width:246px;height:62px;top:162px;left:518px;display:block; }
 }@media only screen and (max-width: 763px) { #pk2PONqXsfexT6QUtVco327mPvgiwLbP { display:block; }
 }@media only screen and (max-width: 763px) { #DPDMzTrznN7dH04Rlpy4vRqnxiQ1yzPc { top:345px;left:0px;width:200px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #mVxtzLNAWC2lm0sBocUPBZQk4LOXPIUe { width:246px;height:62px;top:397px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lB1d0v82lTh2F4rdwkd9Zw3VISTFZ6Ug { display:block; }
 }@media only screen and (max-width: 763px) { #CoIpSCfWpkcp6CHZ0HfEV5ZXxTa6xNt6 { width:246px;height:62px;top:475px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bXUQiOrSZTTnukibuhTe4sILTn3RVOeU { display:block; }
 }@media only screen and (max-width: 763px) { #VNydsKD6xnSnT8mHs7Ba2kHLImDFkbBc { width:246px;height:62px;top:397px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #K5NgfwsQEiEfLpC3UgbG75GAPPSahx8d { display:block; }
 }@media only screen and (max-width: 763px) { #mDmUPFsU598qNvMz7Odd2dIDDRmFBd40 { width:246px;height:62px;top:397px;left:518px;display:block; }
 }@media only screen and (max-width: 763px) { #RHNDI3kExsCWCO96zn0ZdkWKhQ8wR0tX { display:block; }
 }@media only screen and (max-width: 763px) { #piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd { display:block; }#piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9218XSxwZ9yGxwkPDpORqRo3JzVGKG0 { top:24px;left:106px;width:552px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #R9FtDBgRTsDX4ezsIKxB4z62pQPgozGh { top:106px;left:0px;width:764px;height:519px;display:block; }
 }@media only screen and (max-width: 763px) { #zI7WGVFH1pW3Af7ks1DGWg3redSLcrff { display:block; }#zI7WGVFH1pW3Af7ks1DGWg3redSLcrff > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcfWc4x3OWxUDXWaIgixr6WTtLJAPwCh { top:19px;left:180.5px;width:403px;height:261px;display:block; }
 }@media only screen and (max-width: 763px) { #Jciina5dKUM1XHP7gbzRSwXTJ3JBGS9b { top:325px;left:251.5px;width:231px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zlSmt7OpMsRTkQsFhaPDZPCAofr4HnZK { top:382px;left:204.5px;width:325px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS { display:block; }#MpQU10DbOb0QAO0NLBDtucnrlRvVZFOS > .row .container { width:320px;height:292px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTUrzZ29v9TB8fM57QMRFZZqgTT7EZxD { width:319.987px;height:83.2px;top:34px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #J1v1LqzqvQO4qKHWOvkoVUamwNWFTs0A { width:319.987px;height:101.4px;top:141.1875px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs { display:block; }#tpRWKv1LpZo2ycT9x4AKU6SQ9T2zhKVs > .row .container { width:320px;height:870px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEtWZg6Z6fgRghW5X7C5h7lI3IKJnk0G { width:320px;height:317.27963141859px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oDdS7fkiiqhTKVDszGWW3SuIlAh3XRWL { width:319.988px;height:499.2px;top:357.269px;left:0px;font-size:24px;color:#404040;display:block; }
 }@media only screen and (max-width: 763px) { #aCl7IS42GW3xTrss26FL5q2SL25fg8WT { display:block; }#aCl7IS42GW3xTrss26FL5q2SL25fg8WT > .row .container { width:320px;height:1034px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEfqD1VWW8KOnUibznWeMJWtgm6rDrEW { width:320px;height:316.6px;top:7.62939453125E-6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q0RJTTiwBXh9DWrmefAiuSFCG9wqa9aa { width:319.987px;height:592.8px;top:358.00000762939px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PVaylBB5hSpzNbakZbGMTBnk5cTLO27J { display:block; }#PVaylBB5hSpzNbakZbGMTBnk5cTLO27J > .row .container { width:320px;height:334px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArqqlQP8a6RykZtJQcS7XHMk63NOqhZV { width:319.988px;height:218.4px;top:20px;left:0px;font-size:24px;color:#404040;display:block; }
 }@media only screen and (max-width: 763px) { #Ox5zNgaRxSGa1iQqLQzekLhImlbPwTSG { width:319.988px;height:62.4px;top:258.426px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E { display:block; }#Qnz1IdoH00PFJws1PrcQbgfyr3efDp9E > .row .container { width:320px;height:1106px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7UTflev2rih2sU92TGG7RFXxDuee2TD { width:199.988px;height:31.2037px;top:20px;left:60px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HhreuBWE8bPycP89bub08Taki9QUGxXH { width:246px;height:62px;top:71.1921px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #HFb6uVxBpZhflz5qqW7X2nFOErNTAxRu { display:block; }
 }@media only screen and (max-width: 763px) { #FBuNTXnFzRigU7ZeeCao2Mbk3lBWU1bw { width:246px;height:62px;top:153.1921px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #k0pE1w87S8gFD1e81vnxOvn8lMwIQfCm { display:block; }
 }@media only screen and (max-width: 763px) { #eMOAD191BXK1aNxrl1Dqe7tJ9MyIsCGI { width:246px;height:62px;top:235.1921px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #gvtobifvimHo7Rs8x0GrP90azPAv8EvF { display:block; }
 }@media only screen and (max-width: 763px) { #og2VL84lyT1qTxlHwySBRx75ryQMTTMO { width:246px;height:62px;top:317.1921px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #pn74rFAZNaOi6nzk7mp1JN2Kt3K0fcD5 { display:block; }
 }@media only screen and (max-width: 763px) { #AJzV3DeN5607lPy0Fds8SaD3CfrmnAFn { width:246px;height:62px;top:563.1921px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #aueQEw3TQQqyEfOXHPZ14cFknkEte4rz { display:block; }
 }@media only screen and (max-width: 763px) { #Ha2F8ZNr6grvK6LOJKwDID1QkGodfJJs { width:246px;height:62px;top:399.1921px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #IV8OgzN2ytfcQZ2hAA9imE3b1MLBnrKr { display:block; }
 }@media only screen and (max-width: 763px) { #kRV6J2dZt10rNZwMVStueaxs8LLwvzGJ { width:246px;height:62px;top:645.1921px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #Ekl4nrLEH3gM3y4NzhdzuUw7USclM46i { display:block; }
 }@media only screen and (max-width: 763px) { #muiTcH1EITuGcM1383L8xhdTcNrUO4I0 { width:246px;height:62px;top:481.1921px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #pk2PONqXsfexT6QUtVco327mPvgiwLbP { display:block; }
 }@media only screen and (max-width: 763px) { #DPDMzTrznN7dH04Rlpy4vRqnxiQ1yzPc { width:199.988px;height:31.2037px;top:727.1921px;left:60px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVxtzLNAWC2lm0sBocUPBZQk4LOXPIUe { width:246px;height:62px;top:778.3842px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #lB1d0v82lTh2F4rdwkd9Zw3VISTFZ6Ug { display:block; }
 }@media only screen and (max-width: 763px) { #CoIpSCfWpkcp6CHZ0HfEV5ZXxTa6xNt6 { width:246px;height:62px;top:1024.3842px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #bXUQiOrSZTTnukibuhTe4sILTn3RVOeU { display:block; }
 }@media only screen and (max-width: 763px) { #VNydsKD6xnSnT8mHs7Ba2kHLImDFkbBc { width:246px;height:62px;top:860.3842px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #K5NgfwsQEiEfLpC3UgbG75GAPPSahx8d { display:block; }
 }@media only screen and (max-width: 763px) { #mDmUPFsU598qNvMz7Odd2dIDDRmFBd40 { width:246px;height:62px;top:942.3842px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #RHNDI3kExsCWCO96zn0ZdkWKhQ8wR0tX { display:block; }
 }@media only screen and (max-width: 763px) { #piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd { display:block; }#piNy13JlEPWaqtG1UZAAZE8Xp2NW4oSd > .row .container { width:320px;height:818px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9218XSxwZ9yGxwkPDpORqRo3JzVGKG0 { width:319.988px;height:41.6px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #R9FtDBgRTsDX4ezsIKxB4z62pQPgozGh { width:320px;height:400px;top:81.5857px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zI7WGVFH1pW3Af7ks1DGWg3redSLcrff { display:block; }#zI7WGVFH1pW3Af7ks1DGWg3redSLcrff > .row .container { width:320px;height:437px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcfWc4x3OWxUDXWaIgixr6WTtLJAPwCh { width:268.993px;height:173.993px;top:22.974533081055px;left:25.462965011597px;display:block; }
 }@media only screen and (max-width: 763px) { #Jciina5dKUM1XHP7gbzRSwXTJ3JBGS9b { width:230.995px;height:24.7px;top:247.234px;left:44px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zlSmt7OpMsRTkQsFhaPDZPCAofr4HnZK { width:319.988px;height:24.7px;top:291.9331px;left:0px;font-size:19px;display:block; }
 }