.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:#ffffff;background-image:none;position:relative;display:block; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .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); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { background-color: transparent; background-image: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container > .video-iframe-container { display: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container { display: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .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); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { border-width: 0; border-radius: 0; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { width:960px;height:704px;font-size:14px;font-family:"open sans";position:relative;display:block; }#ZHfp0Si6RpsTMfO3aKn9ZMIqT90nx6k5 { position:absolute;display:block;z-index:15008;background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f2f2f2;border-left:2px solid #f2f2f2;border-right:2px solid #f2f2f2;border-bottom:2px solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:523px;width:422px;top:126px;left:534px;display:block; }
#kKHPTDWmvlb3i9Bh8Z8JXVfwJhVU7nrW { color:#070505;display:block;width:316px;position:absolute;font-family:"open sans";font-size:33px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:139px;left:540px;height:42.8993px;font-style:normal;display:block; }
#GyTUwEtCDJ3yGzpBwArp4lIr1wJwOC0e { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:116px;width:363px;top:0px;left:0px;overflow:hidden;display:block; }
#VWWNRNyKSTTbvZiA3n9Qld22l7TN1t1n { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:521px;width:521px;top:126px;left:0px;overflow:hidden;display:block; }
#GJqeed7llCWpodGhWnnLF2xu4I8lA4VB { position:absolute;display:block;z-index:15015;height:419px;width:420px;top:233px;left:540px;display:block; }
#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row .container { background-color: transparent; background-image: none; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row .container > .video-iframe-container { display: none; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row > .video-iframe-container { display: none; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .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); }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row .container { border-width: 0; border-radius: 0; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row .container { font-size:14px;font-family:arial;height:134px;width:960px;position:relative;display:block; }#y7bkntFbmMCTM4UmWtlQb63esnu3GQiX { color:#da1f5c;display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:22.546875px;left:0px;height:83.1597px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ktNyJSJ20PhJwMzO5zX3p5MN4q8Elt9T { color:#000000;display:block;width:762px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:78.125px;left:99px;height:28.5938px;text-align:center;text-align-last:center;display:block; }
#qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI > .row .container { background-color: transparent; background-image: none; }#qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI > .row .container > .video-iframe-container { display: none; }#qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI > .row > .video-iframe-container { display: none; }#qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI > .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); }#qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI > .row .container { border-width: 0; border-radius: 0; }#qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI > .row .container { font-size:14px;font-family:arial;height:238px;width:960px;position:relative;display:block; }#XG5xB1zsm2LHN6dfZ6etVrH60nI2hkku { color:#050b26;display:block;width:225px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:100.8125px;left:0px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nlya9Wrxnxa5Uz9Cvf8QKJwbGFEyabLB { position:absolute;display:block;z-index:15003;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:225px;top:223px;left:0px;display:block; }
#x49WKFPqLeWqaJVTyUfBV1h3e26soFeT { position:absolute;display:block;z-index:15009;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:225px;top:223px;left:248.04998779297px;display:block; }
#kb6IJLQwVpXGRwwoSsKlfmuVJrDvZ1gl { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:100.8125px;left:269px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oxTBJCqLBQE9gc62z3nSpxSAKzQ6hno0 { position:absolute;display:block;z-index:15015;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:225px;top:223px;left:488px;display:block; }
#b0ULOiJ3K9EaArm2tB0boeOvxDTHpsBy { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:100.8125px;left:509px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rXheI70aUDGVcmCTIrrxTdufZRn1sX7A { position:absolute;display:block;z-index:15021;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:225px;top:223px;left:727px;display:block; }
#B47P3I075JLiPyzmg7dxnxflpp29ccgV { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:100.8125px;left:749px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U2vCw8J3UaE0OutfXdcCnpWlPckFFPri { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:247.99713134766px;display:block; }
#ZoEuKpkDN79znXBseGI6IAJzmAyrITzJ { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:0.01666259765625px;display:block; }
#GXFyzKmq799ri1NlgDOezLIq1o5GAmpi { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:487.48577880859px;display:block; }
#GTKqLW2iS6xFIfu2nauWTy5mZQuytmAi { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:727.5px;display:block; }
#niQqNcV6qBe4w3JKzB1VinwUIMEJckfX { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:56px;width:56px;top:23.171875px;left:84.5px;overflow:hidden;display:block; }
#ePXZO1LI8y9V4g0SgqdiTX7ROktm5nFQ { color:#050b26;display:block;width:225px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:130px;left:0px;height:46.8056px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVTqHysAZdRM8kBmN0Rkf0mLruVZf2aT { color:#050b26;display:block;width:229px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:130.4375px;left:245.5px;height:70.2083px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eiyzqJ6kZWeNSbKT7XGqAFfmb0nZK2GE { color:#050b26;display:block;width:232px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:135px;left:480px;height:70.2083px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ay2ys0LXk2xwycO416FMHa06iMqAuDFs { color:#050b26;display:block;width:227px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:130.4375px;left:720px;height:70.2083px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tOH3OdTC0oPI8QZHnxtAJqyzBOVoOcqa { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:56px;width:52px;top:23.171875px;left:334px;overflow:hidden;display:block; }
#eBakEm0O6MrS9OrTDDHRxO5GPJiO8UyE { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:56px;width:56px;top:23.171875px;left:572px;overflow:hidden;display:block; }
#N4u1SLbnr8PsyWDzksHCPA2UrvytoUkH { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:56px;width:56px;top:23.171875px;left:812px;overflow:hidden;display:block; }
#cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ { position:relative;display:block; }#cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ { background-color: transparent; background-image: none; }#cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ > .row .container > .video-iframe-container { display: none; }#cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ > .row > .video-iframe-container { display: none; }#cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ > .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); }#cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ { border-width: 0; border-radius: 0; }#cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:150px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MKnbTBQIl7QS9xUgDW0CZh8hB7RHV2do { color:#040303;display:block;width:688px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:28.6875px;left:136px;height:41.5938px;display:block; }
#bWGrBM0w1JTV4dC4iwStR6FqHgE4DPvP { color:#000000;display:block;width:744px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:85.9375px;left:108px;height:32.5px;display:block; }
#QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2 { position:relative;display:block; }#QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2 { background-color: transparent; background-image: none; }#QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2 > .row .container > .video-iframe-container { display: none; }#QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2 > .row > .video-iframe-container { display: none; }#QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2 > .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); }#QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2 { border-width: 0; border-radius: 0; }#QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LlybrBkxqeEHLwiTTVyRcJ0GTfM6pO7X { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:22.1875px;left:88.5px;height:20.7986px;display:block; }
#onnFr4L8n1JRCqSkpkXK0XCpXmiMr7Uh { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:53.796875px;left:88.5px;height:20.7986px;display:block; }
#gynCzDLlIaRPNcD1e0M7TVKD4Pn1E5v9 { color:#000000;display:block;width:236px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:85.59375px;left:88.5px;height:20.7986px;display:block; }
#B8yhX3DCmcKDotndoMT8Ep3IUwA7hsWT { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:118.59375px;left:88.5px;height:20.7986px;display:block; }
#FOObuOTia9XPhm4uVt6B1rMcFUvuPuTK { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:159.78125px;left:88.5px;height:20.7986px;display:block; }
#U8fDLyxf63Iky4bGntVotRJUp1Psu4oi { color:#000000;display:block;width:233px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:200.390625px;left:88.5px;height:20.7986px;display:block; }
#zu3TzTTfl2LA37c6Wkcg6zr5pTTT5sTi { color:#000000;display:block;width:235px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:236.984375px;left:88.5px;height:41.5972px;display:block; }
#FSxzkO3QqRJvT33wLL5OJWCWcTg59PFN { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.1875px;left:596.5px;height:20.7986px;display:block; }
#wccTW3oluDm1yBllUBQ1sTH0iQWgzlXS { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:53.796875px;left:596.5px;height:20.7986px;display:block; }
#Ck4EV4R625A5N344cOBof4mZZnwNV31M { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:85.59375px;left:596.5px;height:20.7986px;display:block; }
#DiPFoCZG5veUc33r71ZD2yxWOWleINFT { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:118.59375px;left:596.5px;height:20.7986px;display:block; }
#a0TplmP5AxFWpQfSZ6UPf10fqcdE31ZC { color:#000000;display:block;width:230px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:159.78125px;left:596.5px;height:20.7986px;display:block; }
#FqB9IyGZV6J6goBCLPyP5CO1KGLV70Om { color:#000000;display:block;width:230px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:200.390625px;left:596.5px;height:20.7986px;display:block; }
#NxIfqRdq8rQXVDJqOHQLtlHnUesHPwJM { color:#000000;display:block;width:230px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:247.390625px;left:596.5px;height:20.7986px;display:block; }
#DGG4I9RLSLh13z2OdqCZmZKD8TWGmH5d { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:20.578125px;left:52.5px; }
#znlhJLHotKQPdhg4zwHXvmfUBMh3RNO3 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:52.1875px;left:52.5px; }
#TaWDyL3TNvc1nz8JuwRPTSgrw5i54iro { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:83.984375px;left:52.5px; }
#FlO6NqPZprIgkq2MkMQrFetZqiMS7SKD { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:116.984375px;left:52.5px; }
#JATINPqbFUSRQhzVKTWsJo0yXB0GKNhg { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:158.171875px;left:52.5px; }
#dXS3Dyo32wqrQwfsJZuFUP2TNbDI1IeI { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:198.78125px;left:52.5px; }
#UmJSrKcs1kmWMeupDJTWuUWcwKaFrink { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:245.78125px;left:52.5px; }
#EqIUPypxqtEaczTxmkTxUdMpnBBBzCSM { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20.578125px;left:556.5px; }
#JSgw9qlaVnqTgDdWyTFGvT40xTch93Tl { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:52.1875px;left:556.5px; }
#ReHZSnRNiRpoOkgx090WWK0FVQDNxCBF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:83.984375px;left:556.5px; }
#uKI7ceRt5F2gEHaUS3ntA9kWgG15zc9K { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:116.984375px;left:556.5px; }
#KHO4ypWZtqTw5OlpEPO5obvpXwobwGnF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:158.171875px;left:556.5px; }
#qqhJnln4Zmi0hlyZTsy0qXqgzRVHqzT5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:198.78125px;left:556.5px; }
#Gybuu05W1APC6OZwTJxmyZKUopCzF92s { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:245.78125px;left:556.5px; }
#oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W { position:relative;display:block; }#oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W { background-color: transparent; background-image: none; }#oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W > .row .container > .video-iframe-container { display: none; }#oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W > .row > .video-iframe-container { display: none; }#oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W > .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); }#oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W { border-width: 0; border-radius: 0; }#oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:132px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J020saA7D735Ih1kihoKs5f1HluIzgwf { color:#da1f5c;display:block;width:569px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:22px;left:195.5px;height:41.5938px;display:block; }
#NUZaF86uUZoeWy10oVveGvBDpDiQVMrg { color:#000000;display:block;width:498px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:72px;left:231px;height:28.5938px;display:block; }
#vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD { position:relative;display:block; }#vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD { background-color: transparent; background-image: none; }#vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD > .row .container > .video-iframe-container { display: none; }#vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD > .row > .video-iframe-container { display: none; }#vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD > .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); }#vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD { border-width: 0; border-radius: 0; }#vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:325px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x1HQKbWsiNhipvcabTgGthcsKXy9X72g { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:318px;width:312px;top:3.5px;left:4px;overflow:hidden;display:block; }
#B6F2oU8LTr8EJZNvoZEtB8pfTnBXoiPF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:316px;width:318px;top:4.5px;left:320px;overflow:hidden;display:block; }
#Z9klBudQxMouxw4Ids1x1WWkGgpcaqyl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:313px;width:308px;top:6px;left:646px;overflow:hidden;display:block; }
#uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W { position:relative;display:block; }#uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W { background-color: transparent; background-image: none; }#uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W > .row .container > .video-iframe-container { display: none; }#uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W > .row > .video-iframe-container { display: none; }#uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W > .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); }#uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W { border-width: 0; border-radius: 0; }#uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:325px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m3TBuJWOqholhA6tqJGilSsrnlQ5nTKo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:311px;width:311px;top:7px;left:4.5px;overflow:hidden;display:block; }
#T1VdSZLfatFCuz6LEJrT09g8arZNdsrP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:316px;width:316px;top:4.5px;left:320px;overflow:hidden;display:block; }
#SemgdlnFpvfEmmRrGq3hkRMegDW3Xphi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:310px;width:314px;top:7.5px;left:640px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #foG2ovFgsftE2ITpCoPagwKtRTDbNPak { display:block; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHfp0Si6RpsTMfO3aKn9ZMIqT90nx6k5 { width:422px;height:523px;top:126px;left:338px;display:block; }
 }@media only screen and (max-width: 763px) { #kKHPTDWmvlb3i9Bh8Z8JXVfwJhVU7nrW { width:316px;height:42px;top:139px;left:442px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #GyTUwEtCDJ3yGzpBwArp4lIr1wJwOC0e { top:0px;left:0px;width:363px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #VWWNRNyKSTTbvZiA3n9Qld22l7TN1t1n { top:126px;left:0px;width:521px;height:521px;display:block; }
 }@media only screen and (max-width: 763px) { #GJqeed7llCWpodGhWnnLF2xu4I8lA4VB { top:233px;left:344px;width:420px;height:419px;display:block; }
 }@media only screen and (max-width: 763px) { #WEkMKiTemTq3IdR7rV0oQActpcFEERw9 { display:block; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7bkntFbmMCTM4UmWtlQb63esnu3GQiX { width:764px;height:;top:22px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ktNyJSJ20PhJwMzO5zX3p5MN4q8Elt9T { top:78px;left:1px;width:762px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI { display:block; }#qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XG5xB1zsm2LHN6dfZ6etVrH60nI2hkku { width:225px;height:23px;top:100px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nlya9Wrxnxa5Uz9Cvf8QKJwbGFEyabLB { width:225px;height:2px;top:223px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #x49WKFPqLeWqaJVTyUfBV1h3e26soFeT { width:225px;height:2px;top:223px;left:157px;display:block; }
 }@media only screen and (max-width: 763px) { #kb6IJLQwVpXGRwwoSsKlfmuVJrDvZ1gl { width:182px;height:23px;top:100px;left:195.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oxTBJCqLBQE9gc62z3nSpxSAKzQ6hno0 { width:225px;height:2px;top:223px;left:348px;display:block; }
 }@media only screen and (max-width: 763px) { #b0ULOiJ3K9EaArm2tB0boeOvxDTHpsBy { width:182px;height:23px;top:100px;left:386.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rXheI70aUDGVcmCTIrrxTdufZRn1sX7A { width:225px;height:2px;top:223px;left:539px;display:block; }
 }@media only screen and (max-width: 763px) { #B47P3I075JLiPyzmg7dxnxflpp29ccgV { width:182px;height:23px;top:100px;left:577.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U2vCw8J3UaE0OutfXdcCnpWlPckFFPri { width:225px;height:225px;top:0px;left:157px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoEuKpkDN79znXBseGI6IAJzmAyrITzJ { width:225px;height:225px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GXFyzKmq799ri1NlgDOezLIq1o5GAmpi { width:225px;height:225px;top:0px;left:348px;display:block; }
 }@media only screen and (max-width: 763px) { #GTKqLW2iS6xFIfu2nauWTy5mZQuytmAi { width:225px;height:225px;top:0px;left:539px;display:block; }
 }@media only screen and (max-width: 763px) { #niQqNcV6qBe4w3JKzB1VinwUIMEJckfX { top:23px;left:60px;width:56px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #ePXZO1LI8y9V4g0SgqdiTX7ROktm5nFQ { width:225px;height:48px;top:130px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xVTqHysAZdRM8kBmN0Rkf0mLruVZf2aT { width:229px;height:93px;top:130px;left:153px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eiyzqJ6kZWeNSbKT7XGqAFfmb0nZK2GE { width:232px;height:70px;top:135px;left:350px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ay2ys0LXk2xwycO416FMHa06iMqAuDFs { width:227px;height:93px;top:130px;left:537px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tOH3OdTC0oPI8QZHnxtAJqyzBOVoOcqa { top:23px;left:260.5px;width:52px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #eBakEm0O6MrS9OrTDDHRxO5GPJiO8UyE { top:23px;left:449.5px;width:56px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #N4u1SLbnr8PsyWDzksHCPA2UrvytoUkH { top:23px;left:640.5px;width:56px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ { display:block; }#cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKnbTBQIl7QS9xUgDW0CZh8hB7RHV2do { top:28px;left:38px;width:688px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #bWGrBM0w1JTV4dC4iwStR6FqHgE4DPvP { top:85px;left:10px;width:744px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2 { display:block; }#QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlybrBkxqeEHLwiTTVyRcJ0GTfM6pO7X { top:22px;left:39.5px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #onnFr4L8n1JRCqSkpkXK0XCpXmiMr7Uh { top:53px;left:39.5px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gynCzDLlIaRPNcD1e0M7TVKD4Pn1E5v9 { top:85px;left:39.5px;width:236px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #B8yhX3DCmcKDotndoMT8Ep3IUwA7hsWT { top:118px;left:39.5px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FOObuOTia9XPhm4uVt6B1rMcFUvuPuTK { top:159px;left:39.5px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U8fDLyxf63Iky4bGntVotRJUp1Psu4oi { top:200px;left:39.5px;width:233px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zu3TzTTfl2LA37c6Wkcg6zr5pTTT5sTi { top:236px;left:39.5px;width:235px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FSxzkO3QqRJvT33wLL5OJWCWcTg59PFN { top:22px;left:449.5px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wccTW3oluDm1yBllUBQ1sTH0iQWgzlXS { top:53px;left:449.5px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4EV4R625A5N344cOBof4mZZnwNV31M { top:85px;left:449.5px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DiPFoCZG5veUc33r71ZD2yxWOWleINFT { top:118px;left:449.5px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #a0TplmP5AxFWpQfSZ6UPf10fqcdE31ZC { top:159px;left:449.5px;width:230px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FqB9IyGZV6J6goBCLPyP5CO1KGLV70Om { top:200px;left:449.5px;width:230px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NxIfqRdq8rQXVDJqOHQLtlHnUesHPwJM { top:247px;left:449.5px;width:230px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DGG4I9RLSLh13z2OdqCZmZKD8TWGmH5d { top:20px;left:3.5px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #znlhJLHotKQPdhg4zwHXvmfUBMh3RNO3 { top:52px;left:3.5px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TaWDyL3TNvc1nz8JuwRPTSgrw5i54iro { top:83px;left:3.5px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #FlO6NqPZprIgkq2MkMQrFetZqiMS7SKD { top:116px;left:3.5px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JATINPqbFUSRQhzVKTWsJo0yXB0GKNhg { top:158px;left:3.5px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #dXS3Dyo32wqrQwfsJZuFUP2TNbDI1IeI { top:198px;left:3.5px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UmJSrKcs1kmWMeupDJTWuUWcwKaFrink { top:245px;left:3.5px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #EqIUPypxqtEaczTxmkTxUdMpnBBBzCSM { top:20px;left:409.5px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JSgw9qlaVnqTgDdWyTFGvT40xTch93Tl { top:52px;left:409.5px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ReHZSnRNiRpoOkgx090WWK0FVQDNxCBF { top:83px;left:409.5px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uKI7ceRt5F2gEHaUS3ntA9kWgG15zc9K { top:116px;left:409.5px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #KHO4ypWZtqTw5OlpEPO5obvpXwobwGnF { top:158px;left:409.5px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #qqhJnln4Zmi0hlyZTsy0qXqgzRVHqzT5 { top:198px;left:409.5px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Gybuu05W1APC6OZwTJxmyZKUopCzF92s { top:245px;left:409.5px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W { display:block; }#oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J020saA7D735Ih1kihoKs5f1HluIzgwf { top:22px;left:97.5px;width:569px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #NUZaF86uUZoeWy10oVveGvBDpDiQVMrg { top:72px;left:133px;width:498px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD { display:block; }#vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1HQKbWsiNhipvcabTgGthcsKXy9X72g { top:3px;left:0px;width:312px;height:318px;display:block; }
 }@media only screen and (max-width: 763px) { #B6F2oU8LTr8EJZNvoZEtB8pfTnBXoiPF { top:4px;left:190px;width:318px;height:316px;display:block; }
 }@media only screen and (max-width: 763px) { #Z9klBudQxMouxw4Ids1x1WWkGgpcaqyl { top:6px;left:454px;width:308px;height:313px;display:block; }
 }@media only screen and (max-width: 763px) { #uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W { display:block; }#uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3TBuJWOqholhA6tqJGilSsrnlQ5nTKo { top:7px;left:0px;width:311px;height:311px;display:block; }
 }@media only screen and (max-width: 763px) { #T1VdSZLfatFCuz6LEJrT09g8arZNdsrP { top:4px;left:190px;width:316px;height:316px;display:block; }
 }@media only screen and (max-width: 763px) { #SemgdlnFpvfEmmRrGq3hkRMegDW3Xphi { top:7px;left:448px;width:314px;height:310px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #foG2ovFgsftE2ITpCoPagwKtRTDbNPak { display:block; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { width:320px;height:927px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHfp0Si6RpsTMfO3aKn9ZMIqT90nx6k5 { width:316px;height:496px;top:428px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kKHPTDWmvlb3i9Bh8Z8JXVfwJhVU7nrW { width:316px;height:20.7986px;top:470px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GyTUwEtCDJ3yGzpBwArp4lIr1wJwOC0e { width:320px;height:102.25895316804px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VWWNRNyKSTTbvZiA3n9Qld22l7TN1t1n { width:319px;height:319px;top:109.625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GJqeed7llCWpodGhWnnLF2xu4I8lA4VB { width:320px;height:419px;top:490.796875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WEkMKiTemTq3IdR7rV0oQActpcFEERw9 { display:block; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row .container { width:320px;height:280px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7bkntFbmMCTM4UmWtlQb63esnu3GQiX { width:320px;height:116.979px;top:24px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ktNyJSJ20PhJwMzO5zX3p5MN4q8Elt9T { width:320px;height:85.7812px;top:160px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI { display:block; }#qmx8qoJ3GTX05XtRaI2Lgyd5SwcTNqQI > .row .container { width:320px;height:956px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XG5xB1zsm2LHN6dfZ6etVrH60nI2hkku { width:176px;height:20.7986px;top:88.5px;left:72px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlya9Wrxnxa5Uz9Cvf8QKJwbGFEyabLB { width:225px;height:2px;top:224px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #x49WKFPqLeWqaJVTyUfBV1h3e26soFeT { width:225px;height:2px;top:459px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #kb6IJLQwVpXGRwwoSsKlfmuVJrDvZ1gl { width:176px;height:20.7986px;top:330px;left:72px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxTBJCqLBQE9gc62z3nSpxSAKzQ6hno0 { width:225px;height:2px;top:694px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #b0ULOiJ3K9EaArm2tB0boeOvxDTHpsBy { width:176px;height:20.7986px;top:560.09375px;left:72px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXheI70aUDGVcmCTIrrxTdufZRn1sX7A { width:225px;height:2px;top:930px;left:48.5px;display:block; }
 }@media only screen and (max-width: 763px) { #B47P3I075JLiPyzmg7dxnxflpp29ccgV { width:176px;height:20.7986px;top:800px;left:72px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2vCw8J3UaE0OutfXdcCnpWlPckFFPri { width:225px;height:225px;top:236px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoEuKpkDN79znXBseGI6IAJzmAyrITzJ { width:225px;height:225px;top:0px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #GXFyzKmq799ri1NlgDOezLIq1o5GAmpi { width:225px;height:225px;top:469px;left:47.5px;display:block; }
 }@media only screen and (max-width: 763px) { #GTKqLW2iS6xFIfu2nauWTy5mZQuytmAi { width:225px;height:225px;top:706px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #niQqNcV6qBe4w3JKzB1VinwUIMEJckfX { width:56px;height:56px;top:20.5px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #ePXZO1LI8y9V4g0SgqdiTX7ROktm5nFQ { width:225px;height:62.3958px;top:134.3125px;left:47.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVTqHysAZdRM8kBmN0Rkf0mLruVZf2aT { width:226px;height:62.3958px;top:359.8125px;left:47px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiyzqJ6kZWeNSbKT7XGqAFfmb0nZK2GE { width:223px;height:62.3958px;top:596.75px;left:48.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ay2ys0LXk2xwycO416FMHa06iMqAuDFs { width:227px;height:62.3958px;top:840.125px;left:46.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOH3OdTC0oPI8QZHnxtAJqyzBOVoOcqa { width:52px;height:56px;top:260.5px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #eBakEm0O6MrS9OrTDDHRxO5GPJiO8UyE { width:56px;height:56px;top:484.390625px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #N4u1SLbnr8PsyWDzksHCPA2UrvytoUkH { width:56px;height:56px;top:726px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ { display:block; }#cu5ONzBJ8wAuffeTef3LhyNgO0iOF4CZ > .row .container { width:320px;height:280px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKnbTBQIl7QS9xUgDW0CZh8hB7RHV2do { width:320px;height:124.74px;top:15px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWGrBM0w1JTV4dC4iwStR6FqHgE4DPvP { width:320px;height:97.5px;top:157.765625px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2 { display:block; }#QEBfbPdXTTQl3raRnmvt1cQ2dJNAopr2 > .row .container { width:320px;height:1227px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlybrBkxqeEHLwiTTVyRcJ0GTfM6pO7X { width:201px;height:20.7986px;top:64px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #onnFr4L8n1JRCqSkpkXK0XCpXmiMr7Uh { width:200px;height:20.7986px;top:148.7969px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gynCzDLlIaRPNcD1e0M7TVKD4Pn1E5v9 { width:236px;height:20.7986px;top:233.5938px;left:42px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8yhX3DCmcKDotndoMT8Ep3IUwA7hsWT { width:200px;height:20.7986px;top:318.3907px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOObuOTia9XPhm4uVt6B1rMcFUvuPuTK { width:200px;height:20.7986px;top:403.1876px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8fDLyxf63Iky4bGntVotRJUp1Psu4oi { width:233px;height:20.7986px;top:487.9845px;left:43px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zu3TzTTfl2LA37c6Wkcg6zr5pTTT5sTi { width:235px;height:41.5972px;top:572.7814px;left:42px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSxzkO3QqRJvT33wLL5OJWCWcTg59PFN { width:200px;height:20.7986px;top:678.3752px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wccTW3oluDm1yBllUBQ1sTH0iQWgzlXS { width:200px;height:20.7986px;top:763.1721px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4EV4R625A5N344cOBof4mZZnwNV31M { width:200px;height:20.7986px;top:847.969px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiPFoCZG5veUc33r71ZD2yxWOWleINFT { width:200px;height:20.7986px;top:932.7659px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0TplmP5AxFWpQfSZ6UPf10fqcdE31ZC { width:230px;height:20.7986px;top:1017.5628px;left:45px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqB9IyGZV6J6goBCLPyP5CO1KGLV70Om { width:230px;height:20.7986px;top:1102.3597px;left:45px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxIfqRdq8rQXVDJqOHQLtlHnUesHPwJM { width:230px;height:20.7986px;top:1187.1566px;left:45px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGG4I9RLSLh13z2OdqCZmZKD8TWGmH5d { display:flex;width:24px;height:24px;top:20px;left:148px; }
 }@media only screen and (max-width: 763px) { #znlhJLHotKQPdhg4zwHXvmfUBMh3RNO3 { display:flex;width:24px;height:24px;top:104.7969px;left:148px; }
 }@media only screen and (max-width: 763px) { #TaWDyL3TNvc1nz8JuwRPTSgrw5i54iro { display:flex;width:24px;height:24px;top:189.5938px;left:148px; }
 }@media only screen and (max-width: 763px) { #FlO6NqPZprIgkq2MkMQrFetZqiMS7SKD { display:flex;width:24px;height:24px;top:274.3907px;left:148px; }
 }@media only screen and (max-width: 763px) { #JATINPqbFUSRQhzVKTWsJo0yXB0GKNhg { display:flex;width:24px;height:24px;top:359.1876px;left:148px; }
 }@media only screen and (max-width: 763px) { #dXS3Dyo32wqrQwfsJZuFUP2TNbDI1IeI { display:flex;width:24px;height:24px;top:443.9845px;left:148px; }
 }@media only screen and (max-width: 763px) { #UmJSrKcs1kmWMeupDJTWuUWcwKaFrink { display:flex;width:24px;height:24px;top:528.7814px;left:148px; }
 }@media only screen and (max-width: 763px) { #EqIUPypxqtEaczTxmkTxUdMpnBBBzCSM { display:flex;width:24px;height:24px;top:634.3752px;left:148px; }
 }@media only screen and (max-width: 763px) { #JSgw9qlaVnqTgDdWyTFGvT40xTch93Tl { display:flex;width:24px;height:24px;top:719.1721px;left:148px; }
 }@media only screen and (max-width: 763px) { #ReHZSnRNiRpoOkgx090WWK0FVQDNxCBF { display:flex;width:24px;height:24px;top:803.969px;left:148px; }
 }@media only screen and (max-width: 763px) { #uKI7ceRt5F2gEHaUS3ntA9kWgG15zc9K { display:flex;width:24px;height:24px;top:888.7659px;left:148px; }
 }@media only screen and (max-width: 763px) { #KHO4ypWZtqTw5OlpEPO5obvpXwobwGnF { display:flex;width:24px;height:24px;top:973.5628px;left:148px; }
 }@media only screen and (max-width: 763px) { #qqhJnln4Zmi0hlyZTsy0qXqgzRVHqzT5 { display:flex;width:24px;height:24px;top:1058.3597px;left:148px; }
 }@media only screen and (max-width: 763px) { #Gybuu05W1APC6OZwTJxmyZKUopCzF92s { display:flex;width:24px;height:24px;top:1143.1566px;left:148px; }
 }@media only screen and (max-width: 763px) { #oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W { display:block; }#oXDsZo6tg1daquS1q5SMQMsSTW9eRI3W > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J020saA7D735Ih1kihoKs5f1HluIzgwf { width:320px;height:83.1597px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUZaF86uUZoeWy10oVveGvBDpDiQVMrg { width:320px;height:57.1875px;top:123.1875px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD { display:block; }#vdMZ8P5mwUcqOTmtEczOzLfBueDx3mKD > .row .container { width:320px;height:1007px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1HQKbWsiNhipvcabTgGthcsKXy9X72g { width:312px;height:318px;top:20px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #B6F2oU8LTr8EJZNvoZEtB8pfTnBXoiPF { width:318px;height:316px;top:358px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Z9klBudQxMouxw4Ids1x1WWkGgpcaqyl { width:308px;height:313px;top:694px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W { display:block; }#uf5EKb2w2Ih79F9TkK5X7cDTHRT9iK8W > .row .container { width:320px;height:1005px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3TBuJWOqholhA6tqJGilSsrnlQ5nTKo { width:311px;height:311px;top:20px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #T1VdSZLfatFCuz6LEJrT09g8arZNdsrP { width:316px;height:316px;top:351px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #SemgdlnFpvfEmmRrGq3hkRMegDW3Xphi { width:314px;height:310px;top:687px;left:3px;display:block; }
 }