.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:253,236,221;--color-primary-1:247,191,141;--color-primary-2:239,127,26;--color-primary-3:120,64,13;--color-primary-4:36,19,4;--color-secondary-0:253,223,254;--color-secondary-1:249,150,252;--color-secondary-2:242,44,249;--color-secondary-3:121,22,125;--color-secondary-4:36,7,37;--color-tertiary-0:255,255,255;--color-tertiary-1:128,206,251;--color-tertiary-2:44,174,249;--color-tertiary-3:26,104,149;--color-tertiary-4:5,11,38;--headlines-font-family:Ubuntu;--paragraphs-font-family:Ubuntu; }@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:#f8f8f8;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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c4c7584-e8f3-4cc4-bfb2-0d9e7ff0700b/Projektbeznazwy25.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.adaptive-delivery-prevent-bg, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyload, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyloading { background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { background-color: transparent; background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { border-width: 0; border-radius: 0; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:60rem;position:relative;display:block; }#ghWc1UThXok8NZPXhDJFC2KSuzDeGcN2 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:dosis;font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bh8EonZqcUUGz9tR9BRhvUwkBCZq9nTh { position:absolute;display:block;z-index:15001;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:7.6875rem;width:7.6875rem;top:8.25rem;left:2.25rem;overflow:hidden;display:block; }
#XH2sybFp3z4hQlkuolpASG2uf3ikATCq { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:dosis;font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.1750001907349rem;left:0rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pxIoHNFscPSsT9eKBfnphlNWrEMu9Qzn { 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:6.625rem;width:20.3125rem;top:8.25rem;left:39.687501907349rem;overflow:hidden;display:block; }
#s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo { position:relative;display:block; }#s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo { background-color: transparent; background-image: none; }#s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo > .row .container > .video-iframe-container { display: none; }#s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo > .row > .video-iframe-container { display: none; }#s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo > .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); }#s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo { border-width: 0; border-radius: 0; }#s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TcAxkQ50mlZBLwGwi6ct7PyBMci1laP7 { color:#233c64;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98593664169313rem;left:8.75rem;height:3.49375rem;font-style:normal;display:block; }
#qGgm11xNtRKwhZaHX2cBPQyLyS6Zp9Bu { color:#233c64;display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.984375rem;left:38.312501907349rem;height:3.49375rem;font-style:normal;display:block; }
#vsBlvfzuASkDQsXwduVCGrwGHzeDdkN0 { color:#233c64;display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4789061546326rem;left:6.34375rem;height:3.49375rem;display:block; }
#zfFAi9laSE3dgNC6Z24J3sW7ScF8dTfU { color:#233c64;display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4789061546326rem;left:35.500001907349rem;height:3.65625rem;display:block; }
#hhdTGqn4y7XMKrPbXAB4migB6NgTaffb { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:9.5rem;left:6.34375rem;display:block; }
#fBkglPXVccTNgL2ZuLIvUGrpC4EaqBNr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zwu0BmGLNMCq1oIXhLTfflJTTryNeO9N { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.5rem;left:36.250001907349rem;display:block; }
#K0NH1iw1E8qKKUzHP2Riz5s2UBlbZG2q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlXQbhrhaSPaFTUuDTm8qT9qrrERmQTc { 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:17.4375rem;width:52.75rem;top:13.312496900559rem;left:2.9375rem;overflow:hidden;display:block; }
#r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0 { position:relative;display:block; }#r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0 { background-color: transparent; background-image: none; }#r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0 > .row .container > .video-iframe-container { display: none; }#r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0 > .row > .video-iframe-container { display: none; }#r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0 > .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); }#r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0 { border-width: 0; border-radius: 0; }#r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gnh0pTzGL0Oe0qAVWsdm7oScdpghT1xX { color:#233c64;display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.093751907349rem;height:4.46875rem;display:block; }
#QG41AtyaqxfEZlJV3z5J5ysTcEk95y4s { 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:22.375rem;width:60rem;top:12.811716079712rem;left:0rem;overflow:hidden;display:block; }
#EgdbstMCByiFMhF6hKDINHMKV353CSMO { position:relative;display:block; }#EgdbstMCByiFMhF6hKDINHMKV353CSMO { background-color: transparent; background-image: none; }#EgdbstMCByiFMhF6hKDINHMKV353CSMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgdbstMCByiFMhF6hKDINHMKV353CSMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgdbstMCByiFMhF6hKDINHMKV353CSMO > .row .container > .video-iframe-container { display: none; }#EgdbstMCByiFMhF6hKDINHMKV353CSMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgdbstMCByiFMhF6hKDINHMKV353CSMO > .row > .video-iframe-container { display: none; }#EgdbstMCByiFMhF6hKDINHMKV353CSMO > .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); }#EgdbstMCByiFMhF6hKDINHMKV353CSMO { border-width: 0; border-radius: 0; }#EgdbstMCByiFMhF6hKDINHMKV353CSMO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EgdbstMCByiFMhF6hKDINHMKV353CSMO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iAKalM6NnDsuRTBXZddc90OVZu5Xb29U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#iAKalM6NnDsuRTBXZddc90OVZu5Xb29U > .row .container { background-color: transparent; background-image: none; }#iAKalM6NnDsuRTBXZddc90OVZu5Xb29U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAKalM6NnDsuRTBXZddc90OVZu5Xb29U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAKalM6NnDsuRTBXZddc90OVZu5Xb29U > .row .container > .video-iframe-container { display: none; }#iAKalM6NnDsuRTBXZddc90OVZu5Xb29U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAKalM6NnDsuRTBXZddc90OVZu5Xb29U > .row > .video-iframe-container { display: none; }#iAKalM6NnDsuRTBXZddc90OVZu5Xb29U > .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); }#iAKalM6NnDsuRTBXZddc90OVZu5Xb29U > .row .container { border-width: 0; border-radius: 0; }#iAKalM6NnDsuRTBXZddc90OVZu5Xb29U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iAKalM6NnDsuRTBXZddc90OVZu5Xb29U > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#DgU7evHp9bOLff9FwnmWTmplQn6VZFDT { color:#233c64;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.7617197036744rem;left:1.34375rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dHskBNsHdnatzdB3gza21VBLPAaVnGnq { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:17.410937309265rem;left:0.46875rem;display:block; }
#BZk0Fm1oMoiE4TS1e5JsuNmLeSDNZcA1 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:17.409377098084rem;left:15.000001907349rem;display:block; }
#mDy76uTLOl9EmwmcSuPu8txe4zMcDfW0 { color:#233c64;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.7617197036744rem;left:16.812501907349rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QQUTluzo8eyThL8mf2kUMsleVSARTzz8 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:17.409376144409rem;left:30.468751907349rem;display:block; }
#tvavMoC2qSrdCFZovm3wfxRgRhOFKACt { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:31.8125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#olJnR3uihJhKSfqpv4bRDBTPZtTGVUQ3 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:17.409376144409rem;left:45.937501907349rem;display:block; }
#kVxvAeFF5EVSXfAZq9HP7yNEO4kt3BKE { color:#233c64;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.0312509536744rem;left:31.812501907349rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZu8rQnCAhyBrJzALDdGxQLOGnOKmN9P { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.4242181777954rem;left:15.000001907349rem;display:block; }
#eawMHfmZuDHiTNFTUOSC0fSLTn8UZbzp { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.4242181777954rem;left:0rem;display:block; }
#mWuTFTdOP829X7dxhThPJddKaDrC3rDP { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.3968734741211rem;left:30.468751907349rem;display:block; }
#NbJmUFL8uGeDR1bP12kczRbelhmBT6eT { color:#233c64;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.03125rem;left:46.812501907349rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xGnMbFlm4LrVi1UuATKHzMxm9zqubmOv { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.3968734741211rem;left:45.937501907349rem;display:block; }
#Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt { position:relative;display:block; }#Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt { background-color: transparent; background-image: none; }#Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt > .row .container > .video-iframe-container { display: none; }#Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt > .row > .video-iframe-container { display: none; }#Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt > .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); }#Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt { border-width: 0; border-radius: 0; }#Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:14.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IrycTV1kptAk1sQ2kDQWwT94U3x8cNJs { color:#233c64;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.53515625rem;left:1.7250003814698rem;height:3.16875rem;display:block; }
#kcfiI5X99M2e8FXpSnitA5EBepdSLmyv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.4625005722046rem;left:18.937501907349rem; }
#XwKmEXk2ykpwPOvoio7JEgFAO9Pd317h { color:#233c64;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.53515625rem;left:30.000001907349rem;height:3.16875rem;display:block; }
#SQ4d25hkJdNJVg4yab7083wNuOL4oTgc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.3687505722046rem;left:53.625001907349rem; }
#QWW7mkG1PF03woJ8f8abO9Xtca9y9qbW { color:#233c64;display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.7906255722044rem;left:1.7250003814698rem;height:2.7625rem;display:block; }
#dePTE3eskqw5k3UHw021TR5ANyXGPHHp { color:#233c64;display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9937505722044rem;left:36.187501907349rem;height:2.7625rem;display:block; }
#Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR { position:relative;display:block; }#Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR { background-color: transparent; background-image: none; }#Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR > .row .container > .video-iframe-container { display: none; }#Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR > .row > .video-iframe-container { display: none; }#Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR > .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); }#Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR { border-width: 0; border-radius: 0; }#Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#poRXzr70TvJ4LJuVfLVIolsILAKIosEz { color:#233c64;display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2273445129394rem;left:12.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { background-color: transparent; background-image: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container > .video-iframe-container { display: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container { display: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .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); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { border-width: 0; border-radius: 0; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#ZbndTMBskfV0ZoN8OZJ67gT7kFC4LmXT { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.94375324249269rem;left:0rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { background-color: transparent; background-image: none; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container > .video-iframe-container { display: none; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row > .video-iframe-container { display: none; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .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); }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { border-width: 0; border-radius: 0; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;position:relative;display:block; }#gQkE3kkdeoiKKE9e57xliUVXLXTvA9nP { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid rgba(var(--color-tertiary-2),1);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.3125rem;width:15.625rem;top:3.125rem;left:22.1875rem;display:block; }
#QH649GxAzKccVdgHxuKlrwksJrJcZOr4 { color:#004673;display:block;width:14.0625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:4.1804695129394rem;left:22.968751907349rem;height:16rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iopnuGZbrINU2OpbCFdKcBT2nrEX5tgx { color:#ff9100;display:block;width:11.875rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:23.087501525879rem;left:24.062501907349rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mu722hbd0RiQQ4mlE3W2Xfl60tHv7kG1 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #ff9100;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.3125rem;width:15.625rem;top:3.125rem;left:42.1875rem;display:block; }
#LXuTlwNpHwZxiSNwFiqmNBe3TPDnFLoG { color:rgba(var(--color-tertiary-2),1);display:block;width:11.875rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:23.087501525879rem;left:44.062501907349rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LdJkxyAbd1MPtK5XelAvmi8SUrxeEO1z { color:#004673;display:block;width:14.0625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:4.1804695129394rem;left:42.968751907349rem;height:14.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d7wyCX782n8WRTAW462GfOMqVlXAvmqy { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #ff9100;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.3125rem;width:15.625rem;top:3.125rem;left:2.1875rem;display:block; }
#DH1xPteuyBJhupRvsSmEvWuUP8dNyBCg { color:#004673;display:block;width:14.0625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:4.1804695129394rem;left:2.96875rem;height:17.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0o8oEglVbvKufOdKrbapM4hbyZ7H8KH { color:rgba(var(--color-tertiary-2),1);display:block;width:12.875rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:23.087501525879rem;left:3.5625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UgBBSKsq91cppFT78sZHSnmCJTUTCWxC { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.8125rem;left:21.250001907349rem;display:block; }
#TplGHA1crbu0czGUN7L0TU4AkHOC8T38 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo { position:relative;display:block; }#kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo { background-color: transparent; background-image: none; }#kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo > .row .container > .video-iframe-container { display: none; }#kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo > .row > .video-iframe-container { display: none; }#kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo > .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); }#kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo { border-width: 0; border-radius: 0; }#kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zBgmBAgdgoklBfu8xNFXQQthEHP8iH5u { 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:16.5rem;width:60rem;top:2.2500009536743rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghWc1UThXok8NZPXhDJFC2KSuzDeGcN2 { width:47.75rem;height:4.5rem;top:0.875rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh8EonZqcUUGz9tR9BRhvUwkBCZq9nTh { width:7.6875rem;height:7.6875rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH2sybFp3z4hQlkuolpASG2uf3ikATCq { width:47.75rem;height:4.5rem;top:6.125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxIoHNFscPSsT9eKBfnphlNWrEMu9Qzn { width:20.3125rem;height:6.625rem;top:8.25rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo { display:block; }#s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcAxkQ50mlZBLwGwi6ct7PyBMci1laP7 { width:12.5rem;height:3.4375rem;top:0.9375rem;left:5.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGgm11xNtRKwhZaHX2cBPQyLyS6Zp9Bu { width:13.375rem;height:3.4375rem;top:0.9375rem;left:29.125001907349rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsBlvfzuASkDQsXwduVCGrwGHzeDdkN0 { width:17.3125rem;height:3.4375rem;top:4.4375rem;left:3.28125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfFAi9laSE3dgNC6Z24J3sW7ScF8dTfU { width:21.625rem;height:3.625rem;top:4.4375rem;left:26.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhdTGqn4y7XMKrPbXAB4migB6NgTaffb { width:17.5rem;height:3.4375rem;top:9.5rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBkglPXVccTNgL2ZuLIvUGrpC4EaqBNr { display:block; }
 }@media only screen and (max-width: 763px) { #Zwu0BmGLNMCq1oIXhLTfflJTTryNeO9N { width:17.5rem;height:3.4375rem;top:9.5rem;left:27.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0NH1iw1E8qKKUzHP2Riz5s2UBlbZG2q { display:block; }
 }@media only screen and (max-width: 763px) { #TlXQbhrhaSPaFTUuDTm8qT9qrrERmQTc { width:47.75rem;height:15.784656398104rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0 { display:block; }#r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnh0pTzGL0Oe0qAVWsdm7oScdpghT1xX { width:27.8125rem;height:4.4375rem;top:1.9375rem;left:9.9687519073488rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG41AtyaqxfEZlJV3z5J5ysTcEk95y4s { width:47.75rem;height:17.806770833333rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgdbstMCByiFMhF6hKDINHMKV353CSMO { display:block; }#EgdbstMCByiFMhF6hKDINHMKV353CSMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAKalM6NnDsuRTBXZddc90OVZu5Xb29U { display:block; }#iAKalM6NnDsuRTBXZddc90OVZu5Xb29U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgU7evHp9bOLff9FwnmWTmplQn6VZFDT { width:11.375rem;height:5.8125rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHskBNsHdnatzdB3gza21VBLPAaVnGnq { width:14.0625rem;height:0.125rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZk0Fm1oMoiE4TS1e5JsuNmLeSDNZcA1 { width:14.0625rem;height:0.125rem;top:17.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDy76uTLOl9EmwmcSuPu8txe4zMcDfW0 { width:11.375rem;height:5.8125rem;top:7.75rem;left:12.218751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQUTluzo8eyThL8mf2kUMsleVSARTzz8 { width:14.0625rem;height:0.125rem;top:17.375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvavMoC2qSrdCFZovm3wfxRgRhOFKACt { width:11.375rem;height:1.4375rem;top:1.9375rem;left:24.156251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olJnR3uihJhKSfqpv4bRDBTPZtTGVUQ3 { width:14.0625rem;height:0.125rem;top:17.375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVxvAeFF5EVSXfAZq9HP7yNEO4kt3BKE { width:11.375rem;height:7.3125rem;top:7rem;left:24.156251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZu8rQnCAhyBrJzALDdGxQLOGnOKmN9P { width:14.0625rem;height:14.0625rem;top:3.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eawMHfmZuDHiTNFTUOSC0fSLTn8UZbzp { width:14.0625rem;height:14.0625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWuTFTdOP829X7dxhThPJddKaDrC3rDP { width:14.0625rem;height:14.0625rem;top:3.375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbJmUFL8uGeDR1bP12kczRbelhmBT6eT { width:11.375rem;height:5.8125rem;top:7rem;left:36.093751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGnMbFlm4LrVi1UuATKHzMxm9zqubmOv { width:14.0625rem;height:14.0625rem;top:3.375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt { display:block; }#Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrycTV1kptAk1sQ2kDQWwT94U3x8cNJs { width:12.5rem;height:3.125rem;top:3.5rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcfiI5X99M2e8FXpSnitA5EBepdSLmyv { width:5.3125rem;height:5.3125rem;top:2.4375rem;left:15.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwKmEXk2ykpwPOvoio7JEgFAO9Pd317h { width:24.9375rem;height:3.125rem;top:3.5rem;left:22.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ4d25hkJdNJVg4yab7083wNuOL4oTgc { width:5.5rem;height:5.5rem;top:2.3125rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWW7mkG1PF03woJ8f8abO9Xtca9y9qbW { width:27.5rem;height:2.75rem;top:7.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dePTE3eskqw5k3UHw021TR5ANyXGPHHp { width:12.5625rem;height:2.75rem;top:7.9375rem;left:27.000001907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR { display:block; }#Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poRXzr70TvJ4LJuVfLVIolsILAKIosEz { width:34.5rem;height:1.25rem;top:1.1875rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { display:block; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbndTMBskfV0ZoN8OZJ67gT7kFC4LmXT { width:47.75rem;height:3.6875rem;top:0.9375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd { display:block; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQkE3kkdeoiKKE9e57xliUVXLXTvA9nP { width:20rem;height:22.5rem;top:2rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH649GxAzKccVdgHxuKlrwksJrJcZOr4 { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iopnuGZbrINU2OpbCFdKcBT2nrEX5tgx { width:14.25rem;height:1.375rem;top:19.9375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu722hbd0RiQQ4mlE3W2Xfl60tHv7kG1 { width:20rem;height:22.5rem;top:2rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXuTlwNpHwZxiSNwFiqmNBe3TPDnFLoG { width:14.25rem;height:1.375rem;top:19.9375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdJkxyAbd1MPtK5XelAvmi8SUrxeEO1z { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7wyCX782n8WRTAW462GfOMqVlXAvmqy { width:20rem;height:22.5rem;top:2rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH1xPteuyBJhupRvsSmEvWuUP8dNyBCg { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0o8oEglVbvKufOdKrbapM4hbyZ7H8KH { width:14.25rem;height:1.375rem;top:19.9375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgBBSKsq91cppFT78sZHSnmCJTUTCWxC { width:17.5rem;height:3.4375rem;top:27.8125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplGHA1crbu0czGUN7L0TU4AkHOC8T38 { display:block; }
 }@media only screen and (max-width: 763px) { #kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo { display:block; }#kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBgmBAgdgoklBfu8xNFXQQthEHP8iH5u { width:47.75rem;height:13.13125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/VMBVyqA5/roz.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.adaptive-delivery-prevent-bg, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyload, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyloading { background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { background-color: transparent; background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { border-width: 0; border-radius: 0; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghWc1UThXok8NZPXhDJFC2KSuzDeGcN2 { width:20rem;height:5.2rem;top:11.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh8EonZqcUUGz9tR9BRhvUwkBCZq9nTh { width:7.6875rem;height:7.6875rem;top:1.0249999761581rem;left:6.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH2sybFp3z4hQlkuolpASG2uf3ikATCq { width:20rem;height:5.2rem;top:18.637500762939rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxIoHNFscPSsT9eKBfnphlNWrEMu9Qzn { width:13.875rem;height:4.5rem;top:22.211719512939rem;left:6.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo { display:block; }#s3i5boQ2rP6hMfRPKomEWBaGEMWFbBlo > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcAxkQ50mlZBLwGwi6ct7PyBMci1laP7 { width:10.3125rem;height:2.6rem;top:1.2484397888184rem;left:4.8437500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGgm11xNtRKwhZaHX2cBPQyLyS6Zp9Bu { width:11.0625rem;height:2.6rem;top:14.699999809265rem;left:4.4687500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsBlvfzuASkDQsXwduVCGrwGHzeDdkN0 { width:13.1875rem;height:2.6rem;top:4.4750013351441rem;left:3.4062500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfFAi9laSE3dgNC6Z24J3sW7ScF8dTfU { width:13.25rem;height:2.6rem;top:18.087500572204rem;left:3.3750000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhdTGqn4y7XMKrPbXAB4migB6NgTaffb { width:17.5rem;height:3.4375rem;top:8.95rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBkglPXVccTNgL2ZuLIvUGrpC4EaqBNr { display:block; }
 }@media only screen and (max-width: 763px) { #Zwu0BmGLNMCq1oIXhLTfflJTTryNeO9N { width:17.5rem;height:3.4375rem;top:21.775002479553rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0NH1iw1E8qKKUzHP2Riz5s2UBlbZG2q { display:block; }
 }@media only screen and (max-width: 763px) { #TlXQbhrhaSPaFTUuDTm8qT9qrrERmQTc { width:20rem;height:6.6109375rem;top:25.32656288147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0 { display:block; }#r1OsbbCCzW8SmUTeVNT3QVHDDyJcZxo0 > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnh0pTzGL0Oe0qAVWsdm7oScdpghT1xX { width:16.3125rem;height:2.6rem;top:0rem;left:1.8437500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG41AtyaqxfEZlJV3z5J5ysTcEk95y4s { width:20rem;height:7.4583333333333rem;top:4.9578132629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgdbstMCByiFMhF6hKDINHMKV353CSMO { display:block; }#EgdbstMCByiFMhF6hKDINHMKV353CSMO > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAKalM6NnDsuRTBXZddc90OVZu5Xb29U { display:block; }#iAKalM6NnDsuRTBXZddc90OVZu5Xb29U > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgU7evHp9bOLff9FwnmWTmplQn6VZFDT { width:11rem;height:3.9rem;top:5.7429685592651rem;left:4.5000000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHskBNsHdnatzdB3gza21VBLPAaVnGnq { width:14.0625rem;height:0.125rem;top:66.6875038147rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZk0Fm1oMoiE4TS1e5JsuNmLeSDNZcA1 { width:14.0625rem;height:0.125rem;top:33.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDy76uTLOl9EmwmcSuPu8txe4zMcDfW0 { width:11rem;height:5.2rem;top:22.043754577637rem;left:4.2507820129394rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQUTluzo8eyThL8mf2kUMsleVSARTzz8 { width:14.0625rem;height:0.125rem;top:49.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvavMoC2qSrdCFZovm3wfxRgRhOFKACt { width:11rem;height:1.3rem;top:36.588279724121rem;left:4.2828140258789rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olJnR3uihJhKSfqpv4bRDBTPZtTGVUQ3 { width:14.0625rem;height:0.125rem;top:16.625000953674rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVxvAeFF5EVSXfAZq9HP7yNEO4kt3BKE { width:11rem;height:5.2rem;top:38.731254577637rem;left:4.2828140258789rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZu8rQnCAhyBrJzALDdGxQLOGnOKmN9P { width:14.0625rem;height:14.0625rem;top:17.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eawMHfmZuDHiTNFTUOSC0fSLTn8UZbzp { width:14.0625rem;height:14.0625rem;top:1.3125009536743rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWuTFTdOP829X7dxhThPJddKaDrC3rDP { width:14.0625rem;height:14.0625rem;top:34.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbJmUFL8uGeDR1bP12kczRbelhmBT6eT { width:11rem;height:3.9rem;top:56.793754577637rem;left:4.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGnMbFlm4LrVi1UuATKHzMxm9zqubmOv { width:14.0625rem;height:14.0625rem;top:51.712500572204rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt { display:block; }#Smr0uv9QzxPocBHeUCuZotBXQ3r4geXt > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrycTV1kptAk1sQ2kDQWwT94U3x8cNJs { width:12.5rem;height:2.6rem;top:1.25rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcfiI5X99M2e8FXpSnitA5EBepdSLmyv { display:flex;width:5.3125rem;height:5.3125rem;top:5.1rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #XwKmEXk2ykpwPOvoio7JEgFAO9Pd317h { width:19.3125rem;height:2.6rem;top:19.312500476837rem;left:0.68671876192094rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ4d25hkJdNJVg4yab7083wNuOL4oTgc { display:flex;width:5.5rem;height:5.5rem;top:21.862499713897rem;left:7.2500005364419rem; }
 }@media only screen and (max-width: 763px) { #QWW7mkG1PF03woJ8f8abO9Xtca9y9qbW { width:18.4375rem;height:2.1125rem;top:11.100000858307rem;left:0.78046876192094rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dePTE3eskqw5k3UHw021TR5ANyXGPHHp { width:8.375rem;height:2.1125rem;top:28.049999713897rem;left:5.8125000596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR { display:block; }#Ks6JJzawoLGsvbQoTFRO7vbi72EIdNPR > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poRXzr70TvJ4LJuVfLVIolsILAKIosEz { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { display:block; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbndTMBskfV0ZoN8OZJ67gT7kFC4LmXT { width:20rem;height:3.9rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd { display:block; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQkE3kkdeoiKKE9e57xliUVXLXTvA9nP { width:20rem;height:22.5rem;top:24.4125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH649GxAzKccVdgHxuKlrwksJrJcZOr4 { width:16.1875rem;height:14.4rem;top:28.737524986267rem;left:1.9062500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iopnuGZbrINU2OpbCFdKcBT2nrEX5tgx { width:16.25rem;height:1.4rem;top:44.375009155274rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu722hbd0RiQQ4mlE3W2Xfl60tHv7kG1 { width:20rem;height:21.3125rem;top:48.7625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXuTlwNpHwZxiSNwFiqmNBe3TPDnFLoG { width:11.875rem;height:1.4rem;top:68.787496566775rem;left:4.0625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdJkxyAbd1MPtK5XelAvmi8SUrxeEO1z { width:16.25rem;height:12.8rem;top:52.518738746643rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7wyCX782n8WRTAW462GfOMqVlXAvmqy { width:20rem;height:21.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH1xPteuyBJhupRvsSmEvWuUP8dNyBCg { width:16.25rem;height:16rem;top:4.2062377929688rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0o8oEglVbvKufOdKrbapM4hbyZ7H8KH { width:11.875rem;height:1.4rem;top:21.212509155274rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgBBSKsq91cppFT78sZHSnmCJTUTCWxC { width:17.5rem;height:3.4375rem;top:71.925012207031rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplGHA1crbu0czGUN7L0TU4AkHOC8T38 { display:block; }
 }@media only screen and (max-width: 763px) { #kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo { display:block; }#kTpLMZ8fMHQ0eA24eAFHi9GtIssFvqCo > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBgmBAgdgoklBfu8xNFXQQthEHP8iH5u { width:20rem;height:5.5rem;top:1.25rem;left:0rem;display:block; }
 }