.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,229,254;--color-primary-1:245,169,251;--color-primary-2:235,82,247;--color-primary-3:118,41,124;--color-primary-4:35,12,37;--color-secondary-0:233,252,228;--color-secondary-1:183,246,165;--color-secondary-2:111,237,75;--color-secondary-3:56,119,38;--color-secondary-4:17,36,11;--color-tertiary-0:255,255,255;--color-tertiary-1:255,254,203;--color-tertiary-2:254,250,83;--color-tertiary-3:127,125,42;--color-tertiary-4:25,25,8;--headlines-font-family:"Druk";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:52.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#DzsQDkDQaaAuNp0SuZqVTOrAi5MvLOh0 { color:rgba(var(--color-secondary-2),1);display:block;width:50.625rem;position:absolute;font-family:helvetica1;font-size:4.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),1);top:12.375rem;left:12.1875rem;height:5.661764625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:40.5rem;left:28.9375rem;z-index:15001; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued #JlLefPuFIWAE4QNrdErrGzrvlTgDwoUs { display:flex;position:relative;top:0rem;left:0rem; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued #AsMDdRNt0cdeT7dHmWLlSrxRmId1NRW2 { width:auto; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued #k0vUdLwNRuxtUxtiFzDSPWzT0NXbuQri {  }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued #TK81cpwHV6OJloKibitLOopXoTJ808dP { display:flex;position:relative;top:0rem;left:0rem; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued #vfHELAkFmLy4X17NAbP8OLC4Pu3rTt8n {  }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued #xC1KDo5GHT0idNl6xODvfQRMBXr8HZwT {  }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued #d5NKLD7upzx1s41PTalaBUL8uRHkBxKv { display:flex;position:relative;top:0rem;left:0rem; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued #szoXMHkv05FZ2rhsnNkLTJJSmt3uyde2 {  }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued #N0DIXoDKXs05WhNaNl2P3w5cek9cRkt4 {  }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued #TLN1edItb8SQgiFd4DtKveJL7WonO3rJ { display:flex;position:relative;top:0rem;left:0rem; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued #KiMAsXAHC5T9RAxZAoT03lyZ8ceC9xuU {  }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued #QXZSWV2QPec20NecxVrMmTdn1Wab6EJ1 {  }
#kf7NJHFadmGw5679mTmW9b9rIqm3xZJf { color:rgba(var(--color-tertiary-0),1);display:block;width:41.125rem;position:absolute;font-family:"pixelify sans";font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:36.9375rem;left:16.9375rem;height:1.985294125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JKJcRaxyEA45tiDUtR4KcG8KAMS7uMgZ { color:rgba(var(--color-primary-0),1);display:block;width:26.125rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),1);top:20.0625rem;left:36.75rem;height:7.352941rem;text-align:right;text-align-last:right;display:block; }
#sNrlmnbqFifG33yyIRVpdF4WVok16azC { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:15.75rem;top:14.41250038147rem;left:17.613540649414rem;overflow:hidden;display:block; }
#dwTAQ91iREF4o1dRNxT91xQlDUkHLfpA { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:comic;font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:29rem;left:34.6875rem;height:5.8823528125rem;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; }
#QscNeH6dqfENNedRnKKgqkHEMvqmfKgM { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:comic;font-size:3.8125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.6875rem;left:27.5rem;height:4.1911764375rem;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:center;text-align-last:center;display:block; }
#qedcJCQpIeLxQ82IfwW4MrfsIx4HTsT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.625rem;position:absolute;font-family:helvetica1;font-size:1.6875rem;font-weight:400;z-index:14999;line-height:.8;letter-spacing:0;top:8.06875038147rem;left:13.1875rem;height:3.9705881875rem;font-style:normal;display:block; }
#BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW > .row .container { background-color: transparent; background-image: none; }#BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW > .row .container > .video-iframe-container { display: none; }#BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW > .row > .video-iframe-container { display: none; }#BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW > .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); }#BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW > .row .container { border-width: 0; border-radius: 0; }#BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.25rem;width:75rem;position:relative;display:block; }#nZ0TFecTQQwN50sZ6EfPWTqRqFZ4e5rz { position:absolute;display:block;z-index:15001;background-color:#fefa53;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:28.375rem;width:24rem;top:6.5556068420413rem;left:8.5558366775512rem;display:block; }
#pRI0xOkESsT32Aoa6gxqvUKQ0fg7OJfd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:12.625rem;top:8.8125rem;left:14.400390625rem;overflow:hidden;display:block; }
#mPmR4Qbbn6R5F99AU6R6tsEJGlE5JPuf { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:helvetica1;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:25.75rem;left:15.21249961853rem;height:1.83823525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4lrvMM7i8Jw99b0xuEGowLs8zMQvmsw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica1;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2497701875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.534465789795rem;left:13.613280296326rem;display:block; }
#gXSzHaeGAxXaRZ46bIsRiu1zUdkDrwBk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SUuhnkTiAHTt0GCszsze8TOuVneayZwb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica1;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2497701875rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.506893157959rem;left:47.120862007141rem;display:block; }
#pwWJqEQfl3SeTzPKL549LuftKupisEkL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTogDJBxc4srhKWe6xNlWaEx92cruOQT { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:28.375rem;width:24rem;top:6.6176452636719rem;left:42.062268257141rem;display:block; }
#mWyVr02aPBiFZLGx3TGLdURTzn8AXdTe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:helvetica1;font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.83056640625rem;left:47.90625rem;height:3.6764705rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZXRuGV36oJ9Vs94FOz4sipSrAd0aQrrv { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:16.625rem;top:9.58056640625rem;left:45.9375rem;overflow:hidden;display:block; }
#osPxEB6Org1yEk9IKFxArt0XhaSOOyHB { color:rgba(var(--color-secondary-2),1);display:block;width:57.75rem;position:absolute;font-family:comic;font-size:3.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:1.4375rem;left:8.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MDVTuHDxma2nBoAaKh17uJ11ycQMcOqV { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:impact;font-size:2.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:29.567707061767rem;left:17.118751525879rem;height:3.161764625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WrC0NzdI8cSaHtlB97zuAiKTC3Rb0lI8 { color:rgba(var(--color-primary-2),1);display:block;width:7.75rem;position:absolute;font-family:impact;font-size:2.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:29.567707061767rem;left:50.375rem;height:3.161764625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MWTZDZINzTt2uM1QQOShnw1rBUZq1fgR { color:rgba(var(--color-tertiary-2),1);display:block;width:7.2489375rem;position:absolute;font-family:impact;font-size:1.6875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:28.823959350586rem;left:56.25rem;height:2.1323528125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4iRsVhzukzAK7owSn1RyPKTqJrvuRd5 { color:rgba(var(--color-secondary-2),1);display:block;width:7.1875rem;position:absolute;font-family:impact;font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:28.742708206177rem;left:21.118751525879rem;height:2.3529410625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c9sbX98SM7d1L1VcwdEBOnZeB84wKH7E { color:rgba(var(--color-primary-4),1);display:block;width:14.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:32.684970855713rem;left:13.645449638367rem;height:0.8088235rem;display:block; }
#S5epnuU3zD6sAWDRdQekLkgFWI3QFcBB { color:rgba(var(--color-primary-4),1);display:block;width:14.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.684970855713rem;left:47.151883125305rem;height:0.8088235rem;display:block; }
#PqDsxq4EnTssUFiwas95vCWkpQq2m1db { position:absolute;display:block;z-index:15023;height:3.6247701875rem;width:6.4993105rem;top:37.395450592041rem;left:2.1300554275512rem;display:block; }
#W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd > .row .container { background-color: transparent; background-image: none; }#W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd > .row .container > .video-iframe-container { display: none; }#W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd > .row > .video-iframe-container { display: none; }#W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd > .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); }#W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd > .row .container { border-width: 0; border-radius: 0; }#W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.875rem;width:75rem;position:relative;display:block; }#IllAHua55IlOmvrFOvSN1ddBvIlEa22N { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.20556640625rem;left:0rem;height:1.25rem;display:block; }
#Tmszzic5kuETMQsohyCkHXd8FXex3L6W { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.20556640625rem;left:18.7490234375rem;height:1.25rem;display:block; }
#wcGNDgbOLZqtXqEPHevII5Thrb8TnqAF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.20556640625rem;left:42.3740234375rem;height:1.25rem;display:block; }
#WbPfTTqQ5AnZq5v086o3DwTHKxt5VtNQ { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.20556640625rem;left:64rem;height:1.25rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzsQDkDQaaAuNp0SuZqVTOrAi5MvLOh0 { top:12.375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued { width:18.5rem;height:5.1875rem;display:flex;top:16.25rem;left:25.4375rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #JlLefPuFIWAE4QNrdErrGzrvlTgDwoUs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #AsMDdRNt0cdeT7dHmWLlSrxRmId1NRW2 {  }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #k0vUdLwNRuxtUxtiFzDSPWzT0NXbuQri {  }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #TK81cpwHV6OJloKibitLOopXoTJ808dP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #vfHELAkFmLy4X17NAbP8OLC4Pu3rTt8n {  }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #xC1KDo5GHT0idNl6xODvfQRMBXr8HZwT {  }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #d5NKLD7upzx1s41PTalaBUL8uRHkBxKv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #szoXMHkv05FZ2rhsnNkLTJJSmt3uyde2 {  }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #N0DIXoDKXs05WhNaNl2P3w5cek9cRkt4 {  }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #TLN1edItb8SQgiFd4DtKveJL7WonO3rJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #KiMAsXAHC5T9RAxZAoT03lyZ8ceC9xuU {  }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #QXZSWV2QPec20NecxVrMmTdn1Wab6EJ1 {  }
 }@media only screen and (max-width: 763px) { #kf7NJHFadmGw5679mTmW9b9rIqm3xZJf { top:36.9375rem;left:3.3125rem;width:41.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKJcRaxyEA45tiDUtR4KcG8KAMS7uMgZ { top:20.0625rem;left:21.625rem;width:26.125rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNrlmnbqFifG33yyIRVpdF4WVok16azC { top:14.375rem;left:3.9885406494141rem;width:15.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTAQ91iREF4o1dRNxT91xQlDUkHLfpA { top:29rem;left:21.0625rem;width:20rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QscNeH6dqfENNedRnKKgqkHEMvqmfKgM { top:1.6875rem;left:13.875rem;width:20rem;height:4.1875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qedcJCQpIeLxQ82IfwW4MrfsIx4HTsT5 { top:8.0625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW { display:block; }#BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ0TFecTQQwN50sZ6EfPWTqRqFZ4e5rz { top:6.5rem;left:0rem;width:24rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRI0xOkESsT32Aoa6gxqvUKQ0fg7OJfd { top:8.8125rem;left:0.775390625rem;width:12.625rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPmR4Qbbn6R5F99AU6R6tsEJGlE5JPuf { top:25.75rem;left:1.5874996185302rem;width:11rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4lrvMM7i8Jw99b0xuEGowLs8zMQvmsw { width:14.1875rem;height:3.4375rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXSzHaeGAxXaRZ46bIsRiu1zUdkDrwBk { display:block; }
 }@media only screen and (max-width: 763px) { #SUuhnkTiAHTt0GCszsze8TOuVneayZwb { width:14.1875rem;height:3.4375rem;top:37.5rem;left:33.495862007141rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwWJqEQfl3SeTzPKL549LuftKupisEkL { display:block; }
 }@media only screen and (max-width: 763px) { #cTogDJBxc4srhKWe6xNlWaEx92cruOQT { top:6.5625rem;left:23.375rem;width:24rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWyVr02aPBiFZLGx3TGLdURTzn8AXdTe { top:25.8125rem;left:34.28125rem;width:12.6875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXRuGV36oJ9Vs94FOz4sipSrAd0aQrrv { top:9.5625rem;left:31.125rem;width:16.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osPxEB6Org1yEk9IKFxArt0XhaSOOyHB { top:1.4375rem;left:0rem;width:47.75rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDVTuHDxma2nBoAaKh17uJ11ycQMcOqV { top:29.5625rem;left:3.4937515258789rem;width:7.1875rem;height:3.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrC0NzdI8cSaHtlB97zuAiKTC3Rb0lI8 { top:29.5625rem;left:36.75rem;width:7.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWTZDZINzTt2uM1QQOShnw1rBUZq1fgR { top:28.8125rem;left:40.5625rem;width:7.1875rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4iRsVhzukzAK7owSn1RyPKTqJrvuRd5 { top:28.6875rem;left:7.4937515258787rem;width:7.1875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9sbX98SM7d1L1VcwdEBOnZeB84wKH7E { top:32.625rem;left:0.020449638366699rem;width:14.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5epnuU3zD6sAWDRdQekLkgFWI3QFcBB { top:32.625rem;left:33.526883125305rem;width:14.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqDsxq4EnTssUFiwas95vCWkpQq2m1db { top:37.375rem;left:0rem;width:6.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd { display:block; }#W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IllAHua55IlOmvrFOvSN1ddBvIlEa22N { top:1.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmszzic5kuETMQsohyCkHXd8FXex3L6W { top:1.1875rem;left:5.1240234375rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcGNDgbOLZqtXqEPHevII5Thrb8TnqAF { top:1.1875rem;left:28.7490234375rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbPfTTqQ5AnZq5v086o3DwTHKxt5VtNQ { top:1.1875rem;left:36.75rem;width:11rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzsQDkDQaaAuNp0SuZqVTOrAi5MvLOh0 { width:20rem;height:2.2058823125rem;top:15.76875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#FTTBOie1T2Fi8D2idmnhdBJbTREVNued { width:18.5rem;height:5.1875rem;display:flex;top:63.98125rem;left:0.6875rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #JlLefPuFIWAE4QNrdErrGzrvlTgDwoUs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #AsMDdRNt0cdeT7dHmWLlSrxRmId1NRW2 {  }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #k0vUdLwNRuxtUxtiFzDSPWzT0NXbuQri {  }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #TK81cpwHV6OJloKibitLOopXoTJ808dP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #vfHELAkFmLy4X17NAbP8OLC4Pu3rTt8n {  }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #xC1KDo5GHT0idNl6xODvfQRMBXr8HZwT {  }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #d5NKLD7upzx1s41PTalaBUL8uRHkBxKv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #szoXMHkv05FZ2rhsnNkLTJJSmt3uyde2 {  }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #N0DIXoDKXs05WhNaNl2P3w5cek9cRkt4 {  }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #TLN1edItb8SQgiFd4DtKveJL7WonO3rJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #KiMAsXAHC5T9RAxZAoT03lyZ8ceC9xuU {  }
 }@media only screen and (max-width: 763px) { #FTTBOie1T2Fi8D2idmnhdBJbTREVNued #QXZSWV2QPec20NecxVrMmTdn1Wab6EJ1 {  }
 }@media only screen and (max-width: 763px) { #kf7NJHFadmGw5679mTmW9b9rIqm3xZJf { width:20rem;height:5.9558820625rem;top:56.6375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKJcRaxyEA45tiDUtR4KcG8KAMS7uMgZ { width:20rem;height:5rem;top:47.23125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sNrlmnbqFifG33yyIRVpdF4WVok16azC { width:19.75rem;height:26.6875rem;top:19.29375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTAQ91iREF4o1dRNxT91xQlDUkHLfpA { width:20rem;height:1.6911764375rem;top:53.68125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QscNeH6dqfENNedRnKKgqkHEMvqmfKgM { width:20rem;height:2.1323528125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qedcJCQpIeLxQ82IfwW4MrfsIx4HTsT5 { width:20rem;height:7.9411764375rem;top:6.41875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW { display:block; }#BN5oB95eVpupRQtyaiTBBPXTGpxUXpOW > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ0TFecTQQwN50sZ6EfPWTqRqFZ4e5rz { width:14.25rem;height:19.375rem;top:8.8375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRI0xOkESsT32Aoa6gxqvUKQ0fg7OJfd { width:9.875rem;height:13.1260625rem;top:8.83749961853rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPmR4Qbbn6R5F99AU6R6tsEJGlE5JPuf { width:7.1875rem;height:1.25rem;top:23.087500572204rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4lrvMM7i8Jw99b0xuEGowLs8zMQvmsw { width:14.2489375rem;height:3.4375rem;top:30.337500572204rem;left:2.8760414123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXSzHaeGAxXaRZ46bIsRiu1zUdkDrwBk { display:block; }
 }@media only screen and (max-width: 763px) { #SUuhnkTiAHTt0GCszsze8TOuVneayZwb { width:14.1854315rem;height:3.4375rem;top:57.29940032959rem;left:2.9055606126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwWJqEQfl3SeTzPKL549LuftKupisEkL { display:block; }
 }@media only screen and (max-width: 763px) { #cTogDJBxc4srhKWe6xNlWaEx92cruOQT { width:14.25rem;height:19.6875rem;top:35.618110656738rem;left:2.6872700452804rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWyVr02aPBiFZLGx3TGLdURTzn8AXdTe { width:10.3125rem;height:2.5rem;top:48.743748664856rem;left:4.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXRuGV36oJ9Vs94FOz4sipSrAd0aQrrv { width:13.4375rem;height:13.125rem;top:35.61874961853rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osPxEB6Org1yEk9IKFxArt0XhaSOOyHB { width:20rem;height:5.1470585rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDVTuHDxma2nBoAaKh17uJ11ycQMcOqV { width:7.1875rem;height:2.5rem;top:24.387499809265rem;left:6.40625rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WrC0NzdI8cSaHtlB97zuAiKTC3Rb0lI8 { width:7.25rem;height:2.5rem;top:51.343750953674rem;left:6.375rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWTZDZINzTt2uM1QQOShnw1rBUZq1fgR { width:7.1875rem;height:1.76470575rem;top:51.34375rem;left:10.9375rem;font-size:1.375rem;z-index:15023;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4iRsVhzukzAK7owSn1RyPKTqJrvuRd5 { width:7.1875rem;height:1.76470575rem;top:24.387499809265rem;left:9.59375rem;font-size:1.375rem;z-index:15022;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9sbX98SM7d1L1VcwdEBOnZeB84wKH7E { width:14.1245403125rem;height:0.58823525rem;top:26.819625854493rem;left:2.9354320764542rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5epnuU3zD6sAWDRdQekLkgFWI3QFcBB { width:14.1245403125rem;height:0.58823525rem;top:53.852020263672rem;left:2.9354320764542rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqDsxq4EnTssUFiwas95vCWkpQq2m1db { width:2.5620403125rem;height:1.374080875rem;top:55.661766052246rem;left:17.120863080025rem;display:block; }
 }@media only screen and (max-width: 763px) { #W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd { display:block; }#W23fi02sEvTyqxdPRzuP3JNyTdmKfJvd > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IllAHua55IlOmvrFOvSN1ddBvIlEa22N { width:6.4375rem;height:0.8088235rem;top:1.25rem;left:6.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tmszzic5kuETMQsohyCkHXd8FXex3L6W { width:7.625rem;height:0.8088235rem;top:3.3125rem;left:6.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcGNDgbOLZqtXqEPHevII5Thrb8TnqAF { width:7.875rem;height:0.8088235rem;top:5.375rem;left:6.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbPfTTqQ5AnZq5v086o3DwTHKxt5VtNQ { width:7.625rem;height:0.8088235rem;top:7.4375rem;left:6.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }