.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff1;background-image:none;position:relative;display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { background-color: transparent; background-image: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container > .video-iframe-container { display: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container { display: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .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); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { border-width: 0; border-radius: 0; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#oaTXZcqg0pHIpVQZhTWznMATT91VskFo { color:#313131;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.625rem;left:40.311462402344rem;height:3.9rem;text-align:right;text-align-last:right;display:block; }
#PsM7BNcOSQxPb41WfwzcTEb7WXIMDL8E { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:12.3125rem;top:1.5625rem;left:1.0718765258789rem;overflow:hidden;display:block; }
#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e51b3f18-10e4-480a-8abb-7391e8f8d425/banerdoMAILINGuWarszawa.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.adaptive-delivery-prevent-bg, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyload, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyloading { background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { background-color: transparent; background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .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); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { border-width: 0; border-radius: 0; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:60rem;position:relative;display:block; }#MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { color:#ffffff;display:block;width:41.8125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.0927085876462rem;left:13.40625rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:18.538541793823rem;left:13.40625rem;height:20.06875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g4mzDFFd78m3U9TBfez7ExFbugZ0Qqu4 { position:absolute;display:block;z-index:100001;background-color:rgba(45,45,45,0.7);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:33.6875rem;width:42rem;top:7.6010417938231rem;left:11.15625rem;display:block; }
#hKblsUJ4z0CUzrfUhNmGVNSGQX68Tl6K { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.6010417938231rem;left:6.34375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#NJmvET8iynOLfq9Q6WgkB9ymM6OKwUzy { box-sizing:content-box;color:#00ab9c;font-size:11.375rem;font-weight:400;line-height:1;height:16.25rem;width:16.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:1.2802085876465rem;left:2.75rem;display:block; }
#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row .container { background-color: transparent; background-image: none; }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row .container > .video-iframe-container { display: none; }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row > .video-iframe-container { display: none; }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .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); }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row .container { border-width: 0; border-radius: 0; }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#g7T7L4aHWvkP4w1BC2Pv72W6FGBKOQmq { color:#313131;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.515625rem;left:0rem;height:3.98125rem;text-align:center;text-align-last:center;display:block; }
#AoL92uR5MAQQlE6A1mN8lIWQ84Qh2iDB { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:9.8125rem;top:9.3822917938231rem;left:4.0322914123535rem;overflow:hidden;display:block; }
#eWMBymVVSNhrry14iE379yOw4GGvI6q5 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:10.5rem;top:8.8510417938231rem;left:24.75rem;overflow:hidden;display:block; }
#tsFFd59PlTKms5p57G3BrpgydcpI2hyL { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:10.25rem;top:9.3822917938231rem;left:44.771873474121rem;overflow:hidden;display:block; }
#Urdx8Qryykap0qfz8DnxnBJ2pR60VBwD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:22.044790267944rem;left:3.3520812988281rem;height:4.14375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k72UVhd6LB8dh29aLQ6inElEa6ln1B1k { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:24.301042556762rem;left:3.2822914123535rem;height:4.76875rem;display:block; }#k72UVhd6LB8dh29aLQ6inElEa6ln1B1k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k72UVhd6LB8dh29aLQ6inElEa6ln1B1k li:before{  }
#ZoTQah9E8xkluwsfxJ9FNLdLwalBhzaD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:22.044790267944rem;left:23.75rem;height:4.14375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MmrRgGR8t3bJhicetoVV1RBkNPccBcTA { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:24.301042556762rem;left:24rem;height:4.76875rem;display:block; }#MmrRgGR8t3bJhicetoVV1RBkNPccBcTA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MmrRgGR8t3bJhicetoVV1RBkNPccBcTA li:before{  }
#ABVlWq1R6qxukBEdoo73VyF5JXCRS7bf { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:24.301040649414rem;left:43.021873474121rem;height:;display:block; }#ABVlWq1R6qxukBEdoo73VyF5JXCRS7bf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ABVlWq1R6qxukBEdoo73VyF5JXCRS7bf li:before{  }
#fB9rdOk73o2aNudGCMBKA5KHXbPkobDI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:22.044790267944rem;left:43.021873474121rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff1;background-image:none;position:relative;display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { background-color: transparent; background-image: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container > .video-iframe-container { display: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container { display: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .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); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { border-width: 0; border-radius: 0; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#ECTpIU0OV6V74PKLkL7fAIJcXJGaTpVb { color:#faa21b;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:7.9625rem;text-align:center;text-align-last:center;display:block; }
#nn3KZLEtSploy2JW3e08Lku9yp2MF78B { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:17.625rem;top:7.7781257629394rem;left:3.5rem;overflow:hidden;display:block; }
#wop6OM0OlNvF2Ns3QpqCFVnSXKxmIGKP { background-color:#00ab9c;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.1875rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:25.077083587646rem;left:32.375rem;display:block; }
#TX5bea4oeXCxNPcQOuT9c4KXcSUIq3S6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F04cTObhXk5dCIOuPoNJZcBWJfWmu0sX { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:9.3208332061769rem;left:22.34375rem;height:15.19375rem;text-align:center;text-align-last:center;display:block; }
#Xp5JbrcSq1fAS33D4cJLMQQqS3VPvVdc { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:12.5rem;top:9.8406257629394rem;left:6.0625rem;overflow:hidden;display:block; }
#iTaX5wNeTMF8Ov1S0afoWwCaKM91amvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iTaX5wNeTMF8Ov1S0afoWwCaKM91amvo > .row .container { background-color: transparent; background-image: none; }#iTaX5wNeTMF8Ov1S0afoWwCaKM91amvo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iTaX5wNeTMF8Ov1S0afoWwCaKM91amvo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iTaX5wNeTMF8Ov1S0afoWwCaKM91amvo > .row .container > .video-iframe-container { display: none; }#iTaX5wNeTMF8Ov1S0afoWwCaKM91amvo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iTaX5wNeTMF8Ov1S0afoWwCaKM91amvo > .row > .video-iframe-container { display: none; }#iTaX5wNeTMF8Ov1S0afoWwCaKM91amvo > .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); }#iTaX5wNeTMF8Ov1S0afoWwCaKM91amvo > .row .container { border-width: 0; border-radius: 0; }#iTaX5wNeTMF8Ov1S0afoWwCaKM91amvo > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }#XKPpqGWAVvivSWixxablg6EOq9573IJb { color:#313131;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:3.140625rem;left:0.0010414123535156rem;height:3.98125rem;text-align:center;text-align-last:center;display:block; }
#FsFWxDD9TH4A4iE4h1MEHUHRQs1VF5pa { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16rem;width:23.375rem;top:4.8749980926514rem;left:7.3968734741213rem;overflow:hidden;display:block; }
#pFk7QiEFTydLC3WkzQf9yRZdxEh9c8Q9 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:16.625rem;top:11.312498092651rem;left:29.688537597656rem;overflow:hidden;display:block; }
#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff1;background-image:none;position:relative;display:block; }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row .container { background-color: transparent; background-image: none; }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row .container > .video-iframe-container { display: none; }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row > .video-iframe-container { display: none; }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .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); }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row .container { border-width: 0; border-radius: 0; }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#V0n41oq1gvezy8ycXqesTikTpFoJpVqq { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4000015258789rem;left:0rem;height:4.875rem;display:block; }
#bsA0391fqbgllR2J4VSIpi3J8p6PcNop { box-sizing:content-box;color:#2d2d2d;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.71875rem;left:44.89999961853rem;display:block; }
#R7scnNOUgruZIvh2VdJ9f4hrU8u8mVGz { box-sizing:content-box;color:#2d2d2d;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:1.75rem;left:50.33749961853rem;display:block; }
#en1qc6IfMeFUWg4f1UqZIGO4EnMrVfmE { box-sizing:content-box;color:#2d2d2d;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.84375rem;left:55.624998092651rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaTXZcqg0pHIpVQZhTWznMATT91VskFo { top:2.625rem;left:28.625rem;width:19.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsM7BNcOSQxPb41WfwzcTEb7WXIMDL8E { top:1.5625rem;left:0rem;width:12.3125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { top:8.0625rem;left:5.9375rem;width:41.8125rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { top:18.5rem;left:7.28125rem;width:37.5rem;height:20.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4mzDFFd78m3U9TBfez7ExFbugZ0Qqu4 { top:7.5625rem;left:5.03125rem;width:42rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKblsUJ4z0CUzrfUhNmGVNSGQX68Tl6K { top:7.5625rem;left:0.21875rem;width:6.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJmvET8iynOLfq9Q6WgkB9ymM6OKwUzy { top:1.25rem;left:0rem;width:16.25rem;height:16.25rem;font-size:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T { display:block; }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7T7L4aHWvkP4w1BC2Pv72W6FGBKOQmq { top:1.5rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoL92uR5MAQQlE6A1mN8lIWQ84Qh2iDB { width:9.8125rem;height:9.8125rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWMBymVVSNhrry14iE379yOw4GGvI6q5 { width:10.5rem;height:10.5rem;top:8.8125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsFFd59PlTKms5p57G3BrpgydcpI2hyL { width:10.25rem;height:10.25rem;top:9.375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urdx8Qryykap0qfz8DnxnBJ2pR60VBwD { top:22rem;left:0rem;width:12.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k72UVhd6LB8dh29aLQ6inElEa6ln1B1k { top:24.25rem;left:0rem;width:12.5rem;height:4.75rem;font-size:1.0625rem;display:block; }#k72UVhd6LB8dh29aLQ6inElEa6ln1B1k li:before{  }
 }@media only screen and (max-width: 763px) { #ZoTQah9E8xkluwsfxJ9FNLdLwalBhzaD { top:22rem;left:17.625rem;width:12.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmrRgGR8t3bJhicetoVV1RBkNPccBcTA { top:24.25rem;left:17.875rem;width:16.1875rem;height:4.75rem;font-size:1.0625rem;display:block; }#MmrRgGR8t3bJhicetoVV1RBkNPccBcTA li:before{  }
 }@media only screen and (max-width: 763px) { #ABVlWq1R6qxukBEdoo73VyF5JXCRS7bf { top:24.25rem;left:30.875rem;width:16.875rem;height:;font-size:1.0625rem;display:block; }#ABVlWq1R6qxukBEdoo73VyF5JXCRS7bf li:before{  }
 }@media only screen and (max-width: 763px) { #fB9rdOk73o2aNudGCMBKA5KHXbPkobDI { top:22rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECTpIU0OV6V74PKLkL7fAIJcXJGaTpVb { top:0rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn3KZLEtSploy2JW3e08Lku9yp2MF78B { width:17.625rem;height:21.875rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wop6OM0OlNvF2Ns3QpqCFVnSXKxmIGKP { width:15.25rem;height:3.1875rem;top:25.0625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX5bea4oeXCxNPcQOuT9c4KXcSUIq3S6 { display:block; }
 }@media only screen and (max-width: 763px) { #F04cTObhXk5dCIOuPoNJZcBWJfWmu0sX { top:9.3125rem;left:12.4375rem;width:35.3125rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp5JbrcSq1fAS33D4cJLMQQqS3VPvVdc { width:12.5rem;height:17.75rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTaX5wNeTMF8Ov1S0afoWwCaKM91amvo { display:block; }#iTaX5wNeTMF8Ov1S0afoWwCaKM91amvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKPpqGWAVvivSWixxablg6EOq9573IJb { top:3.125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsFWxDD9TH4A4iE4h1MEHUHRQs1VF5pa { top:4.8125rem;left:1.2718734741211rem;width:23.375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFk7QiEFTydLC3WkzQf9yRZdxEh9c8Q9 { top:11.25rem;left:23.563537597656rem;width:16.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr { display:block; }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0n41oq1gvezy8ycXqesTikTpFoJpVqq { top:1.375rem;left:0rem;width:42.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsA0391fqbgllR2J4VSIpi3J8p6PcNop { top:1.6875rem;left:38.77499961853rem;width:4.625rem;height:4.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7scnNOUgruZIvh2VdJ9f4hrU8u8mVGz { top:1.75rem;left:43.25rem;width:4.5rem;height:4.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #en1qc6IfMeFUWg4f1UqZIGO4EnMrVfmE { top:1.8125rem;left:43.375rem;width:4.375rem;height:4.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaTXZcqg0pHIpVQZhTWznMATT91VskFo { width:14.9375rem;height:3.4125rem;top:8.0625rem;left:2.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsM7BNcOSQxPb41WfwzcTEb7WXIMDL8E { width:11.3125rem;height:4.125rem;top:2.25rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { width:20rem;height:69.523956298828rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { width:20rem;height:4.55rem;top:14.079166412354rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { width:19.0625rem;height:30.3875rem;top:20.323957443238rem;left:0.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4mzDFFd78m3U9TBfez7ExFbugZ0Qqu4 { width:20rem;height:38.9375rem;top:11.836458206177rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKblsUJ4z0CUzrfUhNmGVNSGQX68Tl6K { width:4.0625rem;height:2.03125rem;top:7.1250002384187rem;left:6.4375003576281rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJmvET8iynOLfq9Q6WgkB9ymM6OKwUzy { width:16.25rem;height:16.25rem;top:52.023956298828rem;left:1.875rem;font-size:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T { display:block; }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7T7L4aHWvkP4w1BC2Pv72W6FGBKOQmq { width:20rem;height:2.275rem;top:2.0010430812836rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoL92uR5MAQQlE6A1mN8lIWQ84Qh2iDB { width:5rem;height:5rem;top:5.5260375976563rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWMBymVVSNhrry14iE379yOw4GGvI6q5 { width:13.25rem;height:13.25rem;top:28.9375rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsFFd59PlTKms5p57G3BrpgydcpI2hyL { width:13.25rem;height:13.25rem;top:52.591667175293rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urdx8Qryykap0qfz8DnxnBJ2pR60VBwD { width:12.5rem;height:4.14375rem;top:19.463541030884rem;left:4.5531244277954rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k72UVhd6LB8dh29aLQ6inElEa6ln1B1k { width:12.5rem;height:4.76875rem;top:21.276042938233rem;left:4.4135408401489rem;font-size:1.0625rem;display:block; }#k72UVhd6LB8dh29aLQ6inElEa6ln1B1k li:before{  }
 }@media only screen and (max-width: 763px) { #ZoTQah9E8xkluwsfxJ9FNLdLwalBhzaD { width:12.5rem;height:4.14375rem;top:43.70728969574rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmrRgGR8t3bJhicetoVV1RBkNPccBcTA { width:16.1875rem;height:4.76875rem;top:45.563543319702rem;left:3.8125rem;font-size:1.0625rem;display:block; }#MmrRgGR8t3bJhicetoVV1RBkNPccBcTA li:before{  }
 }@media only screen and (max-width: 763px) { #ABVlWq1R6qxukBEdoo73VyF5JXCRS7bf { width:14rem;height:6.15rem;top:69.232292175294rem;left:3rem;font-size:1.0625rem;display:block; }#ABVlWq1R6qxukBEdoo73VyF5JXCRS7bf li:before{  }
 }@media only screen and (max-width: 763px) { #fB9rdOk73o2aNudGCMBKA5KHXbPkobDI { width:12.5rem;height:1.38125rem;top:67.163541793825rem;left:3.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECTpIU0OV6V74PKLkL7fAIJcXJGaTpVb { width:14.5625rem;height:9.1rem;top:0rem;left:2.71875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn3KZLEtSploy2JW3e08Lku9yp2MF78B { width:14.9375rem;height:18.5rem;top:35.697917938233rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wop6OM0OlNvF2Ns3QpqCFVnSXKxmIGKP { width:10.8125rem;height:2.375rem;top:56.125rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX5bea4oeXCxNPcQOuT9c4KXcSUIq3S6 { display:block; }
 }@media only screen and (max-width: 763px) { #F04cTObhXk5dCIOuPoNJZcBWJfWmu0sX { width:20rem;height:26.24375rem;top:9.4541664123538rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp5JbrcSq1fAS33D4cJLMQQqS3VPvVdc { width:10.5rem;height:14.875rem;top:37.510416030884rem;left:4.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iTaX5wNeTMF8Ov1S0afoWwCaKM91amvo { display:block; }#iTaX5wNeTMF8Ov1S0afoWwCaKM91amvo > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKPpqGWAVvivSWixxablg6EOq9573IJb { width:20rem;height:2.275rem;top:2.0010430812836rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsFWxDD9TH4A4iE4h1MEHUHRQs1VF5pa { width:20rem;height:13.5625rem;top:3.0416679382324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFk7QiEFTydLC3WkzQf9yRZdxEh9c8Q9 { width:16.625rem;height:3.125rem;top:15.229167938233rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr { position:relative;z-index:auto;display:block; }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0n41oq1gvezy8ycXqesTikTpFoJpVqq { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bsA0391fqbgllR2J4VSIpi3J8p6PcNop { width:4.625rem;height:4.5625rem;top:11.65625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7scnNOUgruZIvh2VdJ9f4hrU8u8mVGz { width:4.5rem;height:4.5rem;top:11.6875rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #en1qc6IfMeFUWg4f1UqZIGO4EnMrVfmE { width:4.375rem;height:4.3125rem;top:11.78125rem;left:15.624999046326rem;font-size:3rem;display:block; }
 }