.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE.adaptive-delivery-prevent-bg, #Trk9inyckXzQTbCKsk5lFsdDSnFdypIE.lazyload, #Trk9inyckXzQTbCKsk5lFsdDSnFdypIE.lazyloading { background-image: none; }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row .container { background-color: transparent; background-image: none; }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row .container > .video-iframe-container { display: none; }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row > .video-iframe-container { display: none; }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .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); }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row .container { border-width: 0; border-radius: 0; }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#sMWDMXqvf1XWMwQryWfJMAJTrgTN3zJu { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.0625rem;left:7.4375rem;height:1.94986875rem;font-style:normal;display:block; }
#GhGVWg9kOiu56DsXPKQ0vVgWqNPHChSB { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"roboto condensed";font-size:3.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:16.5625rem;left:7.4375rem;height:8.3995rem;font-style:normal;display:block; }
#yvN0duweTwP5E4ocxS0GLC2TDsvpMShe { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:26.6875rem;left:7.4375rem;height:5.249025rem;font-style:normal;display:block; }
#PbxwJFiDCFPD3Z78fUXVOL8LcENyx9rH { background-color:#283b42;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:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(253,0,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:4.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:33.8125rem;left:7.4375rem;display:block; }
#MJmLdKqN2w5Xlh7QaoLC3fWTz9TluFqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CsuMApzLR8qiQ2b95wVo8KCAR8gOOng0 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:38.8125rem;top:10.8125rem;left:36.079376430206rem;overflow:hidden;display:block; }
#lwtG9MSPfyqDiuOSzGsSWcbk1s5QDBUo { position:absolute;display:block;z-index:15014;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.375rem;width:14.3125rem;top:4.5rem;left:10.4375rem;overflow:hidden;display:block; }
#HKHTf5HVMQfoMFZZ27xpwcFnynUlZsbQ { 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:9.9375rem;width:22.3125rem;display:none; }
#D6cmpz2Xm0FaS7GJlSOZBNSLRZEJG8Dq { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.0625rem;left:7.4375rem;height:1.94970625rem;font-style:normal;display:none; }
#TfPXa5ObMF1dfvxEp8cM2X59vVKVkWgs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#PygN8OzUGDngHixh9RlHTv9xFKgGbzRX { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.0625rem;left:7.4375rem;height:1.94970625rem;font-style:normal;display:none; }
#cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#283b42;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; }#cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH > .row .container { background-color: transparent; background-image: none; }#cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH > .row .container > .video-iframe-container { display: none; }#cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH > .row > .video-iframe-container { display: none; }#cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH > .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); }#cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH > .row .container { border-width: 0; border-radius: 0; }#cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#e8EK8QQggfRiLfCK7CERVaNDNKZZpLy6 { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5rem;left:8.53125rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#PmRA7pTamEwpe828RzvHy3fdBw46McM0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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:none; }#PmRA7pTamEwpe828RzvHy3fdBw46McM0 > .row .container { border-width: 0; border-radius: 0; }#PmRA7pTamEwpe828RzvHy3fdBw46McM0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PmRA7pTamEwpe828RzvHy3fdBw46McM0 > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:none; }#n4uXKPh2TFXLkHH9hogsd9zGUEQL7PGA { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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.0625rem;width:25rem;top:8.125rem;left:0rem;display:block; }
#rJUfqaV6F6sBp7lMEmhWaEcPTkFVg9xT { color:#04253a;display:block;width:25rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#tHkoGgvTq46gIo3f8TprJSXIZMiOWqM5 { position:absolute;display:block;z-index:15007;background-color:#00cbec;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.1875rem;width:3.75rem;top:8.0625rem;left:4.0625rem;display:block; }
#fQW3T3U3MldQVXfb22eqHnMIG1oIXbDs { z-index:15003;top:18.875rem;left:7.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.25rem solid #85b8cb;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#vT6PM3ka4vH2hkRVKk224VuFaQXBZLLu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H4qcC9H69LDoT4vyU8FnHrFbDaxNDwiR { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);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:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#uf2N2rycaIkOP6FRMtzEhFQtOHg73kFc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UhyioQfy1sx9fVnfuCMQ3BOsiLHqf9JT { color:#000000;display:block;width:18.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.8125rem;left:0rem;display:none; }
#uIxDAreCgRBlSxJFV1fTNxTbU78zm3yH { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6875rem;left:25rem;height:1.625rem;text-align:center;text-align-last:center;display:none; }
#NR4C0mKsAiq3J56xrJyBXDrDrACNdHT6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:35.31396484375rem;left:5.8125rem;height:7.99805625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV { position:relative;display:none; }#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV { border-width: 0; border-radius: 0; }#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV > .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; }#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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:none; }#TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP > .row .container { border-width: 0; border-radius: 0; }#TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:none; }#zXJm4uwmExKRtf3RTCTcGueFJ6UsrCBg { z-index:15003;top:18.875rem;left:7.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.25rem solid #85b8cb;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#gdFGBO0skRqElCNu4ehf2DMWd8H6KzFp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8lNyd1ZvhDX7G3HX57zTGecUqHV9U3u { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);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:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#R0cDfSIWLe1h1xy9hOmylayxAQakscWq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tBiM52V3oKlztC46weOtXfluK8VwuZnt { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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.0625rem;width:25rem;top:8.125rem;left:0rem;display:none; }
#ctPhewdz2IFa0lGQIWTmytbCLzCDIq8D { position:absolute;display:block;z-index:15007;background-color:#00cbec;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.1875rem;width:3.75rem;top:8.0625rem;left:4.0625rem;display:none; }
#RhIximxyit79zT63c6gBepK6EKif7CCG { color:#000000;display:block;width:18.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:4.5625rem;left:0rem;display:none; }
#zyNIetHdpX6VU4nM3WnrNAazHcNfIKKo { color:#04253a;display:block;width:25rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.25rem;font-style:normal;display:none; }
#lviUGp7Tlmd32ZxH3LuWvH1WDSUHiWLU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:32.5625rem;left:31.25rem;height:7.99805625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LJ2JDMWQITTSa8NJvQzS5hcaV3N65Hls { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6875rem;left:25rem;height:1.625rem;text-align:center;text-align-last:center;display:none; }
#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB { position:relative;display:none; }#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB { border-width: 0; border-radius: 0; }#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB > .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; }#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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:none; }#SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P > .row .container { border-width: 0; border-radius: 0; }#SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:none; }#Bg9GW1SzSteLZxW1KH7tgN7XNnVlBv3h { z-index:15003;top:18.875rem;left:7.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.25rem solid #85b8cb;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#c5maB9eMOaDAnSTrZApZMpvd54VXATWn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTLsFKBKdoUh0DnQsJIEDuuhs2siI0K8 { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6875rem;left:25rem;height:1.625rem;text-align:center;text-align-last:center;display:none; }
#hPGEevHB6uK0au7dBZ8xt8OSGeK12gls { color:#000000;display:block;width:18.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.5rem;left:0rem;display:none; }
#VAGnVSzN4dxuS20C31465cCfuwO0XZ6d { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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.0625rem;width:25rem;top:8.125rem;left:0rem;display:none; }
#BE6UwJ1My4fgIN8xTooStau5cCB8NB04 { position:absolute;display:block;z-index:15007;background-color:#00cbec;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.1875rem;width:3.75rem;top:8.0625rem;left:4.0625rem;display:none; }
#iVZywQkcAyBM0rHwTMGiwZ2Hqh5S4bNM { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);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:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#eiq5286RaBIpvwnaloWMR815Jh17zeuq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AHF57B49MBA4udAMulH1fvGTLqMP1V9i { color:#04253a;display:block;width:25rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.25rem;font-style:normal;display:none; }
#xNTdK9C7hcdDFpDZevabXZ1gPiu2CuS6 { color:#234446;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:22.75rem;left:56.25rem;height:14.3965rem;text-align:center;text-align-last:center;display:none; }
#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T > .row .container { background-color: transparent; background-image: none; }#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T > .row .container > .video-iframe-container { display: none; }#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T > .row > .video-iframe-container { display: none; }#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T > .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); }#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T > .row .container { border-width: 0; border-radius: 0; }#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T > .row .container { font-size:0.875rem;font-family:arial;height:60.5rem;width:75rem;position:relative;display:block; }#FiiCliAMAIiNTdmdubInMLKCXQ2SrM4T { position:absolute;display:block;z-index:15004;background-color:#234446;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(253,0,255,0.5) ;height:38.1875rem;width:23.4375rem;top:11.812065124512rem;left:25.43728351593rem;display:block; }
#bF7orE5te0HQpDTnuPu21lVP161DeMwG { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.84);top:13.312175750733rem;left:30.562500953674rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PXaapGoEWGBTrcN5yLhA0aZSDuR0K9kv { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:18.312175750733rem;left:30.562500953674rem;height:3.65614375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W0rMHJvtc7RfpkWwAsace5f69q8wN35G { color:#ffffff;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:24.187286376953rem;left:29.625000953674rem;height:3.1987875rem;text-align:center;text-align-last:center;display:block; }
#spaeqTZ4aooRVCAi2yIPgCldOTObpxPA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:32.562393188476rem;left:30.875000953674rem;height:7.99696875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CUl3oIH37LSr4g45mNLVaA3H8cxWb5eF { color:#ffcf66;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.5625rem;left:5.4371747970581rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nm4uPVKPztUZ4R1W72FBS7aCHFrtt903 { color:#234446;display:block;width:14.125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.999782562256rem;left:4.8121747970581rem;height:3.65614375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WiSRLUzO3tfqZPGSqRXyktsepJDFexXT { color:#234446;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:27.562393188476rem;left:4.6250009536743rem;height:4.798175rem;text-align:center;text-align-last:center;display:block; }
#o1huDnEpxRSKIFlHvUzvubCkAVWP8vL1 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #234446;border-left:0.25rem solid #234446;border-right:0.25rem solid #234446;border-bottom:0.25rem solid #234446;border-top-left-radius:0.25rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.41) ;height:40.625rem;width:23.0625rem;top:14.0625rem;left:0.25rem;display:block; }
#FMvyhevq6bF3kAZk02qTX71XCX0s0EC9 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #234446;border-left:0.3125rem solid #234446;border-right:0.3125rem solid #234446;border-bottom:0.3125rem solid #234446;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.75rem 1.5625rem rgba(0,98,76,0.61) ;height:41.4375rem;width:23.5625rem;top:5.8121757507324rem;left:50.8125rem;display:block; }
#gJRxw8R1VLNkSL982L8QyA94lcV6vyD8 { color:#ffcf66;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.5623893737794rem;left:54.125434875488rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ksH6FwD6s06mbnNgclE8BxeeZoI2FIPc { color:#234446;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.406143188476rem;left:55.687934875488rem;height:3.65614375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O6VnRlJfapucp3ViEQvrRUDSNGk2Wvp2 { color:#234446;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:17.874893188476rem;left:55.062934875488rem;height:3.1987875rem;text-align:center;text-align-last:center;display:block; }
#yV3eJhzTV6IQLQsNGcsyTBA9HoJywt2v { color:#234446;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:22.749565124512rem;left:56.312934875488rem;height:11.19575625rem;text-align:center;text-align-last:center;display:block; }
#I5eRvaIcADwi2msZJazMquQcFmSJuLoC { background-color:#234446;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(253,0,255,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:47.312286376953rem;left:5.3123922348022rem;display:block; }
#WVQxTkJFT5pzNSxQxtmwFuhyGh2pHe9B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJ659tNVy43Vw0Um1B6TDdnyhADrcvdU { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(255,255,255,0.41) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:43.249786376953rem;left:30.280926704407rem;display:block; }
#qpUBda0Va7S2WZH99Cgz1izXet6aW0AO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPdyL5iWbQDx5nAHbzlwewagbVBtHeTi { background-color:#234446;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(253,0,255,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:40.124786376953rem;left:56.125213623047rem;display:block; }
#E5u6ASuWLyI7rUqshuRHyKR5DxuSODER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vgOoiZMbXMp6Phs7efd1eTVDobi1xdQl { color:#234446;display:block;width:20.125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.25rem;left:27.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ABbMKS3MxW1dbl3MpaZ9B2Ux2EhA6hlC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:29.35546875rem;left:30.875000953674rem;height:1.59939375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dxqsxwTfMvAx3fryefneE3OVvQzR9K90 { color:#071638;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:34.499786376953rem;left:5.4371747970581rem;height:1.59939375rem;text-align:center;text-align-last:center;display:block; }
#NJV7VhwBvnOe8RmEfTc0LkCz0cM6lRZs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:37.249893188476rem;left:5.4371747970581rem;height:7.99696875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9 > .row .container { background-color: transparent; background-image: none; }#kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9 > .row .container > .video-iframe-container { display: none; }#kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9 > .row > .video-iframe-container { display: none; }#kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9 > .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); }#kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9 > .row .container { border-width: 0; border-radius: 0; }#kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#L5cWstX5eGiVfeLJB6Bz5zUprfEwtsIW { color:#ffffff;display:block;width:57.3125rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:2.65625rem;left:8.84375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN { position:relative;display:none; }#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN { border-width: 0; border-radius: 0; }#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN > .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; }#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#u5JvafNeFnQSbNxiXGmMKuaHX0aPD8i2 { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6875rem;left:25rem;height:1.625rem;text-align:center;text-align-last:center;display:none; }
#qt8Ao2vwnim343LeuRtRenva9WhTzCxy { position:relative;display:block; }#qt8Ao2vwnim343LeuRtRenva9WhTzCxy { background-color: transparent; background-image: none; }#qt8Ao2vwnim343LeuRtRenva9WhTzCxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qt8Ao2vwnim343LeuRtRenva9WhTzCxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qt8Ao2vwnim343LeuRtRenva9WhTzCxy > .row .container > .video-iframe-container { display: none; }#qt8Ao2vwnim343LeuRtRenva9WhTzCxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qt8Ao2vwnim343LeuRtRenva9WhTzCxy > .row > .video-iframe-container { display: none; }#qt8Ao2vwnim343LeuRtRenva9WhTzCxy > .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); }#qt8Ao2vwnim343LeuRtRenva9WhTzCxy { border-width: 0; border-radius: 0; }#qt8Ao2vwnim343LeuRtRenva9WhTzCxy > .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; }#qt8Ao2vwnim343LeuRtRenva9WhTzCxy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:90.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xQrhlVLIuostiCEW1oQ9IGcvm3XZAEbQ { z-index:15004;top:9.8125rem;left:18.34375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.25rem solid #85b8cb;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#BsTJ2Te4JFyDQqvDdasnqPEaqKQpG8qo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kwwpt4prQvKXObzeUhn56uydqSGRKTUk { z-index:15005;top:5.25rem;left:12.59375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.25rem solid #85b8cb;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#cNZTVLGZfTz0QPeuBI6ppho7TnXAuuNV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IHcrKtgoAIDOgub5AKWmHAytfGf70RLx { color:#000000;display:block;width:61.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:6.6875rem;height:77.9948125rem;display:block; }
#cwaWdtJEc4A2fDiCufrf938EaKsL5o87 { color:#000000;display:block;width:30rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:84.630859375rem;left:22.5rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB > .row .container { background-color: transparent; background-image: none; }#eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB > .row .container > .video-iframe-container { display: none; }#eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB > .row > .video-iframe-container { display: none; }#eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB > .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); }#eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB > .row .container { border-width: 0; border-radius: 0; }#eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#Dw2ddEKbRHMmqm764SPBOR7L5TBik0T5 { 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:5.625rem;width:12.6875rem;display:none; }
#TBw8WhcNkoDpqQWTp1mA3qKFzTOhNbUJ { position:absolute;display:block;z-index:15014;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:4rem;width:9rem;top:1.5625rem;left:32.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Trk9inyckXzQTbCKsk5lFsdDSnFdypIE { display:block; }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMWDMXqvf1XWMwQryWfJMAJTrgTN3zJu { top:14.0625rem;left:0rem;width:32.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhGVWg9kOiu56DsXPKQ0vVgWqNPHChSB { top:16.5625rem;left:0rem;width:36.4375rem;height:2.69970625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvN0duweTwP5E4ocxS0GLC2TDsvpMShe { top:26.625rem;left:0rem;width:27.5rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbxwJFiDCFPD3Z78fUXVOL8LcENyx9rH { width:20.3125rem;height:4.1875rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJmLdKqN2w5Xlh7QaoLC3fWTz9TluFqT { display:block; }
 }@media only screen and (max-width: 763px) { #CsuMApzLR8qiQ2b95wVo8KCAR8gOOng0 { width:38.8125rem;height:30.4375rem;top:10.8125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwtG9MSPfyqDiuOSzGsSWcbk1s5QDBUo { width:14.3125rem;height:6.375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKHTf5HVMQfoMFZZ27xpwcFnynUlZsbQ { width:22.3125rem;height:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6cmpz2Xm0FaS7GJlSOZBNSLRZEJG8Dq { top:26.4375rem;left:0rem;width:20rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfPXa5ObMF1dfvxEp8cM2X59vVKVkWgs { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PygN8OzUGDngHixh9RlHTv9xFKgGbzRX { top:36.5rem;left:0rem;width:4.5rem;height:3.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH { display:block; }#cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8EK8QQggfRiLfCK7CERVaNDNKZZpLy6 { width:47.75rem;height:2.375rem;top:4.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmRA7pTamEwpe828RzvHy3fdBw46McM0 { display:none; }#PmRA7pTamEwpe828RzvHy3fdBw46McM0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n4uXKPh2TFXLkHH9hogsd9zGUEQL7PGA { width:47.75rem;height:0.0625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJUfqaV6F6sBp7lMEmhWaEcPTkFVg9xT { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHkoGgvTq46gIo3f8TprJSXIZMiOWqM5 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQW3T3U3MldQVXfb22eqHnMIG1oIXbDs { top:18.875rem;left:0rem;width:8.125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vT6PM3ka4vH2hkRVKk224VuFaQXBZLLu { display:block; }
 }@media only screen and (max-width: 763px) { #H4qcC9H69LDoT4vyU8FnHrFbDaxNDwiR { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uf2N2rycaIkOP6FRMtzEhFQtOHg73kFc { display:block; }
 }@media only screen and (max-width: 763px) { #UhyioQfy1sx9fVnfuCMQ3BOsiLHqf9JT { width:18.5rem;height:1.25rem;top:3.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIxDAreCgRBlSxJFV1fTNxTbU78zm3yH { width:20rem;height:1.4375rem;top:16.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NR4C0mKsAiq3J56xrJyBXDrDrACNdHT6 { top:35.3125rem;left:1.25rem;width:12.5rem;height:7.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV { display:none; }#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP { display:none; }#TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zXJm4uwmExKRtf3RTCTcGueFJ6UsrCBg { top:18.875rem;left:0rem;width:8.125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdFGBO0skRqElCNu4ehf2DMWd8H6KzFp { display:block; }
 }@media only screen and (max-width: 763px) { #T8lNyd1ZvhDX7G3HX57zTGecUqHV9U3u { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0cDfSIWLe1h1xy9hOmylayxAQakscWq { display:block; }
 }@media only screen and (max-width: 763px) { #tBiM52V3oKlztC46weOtXfluK8VwuZnt { width:47.75rem;height:0.0625rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctPhewdz2IFa0lGQIWTmytbCLzCDIq8D { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RhIximxyit79zT63c6gBepK6EKif7CCG { width:18.5rem;height:1.25rem;top:4.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zyNIetHdpX6VU4nM3WnrNAazHcNfIKKo { width:20rem;height:2.5625rem;top:2rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lviUGp7Tlmd32ZxH3LuWvH1WDSUHiWLU { top:18.75rem;left:0rem;width:12.5rem;height:7.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJ2JDMWQITTSa8NJvQzS5hcaV3N65Hls { width:20rem;height:1.4375rem;top:15.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB { display:none; }#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P { display:none; }#SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bg9GW1SzSteLZxW1KH7tgN7XNnVlBv3h { top:18.875rem;left:0rem;width:8.125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5maB9eMOaDAnSTrZApZMpvd54VXATWn { display:block; }
 }@media only screen and (max-width: 763px) { #nTLsFKBKdoUh0DnQsJIEDuuhs2siI0K8 { width:20rem;height:1.4375rem;top:15.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPGEevHB6uK0au7dBZ8xt8OSGeK12gls { width:18.5rem;height:1.25rem;top:3.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAGnVSzN4dxuS20C31465cCfuwO0XZ6d { width:47.75rem;height:0.0625rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BE6UwJ1My4fgIN8xTooStau5cCB8NB04 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVZywQkcAyBM0rHwTMGiwZ2Hqh5S4bNM { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiq5286RaBIpvwnaloWMR815Jh17zeuq { display:block; }
 }@media only screen and (max-width: 763px) { #AHF57B49MBA4udAMulH1fvGTLqMP1V9i { width:20rem;height:2.5625rem;top:0.9375rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNTdK9C7hcdDFpDZevabXZ1gPiu2CuS6 { top:18.5625rem;left:0rem;width:12.5rem;height:12.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T { display:block; }#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiiCliAMAIiNTdmdubInMLKCXQ2SrM4T { top:11.75rem;left:7.8125rem;width:23.4375rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF7orE5te0HQpDTnuPu21lVP161DeMwG { top:13.25rem;left:16.875000953674rem;width:13.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXaapGoEWGBTrcN5yLhA0aZSDuR0K9kv { top:18.25rem;left:16.874568939209rem;width:13.125rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0rMHJvtc7RfpkWwAsace5f69q8wN35G { top:24.125rem;left:15.937500953674rem;width:15rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #spaeqTZ4aooRVCAi2yIPgCldOTObpxPA { top:32.5rem;left:17.187068939209rem;width:12.5rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUl3oIH37LSr4g45mNLVaA3H8cxWb5eF { top:16.5625rem;left:0.87467479705813rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm4uPVKPztUZ4R1W72FBS7aCHFrtt903 { top:21.9375rem;left:0.24924087524414rem;width:14.0625rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiSRLUzO3tfqZPGSqRXyktsepJDFexXT { top:27.5rem;left:0.062500953674319rem;width:15rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1huDnEpxRSKIFlHvUzvubCkAVWP8vL1 { top:14.0625rem;left:0rem;width:23.0625rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMvyhevq6bF3kAZk02qTX71XCX0s0EC9 { top:5.75rem;left:23.4375rem;width:23.5625rem;height:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJRxw8R1VLNkSL982L8QyA94lcV6vyD8 { top:7.5rem;left:29.75rem;width:17.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksH6FwD6s06mbnNgclE8BxeeZoI2FIPc { top:12.375rem;left:32.875438690186rem;width:13.75rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6VnRlJfapucp3ViEQvrRUDSNGk2Wvp2 { top:17.8125rem;left:32.250434875488rem;width:15rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV3eJhzTV6IQLQsNGcsyTBA9HoJywt2v { top:22.6875rem;left:33.500438690186rem;width:12.5rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5eRvaIcADwi2msZJazMquQcFmSJuLoC { width:13.625rem;height:4.0625rem;top:47.25rem;left:0.74989223480225rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVQxTkJFT5pzNSxQxtmwFuhyGh2pHe9B { display:block; }
 }@media only screen and (max-width: 763px) { #vJ659tNVy43Vw0Um1B6TDdnyhADrcvdU { width:13.6875rem;height:4.0625rem;top:43.1875rem;left:16.593426704407rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpUBda0Va7S2WZH99Cgz1izXet6aW0AO { display:block; }
 }@media only screen and (max-width: 763px) { #UPdyL5iWbQDx5nAHbzlwewagbVBtHeTi { width:13.6875rem;height:4.0625rem;top:40.0625rem;left:33.312713623047rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5u6ASuWLyI7rUqshuRHyKR5DxuSODER { display:block; }
 }@media only screen and (max-width: 763px) { #vgOoiZMbXMp6Phs7efd1eTVDobi1xdQl { top:3.25rem;left:11.625rem;width:20.125rem;height:3.65625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABbMKS3MxW1dbl3MpaZ9B2Ux2EhA6hlC { top:29.3125rem;left:17.187068939209rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxqsxwTfMvAx3fryefneE3OVvQzR9K90 { top:34.4375rem;left:0.87467479705813rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJV7VhwBvnOe8RmEfTc0LkCz0cM6lRZs { top:37.1875rem;left:0.87424087524412rem;width:12.5rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9 { display:block; }#kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5cWstX5eGiVfeLJB6Bz5zUprfEwtsIW { width:47.75rem;height:2.625rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN { display:none; }#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u5JvafNeFnQSbNxiXGmMKuaHX0aPD8i2 { width:20rem;height:1.4375rem;top:3.1875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qt8Ao2vwnim343LeuRtRenva9WhTzCxy { display:block; }#qt8Ao2vwnim343LeuRtRenva9WhTzCxy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQrhlVLIuostiCEW1oQ9IGcvm3XZAEbQ { top:10.4375rem;left:5.34375rem;width:8.125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsTJ2Te4JFyDQqvDdasnqPEaqKQpG8qo { display:block; }
 }@media only screen and (max-width: 763px) { #kwwpt4prQvKXObzeUhn56uydqSGRKTUk { top:5.875rem;left:0rem;width:8.125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNZTVLGZfTz0QPeuBI6ppho7TnXAuuNV { display:block; }
 }@media only screen and (max-width: 763px) { #IHcrKtgoAIDOgub5AKWmHAytfGf70RLx { width:47.75rem;height:77.9375rem;top:3.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwaWdtJEc4A2fDiCufrf938EaKsL5o87 { width:30rem;height:2.25rem;top:84.625rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB { display:block; }#eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dw2ddEKbRHMmqm764SPBOR7L5TBik0T5 { width:12.6875rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBw8WhcNkoDpqQWTp1mA3qKFzTOhNbUJ { width:9rem;height:4rem;top:1.5625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Trk9inyckXzQTbCKsk5lFsdDSnFdypIE { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE.adaptive-delivery-prevent-bg, #Trk9inyckXzQTbCKsk5lFsdDSnFdypIE.lazyload, #Trk9inyckXzQTbCKsk5lFsdDSnFdypIE.lazyloading { background-image: none; }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row .container { background-color: transparent; background-image: none; }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row .container > .video-iframe-container { display: none; }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row > .video-iframe-container { display: none; }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .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); }#Trk9inyckXzQTbCKsk5lFsdDSnFdypIE > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMWDMXqvf1XWMwQryWfJMAJTrgTN3zJu { width:20rem;height:1.625rem;top:8.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhGVWg9kOiu56DsXPKQ0vVgWqNPHChSB { width:16.5rem;height:7.198875rem;top:11.4375rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvN0duweTwP5E4ocxS0GLC2TDsvpMShe { width:17rem;height:4.7249375rem;top:20.7001953125rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbxwJFiDCFPD3Z78fUXVOL8LcENyx9rH { width:16.25rem;height:3.125rem;top:26.88525390625rem;left:1.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJmLdKqN2w5Xlh7QaoLC3fWTz9TluFqT { display:block; }
 }@media only screen and (max-width: 763px) { #CsuMApzLR8qiQ2b95wVo8KCAR8gOOng0 { width:20rem;height:15.6875rem;top:32.3125rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #lwtG9MSPfyqDiuOSzGsSWcbk1s5QDBUo { width:14.3125rem;height:6.375rem;top:4.5rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKHTf5HVMQfoMFZZ27xpwcFnynUlZsbQ { top:1rem;left:4.09375rem;width:11.8125rem;height:5.25rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D6cmpz2Xm0FaS7GJlSOZBNSLRZEJG8Dq { width:20rem;height:3.25rem;top:27.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TfPXa5ObMF1dfvxEp8cM2X59vVKVkWgs { top:35.125rem;left:0rem;width:4.75rem;height:4.75rem;z-index:15020;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#495f85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PygN8OzUGDngHixh9RlHTv9xFKgGbzRX { width:4.5rem;height:1.94921875rem;top:36.50634765625rem;left:0.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15021;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH { display:none; }#cGzPwG6fOvZgiXM0tLJKNp8ZzJ4GuVcH > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e8EK8QQggfRiLfCK7CERVaNDNKZZpLy6 { width:20rem;height:4.875rem;top:2.28125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmRA7pTamEwpe828RzvHy3fdBw46McM0 { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#85b8cb;background-image:none;display:block; }#PmRA7pTamEwpe828RzvHy3fdBw46McM0 > .row .container { background-color: transparent; background-image: none; }#PmRA7pTamEwpe828RzvHy3fdBw46McM0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmRA7pTamEwpe828RzvHy3fdBw46McM0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmRA7pTamEwpe828RzvHy3fdBw46McM0 > .row .container > .video-iframe-container { display: none; }#PmRA7pTamEwpe828RzvHy3fdBw46McM0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmRA7pTamEwpe828RzvHy3fdBw46McM0 > .row > .video-iframe-container { display: none; }#PmRA7pTamEwpe828RzvHy3fdBw46McM0 > .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); }#PmRA7pTamEwpe828RzvHy3fdBw46McM0 > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#PmRA7pTamEwpe828RzvHy3fdBw46McM0 > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4uXKPh2TFXLkHH9hogsd9zGUEQL7PGA { width:20rem;height:0.0625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJUfqaV6F6sBp7lMEmhWaEcPTkFVg9xT { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:comfortaa;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tHkoGgvTq46gIo3f8TprJSXIZMiOWqM5 { width:3.75rem;height:0.1875rem;top:5.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQW3T3U3MldQVXfb22eqHnMIG1oIXbDs { top:10.8125rem;left:7.65625rem;width:8.125rem;height:2.8125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #vT6PM3ka4vH2hkRVKk224VuFaQXBZLLu { display:block; }
 }@media only screen and (max-width: 763px) { #H4qcC9H69LDoT4vyU8FnHrFbDaxNDwiR { top:8.65625rem;left:0.8125rem;z-index:15023;width:18.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf2N2rycaIkOP6FRMtzEhFQtOHg73kFc { display:block; }
 }@media only screen and (max-width: 763px) { #UhyioQfy1sx9fVnfuCMQ3BOsiLHqf9JT { top:3.849609375rem;left:0rem;width:18.5625rem;height:1.29936875rem;z-index:15004;font-family:comfortaa;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uIxDAreCgRBlSxJFV1fTNxTbU78zm3yH { width:20rem;height:1.462675rem;top:16.1875rem;left:0rem;font-size:1.125rem;z-index:15027;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NR4C0mKsAiq3J56xrJyBXDrDrACNdHT6 { width:12.5rem;height:7.99696875rem;top:20.09375rem;left:4.375rem;font-size:1rem;z-index:15022;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV { background-color:#000000;background-image:none;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; }#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV > .row .container { background-color: transparent; background-image: none; }#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV > .row .container > .video-iframe-container { display: none; }#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV > .row > .video-iframe-container { display: none; }#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV > .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); }#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV > .row .container { border-width: 0; border-radius: 0; }#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#chwGwB0MqkFztevQ5BE6iGBKVi1SwqrV > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#1d6a96;background-image:none;display:block; }#TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP > .row .container { background-color: transparent; background-image: none; }#TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP > .row .container > .video-iframe-container { display: none; }#TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP > .row > .video-iframe-container { display: none; }#TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP > .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); }#TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#TXt4nuLBNgkyXpLfLEOgyhO70mCMWTCP > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXJm4uwmExKRtf3RTCTcGueFJ6UsrCBg { top:10.8125rem;left:7.65625rem;width:8.125rem;height:2.8125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #gdFGBO0skRqElCNu4ehf2DMWd8H6KzFp { display:block; }
 }@media only screen and (max-width: 763px) { #T8lNyd1ZvhDX7G3HX57zTGecUqHV9U3u { top:9.5rem;left:0.8125rem;z-index:15032;width:18.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0cDfSIWLe1h1xy9hOmylayxAQakscWq { display:block; }
 }@media only screen and (max-width: 763px) { #tBiM52V3oKlztC46weOtXfluK8VwuZnt { width:20rem;height:0.0625rem;top:6.5625rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ctPhewdz2IFa0lGQIWTmytbCLzCDIq8D { width:3.75rem;height:0.1875rem;top:6.5rem;left:8.8125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #RhIximxyit79zT63c6gBepK6EKif7CCG { top:4.625rem;left:0rem;width:18.5625rem;height:1.29936875rem;z-index:15013;font-family:comfortaa;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zyNIetHdpX6VU4nM3WnrNAazHcNfIKKo { width:20rem;height:2.5996125rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:comfortaa;z-index:15014;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lviUGp7Tlmd32ZxH3LuWvH1WDSUHiWLU { width:12.5rem;height:7.99696875rem;top:18.78125rem;left:3.75rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #LJ2JDMWQITTSa8NJvQzS5hcaV3N65Hls { width:20rem;height:1.462675rem;top:15.399848937988rem;left:0rem;font-size:1.125rem;z-index:15045;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB { background-color:#000000;background-image:none;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; }#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB > .row .container { background-color: transparent; background-image: none; }#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB > .row .container > .video-iframe-container { display: none; }#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB > .row > .video-iframe-container { display: none; }#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB > .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); }#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB > .row .container { border-width: 0; border-radius: 0; }#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kaDZpaSef07T9cKaIhV9e7QnBNEMOZkB > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#283b42;background-image:none;display:block; }#SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P > .row .container { background-color: transparent; background-image: none; }#SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P > .row .container > .video-iframe-container { display: none; }#SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P > .row > .video-iframe-container { display: none; }#SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P > .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); }#SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#SfbJrtBm2uHSuwin8BgOHyy8DrQQKV5P > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bg9GW1SzSteLZxW1KH7tgN7XNnVlBv3h { top:10.8125rem;left:7.65625rem;width:8.125rem;height:2.8125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #c5maB9eMOaDAnSTrZApZMpvd54VXATWn { display:block; }
 }@media only screen and (max-width: 763px) { #nTLsFKBKdoUh0DnQsJIEDuuhs2siI0K8 { width:20rem;height:1.462675rem;top:15.41259765625rem;left:0rem;font-size:1.125rem;z-index:15044;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hPGEevHB6uK0au7dBZ8xt8OSGeK12gls { top:3.5625rem;left:0rem;width:18.5625rem;height:1.29936875rem;z-index:15022;font-family:comfortaa;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VAGnVSzN4dxuS20C31465cCfuwO0XZ6d { width:20rem;height:0.0625rem;top:5.5rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #BE6UwJ1My4fgIN8xTooStau5cCB8NB04 { width:3.75rem;height:0.1875rem;top:5.4375rem;left:8.8125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #iVZywQkcAyBM0rHwTMGiwZ2Hqh5S4bNM { top:8.375rem;left:0.8125rem;z-index:15041;width:18.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiq5286RaBIpvwnaloWMR815Jh17zeuq { display:block; }
 }@media only screen and (max-width: 763px) { #AHF57B49MBA4udAMulH1fvGTLqMP1V9i { width:20rem;height:2.5996125rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:comfortaa;z-index:15023;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xNTdK9C7hcdDFpDZevabXZ1gPiu2CuS6 { width:12.5rem;height:12.79515rem;top:18.60302734375rem;left:3.75rem;font-size:1rem;z-index:15020;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T { background-color:#ffffff;background-image:none;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:none; }#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T > .row .container { border-width: 0; border-radius: 0; }#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lsIx99ZDlJhsgvWQTrdtcpmaCduTuD5T > .row .container { width:20rem;height:121.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FiiCliAMAIiNTdmdubInMLKCXQ2SrM4T { width:20rem;height:32.5rem;top:39.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF7orE5te0HQpDTnuPu21lVP161DeMwG { width:12.5rem;height:2.5996125rem;top:41.6875rem;left:3.748046875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXaapGoEWGBTrcN5yLhA0aZSDuR0K9kv { width:5rem;height:6.01171875rem;top:45.9990234375rem;left:5.7490234375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0rMHJvtc7RfpkWwAsace5f69q8wN35G { width:16.25rem;height:3.19921875rem;top:50.935546875rem;left:1.998046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #spaeqTZ4aooRVCAi2yIPgCldOTObpxPA { width:12.5rem;height:7.99805rem;top:56.1865234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUl3oIH37LSr4g45mNLVaA3H8cxWb5eF { width:20rem;height:2.5996125rem;top:7.873046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm4uPVKPztUZ4R1W72FBS7aCHFrtt903 { width:4.1875rem;height:6.01171875rem;top:12.185546875rem;left:6.185546875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiSRLUzO3tfqZPGSqRXyktsepJDFexXT { width:16.25rem;height:3.19921875rem;top:17.25rem;left:1.9345703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1huDnEpxRSKIFlHvUzvubCkAVWP8vL1 { width:20rem;height:32.4375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMvyhevq6bF3kAZk02qTX71XCX0s0EC9 { width:20rem;height:32.5625rem;top:72.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJRxw8R1VLNkSL982L8QyA94lcV6vyD8 { width:12.5rem;height:5.19921875rem;top:75.5rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksH6FwD6s06mbnNgclE8BxeeZoI2FIPc { width:5rem;height:6.01171875rem;top:79.7490234375rem;left:5.6865234375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6VnRlJfapucp3ViEQvrRUDSNGk2Wvp2 { width:16.25rem;height:3.19921875rem;top:84.8759765625rem;left:1.466796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV3eJhzTV6IQLQsNGcsyTBA9HoJywt2v { width:12.5rem;height:14.3965rem;top:90.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5eRvaIcADwi2msZJazMquQcFmSJuLoC { width:13.6875rem;height:4.0625rem;top:30.375rem;left:3.15625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #WVQxTkJFT5pzNSxQxtmwFuhyGh2pHe9B { display:block; }
 }@media only screen and (max-width: 763px) { #vJ659tNVy43Vw0Um1B6TDdnyhADrcvdU { width:13.6875rem;height:4.0625rem;top:64.0615234375rem;left:3.15625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qpUBda0Va7S2WZH99Cgz1izXet6aW0AO { display:block; }
 }@media only screen and (max-width: 763px) { #UPdyL5iWbQDx5nAHbzlwewagbVBtHeTi { width:13.6875rem;height:4.0625rem;top:97.810546875rem;left:3.15625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #E5u6ASuWLyI7rUqshuRHyKR5DxuSODER { display:block; }
 }@media only screen and (max-width: 763px) { #vgOoiZMbXMp6Phs7efd1eTVDobi1xdQl { width:20rem;height:2.5996125rem;top:1.8120651245118rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABbMKS3MxW1dbl3MpaZ9B2Ux2EhA6hlC { width:12.5rem;height:0;top:106.810546875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxqsxwTfMvAx3fryefneE3OVvQzR9K90 { width:12.5rem;height:0;top:109.623046875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJV7VhwBvnOe8RmEfTc0LkCz0cM6lRZs { width:12.5rem;height:7.99805625rem;top:112.435546875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9 { background-color:#ffffff;background-image:none;display:none; }#kmeHwopfKpkfNIQtl13EBnTm1nXD1EI9 > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L5cWstX5eGiVfeLJB6Bz5zUprfEwtsIW { width:20rem;height:auto;top:2.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN { background-color:#000000;background-image:none;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; }#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN > .row .container { background-color: transparent; background-image: none; }#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN > .row .container > .video-iframe-container { display: none; }#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN > .row > .video-iframe-container { display: none; }#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN > .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); }#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN > .row .container { border-width: 0; border-radius: 0; }#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDGbxqKqLZXA1ew78wxgTXlUBuzS22VN > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5JvafNeFnQSbNxiXGmMKuaHX0aPD8i2 { width:20rem;height:1.7871125rem;top:2.76220703125rem;left:0rem;font-size:1.375rem;z-index:15038;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qt8Ao2vwnim343LeuRtRenva9WhTzCxy { display:block; }#qt8Ao2vwnim343LeuRtRenva9WhTzCxy > .row .container { width:20rem;height:209.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQrhlVLIuostiCEW1oQ9IGcvm3XZAEbQ { top:10.4375rem;left:5.9375rem;width:8.125rem;height:2.8125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #BsTJ2Te4JFyDQqvDdasnqPEaqKQpG8qo { display:block; }
 }@media only screen and (max-width: 763px) { #kwwpt4prQvKXObzeUhn56uydqSGRKTUk { top:5.875rem;left:5.9375rem;width:8.125rem;height:2.8125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #cNZTVLGZfTz0QPeuBI6ppho7TnXAuuNV { display:block; }
 }@media only screen and (max-width: 763px) { #IHcrKtgoAIDOgub5AKWmHAytfGf70RLx { width:20rem;height:199.8616625rem;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwaWdtJEc4A2fDiCufrf938EaKsL5o87 { width:18.0625rem;height:2.6806625rem;top:203.775390625rem;left:0.96875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB { display:block; }#eBPC2C9HQA1OuDwvmpmelgIFnL2bn8UB > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dw2ddEKbRHMmqm764SPBOR7L5TBik0T5 { top:0.8125rem;left:5.125rem;width:9.75rem;height:4.3125rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TBw8WhcNkoDpqQWTp1mA3qKFzTOhNbUJ { width:9rem;height:4rem;top:1.5625rem;left:5.5rem;display:none; }
 }