.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff4ab1;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#z8x8Ofk0VPLpU2PhTTqkALTo49Pbr9SX { color:#070707;display:block;width:28.9375rem;position:absolute;font-family:"source sans pro";font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:23.03125rem;height:9.0175625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn { position:relative;display:block; }#KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn { background-color: transparent; background-image: none; }#KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn > .row .container > .video-iframe-container { display: none; }#KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn > .row > .video-iframe-container { display: none; }#KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn > .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); }#KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn { border-width: 0; border-radius: 0; }#KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn > .row .container > .video-iframe-container {  }#KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:155.25rem;width:75rem;position:relative;display:block; }#uI6w8VaA67I8SBKBOseG6Pkn9dd6MyHu { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;height:112.5rem;width:57.5rem;top:42.78125rem;left:9.21875rem;display:block; }
#fIrw3TBKNzA2sGi0TTJXAlfely0Bd0hs { color:#e7007a;display:block;width:47.125rem;position:absolute;font-family:"pt sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:13.9375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dGE0hZJCLG6f6BH1atvqDs5O4spVh3SB { position:absolute;display:block;z-index:15002;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:52.875rem;top:48.21875rem;left:11.0625rem;display:block; }
#hfvy2aUIb7qVWrPxuK6WpEUvi70KkT7Q { position:absolute;display:block;z-index:15003;background-color:#ff4ab1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:33.8125rem;top:48.21875rem;left:11.0625rem;display:block; }
#Zl9MUif0gNHqTVsznZ1Xpi2n3J5WwI8Z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:48.775390625rem;left:21.71875rem;height:1.13671875rem;display:block; }
#ys1wDbPmUVE2c0xlgFlSrN8aPZbcv8dp { position:absolute;display:block;z-index:15009;height:31.875rem;width:31.375rem;top:52.4375rem;left:21.8125rem;display:block; }
#PLT8cyvzQ4Nrm03leE6alOt25UkbblzK { color:#000000;display:block;width:56.5625rem;position:absolute;font-family:"pt sans";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:45rem;left:9.21875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FB2bJNlxyBp7Zz2p5yvPK5dt5veT4CdK { color:#000000;display:block;width:47.125rem;position:absolute;font-family:"pt sans";font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:37rem;left:13.9375rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbU7BxVmiGBQ26uNSraSNC1PHUQG3of5 { position:absolute;display:block;z-index:15011;height:20.9375rem;width:44.5625rem;top:8.9375rem;left:15.21875rem;display:block; }
#SKmTslxQW0Nsg5MIQQHIkS3sQ4DnI7EX { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfd;background-image:none;position:relative;display:block; }#cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk > .row .container { background-color: transparent; background-image: none; }#cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk > .row .container > .video-iframe-container { display: none; }#cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk > .row > .video-iframe-container { display: none; }#cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk > .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); }#cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk > .row .container { border-width: 0; border-radius: 0; }#cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk > .row > .video-iframe-container {  }#cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#TDpuERJwiZv9QSXM9g0SMhCrHAMT0Pqf { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1rem;left:10.3125rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HnDyT0uLFBIBoMucxoKLiZolmOy2gBgc { background-color:#ff4ab1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.4375rem;height:5.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1rem;left:17.78125rem;display:block; }
#kw7EHIyXP5Z4dl7TBexy95kIvh53DrbQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DU3MS502UxuVe3L0CkbdqClPV8Do3ypr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfd;background-image:none;position:relative;display:block; }#DU3MS502UxuVe3L0CkbdqClPV8Do3ypr > .row .container { background-color: transparent; background-image: none; }#DU3MS502UxuVe3L0CkbdqClPV8Do3ypr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU3MS502UxuVe3L0CkbdqClPV8Do3ypr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU3MS502UxuVe3L0CkbdqClPV8Do3ypr > .row .container > .video-iframe-container { display: none; }#DU3MS502UxuVe3L0CkbdqClPV8Do3ypr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU3MS502UxuVe3L0CkbdqClPV8Do3ypr > .row > .video-iframe-container { display: none; }#DU3MS502UxuVe3L0CkbdqClPV8Do3ypr > .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); }#DU3MS502UxuVe3L0CkbdqClPV8Do3ypr > .row .container { border-width: 0; border-radius: 0; }#DU3MS502UxuVe3L0CkbdqClPV8Do3ypr > .row > .video-iframe-container {  }#DU3MS502UxuVe3L0CkbdqClPV8Do3ypr > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#sBIm7VBUqmKOsiBV7LB7lHLX3TmLwhaP { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1rem;left:10.3125rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JoEQuVh06Zhh5ONi0ZqS3AQzWGCvqO5T { position:absolute;display:block;z-index:15003;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:15.875rem;width:19rem;top:0.0625rem;left:7.5rem;overflow:hidden;display:block; }
#MCPMVVcI7AGdwsUlNUXeRr0ACKDvMwSi { position:absolute;display:block;z-index:15004;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:15.9375rem;width:19.0625rem;top:0.0625rem;left:27.6875rem;overflow:hidden;display:block; }
#EbrHFCgLTEPUGRBM3XIcbsXG82OwZUxz { position:absolute;display:block;z-index:15005;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:15.875rem;width:19rem;top:0.0625rem;left:48rem;overflow:hidden;display:block; }
#VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfd;background-image:none;position:relative;display:block; }#VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu > .row .container { background-color: transparent; background-image: none; }#VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu > .row .container > .video-iframe-container { display: none; }#VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu > .row > .video-iframe-container { display: none; }#VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu > .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); }#VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu > .row .container { border-width: 0; border-radius: 0; }#VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu > .row > .video-iframe-container {  }#VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#W3OZQ5MgOeoJoQZUH1Q0DZVV0BTHnyRu { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:10.3125rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fZr54RxFZQJL0kzIrNs1uBmi6OkuFULc { position:absolute;display:block;z-index:15003;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:16.5rem;width:16.75rem;top:0.25rem;left:7.5rem;overflow:hidden;display:block; }
#MTyfhKTcJCXerJduD8TvxMRm0kvVqa5h { position:absolute;display:block;z-index:15004;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:14.6875rem;width:19.0625rem;top:0.25rem;left:27.6875rem;overflow:hidden;display:block; }
#kkcsXHrUPDVwFiecacyclZV6P0UxpHXU { position:absolute;display:block;z-index:15005;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:15.75rem;width:19rem;top:0.25rem;left:48rem;overflow:hidden;display:block; }
#pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfd;background-image:none;position:relative;display:block; }#pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc > .row .container { background-color: transparent; background-image: none; }#pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc > .row .container > .video-iframe-container { display: none; }#pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc > .row > .video-iframe-container { display: none; }#pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc > .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); }#pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc > .row .container { border-width: 0; border-radius: 0; }#pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc > .row > .video-iframe-container {  }#pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#udWd4dqzRo4OpLIJmFSoInAIQ3SC4wTl { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:10.3125rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VC8ImgrIq7SoEZaHKERco0EUqUEApWaH { position:absolute;display:block;z-index:15003;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:15.875rem;width:19rem;top:0.25rem;left:7.5rem;overflow:hidden;display:block; }
#KCipIIkXAO6IzgKpmXnRUyX3A50ntD0M { position:absolute;display:block;z-index:15004;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:15.9375rem;width:19.0625rem;top:0.25rem;left:27.6875rem;overflow:hidden;display:block; }
#gb9UyehNq1BQV5dLEP4HrlhFdVsCtTAr { position:absolute;display:block;z-index:15005;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:15.875rem;width:19rem;top:0.25rem;left:48rem;overflow:hidden;display:block; }
#shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff4ab1;background-image:none;position:relative;display:block; }#shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI > .row .container { background-color: transparent; background-image: none; }#shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI > .row .container > .video-iframe-container { display: none; }#shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI > .row > .video-iframe-container { display: none; }#shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI > .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); }#shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI > .row .container { border-width: 0; border-radius: 0; }#shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI > .row > .video-iframe-container {  }#shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#ecOwpBVNdbwcN91q5T4QJIs8EuXCIWOu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:10.1875rem;top:1.0625rem;left:32.40625rem;overflow:hidden;display:block; }
#Q1XVbUxVz0Murm4RPRJ777RpeTFo7xxu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.0625rem;left:25.8125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#b5m0US2B7nWdz8T6TI3SBoTTh1zm3A20 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.0625rem;left:38.3125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#bHGEnavGzzSMZWBg5m2nOSR2WGTmGVfP { color:#ffffff;display:block;width:50.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:12.0625rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8x8Ofk0VPLpU2PhTTqkALTo49Pbr9SX { top:0rem;left:9.40625rem;width:28.9375rem;height:9rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn { display:block; }#KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uI6w8VaA67I8SBKBOseG6Pkn9dd6MyHu { top:42.75rem;left:0rem;width:47.75rem;height:112.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIrw3TBKNzA2sGi0TTJXAlfely0Bd0hs { top:1rem;left:0.3125rem;width:47.125rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGE0hZJCLG6f6BH1atvqDs5O4spVh3SB { top:48.1875rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfvy2aUIb7qVWrPxuK6WpEUvi70KkT7Q { top:48.1875rem;left:0rem;width:33.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl9MUif0gNHqTVsznZ1Xpi2n3J5WwI8Z { top:48.75rem;left:8.09375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys1wDbPmUVE2c0xlgFlSrN8aPZbcv8dp { top:52.4375rem;left:8.1875rem;width:31.375rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLT8cyvzQ4Nrm03leE6alOt25UkbblzK { top:45rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB2bJNlxyBp7Zz2p5yvPK5dt5veT4CdK { top:37rem;left:0.3125rem;width:47.125rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbU7BxVmiGBQ26uNSraSNC1PHUQG3of5 { top:8.9375rem;left:1.59375rem;width:44.5625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKmTslxQW0Nsg5MIQQHIkS3sQ4DnI7EX { display:none; }
 }@media only screen and (max-width: 763px) { #cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk { display:block; }#cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDpuERJwiZv9QSXM9g0SMhCrHAMT0Pqf { top:1rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnDyT0uLFBIBoMucxoKLiZolmOy2gBgc { width:39.4375rem;height:5.75rem;top:1rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw7EHIyXP5Z4dl7TBexy95kIvh53DrbQ { display:block; }
 }@media only screen and (max-width: 763px) { #DU3MS502UxuVe3L0CkbdqClPV8Do3ypr { display:block; }#DU3MS502UxuVe3L0CkbdqClPV8Do3ypr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBIm7VBUqmKOsiBV7LB7lHLX3TmLwhaP { top:1rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoEQuVh06Zhh5ONi0ZqS3AQzWGCvqO5T { top:0.0625rem;left:0rem;width:19rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCPMVVcI7AGdwsUlNUXeRr0ACKDvMwSi { top:0.0625rem;left:14.0625rem;width:19.0625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbrHFCgLTEPUGRBM3XIcbsXG82OwZUxz { top:0.0625rem;left:28.25rem;width:19rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu { display:block; }#VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3OZQ5MgOeoJoQZUH1Q0DZVV0BTHnyRu { top:1.1875rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZr54RxFZQJL0kzIrNs1uBmi6OkuFULc { top:0.25rem;left:0rem;width:16.75rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTyfhKTcJCXerJduD8TvxMRm0kvVqa5h { top:0.25rem;left:14.0625rem;width:19.0625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkcsXHrUPDVwFiecacyclZV6P0UxpHXU { top:0.25rem;left:28.25rem;width:19rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc { display:block; }#pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udWd4dqzRo4OpLIJmFSoInAIQ3SC4wTl { top:1.1875rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC8ImgrIq7SoEZaHKERco0EUqUEApWaH { top:0.25rem;left:0rem;width:19rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCipIIkXAO6IzgKpmXnRUyX3A50ntD0M { top:0.25rem;left:14.0625rem;width:19.0625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb9UyehNq1BQV5dLEP4HrlhFdVsCtTAr { top:0.25rem;left:28.25rem;width:19rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI { display:block; }#shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecOwpBVNdbwcN91q5T4QJIs8EuXCIWOu { top:1.0625rem;left:18.78125rem;width:10.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1XVbUxVz0Murm4RPRJ777RpeTFo7xxu { top:8.0625rem;left:12.1875rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5m0US2B7nWdz8T6TI3SBoTTh1zm3A20 { top:8.0625rem;left:24.6875rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHGEnavGzzSMZWBg5m2nOSR2WGTmGVfP { top:10rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8x8Ofk0VPLpU2PhTTqkALTo49Pbr9SX { width:20rem;height:7.55625rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn { display:block; }#KiqIOTOlXmPXpzFn8TJiUoJGBoHpVhUn > .row .container { width:20rem;height:102.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uI6w8VaA67I8SBKBOseG6Pkn9dd6MyHu { width:20rem;height:57.6875rem;top:1.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIrw3TBKNzA2sGi0TTJXAlfely0Bd0hs { width:20rem;height:10.3984375rem;top:1.01171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGE0hZJCLG6f6BH1atvqDs5O4spVh3SB { width:20rem;height:2.25rem;top:55.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfvy2aUIb7qVWrPxuK6WpEUvi70KkT7Q { width:16.0625rem;height:2.25rem;top:55.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl9MUif0gNHqTVsznZ1Xpi2n3J5WwI8Z { width:12.5rem;height:1.1375rem;top:56.462890625rem;left:1.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys1wDbPmUVE2c0xlgFlSrN8aPZbcv8dp { width:20rem;height:33.1875rem;top:59.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLT8cyvzQ4Nrm03leE6alOt25UkbblzK { width:19.25rem;height:5.361325rem;top:49.474609375rem;left:0.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB2bJNlxyBp7Zz2p5yvPK5dt5veT4CdK { width:20rem;height:10.074225rem;top:35.4814453125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbU7BxVmiGBQ26uNSraSNC1PHUQG3of5 { width:16.125rem;height:6.1875rem;top:12.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKmTslxQW0Nsg5MIQQHIkS3sQ4DnI7EX { top:12.000000476837rem;left:-10rem;width:16.6875rem;height:21.75rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk { display:block; }#cnEJeCqOZCHWdkJKMFMONzHxAoOekZOk > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDpuERJwiZv9QSXM9g0SMhCrHAMT0Pqf { width:20rem;height:2.35625rem;top:1.25rem;left:0rem;font-size:1.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HnDyT0uLFBIBoMucxoKLiZolmOy2gBgc { width:19.875rem;height:5.75rem;top:66.75rem;left:0.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw7EHIyXP5Z4dl7TBexy95kIvh53DrbQ { display:block; }
 }@media only screen and (max-width: 763px) { #DU3MS502UxuVe3L0CkbdqClPV8Do3ypr { display:block; }#DU3MS502UxuVe3L0CkbdqClPV8Do3ypr > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBIm7VBUqmKOsiBV7LB7lHLX3TmLwhaP { width:20rem;height:2.35625rem;top:1.25rem;left:0rem;font-size:1.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JoEQuVh06Zhh5ONi0ZqS3AQzWGCvqO5T { width:17.3125rem;height:14.5rem;top:1.25rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCPMVVcI7AGdwsUlNUXeRr0ACKDvMwSi { width:17.5625rem;height:14.6875rem;top:16.90625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbrHFCgLTEPUGRBM3XIcbsXG82OwZUxz { width:17.4375rem;height:14.5625rem;top:32.90625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu { display:block; }#VrQ1FqPhl3etiXxVLPpux8WvHDfIw3mu > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3OZQ5MgOeoJoQZUH1Q0DZVV0BTHnyRu { width:20rem;height:2.35625rem;top:1.25rem;left:0rem;font-size:1.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fZr54RxFZQJL0kzIrNs1uBmi6OkuFULc { width:14.75rem;height:14.5rem;top:0.53125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTyfhKTcJCXerJduD8TvxMRm0kvVqa5h { width:17.5625rem;height:13.5625rem;top:16.34375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkcsXHrUPDVwFiecacyclZV6P0UxpHXU { width:17.4375rem;height:14.4375rem;top:32.59375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc { display:block; }#pPdGTwXS7VVCd51ya1GXbNK9f0W3B1nc > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udWd4dqzRo4OpLIJmFSoInAIQ3SC4wTl { width:20rem;height:2.35625rem;top:1.25rem;left:0rem;font-size:1.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VC8ImgrIq7SoEZaHKERco0EUqUEApWaH { width:17.3125rem;height:14.5rem;top:0.53125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCipIIkXAO6IzgKpmXnRUyX3A50ntD0M { width:17.5625rem;height:14.6875rem;top:16.34375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb9UyehNq1BQV5dLEP4HrlhFdVsCtTAr { width:17.4375rem;height:14.5625rem;top:32.59375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI { display:block; }#shFJQaFb9LrvsI0c2PKOf9rGuAoPcMZI > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecOwpBVNdbwcN91q5T4QJIs8EuXCIWOu { width:10.1875rem;height:4.6875rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1XVbUxVz0Murm4RPRJ777RpeTFo7xxu { width:12.5rem;height:0.975rem;top:7.1875rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5m0US2B7nWdz8T6TI3SBoTTh1zm3A20 { width:12.5rem;height:0.975rem;top:9.4121125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHGEnavGzzSMZWBg5m2nOSR2WGTmGVfP { width:20rem;height:0.975rem;top:11.636725rem;left:0rem;font-size:0.75rem;display:block; }
 }