.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/7l0an7Zg/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { border-width: 0; border-radius: 0; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container {  }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { font-size:14px;font-family:"open sans";height:468px;width:960px;position:relative;display:block; }#GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { color:#ffffff;display:block;width:893.984px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 8px rgba(0,0,0,0.99);top:120px;left:33px;height:31.1806px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#ffffff;display:block;width:913.969px;position:absolute;font-family:"open sans";font-size:65px;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 11px rgba(0,0,0,0.99);top:171px;left:46.015625px;height:78px;font-style:normal;display:block; }
#EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55.9961px;width:346.992px;top:18.984375px;left:305.9765625px;overflow:hidden;display:block; }
#rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { color:#ffffff;display:block;width:958.965px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:14962;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 11px rgba(0,0,0,0.97);top:274px;left:0px;height:72.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:27px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:389px;left:0px;height:35.0868px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:27px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:424.09375px;left:0px;height:35.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { background-color: transparent; background-image: none; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container > .video-iframe-container { display: none; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row > .video-iframe-container { display: none; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .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); }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { border-width: 0; border-radius: 0; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row > .video-iframe-container {  }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { font-size:14px;font-family:"open sans";height:356px;width:960px;position:relative;display:block; }#f37oIaOxTDnr1b5TqZ38V5G0D9nzTwHA { z-index:15064;top:281px;left:47.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PCFbtDlssGiSkyXBxiMuvyWTKrwilJ63 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#c7THPr87hir1oAEQtzpHdhmzwfvt0VSs { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:18px;left:34px;overflow:hidden;display:block; }
#BTTdZpcPn64oPdLNTdCPyMTgKUHC3Tsd { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:19px;left:355px;overflow:hidden;display:block; }
#xwHdyfDCeaIwoHT1INXugvRFXsTPDEp6 { z-index:15066;top:282px;left:369px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ai8bnvMqfFZim4KlUl9UlZAUbv1DXngR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LtA60nCpPz93wUURer3qA1AXo3bsQJ3P { z-index:15065;top:282px;left:689px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CN5S04KdVQG5PHTyUSxMeQaqB6VFhq0p { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#J7D02Mn6HFXxFlAXidmK5H5b6uqpDiUV { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:19px;left:675px;overflow:hidden;display:block; }
#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { background-color: transparent; background-image: none; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container > .video-iframe-container { display: none; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row > .video-iframe-container { display: none; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .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); }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { border-width: 0; border-radius: 0; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row > .video-iframe-container {  }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { font-size:14px;font-family:"open sans";height:356px;width:960px;position:relative;display:block; }#V9Dw6TtP5Rkb6D2AMkcsQ1CSPAAdktqp { z-index:15065;top:280.98960876465px;left:47.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tsOeuqPOmPUMVwHuu1V1JInypJW1u46g { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#V7OQpgcEqztCZ3UbuO56lzSEvdFTmqxA { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:17.986114501953px;left:33.975677490234px;overflow:hidden;display:block; }
#b9KSDrCKMPSsy4vmwvk1X2T52wROcMsi { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:17.986114501953px;left:354.49652099609px;overflow:hidden;display:block; }
#IMMSv8RTemGdTgGNknfMqPOo6ys9pF8H { z-index:15066;top:280.98960876465px;left:367.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QshUUxepGt5Td2ooy92Upfwqqfw32r6c { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GQIigq8sop9tyifEkHZ7uEtlV4SGKGc7 { z-index:15065;top:282px;left:689px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qJtNTBONDw829TLoz40SuoD14Hf5kxCI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LHxGk42rbPNs50Vb2mKEXvWMp44yzueC { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:19px;left:675px;overflow:hidden;display:block; }
#VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC > .row .container { background-color: transparent; background-image: none; }#VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC > .row .container > .video-iframe-container { display: none; }#VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC > .row > .video-iframe-container { display: none; }#VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC > .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); }#VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC > .row .container { border-width: 0; border-radius: 0; }#VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC > .row > .video-iframe-container {  }#VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC > .row .container { font-size:14px;font-family:"open sans";height:356px;width:960px;position:relative;display:block; }#RgfMDLy7hrFEWDae8lbdOl6ZEzM4D60R { z-index:15065;top:280.98960876465px;left:47.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OTtXtyGRhnMIXcfBrSo5fsMu8hCJtP8g { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IGSIOIicc7WmNV7PycyGIuQze2lpJUn4 { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:17.986114501953px;left:33.975677490234px;overflow:hidden;display:block; }
#OQRV101z5XCFZPMDA1d3A9bPtCkDrtyI { z-index:15067;top:282px;left:369px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#n518Q3tRdtF2kBfwhZXMcGLI7UTB0GIu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XBxksIM5drO1bk6TyqBMc0sWQaguLSGU { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:19px;left:355px;overflow:hidden;display:block; }
#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { background-color: transparent; background-image: none; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container > .video-iframe-container { display: none; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row > .video-iframe-container { display: none; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .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); }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { border-width: 0; border-radius: 0; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row > .video-iframe-container {  }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { font-size:14px;font-family:"open sans";height:410px;width:960px;position:relative;display:block; }#rzhDDpe33TGTWELpeZAS7WknVEureKuP { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:22.03125px;left:11.5px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0Terkkz1XhFZ80S96uXo2Iwi5Rf4S7I { z-index:15069;top:326px;left:36px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DVJ8kcactdlznh9pAwOl08ZwXNoaMFaz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#i3Daie3rZrqUga0RDWAFgv6l7gVS9N5U { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:22.03125px;left:331.5px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWaN9r9kIvfSTydKgzc3tAielEq57iWJ { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;height:247px;width:247px;top:67px;left:356px;overflow:hidden;display:block; }
#iGDzcaBWN1QknbZLRtvIT6wsHklXybSs { z-index:15083;top:326px;left:367.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wQJcsiDRNbenu3BePnId2sHqdh1vQXQG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Fa2bMFwo3qLR0e1FZwdq4NEo4ZPQRNL1 { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:10.984375px;left:651.5px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdgSVaQPnJx883OOZ0boTFU8TRTJRoqM { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:237px;top:67px;left:676.5px;overflow:hidden;display:block; }
#GkCFwSAII6KbTTMd8Cbxt9VgdtsGmPd9 { z-index:15078;top:326px;left:687.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mFmuq5x0ErtZNGlVmp3ISCHTR6TTdgqa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#h2BLLr46SVrKTAp4ZRKeIu6xDT5Ig6G3 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:248px;top:66.21875px;left:36px;overflow:hidden;display:block; }
#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row .container { background-color: transparent; background-image: none; }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row .container > .video-iframe-container { display: none; }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row > .video-iframe-container { display: none; }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .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); }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row .container { border-width: 0; border-radius: 0; }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row > .video-iframe-container {  }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row .container { font-size:14px;font-family:"open sans";height:410px;width:960px;position:relative;display:block; }#qD6CTtEsZKwR7gSBMZvzCtvnWXUfiPPl { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:22.03125px;left:11.5px;height:44.1666px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uPwSeRn2k6Z8QewFWCG6S3HkTuohkF9e { z-index:15069;top:326px;left:47.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GBzOiuHyyOcblKIV3w2uO4nxbZBE5uZk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#se9CNdzKHhEN1JEDh6dbukVFWT2offPZ { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:248px;top:67px;left:36px;overflow:hidden;display:block; }
#FAAGt3IOPLoAbJZiAzIDlHaHZRZCERLs { z-index:15072;top:326px;left:687.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vuxnXSIhAl3z9yirmotZ200h9X7q1LtT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mvxGhgsqvoGDtPxKxVp0hpBnWDnM1Iwt { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:66.21875px;left:675px;overflow:hidden;display:block; }
#L8MZPcex71N2TUgMxr5VZar1TF3aRT1G { z-index:15071;top:326px;left:367.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Xfp36DFCFiNNoL2rXBmTFoOTC2TPhIQA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#w6PH5aVbRNa6BU8T8yWKT2IPDapwgvSi { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:247px;width:247px;top:66.21875px;left:356.5px;overflow:hidden;display:block; }
#KlGZnAJoMHLwJnATtPloOaSeBABt4cQZ { color:#2a2e41;display:block;width:236px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:20.71875px;left:689px;height:23.4028px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ta03TTPv7lq9k5L5Kzadx9U66KDn08Rd { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:22.03125px;left:331.5px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row .container { background-color: transparent; background-image: none; }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row .container > .video-iframe-container { display: none; }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row > .video-iframe-container { display: none; }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .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); }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row .container { border-width: 0; border-radius: 0; }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row > .video-iframe-container {  }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row .container { font-size:14px;font-family:"open sans";height:410px;width:960px;position:relative;display:block; }#WmpoBAxL23ZaHufvfkdCkQTwH1rBRGNr { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:221px;width:221px;top:80.5px;left:49.5px;overflow:hidden;display:block; }
#Ih0ST8P6PAStIioaFbbovHgtQVF9KizQ { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:248px;top:67px;left:356px;overflow:hidden;display:block; }
#PTNWUKN62DGkPNAL9HSOgDzpxxyDvtip { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.4375px;left:11.5px;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ch2ACcGwSpH1E0W2OCs5NMB8vLZdPZDV { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:19.4375px;left:331.5px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zny77mlMUuoIqeS4pAqt9M8s0S2l4RG4 { z-index:15078;top:326px;left:47.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MoBfGZwBNt2povRA2MaZqDyioxIpqWA0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#D2otWmT0iZqVPeTcTtvlxuEFvMoTQKpB { z-index:15079;top:326px;left:367.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FvXlbbJgwtVhOUK72O4g0HTfVzf87SBT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qc4rRm7w92HaCwdLeLMT4i6hPpDiTKKs { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:248px;top:67px;left:676px;overflow:hidden;display:block; }
#tbeqvovb9W8mPbfsoffS8iik0dPKbcxI { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:19.4375px;left:651.5px;height:44.1667px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNTTi3LNHyd5N0BJKNNoVe6OOnsWBErt { z-index:15080;top:326px;left:687.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UsBfdTwcI6aox0kifb3WgRtdJSv4kAZU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row .container { background-color: transparent; background-image: none; }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row .container > .video-iframe-container { display: none; }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row > .video-iframe-container { display: none; }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .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); }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row .container { border-width: 0; border-radius: 0; }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row > .video-iframe-container {  }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row .container { font-size:14px;font-family:"open sans";height:410px;width:960px;position:relative;display:block; }#C4QOxBxRnGrHCGgZDPL0o6HwXMg6pAfT { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:19.4375px;left:11.5px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dIBRqiT4LBz4ykBEUiHhE5SarZycDDGu { z-index:15077;top:326px;left:47.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u7iAgh0vnlqZRuGh3wykNxMoA5a5Esrw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dc7fr773kwARpu2vE1cPlcLDwZfddSfr { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:235px;width:235px;top:60.5px;left:42.5px;overflow:hidden;display:block; }
#gKqhNl41JP7Gy8p86gKIQBcyzCr8vs9X { z-index:15078;top:332px;left:368px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AizOhmdThW93r1P2O7TkWtqb3eCI35Fc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#i8UaIzb7bwL6dR7kIKcOUJQ5nrJlUoAE { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:235px;width:235px;top:67px;left:363px;overflow:hidden;display:block; }
#bIlg86fJOrzPR74TLo9BiGhgNX519Qko { color:#2a2e41;display:block;width:296.984px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:23px;left:332px;height:22.0833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDZhL0miEQIBVcFZrTO2RLekWZQnmQD7 { z-index:15079;top:332px;left:688px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MArSRGECxi3gdRm2o0ryA5nsIhVM1t33 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EG47LSC3m6a4MdzaWbLbTVSzAOTWvsBH { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:235px;width:235px;top:67px;left:683px;overflow:hidden;display:block; }
#S9gFfZTXogV6BxScCLvV3aqOp0GbqDuB { color:#2a2e41;display:block;width:296.984px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:23px;left:652px;height:22.0833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA > .row .container { background-color: transparent; background-image: none; }#CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA > .row .container > .video-iframe-container { display: none; }#CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA > .row > .video-iframe-container { display: none; }#CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA > .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); }#CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA > .row .container { border-width: 0; border-radius: 0; }#CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA > .row > .video-iframe-container {  }#CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA > .row .container { font-size:14px;font-family:"open sans";height:410px;width:960px;position:relative;display:block; }#uUNl3EQ4znTUh6QATleFJpSdBSd6cO9a { z-index:15077;top:326px;left:47.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rC56KHiywHpSIkEp3mLigPNarJxS3mR2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ezz484TiPNqd0ZSqFDpEu4KXOXiRgz4B { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:235px;width:235px;top:61.5px;left:42.5px;overflow:hidden;display:block; }
#fG8gHWawfCwnBLUn4ZlnKkPTM30FvJgK { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:18.312515258789px;left:11.5px;height:22.0833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LL3rowTtKFTTAACk0wwdlblx4GuautBz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row .container { background-color: transparent; background-image: none; }#LL3rowTtKFTTAACk0wwdlblx4GuautBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row .container > .video-iframe-container { display: none; }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row > .video-iframe-container { display: none; }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .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); }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row .container { border-width: 0; border-radius: 0; }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row > .video-iframe-container {  }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row .container { font-size:14px;font-family:"open sans";height:435px;width:960px;position:relative;display:block; }#PWaEASLnbENl3IcKBg4O38B9484mb2eq { z-index:15080;top:358px;left:47.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WVLHwAdXGuLQ3XFiofOst9e6gDtGdTNw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MntyB6DkArRc0a2nNnIuT8pVVxvM8N72 { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:83.5px;left:35px;overflow:hidden;display:block; }
#fHB6IfIB3nsdudgXOEC5nbEJdJom2i54 { color:#2a2e41;display:block;width:182.891px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:15.5px;left:68.546875px;height:70.2083px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zi6y9MyE9GAU4vzhAfTtKRknquqN6nda { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;height:192px;width:290px;top:98.5px;left:335px;overflow:hidden;display:block; }
#osqKK6xlWVmvhtbeO1dB2Sp81ss6Om86 { z-index:15097;top:358px;left:367.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NG6eCcCqJEFVXwahla8KCHUZO5AD6b3L { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cASNNBJcTGT2ok9MvcHV8nVgS075s9OD { color:#2a2e41;display:block;width:233px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:28.484375px;left:363.5px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PayPavV487GL6M6CKywlhMfsguzbbRaS { color:#2a2e41;display:block;width:233px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:28.484375px;left:683.5px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oN1onxVqMhgT14hcAv0N4WmVfgr427Ku { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:87px;width:278px;top:151px;left:661px;overflow:hidden;display:block; }
#OAzhv5C3TAeSRlsTUfhFPxL2ouZTFipW { z-index:15098;top:358px;left:687.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Mm6XuLLp22CsiutEzGh1cF235hhTslTn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { background-color: transparent; background-image: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .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); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { border-width: 0; border-radius: 0; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container {  }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:"open sans";height:219px;width:960px;position:relative;display:block; }#KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { box-sizing:content-box;color:#d1428e;font-size:45px;font-weight:400;line-height:1;height:65px;width:67.9883px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:76.97265625px;left:782.98828125px;display:block; }
#CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { box-sizing:content-box;color:#d1428e;font-size:44px;font-weight:400;line-height:1;height:63px;width:63px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:77px;left:858px;display:block; }
#BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:241px;top:155.1015625px;left:-538.68753051758px;overflow:hidden;display:block; }
#dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:445px;top:74.47265625px;left:0px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { top:120px;left:0px;width:764px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { top:171px;left:0px;width:764px;height:78px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { top:18px;left:207.9765625px;width:346px;height:55.836015239544px;display:block; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:764px;height:72px;top:274px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { width:764px;height:35px;top:388px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { width:764px;height:35px;top:424px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 { display:block; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f37oIaOxTDnr1b5TqZ38V5G0D9nzTwHA { top:281px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #PCFbtDlssGiSkyXBxiMuvyWTKrwilJ63 { display:block; }
 }@media only screen and (max-width: 763px) { #c7THPr87hir1oAEQtzpHdhmzwfvt0VSs { top:18px;left:1px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #BTTdZpcPn64oPdLNTdCPyMTgKUHC3Tsd { top:19px;left:256px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #xwHdyfDCeaIwoHT1INXugvRFXsTPDEp6 { top:282px;left:270px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ai8bnvMqfFZim4KlUl9UlZAUbv1DXngR { display:block; }
 }@media only screen and (max-width: 763px) { #LtA60nCpPz93wUURer3qA1AXo3bsQJ3P { top:282px;left:524px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #CN5S04KdVQG5PHTyUSxMeQaqB6VFhq0p { display:block; }
 }@media only screen and (max-width: 763px) { #J7D02Mn6HFXxFlAXidmK5H5b6uqpDiUV { top:19px;left:510px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 { display:block; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9Dw6TtP5Rkb6D2AMkcsQ1CSPAAdktqp { top:280px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #tsOeuqPOmPUMVwHuu1V1JInypJW1u46g { display:block; }
 }@media only screen and (max-width: 763px) { #V7OQpgcEqztCZ3UbuO56lzSEvdFTmqxA { top:17px;left:0.97567749023438px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #b9KSDrCKMPSsy4vmwvk1X2T52wROcMsi { top:17px;left:255.49652099609px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #IMMSv8RTemGdTgGNknfMqPOo6ys9pF8H { top:280px;left:268.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #QshUUxepGt5Td2ooy92Upfwqqfw32r6c { display:block; }
 }@media only screen and (max-width: 763px) { #GQIigq8sop9tyifEkHZ7uEtlV4SGKGc7 { top:282px;left:524px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #qJtNTBONDw829TLoz40SuoD14Hf5kxCI { display:block; }
 }@media only screen and (max-width: 763px) { #LHxGk42rbPNs50Vb2mKEXvWMp44yzueC { top:19px;left:510px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC { display:block; }#VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgfMDLy7hrFEWDae8lbdOl6ZEzM4D60R { top:280px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #OTtXtyGRhnMIXcfBrSo5fsMu8hCJtP8g { display:block; }
 }@media only screen and (max-width: 763px) { #IGSIOIicc7WmNV7PycyGIuQze2lpJUn4 { top:17px;left:0.97567749023438px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #OQRV101z5XCFZPMDA1d3A9bPtCkDrtyI { top:282px;left:270px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #n518Q3tRdtF2kBfwhZXMcGLI7UTB0GIu { display:block; }
 }@media only screen and (max-width: 763px) { #XBxksIM5drO1bk6TyqBMc0sWQaguLSGU { top:19px;left:256px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF { display:block; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzhDDpe33TGTWELpeZAS7WknVEureKuP { width:297px;height:22px;top:22px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #G0Terkkz1XhFZ80S96uXo2Iwi5Rf4S7I { top:326px;left:3px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #DVJ8kcactdlznh9pAwOl08ZwXNoaMFaz { display:block; }
 }@media only screen and (max-width: 763px) { #i3Daie3rZrqUga0RDWAFgv6l7gVS9N5U { width:297px;height:22px;top:22px;left:211px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #sWaN9r9kIvfSTydKgzc3tAielEq57iWJ { top:67px;left:257px;width:247px;height:247px;display:block; }
 }@media only screen and (max-width: 763px) { #iGDzcaBWN1QknbZLRtvIT6wsHklXybSs { top:326px;left:268.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #wQJcsiDRNbenu3BePnId2sHqdh1vQXQG { display:block; }
 }@media only screen and (max-width: 763px) { #Fa2bMFwo3qLR0e1FZwdq4NEo4ZPQRNL1 { width:297px;height:44px;top:10px;left:465px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #AdgSVaQPnJx883OOZ0boTFU8TRTJRoqM { top:67px;left:511.5px;width:237px;height:237px;display:block; }
 }@media only screen and (max-width: 763px) { #GkCFwSAII6KbTTMd8Cbxt9VgdtsGmPd9 { top:326px;left:522.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #mFmuq5x0ErtZNGlVmp3ISCHTR6TTdgqa { display:block; }
 }@media only screen and (max-width: 763px) { #h2BLLr46SVrKTAp4ZRKeIu6xDT5Ig6G3 { top:66px;left:3px;width:248px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS { display:block; }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qD6CTtEsZKwR7gSBMZvzCtvnWXUfiPPl { width:297px;height:44px;top:22px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #uPwSeRn2k6Z8QewFWCG6S3HkTuohkF9e { top:326px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #GBzOiuHyyOcblKIV3w2uO4nxbZBE5uZk { display:block; }
 }@media only screen and (max-width: 763px) { #se9CNdzKHhEN1JEDh6dbukVFWT2offPZ { top:67px;left:3px;width:248px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #FAAGt3IOPLoAbJZiAzIDlHaHZRZCERLs { top:326px;left:522.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #vuxnXSIhAl3z9yirmotZ200h9X7q1LtT { display:block; }
 }@media only screen and (max-width: 763px) { #mvxGhgsqvoGDtPxKxVp0hpBnWDnM1Iwt { top:66px;left:510px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #L8MZPcex71N2TUgMxr5VZar1TF3aRT1G { top:326px;left:268.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Xfp36DFCFiNNoL2rXBmTFoOTC2TPhIQA { display:block; }
 }@media only screen and (max-width: 763px) { #w6PH5aVbRNa6BU8T8yWKT2IPDapwgvSi { top:66px;left:257.5px;width:247px;height:247px;display:block; }
 }@media only screen and (max-width: 763px) { #KlGZnAJoMHLwJnATtPloOaSeBABt4cQZ { width:236px;height:23px;top:20px;left:524.00003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ta03TTPv7lq9k5L5Kzadx9U66KDn08Rd { width:297px;height:22px;top:22px;left:211px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi { display:block; }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmpoBAxL23ZaHufvfkdCkQTwH1rBRGNr { top:80px;left:16.5px;width:221px;height:221px;display:block; }
 }@media only screen and (max-width: 763px) { #Ih0ST8P6PAStIioaFbbovHgtQVF9KizQ { top:67px;left:257px;width:248px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #PTNWUKN62DGkPNAL9HSOgDzpxxyDvtip { width:297px;height:22px;top:19px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ch2ACcGwSpH1E0W2OCs5NMB8vLZdPZDV { width:297px;height:22px;top:19px;left:211px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #zny77mlMUuoIqeS4pAqt9M8s0S2l4RG4 { top:326px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #MoBfGZwBNt2povRA2MaZqDyioxIpqWA0 { display:block; }
 }@media only screen and (max-width: 763px) { #D2otWmT0iZqVPeTcTtvlxuEFvMoTQKpB { top:326px;left:268.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #FvXlbbJgwtVhOUK72O4g0HTfVzf87SBT { display:block; }
 }@media only screen and (max-width: 763px) { #qc4rRm7w92HaCwdLeLMT4i6hPpDiTKKs { top:67px;left:511px;width:248px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #tbeqvovb9W8mPbfsoffS8iik0dPKbcxI { width:297px;height:44px;top:19px;left:465px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #GNTTi3LNHyd5N0BJKNNoVe6OOnsWBErt { top:326px;left:522.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #UsBfdTwcI6aox0kifb3WgRtdJSv4kAZU { display:block; }
 }@media only screen and (max-width: 763px) { #ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ { display:block; }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4QOxBxRnGrHCGgZDPL0o6HwXMg6pAfT { width:297px;height:22px;top:19px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dIBRqiT4LBz4ykBEUiHhE5SarZycDDGu { top:326px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #u7iAgh0vnlqZRuGh3wykNxMoA5a5Esrw { display:block; }
 }@media only screen and (max-width: 763px) { #dc7fr773kwARpu2vE1cPlcLDwZfddSfr { top:60px;left:9.5px;width:235px;height:235px;display:block; }
 }@media only screen and (max-width: 763px) { #gKqhNl41JP7Gy8p86gKIQBcyzCr8vs9X { top:332px;left:269px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #AizOhmdThW93r1P2O7TkWtqb3eCI35Fc { display:block; }
 }@media only screen and (max-width: 763px) { #i8UaIzb7bwL6dR7kIKcOUJQ5nrJlUoAE { top:67px;left:264px;width:235px;height:235px;display:block; }
 }@media only screen and (max-width: 763px) { #bIlg86fJOrzPR74TLo9BiGhgNX519Qko { width:296px;height:44px;top:23px;left:212px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #MDZhL0miEQIBVcFZrTO2RLekWZQnmQD7 { top:332px;left:523px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #MArSRGECxi3gdRm2o0ryA5nsIhVM1t33 { display:block; }
 }@media only screen and (max-width: 763px) { #EG47LSC3m6a4MdzaWbLbTVSzAOTWvsBH { top:67px;left:518px;width:235px;height:235px;display:block; }
 }@media only screen and (max-width: 763px) { #S9gFfZTXogV6BxScCLvV3aqOp0GbqDuB { width:296px;height:44px;top:23px;left:466px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA { display:block; }#CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUNl3EQ4znTUh6QATleFJpSdBSd6cO9a { top:326px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #rC56KHiywHpSIkEp3mLigPNarJxS3mR2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ezz484TiPNqd0ZSqFDpEu4KXOXiRgz4B { top:61px;left:9.5px;width:235px;height:235px;display:block; }
 }@media only screen and (max-width: 763px) { #fG8gHWawfCwnBLUn4ZlnKkPTM30FvJgK { width:297px;height:22px;top:18px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #LL3rowTtKFTTAACk0wwdlblx4GuautBz { display:block; }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWaEASLnbENl3IcKBg4O38B9484mb2eq { top:358px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #WVLHwAdXGuLQ3XFiofOst9e6gDtGdTNw { display:block; }
 }@media only screen and (max-width: 763px) { #MntyB6DkArRc0a2nNnIuT8pVVxvM8N72 { top:83px;left:2px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #fHB6IfIB3nsdudgXOEC5nbEJdJom2i54 { width:182px;height:69px;top:15px;left:35.546875px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Zi6y9MyE9GAU4vzhAfTtKRknquqN6nda { top:98px;left:218px;width:290px;height:192px;display:block; }
 }@media only screen and (max-width: 763px) { #osqKK6xlWVmvhtbeO1dB2Sp81ss6Om86 { top:358px;left:268.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #NG6eCcCqJEFVXwahla8KCHUZO5AD6b3L { display:block; }
 }@media only screen and (max-width: 763px) { #cASNNBJcTGT2ok9MvcHV8nVgS075s9OD { width:233px;height:22px;top:28px;left:264.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PayPavV487GL6M6CKywlhMfsguzbbRaS { width:233px;height:22px;top:28px;left:518.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #oN1onxVqMhgT14hcAv0N4WmVfgr427Ku { top:151px;left:484px;width:278px;height:87px;display:block; }
 }@media only screen and (max-width: 763px) { #OAzhv5C3TAeSRlsTUfhFPxL2ouZTFipW { top:358px;left:522.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Mm6XuLLp22CsiutEzGh1cF235hhTslTn { display:block; }
 }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:67px;height:64.055138898899px;top:76px;left:684.98828125px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:62px;height:62px;top:77px;left:701px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { top:165px;left:0px;width:241px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { top:74px;left:0px;width:445px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:320px;height:365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { width:320px;height:52px;top:21px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { width:264px;height:72px;top:87px;left:28px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { width:320px;height:51.640245308249px;top:18px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:320px;height:72.8px;top:177px;left:0px;text-align:center;text-align-last:center;font-size:28px;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { width:320px;height:39px;top:240px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { width:320px;height:39px;top:297px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 { display:block; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { width:320px;height:1060px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f37oIaOxTDnr1b5TqZ38V5G0D9nzTwHA { top:283.97569274902px;left:47.500000953674px;width:224.965px;height:54.9653px;display:block; }
 }@media only screen and (max-width: 763px) { #PCFbtDlssGiSkyXBxiMuvyWTKrwilJ63 { display:block; }
 }@media only screen and (max-width: 763px) { #c7THPr87hir1oAEQtzpHdhmzwfvt0VSs { width:250px;height:250px;top:14.982681274414px;left:35.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #BTTdZpcPn64oPdLNTdCPyMTgKUHC3Tsd { width:250px;height:250px;top:725.97221374512px;left:35.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #xwHdyfDCeaIwoHT1INXugvRFXsTPDEp6 { top:990px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ai8bnvMqfFZim4KlUl9UlZAUbv1DXngR { display:block; }
 }@media only screen and (max-width: 763px) { #LtA60nCpPz93wUURer3qA1AXo3bsQJ3P { top:629.98266601562px;left:46.493058204651px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #CN5S04KdVQG5PHTyUSxMeQaqB6VFhq0p { display:block; }
 }@media only screen and (max-width: 763px) { #J7D02Mn6HFXxFlAXidmK5H5b6uqpDiUV { width:250px;height:250px;top:367.93405151367px;left:35.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 { display:block; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { width:320px;height:1055px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9Dw6TtP5Rkb6D2AMkcsQ1CSPAAdktqp { top:291px;left:49px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #tsOeuqPOmPUMVwHuu1V1JInypJW1u46g { display:block; }
 }@media only screen and (max-width: 763px) { #V7OQpgcEqztCZ3UbuO56lzSEvdFTmqxA { width:250px;height:250px;top:15px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #b9KSDrCKMPSsy4vmwvk1X2T52wROcMsi { width:250px;height:250px;top:712px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #IMMSv8RTemGdTgGNknfMqPOo6ys9pF8H { top:982px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #QshUUxepGt5Td2ooy92Upfwqqfw32r6c { display:block; }
 }@media only screen and (max-width: 763px) { #GQIigq8sop9tyifEkHZ7uEtlV4SGKGc7 { top:633.97577667236px;left:47.500000953674px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #qJtNTBONDw829TLoz40SuoD14Hf5kxCI { display:block; }
 }@media only screen and (max-width: 763px) { #LHxGk42rbPNs50Vb2mKEXvWMp44yzueC { width:250px;height:250px;top:372.9860534668px;left:35.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC { display:block; }#VeOUfRRvVqoTxFTzI4cN3zezSvxbuXsC > .row .container { width:320px;height:1055px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgfMDLy7hrFEWDae8lbdOl6ZEzM4D60R { top:291px;left:49px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #OTtXtyGRhnMIXcfBrSo5fsMu8hCJtP8g { display:block; }
 }@media only screen and (max-width: 763px) { #IGSIOIicc7WmNV7PycyGIuQze2lpJUn4 { width:250px;height:250px;top:15px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #OQRV101z5XCFZPMDA1d3A9bPtCkDrtyI { top:636px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #n518Q3tRdtF2kBfwhZXMcGLI7UTB0GIu { display:block; }
 }@media only screen and (max-width: 763px) { #XBxksIM5drO1bk6TyqBMc0sWQaguLSGU { width:250px;height:250px;top:366px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF { display:block; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { width:320px;height:1282px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzhDDpe33TGTWELpeZAS7WknVEureKuP { width:297px;height:20.8px;top:15px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #G0Terkkz1XhFZ80S96uXo2Iwi5Rf4S7I { top:340px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #DVJ8kcactdlznh9pAwOl08ZwXNoaMFaz { display:block; }
 }@media only screen and (max-width: 763px) { #i3Daie3rZrqUga0RDWAFgv6l7gVS9N5U { width:297px;height:20.8px;top:437px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sWaN9r9kIvfSTydKgzc3tAielEq57iWJ { width:247px;height:247px;top:474.796875px;left:36px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #iGDzcaBWN1QknbZLRtvIT6wsHklXybSs { top:752.796875px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #wQJcsiDRNbenu3BePnId2sHqdh1vQXQG { display:block; }
 }@media only screen and (max-width: 763px) { #Fa2bMFwo3qLR0e1FZwdq4NEo4ZPQRNL1 { width:297px;height:20.8px;top:856.796875px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AdgSVaQPnJx883OOZ0boTFU8TRTJRoqM { width:237px;height:237px;top:908.59375px;left:36.5px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #GkCFwSAII6KbTTMd8Cbxt9VgdtsGmPd9 { top:1186.59375px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #mFmuq5x0ErtZNGlVmp3ISCHTR6TTdgqa { display:block; }
 }@media only screen and (max-width: 763px) { #h2BLLr46SVrKTAp4ZRKeIu6xDT5Ig6G3 { width:248px;height:248px;top:51.59375px;left:36px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS { display:block; }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row .container { width:320px;height:1190px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qD6CTtEsZKwR7gSBMZvzCtvnWXUfiPPl { width:297px;height:41.6px;top:18px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uPwSeRn2k6Z8QewFWCG6S3HkTuohkF9e { top:328px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #GBzOiuHyyOcblKIV3w2uO4nxbZBE5uZk { display:block; }
 }@media only screen and (max-width: 763px) { #se9CNdzKHhEN1JEDh6dbukVFWT2offPZ { width:248px;height:248px;top:68px;left:36px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #FAAGt3IOPLoAbJZiAzIDlHaHZRZCERLs { top:1120px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #vuxnXSIhAl3z9yirmotZ200h9X7q1LtT { display:block; }
 }@media only screen and (max-width: 763px) { #mvxGhgsqvoGDtPxKxVp0hpBnWDnM1Iwt { width:250px;height:250px;top:870px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #L8MZPcex71N2TUgMxr5VZar1TF3aRT1G { top:703px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Xfp36DFCFiNNoL2rXBmTFoOTC2TPhIQA { display:block; }
 }@media only screen and (max-width: 763px) { #w6PH5aVbRNa6BU8T8yWKT2IPDapwgvSi { width:246px;height:246px;top:448px;left:37px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #KlGZnAJoMHLwJnATtPloOaSeBABt4cQZ { width:236px;height:20.8px;top:813px;left:42px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ta03TTPv7lq9k5L5Kzadx9U66KDn08Rd { width:297px;height:20.8px;top:428.1875px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi { display:block; }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row .container { width:320px;height:1220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmpoBAxL23ZaHufvfkdCkQTwH1rBRGNr { width:222px;height:222px;top:47.75px;left:49px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Ih0ST8P6PAStIioaFbbovHgtQVF9KizQ { width:248px;height:248px;top:450.5px;left:36px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #PTNWUKN62DGkPNAL9HSOgDzpxxyDvtip { width:297px;height:20.8px;top:17px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ch2ACcGwSpH1E0W2OCs5NMB8vLZdPZDV { width:297px;height:20.8px;top:406.75px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zny77mlMUuoIqeS4pAqt9M8s0S2l4RG4 { top:308.75px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #MoBfGZwBNt2povRA2MaZqDyioxIpqWA0 { display:block; }
 }@media only screen and (max-width: 763px) { #D2otWmT0iZqVPeTcTtvlxuEFvMoTQKpB { top:722.5px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #FvXlbbJgwtVhOUK72O4g0HTfVzf87SBT { display:block; }
 }@media only screen and (max-width: 763px) { #qc4rRm7w92HaCwdLeLMT4i6hPpDiTKKs { width:248px;height:248px;top:854.09375px;left:36px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #tbeqvovb9W8mPbfsoffS8iik0dPKbcxI { width:297px;height:41.6px;top:812.5px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GNTTi3LNHyd5N0BJKNNoVe6OOnsWBErt { top:1133.09375px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #UsBfdTwcI6aox0kifb3WgRtdJSv4kAZU { display:block; }
 }@media only screen and (max-width: 763px) { #ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ { display:block; }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row .container { width:320px;height:1170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4QOxBxRnGrHCGgZDPL0o6HwXMg6pAfT { width:296.984px;height:20.8px;top:24.96875px;left:11.484375px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dIBRqiT4LBz4ykBEUiHhE5SarZycDDGu { top:306.5px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #u7iAgh0vnlqZRuGh3wykNxMoA5a5Esrw { display:block; }
 }@media only screen and (max-width: 763px) { #dc7fr773kwARpu2vE1cPlcLDwZfddSfr { width:235px;height:235px;top:54.125px;left:42.5px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #gKqhNl41JP7Gy8p86gKIQBcyzCr8vs9X { top:686.1px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #AizOhmdThW93r1P2O7TkWtqb3eCI35Fc { display:block; }
 }@media only screen and (max-width: 763px) { #i8UaIzb7bwL6dR7kIKcOUJQ5nrJlUoAE { width:235px;height:235px;top:431.1px;left:42px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #bIlg86fJOrzPR74TLo9BiGhgNX519Qko { width:296px;height:41.6px;top:369.5px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MDZhL0miEQIBVcFZrTO2RLekWZQnmQD7 { top:1077.7px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #MArSRGECxi3gdRm2o0ryA5nsIhVM1t33 { display:block; }
 }@media only screen and (max-width: 763px) { #EG47LSC3m6a4MdzaWbLbTVSzAOTWvsBH { width:235px;height:235px;top:822.7px;left:42px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #S9gFfZTXogV6BxScCLvV3aqOp0GbqDuB { width:296px;height:41.6px;top:761.1px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA { display:block; }#CyC52yr4EgBG1X5KhpakvVOqrRpOTuJA > .row .container { width:320px;height:426px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUNl3EQ4znTUh6QATleFJpSdBSd6cO9a { top:294.5px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #rC56KHiywHpSIkEp3mLigPNarJxS3mR2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ezz484TiPNqd0ZSqFDpEu4KXOXiRgz4B { width:235px;height:235px;top:43.796875px;left:42.5px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #fG8gHWawfCwnBLUn4ZlnKkPTM30FvJgK { width:297px;height:20.8px;top:369.5px;left:11px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LL3rowTtKFTTAACk0wwdlblx4GuautBz { display:block; }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row .container { width:320px;height:1207px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWaEASLnbENl3IcKBg4O38B9484mb2eq { top:719px;left:47.5px;width:225px;height:55px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WVLHwAdXGuLQ3XFiofOst9e6gDtGdTNw { display:block; }
 }@media only screen and (max-width: 763px) { #MntyB6DkArRc0a2nNnIuT8pVVxvM8N72 { width:250px;height:250px;top:442px;left:35px;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #fHB6IfIB3nsdudgXOEC5nbEJdJom2i54 { width:182px;height:62.4px;top:368px;left:69px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Zi6y9MyE9GAU4vzhAfTtKRknquqN6nda { width:250px;height:166px;top:93.375px;left:35px;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #osqKK6xlWVmvhtbeO1dB2Sp81ss6Om86 { top:287px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #NG6eCcCqJEFVXwahla8KCHUZO5AD6b3L { display:block; }
 }@media only screen and (max-width: 763px) { #cASNNBJcTGT2ok9MvcHV8nVgS075s9OD { width:185px;height:20.8px;top:31px;left:67.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PayPavV487GL6M6CKywlhMfsguzbbRaS { width:233px;height:20.8px;top:794px;left:43px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oN1onxVqMhgT14hcAv0N4WmVfgr427Ku { width:278px;height:87px;top:834.7969px;left:21px;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #OAzhv5C3TAeSRlsTUfhFPxL2ouZTFipW { top:983.796875px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Mm6XuLLp22CsiutEzGh1cF235hhTslTn { display:block; }
 }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:320px;height:290px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:67px;height:64.055138898899px;top:128.96875px;left:178px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:62px;height:62px;top:130px;left:80px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { width:240.976px;height:39.996680442829px;top:20px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { width:320px;height:50.3281px;top:86.96875px;left:0px;display:block; }
 }