.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:255,238,204;--color-primary-1:255,203,102;--color-primary-2:255,169,0;--color-primary-3:255,211,0;--color-primary-4:51,34,0;--color-secondary-0:253,207,225;--color-secondary-1:250,112,164;--color-secondary-2:246,16,103;--color-secondary-3:141,22,59;--color-secondary-4:49,3,21;--color-tertiary-0:255,255,255;--color-tertiary-1:181,187,197;--color-tertiary-2:132,141,159;--color-tertiary-3:101,112,135;--color-tertiary-4:37,48,69;--headlines-font-family:"Bitter";--paragraphs-font-family:"Bitter"; }@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:rgba(var(--color-tertiary-0),1);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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { border-width: 0; border-radius: 0; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:block; }#P6gWU0HlwFBIXS0EMegTX5FAncafaJuS { position:absolute;display:block;z-index:15026;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:9.6875rem;width:28.9375rem;top:8.9375rem;left:1.625rem;overflow:hidden;display:block; }
#TfTURW3LlzFuEBXEHWwciraappQRF8gN { 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:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#323232;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.749375rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.5625rem;left:1.625rem;display:block; }
#eDV6OWXi80Q1ptFHZuNbPUuoGTmUJshD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6cKDZiCZeRXb8SitVDwWQTihmhpW7Er { color:#3c3c3c;display:block;width:29.1864375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:19.987501144409rem;left:1.625rem;height:3.5rem;font-style:normal;display:block; }
#sPc3uDugoArRfve2VlyikhlSUcHvnOc5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.309375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.87890625rem;left:38.437501907349rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#TVt2NeipHEpWfTwFPH4D9LSkudOgvTkB { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:4.5625rem;width:10.9375rem;top:0rem;left:3.5302734375rem;overflow:hidden;display:block; }
#JFfvBgwoa9lxwrpCq2ouwc1t0d5lQHmv { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top: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:24.1875rem;width:14.5625rem;top:7.0541672706606rem;left:37.186462402344rem;overflow:hidden;display:block; }
#VvfG5yIzgHBXwZ0yCn56Deg5ygmQwVxJ { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top: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:9.875rem;width:9.875rem;top:3.25rem;left:33.8125rem;overflow:hidden;display:block; }
#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { background-color: transparent; background-image: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container > .video-iframe-container { display: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row > .video-iframe-container { display: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .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); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { border-width: 0; border-radius: 0; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:60rem;position:relative;display:block; }#ulismDaivTsmwgt4gCGDAQV1IzsdruBS { color:rgba(var(--color-tertiary-4),1);display:block;width:59.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.5850677490234rem;left:0.3125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ixL47BTwDvLgSutJq6eFFS2ZeGX7Qvyg { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c0c9d9;border-left:0.0625rem solid #c0c9d9;border-right:0.0625rem solid #c0c9d9;border-bottom:0.0625rem solid #c0c9d9;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(0,0,0,0) ;height:11.125rem;width:59.4375rem;top:7.5625rem;left:0.3125rem;display:block; }
#QtFlw691ToDnAu3PeptMXHBT13N3D3xm { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:10.625rem;left:11.9375rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ggXnTE7t9WI6M7y4aTEbId71xKbPXd1R { position:absolute;display:block;z-index:15003;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:10.1875rem;left:3.25rem;display:block; }
#nTZilNCMxPMxzOFB6m2vAkmxTGrn1WpV { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:11.8125rem;left:1.375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s04mZiVXZkouoks2xXa5QAhsAigaDySl { color:rgba(var(--color-tertiary-3),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:13.3125rem;left:11.9375rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLddzoVQDp4oRuxGoLaOrCFfKJiHu6T1 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c0c9d9;border-left:0.0625rem solid #c0c9d9;border-right:0.0625rem solid #c0c9d9;border-bottom:0.0625rem solid #c0c9d9;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.125rem;width:59.4375rem;top:19.75rem;left:0rem;display:block; }
#oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:22.9375rem;left:11.625rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EmOACxyeN6QNqTWs4Ni5KC5KNsA7Tfiw { position:absolute;display:block;z-index:15003;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:22.4375rem;left:2.9375rem;display:block; }
#ZEifRGivP20vd6FR5xilyLWBFFlLLwQv { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:24.375rem;left:1.0625rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { color:rgba(var(--color-tertiary-3),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:25.625rem;left:11.625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ivd2JVwtw3adAFGrDrRvhv50STXfy1Gs { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c0c9d9;border-left:0.0625rem solid #c0c9d9;border-right:0.0625rem solid #c0c9d9;border-bottom:0.0625rem solid #c0c9d9;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.125rem;width:59.4375rem;top:31rem;left:0rem;display:block; }
#GGPlKwiddqJVh41vHMuP9lto1zbElwnm { position:absolute;display:block;z-index:15003;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:33.6875rem;left:2.9375rem;display:block; }
#vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:33.3125rem;left:11.625rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V5IpXH4GlstfUFlCoWOieZCXaWXTcuD5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:35.4375rem;left:1.0625rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { color:rgba(var(--color-tertiary-3),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:36rem;left:11.625rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { background-color:rgba(var(--color-secondary-3),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:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.748044967651rem;left:20.623825073243rem;display:block; }
#gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;background-color:rgba(var(--color-tertiary-1),0.23);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; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { background-color: transparent; background-image: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container > .video-iframe-container { display: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container { display: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .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); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { border-width: 0; border-radius: 0; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { font-size:0.875rem;font-family:arial;height:37.2875rem;width:60rem;position:relative;display:block; }#DndaoMRQTSSabcs7ziLylaFfKTVTDeEb { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:4.6630859375rem;left:1.8125rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { color:#131313;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:8.9638671875rem;left:1.8125rem;height:14.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mH0cnGX8V9A8glksmxAcLT5bDBnOXLdq { position:absolute;display:block;z-index:15009;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:25.8125rem;width:19.25rem;top:2.375rem;left:38.4375rem;overflow:hidden;display:block; }
#pqxq6N44BVQtM4ibEaLR3ZNFlK4vcJvA { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c0c9d9;border-left:0.0625rem solid #c0c9d9;border-right:0.0625rem solid #c0c9d9;border-bottom:0.0625rem solid #c0c9d9;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.125rem;width:55.625rem;top:25.937501907349rem;left:0rem;display:block; }
#X61Z0nzw5Q0QyomF3B1tTSGsGOXmCBBm { color:#484848;display:block;width:28.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:27.549914121627rem;left:1.8109807968139rem;height:4.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oaBJlwaz2rCG2er3WDAynMhB7b5BTchz { background-color:rgba(var(--color-primary-3),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:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#323232;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.184679746627rem;left:33.062068939209rem;display:block; }
#gEZmt0IODgw97qLXx7Heyb9pR9waWmA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQWiG4yhih5mm6Wkv8WEklwJZoLOhChl { color:#131313;display:block;width:7.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:22.75rem;left:32.3125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LwUdGzc8Z6ybf5Dm1iFtEqhqLV9392X0 { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:21.3125rem;left:32.3125rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { background-color: transparent; background-image: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .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); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { border-width: 0; border-radius: 0; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:60rem;position:relative;display:block; }#XhfZXOQKVOPHl29VcbOoOwrbcuu6MzN7 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:52.4375rem;width:34.125rem;top:4.9999998807907rem;left:12.937501907349rem;display:block; }
#TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { color:rgba(var(--color-tertiary-0),1);display:block;width:25.374125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.874135017395rem;left:17.310766220092rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tA8WTQCvNUH3gT1lefCW097KHJFFcG6B { position:absolute;display:block;z-index:15009;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:7rem;width:6.25rem;top:3rem;left:40.25rem;overflow:hidden;display:block; }
#u0KEHUXGygCFZraiKlcx2A88OvHo1ybg { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:40.9375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vzkyensvycTmq6WqhCr08Io3iVQMiPxA { position:absolute;display:block;z-index:15011;height:37.9375rem;width:31.8125rem;top:11.471354007721rem;left:14.093751907349rem;display:block; }
#ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;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; }#ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID > .row .container { background-color: transparent; background-image: none; }#ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID > .row .container > .video-iframe-container { display: none; }#ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID > .row > .video-iframe-container { display: none; }#ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID > .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); }#ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID > .row .container { border-width: 0; border-radius: 0; }#ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#FiuvOlBkfvq40b56dc6ZCkZSu4XuRJh5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.5rem;top:0.9375rem;left:25.749219894409rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6gWU0HlwFBIXS0EMegTX5FAncafaJuS { top:8.9375rem;left:0rem;width:28.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTURW3LlzFuEBXEHWwciraappQRF8gN { width:14.6875rem;height:3.75rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDV6OWXi80Q1ptFHZuNbPUuoGTmUJshD { display:block; }
 }@media only screen and (max-width: 763px) { #T6cKDZiCZeRXb8SitVDwWQTihmhpW7Er { top:19.9375rem;left:0rem;width:29.125rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPc3uDugoArRfve2VlyikhlSUcHvnOc5 { top:20.875rem;left:32.312501907349rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVt2NeipHEpWfTwFPH4D9LSkudOgvTkB { top:0rem;left:0rem;width:10.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFfvBgwoa9lxwrpCq2ouwc1t0d5lQHmv { top:7rem;left:31.061462402344rem;width:14.5625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvfG5yIzgHBXwZ0yCn56Deg5ygmQwVxJ { top:3.25rem;left:27.6875rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { display:block; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulismDaivTsmwgt4gCGDAQV1IzsdruBS { top:2.5625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixL47BTwDvLgSutJq6eFFS2ZeGX7Qvyg { top:7.5625rem;left:0rem;width:47.625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtFlw691ToDnAu3PeptMXHBT13N3D3xm { top:10.625rem;left:5.8125rem;width:40.75rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggXnTE7t9WI6M7y4aTEbId71xKbPXd1R { top:10.1875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTZilNCMxPMxzOFB6m2vAkmxTGrn1WpV { top:11.8125rem;left:0rem;width:9.25rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04mZiVXZkouoks2xXa5QAhsAigaDySl { top:13.3125rem;left:5.8125rem;width:39.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLddzoVQDp4oRuxGoLaOrCFfKJiHu6T1 { top:19.75rem;left:0rem;width:47.625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { top:22.9375rem;left:5.5rem;width:40.75rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmOACxyeN6QNqTWs4Ni5KC5KNsA7Tfiw { top:22.4375rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEifRGivP20vd6FR5xilyLWBFFlLLwQv { top:24.375rem;left:0rem;width:9.25rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { top:25.625rem;left:5.5rem;width:39.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivd2JVwtw3adAFGrDrRvhv50STXfy1Gs { top:31rem;left:0rem;width:47.625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGPlKwiddqJVh41vHMuP9lto1zbElwnm { top:33.6875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { top:33.3125rem;left:5.5rem;width:40.75rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5IpXH4GlstfUFlCoWOieZCXaWXTcuD5 { top:35.4375rem;left:0rem;width:9.25rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { top:36rem;left:5.5rem;width:39.5rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { width:18.75rem;height:3.75rem;top:44.6875rem;left:14.498825073243rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block; }
 }@media only screen and (max-width: 763px) { #huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { display:block; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DndaoMRQTSSabcs7ziLylaFfKTVTDeEb { top:4.625rem;left:0rem;width:27.8125rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { top:8.9375rem;left:0rem;width:27.1875rem;height:14.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH0cnGX8V9A8glksmxAcLT5bDBnOXLdq { top:2.375rem;left:28.5rem;width:19.1875rem;height:25.728990522296rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqxq6N44BVQtM4ibEaLR3ZNFlK4vcJvA { top:25.9375rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X61Z0nzw5Q0QyomF3B1tTSGsGOXmCBBm { top:27.5rem;left:0rem;width:28.1875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaBJlwaz2rCG2er3WDAynMhB7b5BTchz { width:21.5625rem;height:3.75rem;top:28.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEZmt0IODgw97qLXx7Heyb9pR9waWmA7 { display:block; }
 }@media only screen and (max-width: 763px) { #rQWiG4yhih5mm6Wkv8WEklwJZoLOhChl { top:22.75rem;left:23.875rem;width:7.625rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwUdGzc8Z6ybf5Dm1iFtEqhqLV9392X0 { top:21.3125rem;left:23.875rem;width:7.625rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { display:block; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhfZXOQKVOPHl29VcbOoOwrbcuu6MzN7 { top:4.9375rem;left:6.8125019073488rem;width:34.125rem;height:52.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { top:5.8125rem;left:11.185766220092rem;width:25.3125rem;height:5.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA8WTQCvNUH3gT1lefCW097KHJFFcG6B { top:3rem;left:34.125rem;width:6.25rem;height:6.9998125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0KEHUXGygCFZraiKlcx2A88OvHo1ybg { top:5rem;left:34.8125rem;width:4.6875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzkyensvycTmq6WqhCr08Io3iVQMiPxA { top:11.4375rem;left:7.9687519073488rem;width:31.8125rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID { display:block; }#ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiuvOlBkfvq40b56dc6ZCkZSu4XuRJh5 { top:0.9375rem;left:19.624219894409rem;width:8.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { background-color:#ffffff;background-image:none;display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6gWU0HlwFBIXS0EMegTX5FAncafaJuS { width:15.5rem;height:5.25rem;top:4.8768749237061rem;left:2.2493749856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTURW3LlzFuEBXEHWwciraappQRF8gN { width:14.7491875rem;height:3.748825rem;top:34.186632156372rem;left:2.6232639551163rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDV6OWXi80Q1ptFHZuNbPUuoGTmUJshD { display:block; }
 }@media only screen and (max-width: 763px) { #T6cKDZiCZeRXb8SitVDwWQTihmhpW7Er { width:14.75rem;height:3.675rem;top:10.934895515442rem;left:2.6250001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPc3uDugoArRfve2VlyikhlSUcHvnOc5 { width:6.25rem;height:0;top:83.624212573244rem;left:9.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TVt2NeipHEpWfTwFPH4D9LSkudOgvTkB { width:6.375rem;height:2.5625rem;top:1.1224999427796rem;left:6.811874985695rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JFfvBgwoa9lxwrpCq2ouwc1t0d5lQHmv { width:9.125rem;height:15.0625rem;top:17.037326812744rem;left:4.8741317987442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VvfG5yIzgHBXwZ0yCn56Deg5ygmQwVxJ { width:5.875rem;height:5.875rem;top:14.609375476837rem;left:3.3116317987442rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { display:block; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulismDaivTsmwgt4gCGDAQV1IzsdruBS { width:19.75rem;height:8.4rem;top:2.01171875rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixL47BTwDvLgSutJq6eFFS2ZeGX7Qvyg { width:18.75rem;height:10.625rem;top:24.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtFlw691ToDnAu3PeptMXHBT13N3D3xm { width:13.25rem;height:2.1875rem;top:3.2875003814698rem;left:5.8718751072884rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggXnTE7t9WI6M7y4aTEbId71xKbPXd1R { width:4.37460625rem;height:4.37460625rem;top:2.1947917938233rem;left:0.93541663885119rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTZilNCMxPMxzOFB6m2vAkmxTGrn1WpV { width:5.49994375rem;height:2.1875rem;top:3.289794921875rem;left:0.37472879886628rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04mZiVXZkouoks2xXa5QAhsAigaDySl { width:17.875rem;height:3.15rem;top:7.765625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLddzoVQDp4oRuxGoLaOrCFfKJiHu6T1 { width:18.75rem;height:10.625rem;top:1.1427102088928rem;left:0.55625003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { width:13.875rem;height:2.1875rem;top:26.5625rem;left:5.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmOACxyeN6QNqTWs4Ni5KC5KNsA7Tfiw { width:4.37395625rem;height:4.37395625rem;top:25.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEifRGivP20vd6FR5xilyLWBFFlLLwQv { width:4.125rem;height:2.1875rem;top:15rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { width:17.7489375rem;height:3.15rem;top:19.4375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivd2JVwtw3adAFGrDrRvhv50STXfy1Gs { width:18.75rem;height:10.625rem;top:13rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGPlKwiddqJVh41vHMuP9lto1zbElwnm { width:4.37460625rem;height:4.37460625rem;top:13.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { width:13.1854375rem;height:4.375rem;top:13.9375rem;left:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5IpXH4GlstfUFlCoWOieZCXaWXTcuD5 { width:3.8125rem;height:2.1875rem;top:26.5625rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { width:17.9354375rem;height:4.725rem;top:30.4375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { width:16.4354375rem;height:3.75rem;top:38.186460249126rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block; }
 }@media only screen and (max-width: 763px) { #huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { display:block; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DndaoMRQTSSabcs7ziLylaFfKTVTDeEb { width:20rem;height:2.8rem;top:2.1250019073486rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { width:19.125rem;height:18.5625rem;top:23.875rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mH0cnGX8V9A8glksmxAcLT5bDBnOXLdq { width:11.9375rem;height:16rem;top:5.9375rem;left:4.0625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #pqxq6N44BVQtM4ibEaLR3ZNFlK4vcJvA { width:20rem;height:12.375rem;top:44.312072753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X61Z0nzw5Q0QyomF3B1tTSGsGOXmCBBm { width:19.436875rem;height:3.15rem;top:46.124134063721rem;left:0.27994793653488rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oaBJlwaz2rCG2er3WDAynMhB7b5BTchz { width:12.8125rem;height:3.75rem;top:51.187070846558rem;left:3.5937502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEZmt0IODgw97qLXx7Heyb9pR9waWmA7 { display:block; }
 }@media only screen and (max-width: 763px) { #rQWiG4yhih5mm6Wkv8WEklwJZoLOhChl { width:7.6875rem;height:0;top:43.049215316772rem;left:1.0000000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LwUdGzc8Z6ybf5Dm1iFtEqhqLV9392X0 { width:7.6875rem;height:1.575rem;top:20.9375rem;left:6.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { display:block; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhfZXOQKVOPHl29VcbOoOwrbcuu6MzN7 { width:20rem;height:56.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { width:20rem;height:5.25rem;top:6.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA8WTQCvNUH3gT1lefCW097KHJFFcG6B { width:4.625rem;height:5.1875rem;top:0rem;left:13.6875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #u0KEHUXGygCFZraiKlcx2A88OvHo1ybg { width:4.75rem;height:1.95rem;top:1.3125rem;left:13.6875rem;font-size:1.5rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #vzkyensvycTmq6WqhCr08Io3iVQMiPxA { width:18.1875rem;height:32.5625rem;top:13.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID { display:block; }#ghoP44a6TCX6HOBUXUVRuLUxaGCT8yID > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiuvOlBkfvq40b56dc6ZCkZSu4XuRJh5 { width:8.5rem;height:3.3125rem;top:1.25rem;left:5.75rem;display:block; }
 }