.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;
}
.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;
}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); }#icwu7Ly3LL1K4h2SvHRg2teosITE86GA { position:relative;display:block; }#icwu7Ly3LL1K4h2SvHRg2teosITE86GA { background-color: transparent; background-image: none; }#icwu7Ly3LL1K4h2SvHRg2teosITE86GA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#icwu7Ly3LL1K4h2SvHRg2teosITE86GA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#icwu7Ly3LL1K4h2SvHRg2teosITE86GA > .row .container > .video-iframe-container { display: none; }#icwu7Ly3LL1K4h2SvHRg2teosITE86GA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#icwu7Ly3LL1K4h2SvHRg2teosITE86GA > .row > .video-iframe-container { display: none; }#icwu7Ly3LL1K4h2SvHRg2teosITE86GA > .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); }#icwu7Ly3LL1K4h2SvHRg2teosITE86GA { border-width: 0; border-radius: 0; }#icwu7Ly3LL1K4h2SvHRg2teosITE86GA > .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:ubuntu;height:8.375rem;width:60rem;position:relative;display:block; }#T2Hk9pFLx5xyFxJBZD9Jdfp9Sea8TbS1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.0625rem;width:6.8125rem;position:absolute;display:block;z-index:100004;top:0rem;left:25.75rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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 { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafbfb;background-image:none;font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#WTB8Cl3VfdIWZrMNITVH8yLQVm6dzUgD { display:block;width:57.6875rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:1.228515625rem;left:1.15625rem;height:7.875rem;text-align:center;text-align-last:center;color:#ca8aa6;font-style:normal;display:block; }
#rPzk3sTsU8tcprUFMoOnbAyINp2otafw { position:relative;display:block; }#rPzk3sTsU8tcprUFMoOnbAyINp2otafw { background-color: transparent; background-image: none; }#rPzk3sTsU8tcprUFMoOnbAyINp2otafw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rPzk3sTsU8tcprUFMoOnbAyINp2otafw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rPzk3sTsU8tcprUFMoOnbAyINp2otafw > .row .container > .video-iframe-container { display: none; }#rPzk3sTsU8tcprUFMoOnbAyINp2otafw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rPzk3sTsU8tcprUFMoOnbAyINp2otafw > .row > .video-iframe-container { display: none; }#rPzk3sTsU8tcprUFMoOnbAyINp2otafw > .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); }#rPzk3sTsU8tcprUFMoOnbAyINp2otafw { border-width: 0; border-radius: 0; }#rPzk3sTsU8tcprUFMoOnbAyINp2otafw > .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:40.0625rem;width:60rem;position:relative;display:block; }#NSSIfkqeO2VNxJFbf9qdgo2Ht4SoVp64 { display:block;width:47.125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100013;line-height:1.8;letter-spacing:0;top:1.25rem;left:6.4375rem;height:9.5605625rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ua63WXgTFqZudJAVfwk12mkxUIINORhb { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:12.875rem;left:10.000000953674rem;display:block; }
#OT7bi3BlU1lZ5IeUSiThlX2uqnLu2fFn { position:relative;display:block; }#OT7bi3BlU1lZ5IeUSiThlX2uqnLu2fFn { background-color: transparent; background-image: none; }#OT7bi3BlU1lZ5IeUSiThlX2uqnLu2fFn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OT7bi3BlU1lZ5IeUSiThlX2uqnLu2fFn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OT7bi3BlU1lZ5IeUSiThlX2uqnLu2fFn > .row .container > .video-iframe-container { display: none; }#OT7bi3BlU1lZ5IeUSiThlX2uqnLu2fFn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OT7bi3BlU1lZ5IeUSiThlX2uqnLu2fFn > .row > .video-iframe-container { display: none; }#OT7bi3BlU1lZ5IeUSiThlX2uqnLu2fFn > .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); }#OT7bi3BlU1lZ5IeUSiThlX2uqnLu2fFn { border-width: 0; border-radius: 0; }#OT7bi3BlU1lZ5IeUSiThlX2uqnLu2fFn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafbfb;background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#CrDbwIulM9OiD25nlmlt63Fnu3V9Vdac { display:block;width:57.6875rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:1.353515625rem;left:1.15625rem;height:2.53125rem;text-align:center;text-align-last:center;color:#ca8aa6;font-style:normal;display:block; }
#MmJeXTSDwAXDyptdg3xv96xGc5iwph3S { position:relative;display:block; }#MmJeXTSDwAXDyptdg3xv96xGc5iwph3S { background-color: transparent; background-image: none; }#MmJeXTSDwAXDyptdg3xv96xGc5iwph3S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MmJeXTSDwAXDyptdg3xv96xGc5iwph3S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MmJeXTSDwAXDyptdg3xv96xGc5iwph3S > .row .container > .video-iframe-container { display: none; }#MmJeXTSDwAXDyptdg3xv96xGc5iwph3S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MmJeXTSDwAXDyptdg3xv96xGc5iwph3S > .row > .video-iframe-container { display: none; }#MmJeXTSDwAXDyptdg3xv96xGc5iwph3S > .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); }#MmJeXTSDwAXDyptdg3xv96xGc5iwph3S { border-width: 0; border-radius: 0; }#MmJeXTSDwAXDyptdg3xv96xGc5iwph3S > .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:26.5rem;width:60rem;position:relative;display:block; }#cixTlAJ8RnAFAJCR50pzghQnwh0Lxl1u { display:block;width:57.5rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100013;line-height:1.8;letter-spacing:0;top:2.21875rem;left:1.25rem;height:21.0332375rem;color:#47545a;font-style:normal;display:block; }
#P9zJI12J5M0IRihklkdTdaW8E08hs7bZ { position:relative;display:block; }#P9zJI12J5M0IRihklkdTdaW8E08hs7bZ { background-color: transparent; background-image: none; }#P9zJI12J5M0IRihklkdTdaW8E08hs7bZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P9zJI12J5M0IRihklkdTdaW8E08hs7bZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P9zJI12J5M0IRihklkdTdaW8E08hs7bZ > .row .container > .video-iframe-container { display: none; }#P9zJI12J5M0IRihklkdTdaW8E08hs7bZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P9zJI12J5M0IRihklkdTdaW8E08hs7bZ > .row > .video-iframe-container { display: none; }#P9zJI12J5M0IRihklkdTdaW8E08hs7bZ > .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); }#P9zJI12J5M0IRihklkdTdaW8E08hs7bZ { border-width: 0; border-radius: 0; }#P9zJI12J5M0IRihklkdTdaW8E08hs7bZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafbfb;background-image:none;font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#sZtP3pmH67qT2eWDOQgwh9c8FdpiwTHD { display:block;width:57.6875rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:1.65625rem;left:1.15625rem;height:5.0625rem;text-align:center;text-align-last:center;color:#ca8aa6;font-style:normal;display:block; }
#VpaDvGAiuWSI4WDTT1NAhwI5oGLqfWkA { position:relative;display:block; }#VpaDvGAiuWSI4WDTT1NAhwI5oGLqfWkA { background-color: transparent; background-image: none; }#VpaDvGAiuWSI4WDTT1NAhwI5oGLqfWkA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VpaDvGAiuWSI4WDTT1NAhwI5oGLqfWkA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VpaDvGAiuWSI4WDTT1NAhwI5oGLqfWkA > .row .container > .video-iframe-container { display: none; }#VpaDvGAiuWSI4WDTT1NAhwI5oGLqfWkA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VpaDvGAiuWSI4WDTT1NAhwI5oGLqfWkA > .row > .video-iframe-container { display: none; }#VpaDvGAiuWSI4WDTT1NAhwI5oGLqfWkA > .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); }#VpaDvGAiuWSI4WDTT1NAhwI5oGLqfWkA { border-width: 0; border-radius: 0; }#VpaDvGAiuWSI4WDTT1NAhwI5oGLqfWkA > .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:8.4375rem;width:60rem;position:relative;display:block; }#KcrwQXuAckPOf4xPiG1TlVf0IOpm8t4x { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.8;letter-spacing:0;top:1.40625rem;left:0.96875rem;height:5.7363375rem;color:#47545a;font-style:normal;display:block; }
#AJKmInz6cvhETS9p89oSkwDhAZZQ1VgT { position:relative;display:block; }#AJKmInz6cvhETS9p89oSkwDhAZZQ1VgT { background-color: transparent; background-image: none; }#AJKmInz6cvhETS9p89oSkwDhAZZQ1VgT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AJKmInz6cvhETS9p89oSkwDhAZZQ1VgT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AJKmInz6cvhETS9p89oSkwDhAZZQ1VgT > .row .container > .video-iframe-container { display: none; }#AJKmInz6cvhETS9p89oSkwDhAZZQ1VgT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AJKmInz6cvhETS9p89oSkwDhAZZQ1VgT > .row > .video-iframe-container { display: none; }#AJKmInz6cvhETS9p89oSkwDhAZZQ1VgT > .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); }#AJKmInz6cvhETS9p89oSkwDhAZZQ1VgT { border-width: 0; border-radius: 0; }#AJKmInz6cvhETS9p89oSkwDhAZZQ1VgT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafbfb;background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#JN92rZVAq0rarlNxPtH9oUeAhw3sH9dH { display:block;width:57.6875rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:1.875rem;left:1.15625rem;height:5.0625rem;text-align:center;text-align-last:center;color:#ca8aa6;font-style:normal;display:block; }
#rwJt7yyp741mXWKAs8XrT2OARndXsgBN { position:relative;display:block; }#rwJt7yyp741mXWKAs8XrT2OARndXsgBN { background-color: transparent; background-image: none; }#rwJt7yyp741mXWKAs8XrT2OARndXsgBN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rwJt7yyp741mXWKAs8XrT2OARndXsgBN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rwJt7yyp741mXWKAs8XrT2OARndXsgBN > .row .container > .video-iframe-container { display: none; }#rwJt7yyp741mXWKAs8XrT2OARndXsgBN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rwJt7yyp741mXWKAs8XrT2OARndXsgBN > .row > .video-iframe-container { display: none; }#rwJt7yyp741mXWKAs8XrT2OARndXsgBN > .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); }#rwJt7yyp741mXWKAs8XrT2OARndXsgBN { border-width: 0; border-radius: 0; }#rwJt7yyp741mXWKAs8XrT2OARndXsgBN > .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:22.1875rem;width:60rem;position:relative;display:block; }#c5vvJ7UfmqGi49w5yEe0APfWNfIOfstT { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100015;line-height:1.8;letter-spacing:0;top:1.71875rem;left:0rem;height:17.2090125rem;color:#47545a;font-style:normal;display:block; }
#dtndKHgidNuB2CqEhFpoGo4WaiEuHfnl { position:relative;display:block; }#dtndKHgidNuB2CqEhFpoGo4WaiEuHfnl { background-color: transparent; background-image: none; }#dtndKHgidNuB2CqEhFpoGo4WaiEuHfnl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dtndKHgidNuB2CqEhFpoGo4WaiEuHfnl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dtndKHgidNuB2CqEhFpoGo4WaiEuHfnl > .row .container > .video-iframe-container { display: none; }#dtndKHgidNuB2CqEhFpoGo4WaiEuHfnl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dtndKHgidNuB2CqEhFpoGo4WaiEuHfnl > .row > .video-iframe-container { display: none; }#dtndKHgidNuB2CqEhFpoGo4WaiEuHfnl > .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); }#dtndKHgidNuB2CqEhFpoGo4WaiEuHfnl { border-width: 0; border-radius: 0; }#dtndKHgidNuB2CqEhFpoGo4WaiEuHfnl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafbfb;background-image:none;font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#XuSiCRhLTAcRTdqFThkTrwIZ30vdFZtO { display:block;width:57.6875rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:1.625rem;left:1.15625rem;height:2.53125rem;text-align:center;text-align-last:center;color:#ca8aa6;font-style:normal;display:block; }
#fLq76HWLaGgp9KdHbWTZfmy3e6e0QhkS { position:relative;display:block; }#fLq76HWLaGgp9KdHbWTZfmy3e6e0QhkS { background-color: transparent; background-image: none; }#fLq76HWLaGgp9KdHbWTZfmy3e6e0QhkS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fLq76HWLaGgp9KdHbWTZfmy3e6e0QhkS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fLq76HWLaGgp9KdHbWTZfmy3e6e0QhkS > .row .container > .video-iframe-container { display: none; }#fLq76HWLaGgp9KdHbWTZfmy3e6e0QhkS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fLq76HWLaGgp9KdHbWTZfmy3e6e0QhkS > .row > .video-iframe-container { display: none; }#fLq76HWLaGgp9KdHbWTZfmy3e6e0QhkS > .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); }#fLq76HWLaGgp9KdHbWTZfmy3e6e0QhkS { border-width: 0; border-radius: 0; }#fLq76HWLaGgp9KdHbWTZfmy3e6e0QhkS > .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:35.75rem;width:60rem;position:relative;display:block; }#AzAuJXhx9sgWqtu8m18QTJH6TJWS8QxT { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.8;letter-spacing:0;top:1.875rem;left:0.96875rem;height:32.50590625rem;color:#47545a;font-style:normal;display:block; }
#zNoxFRZKLSD5eTzMJBR2CneTXP78kIQw { position:relative;display:block; }#zNoxFRZKLSD5eTzMJBR2CneTXP78kIQw { background-color: transparent; background-image: none; }#zNoxFRZKLSD5eTzMJBR2CneTXP78kIQw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zNoxFRZKLSD5eTzMJBR2CneTXP78kIQw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zNoxFRZKLSD5eTzMJBR2CneTXP78kIQw > .row .container > .video-iframe-container { display: none; }#zNoxFRZKLSD5eTzMJBR2CneTXP78kIQw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zNoxFRZKLSD5eTzMJBR2CneTXP78kIQw > .row > .video-iframe-container { display: none; }#zNoxFRZKLSD5eTzMJBR2CneTXP78kIQw > .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); }#zNoxFRZKLSD5eTzMJBR2CneTXP78kIQw { border-width: 0; border-radius: 0; }#zNoxFRZKLSD5eTzMJBR2CneTXP78kIQw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafbfb;background-image:none;font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#cue2yhoEXQOp6FGJG1GPF2W6Ev00k7k4 { display:block;width:57.6875rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:1.625rem;left:1.15625rem;height:2.53125rem;text-align:center;text-align-last:center;color:#ca8aa6;font-style:normal;display:block; }
#heQr2XVB0T1EsAsGiNhq3OqWXBhWiCzz { position:relative;display:block; }#heQr2XVB0T1EsAsGiNhq3OqWXBhWiCzz { background-color: transparent; background-image: none; }#heQr2XVB0T1EsAsGiNhq3OqWXBhWiCzz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#heQr2XVB0T1EsAsGiNhq3OqWXBhWiCzz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#heQr2XVB0T1EsAsGiNhq3OqWXBhWiCzz > .row .container > .video-iframe-container { display: none; }#heQr2XVB0T1EsAsGiNhq3OqWXBhWiCzz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#heQr2XVB0T1EsAsGiNhq3OqWXBhWiCzz > .row > .video-iframe-container { display: none; }#heQr2XVB0T1EsAsGiNhq3OqWXBhWiCzz > .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); }#heQr2XVB0T1EsAsGiNhq3OqWXBhWiCzz { border-width: 0; border-radius: 0; }#heQr2XVB0T1EsAsGiNhq3OqWXBhWiCzz > .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:12.75rem;width:60rem;position:relative;display:block; }#h27tbOcntJzLWMpM67MMldh8C19Dooyn { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.8;letter-spacing:0;top:1.6875rem;left:0.9375rem;height:9.5605625rem;color:#47545a;font-style:normal;display:block; }
#ENIv7ZMvOnt18etSUR3l9wOLsR3WpSpT { position:relative;display:block; }#ENIv7ZMvOnt18etSUR3l9wOLsR3WpSpT { background-color: transparent; background-image: none; }#ENIv7ZMvOnt18etSUR3l9wOLsR3WpSpT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENIv7ZMvOnt18etSUR3l9wOLsR3WpSpT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENIv7ZMvOnt18etSUR3l9wOLsR3WpSpT > .row .container > .video-iframe-container { display: none; }#ENIv7ZMvOnt18etSUR3l9wOLsR3WpSpT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENIv7ZMvOnt18etSUR3l9wOLsR3WpSpT > .row > .video-iframe-container { display: none; }#ENIv7ZMvOnt18etSUR3l9wOLsR3WpSpT > .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); }#ENIv7ZMvOnt18etSUR3l9wOLsR3WpSpT { border-width: 0; border-radius: 0; }#ENIv7ZMvOnt18etSUR3l9wOLsR3WpSpT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafbfb;background-image:none;font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#nxDVAxLbQbVa7qucNJXvJuGFkPUOv2wZ { display:block;width:57.6875rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:1.625rem;left:1.15625rem;height:2.53125rem;text-align:center;text-align-last:center;color:#ca8aa6;font-style:normal;display:block; }
#wK9QkC3x6gl9Hzrc3nqJhyLbf5etQEdd { position:relative;display:block; }#wK9QkC3x6gl9Hzrc3nqJhyLbf5etQEdd { background-color: transparent; background-image: none; }#wK9QkC3x6gl9Hzrc3nqJhyLbf5etQEdd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wK9QkC3x6gl9Hzrc3nqJhyLbf5etQEdd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wK9QkC3x6gl9Hzrc3nqJhyLbf5etQEdd > .row .container > .video-iframe-container { display: none; }#wK9QkC3x6gl9Hzrc3nqJhyLbf5etQEdd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wK9QkC3x6gl9Hzrc3nqJhyLbf5etQEdd > .row > .video-iframe-container { display: none; }#wK9QkC3x6gl9Hzrc3nqJhyLbf5etQEdd > .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); }#wK9QkC3x6gl9Hzrc3nqJhyLbf5etQEdd { border-width: 0; border-radius: 0; }#wK9QkC3x6gl9Hzrc3nqJhyLbf5etQEdd > .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:8.25rem;width:60rem;position:relative;display:block; }#ZuJOun31SgeBLhe1xVwTT2JNvacUefe3 { display:block;width:50.4375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.8;letter-spacing:0;top:1.3125rem;left:5.90625rem;height:5.7363375rem;color:#47545a;font-style:normal;display:block; }
#ZeO5xwNToIXui52sRu1QyDna8ES6Q6If { position:relative;display:block; }#ZeO5xwNToIXui52sRu1QyDna8ES6Q6If { background-color: transparent; background-image: none; }#ZeO5xwNToIXui52sRu1QyDna8ES6Q6If::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZeO5xwNToIXui52sRu1QyDna8ES6Q6If > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZeO5xwNToIXui52sRu1QyDna8ES6Q6If > .row .container > .video-iframe-container { display: none; }#ZeO5xwNToIXui52sRu1QyDna8ES6Q6If > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZeO5xwNToIXui52sRu1QyDna8ES6Q6If > .row > .video-iframe-container { display: none; }#ZeO5xwNToIXui52sRu1QyDna8ES6Q6If > .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); }#ZeO5xwNToIXui52sRu1QyDna8ES6Q6If { border-width: 0; border-radius: 0; }#ZeO5xwNToIXui52sRu1QyDna8ES6Q6If > .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:7.1875rem;width:60rem;position:relative;display:block; }#aaTX2KsI0y2DWAGV7vuRTHFgW235O3DV { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.875rem;left:21.25rem;display:block; }
#yXCgu8imkWtfqt7M6Xci5Vr7T1QSgws6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N4LVTNtr4eIRlSAX1a00Wdvh13sKF2rs { position:relative;display:block; }#N4LVTNtr4eIRlSAX1a00Wdvh13sKF2rs { background-color: transparent; background-image: none; }#N4LVTNtr4eIRlSAX1a00Wdvh13sKF2rs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N4LVTNtr4eIRlSAX1a00Wdvh13sKF2rs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N4LVTNtr4eIRlSAX1a00Wdvh13sKF2rs > .row .container > .video-iframe-container { display: none; }#N4LVTNtr4eIRlSAX1a00Wdvh13sKF2rs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N4LVTNtr4eIRlSAX1a00Wdvh13sKF2rs > .row > .video-iframe-container { display: none; }#N4LVTNtr4eIRlSAX1a00Wdvh13sKF2rs > .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); }#N4LVTNtr4eIRlSAX1a00Wdvh13sKF2rs { border-width: 0; border-radius: 0; }#N4LVTNtr4eIRlSAX1a00Wdvh13sKF2rs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafbfb;background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#N8Qtl9KvWexzJK4BbKG2vTgP3ONqbrrA { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.8;letter-spacing:0;top:1.1875rem;left:1.9375rem;height:5.7363375rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3teGz4r3gBaleHqsEFX686Wr9OAPUxB { position:relative;display:block; }#k3teGz4r3gBaleHqsEFX686Wr9OAPUxB { background-color: transparent; background-image: none; }#k3teGz4r3gBaleHqsEFX686Wr9OAPUxB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k3teGz4r3gBaleHqsEFX686Wr9OAPUxB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k3teGz4r3gBaleHqsEFX686Wr9OAPUxB > .row .container > .video-iframe-container { display: none; }#k3teGz4r3gBaleHqsEFX686Wr9OAPUxB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k3teGz4r3gBaleHqsEFX686Wr9OAPUxB > .row > .video-iframe-container { display: none; }#k3teGz4r3gBaleHqsEFX686Wr9OAPUxB > .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); }#k3teGz4r3gBaleHqsEFX686Wr9OAPUxB { border-width: 0; border-radius: 0; }#k3teGz4r3gBaleHqsEFX686Wr9OAPUxB > .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:11.625rem;width:60rem;position:relative;display:block; }#MzSAATcUigAIPnqq35grn4HINJAPxuwW { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.375rem;top:1.96875rem;left:26.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #icwu7Ly3LL1K4h2SvHRg2teosITE86GA { display:block; }#icwu7Ly3LL1K4h2SvHRg2teosITE86GA > .row .container { width:47.75rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #T2Hk9pFLx5xyFxJBZD9Jdfp9Sea8TbS1 { width:6.3125rem;height:6.5625rem;top:0rem;left:20.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WTB8Cl3VfdIWZrMNITVH8yLQVm6dzUgD { width:47.75rem;height:7.8333375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #rPzk3sTsU8tcprUFMoOnbAyINp2otafw { display:block; }#rPzk3sTsU8tcprUFMoOnbAyINp2otafw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NSSIfkqeO2VNxJFbf9qdgo2Ht4SoVp64 { width:45.3125rem;height:9.375rem;top:2rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ua63WXgTFqZudJAVfwk12mkxUIINORhb { width:40rem;height:22.5rem;top:12.875rem;left:3.8750009536743rem;display:block; }
 }@media only screen and (max-width: 959px) { #OT7bi3BlU1lZ5IeUSiThlX2uqnLu2fFn { display:block; }#OT7bi3BlU1lZ5IeUSiThlX2uqnLu2fFn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CrDbwIulM9OiD25nlmlt63Fnu3V9Vdac { width:47.75rem;height:2.5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #MmJeXTSDwAXDyptdg3xv96xGc5iwph3S { display:block; }#MmJeXTSDwAXDyptdg3xv96xGc5iwph3S > .row .container { width:47.75rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cixTlAJ8RnAFAJCR50pzghQnwh0Lxl1u { width:45.3125rem;height:22.5rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #P9zJI12J5M0IRihklkdTdaW8E08hs7bZ { display:block; }#P9zJI12J5M0IRihklkdTdaW8E08hs7bZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sZtP3pmH67qT2eWDOQgwh9c8FdpiwTHD { width:47.75rem;height:5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #VpaDvGAiuWSI4WDTT1NAhwI5oGLqfWkA { display:block; }#VpaDvGAiuWSI4WDTT1NAhwI5oGLqfWkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KcrwQXuAckPOf4xPiG1TlVf0IOpm8t4x { width:45.3125rem;height:5.625rem;top:1.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #AJKmInz6cvhETS9p89oSkwDhAZZQ1VgT { display:block; }#AJKmInz6cvhETS9p89oSkwDhAZZQ1VgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JN92rZVAq0rarlNxPtH9oUeAhw3sH9dH { width:47.75rem;height:5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #rwJt7yyp741mXWKAs8XrT2OARndXsgBN { display:block; }#rwJt7yyp741mXWKAs8XrT2OARndXsgBN > .row .container { width:47.75rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #c5vvJ7UfmqGi49w5yEe0APfWNfIOfstT { width:45.3125rem;height:20.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #dtndKHgidNuB2CqEhFpoGo4WaiEuHfnl { display:block; }#dtndKHgidNuB2CqEhFpoGo4WaiEuHfnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XuSiCRhLTAcRTdqFThkTrwIZ30vdFZtO { width:47.75rem;height:2.5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #fLq76HWLaGgp9KdHbWTZfmy3e6e0QhkS { display:block; }#fLq76HWLaGgp9KdHbWTZfmy3e6e0QhkS > .row .container { width:47.75rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AzAuJXhx9sgWqtu8m18QTJH6TJWS8QxT { width:45.3125rem;height:43.125rem;top:1.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zNoxFRZKLSD5eTzMJBR2CneTXP78kIQw { display:block; }#zNoxFRZKLSD5eTzMJBR2CneTXP78kIQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cue2yhoEXQOp6FGJG1GPF2W6Ev00k7k4 { width:47.75rem;height:2.5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #heQr2XVB0T1EsAsGiNhq3OqWXBhWiCzz { display:block; }#heQr2XVB0T1EsAsGiNhq3OqWXBhWiCzz > .row .container { width:47.75rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #h27tbOcntJzLWMpM67MMldh8C19Dooyn { width:45.3125rem;height:9.375rem;top:1.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ENIv7ZMvOnt18etSUR3l9wOLsR3WpSpT { display:block; }#ENIv7ZMvOnt18etSUR3l9wOLsR3WpSpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nxDVAxLbQbVa7qucNJXvJuGFkPUOv2wZ { width:47.75rem;height:2.5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #wK9QkC3x6gl9Hzrc3nqJhyLbf5etQEdd { display:block; }#wK9QkC3x6gl9Hzrc3nqJhyLbf5etQEdd > .row .container { width:47.75rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZuJOun31SgeBLhe1xVwTT2JNvacUefe3 { width:45.3125rem;height:7.5rem;top:1.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZeO5xwNToIXui52sRu1QyDna8ES6Q6If { display:block; }#ZeO5xwNToIXui52sRu1QyDna8ES6Q6If > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aaTX2KsI0y2DWAGV7vuRTHFgW235O3DV { width:17.5rem;height:3.4375rem;top:1.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yXCgu8imkWtfqt7M6Xci5Vr7T1QSgws6 { display:block; }
 }@media only screen and (max-width: 959px) { #N4LVTNtr4eIRlSAX1a00Wdvh13sKF2rs { display:block; }#N4LVTNtr4eIRlSAX1a00Wdvh13sKF2rs > .row .container { width:47.75rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #N8Qtl9KvWexzJK4BbKG2vTgP3ONqbrrA { width:45.3125rem;height:5.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #k3teGz4r3gBaleHqsEFX686Wr9OAPUxB { display:block; }#k3teGz4r3gBaleHqsEFX686Wr9OAPUxB > .row .container { width:47.75rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MzSAATcUigAIPnqq35grn4HINJAPxuwW { width:7.375rem;height:7.6875rem;top:0.8125rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #icwu7Ly3LL1K4h2SvHRg2teosITE86GA { display:block; }#icwu7Ly3LL1K4h2SvHRg2teosITE86GA > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2Hk9pFLx5xyFxJBZD9Jdfp9Sea8TbS1 { width:4.6875rem;height:4.875rem;top:0rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTB8Cl3VfdIWZrMNITVH8yLQVm6dzUgD { width:20rem;height:4.5rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPzk3sTsU8tcprUFMoOnbAyINp2otafw { display:block; }#rPzk3sTsU8tcprUFMoOnbAyINp2otafw > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSSIfkqeO2VNxJFbf9qdgo2Ht4SoVp64 { width:20rem;height:15.29688125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua63WXgTFqZudJAVfwk12mkxUIINORhb { height:11.25rem;width:20rem;top:17.796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT7bi3BlU1lZ5IeUSiThlX2uqnLu2fFn { display:block; }#OT7bi3BlU1lZ5IeUSiThlX2uqnLu2fFn > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrDbwIulM9OiD25nlmlt63Fnu3V9Vdac { width:20rem;height:2.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmJeXTSDwAXDyptdg3xv96xGc5iwph3S { display:block; }#MmJeXTSDwAXDyptdg3xv96xGc5iwph3S > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cixTlAJ8RnAFAJCR50pzghQnwh0Lxl1u { width:20rem;height:34.41798125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9zJI12J5M0IRihklkdTdaW8E08hs7bZ { display:block; }#P9zJI12J5M0IRihklkdTdaW8E08hs7bZ > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZtP3pmH67qT2eWDOQgwh9c8FdpiwTHD { width:20rem;height:6.75rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpaDvGAiuWSI4WDTT1NAhwI5oGLqfWkA { display:block; }#VpaDvGAiuWSI4WDTT1NAhwI5oGLqfWkA > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcrwQXuAckPOf4xPiG1TlVf0IOpm8t4x { width:20rem;height:5.7363375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJKmInz6cvhETS9p89oSkwDhAZZQ1VgT { display:block; }#AJKmInz6cvhETS9p89oSkwDhAZZQ1VgT > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JN92rZVAq0rarlNxPtH9oUeAhw3sH9dH { width:20rem;height:9rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwJt7yyp741mXWKAs8XrT2OARndXsgBN { display:block; }#rwJt7yyp741mXWKAs8XrT2OARndXsgBN > .row .container { width:20rem;height:35.668rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5vvJ7UfmqGi49w5yEe0APfWNfIOfstT { width:20rem;height:34.41796875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtndKHgidNuB2CqEhFpoGo4WaiEuHfnl { display:block; }#dtndKHgidNuB2CqEhFpoGo4WaiEuHfnl > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuSiCRhLTAcRTdqFThkTrwIZ30vdFZtO { width:20rem;height:4.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLq76HWLaGgp9KdHbWTZfmy3e6e0QhkS { display:block; }#fLq76HWLaGgp9KdHbWTZfmy3e6e0QhkS > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzAuJXhx9sgWqtu8m18QTJH6TJWS8QxT { width:20rem;height:59.27541875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNoxFRZKLSD5eTzMJBR2CneTXP78kIQw { display:block; }#zNoxFRZKLSD5eTzMJBR2CneTXP78kIQw > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cue2yhoEXQOp6FGJG1GPF2W6Ev00k7k4 { width:20rem;height:2.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #heQr2XVB0T1EsAsGiNhq3OqWXBhWiCzz { display:block; }#heQr2XVB0T1EsAsGiNhq3OqWXBhWiCzz > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h27tbOcntJzLWMpM67MMldh8C19Dooyn { width:20rem;height:13.384775rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENIv7ZMvOnt18etSUR3l9wOLsR3WpSpT { display:block; }#ENIv7ZMvOnt18etSUR3l9wOLsR3WpSpT > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxDVAxLbQbVa7qucNJXvJuGFkPUOv2wZ { width:20rem;height:2.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK9QkC3x6gl9Hzrc3nqJhyLbf5etQEdd { display:block; }#wK9QkC3x6gl9Hzrc3nqJhyLbf5etQEdd > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuJOun31SgeBLhe1xVwTT2JNvacUefe3 { width:20rem;height:13.3847625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeO5xwNToIXui52sRu1QyDna8ES6Q6If { display:block; }#ZeO5xwNToIXui52sRu1QyDna8ES6Q6If > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aaTX2KsI0y2DWAGV7vuRTHFgW235O3DV { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXCgu8imkWtfqt7M6Xci5Vr7T1QSgws6 { display:block; }
 }@media only screen and (max-width: 763px) { #N4LVTNtr4eIRlSAX1a00Wdvh13sKF2rs { display:block; }#N4LVTNtr4eIRlSAX1a00Wdvh13sKF2rs > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8Qtl9KvWexzJK4BbKG2vTgP3ONqbrrA { width:20rem;height:11.47265625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3teGz4r3gBaleHqsEFX686Wr9OAPUxB { display:block; }#k3teGz4r3gBaleHqsEFX686Wr9OAPUxB > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzSAATcUigAIPnqq35grn4HINJAPxuwW { width:6.25rem;height:6.5rem;top:1.1875rem;left:6.875rem;display:block; }
 }