.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.44);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row .container { background-color: transparent; background-image: none; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row .container > .video-iframe-container { display: none; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row > .video-iframe-container { display: none; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .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); }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row .container { border-width: 0; border-radius: 0; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row > .video-iframe-container {  }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#XMeBx2JIwvCge46FNEtDZOrkIIEFpfc2 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:7.6875rem;top:0.625rem;left:33.65625rem;overflow:hidden;display:block; }
#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8895278f-3300-4be5-92d0-0b75853e1524/ACVEivorPolarBearpuzzleposter.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz.adaptive-delivery-prevent-bg, #gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz.lazyload, #gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz.lazyloading { background-image: none; }#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz > .row .container { background-color: transparent; background-image: none; }#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz > .row .container > .video-iframe-container { display: none; }#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz > .row > .video-iframe-container { display: none; }#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz > .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); }#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz > .row .container { border-width: 0; border-radius: 0; }#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz > .row > .video-iframe-container {  }#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#LWSW0DheNL56Alc89GzHSbeczPqD6i1G { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.875rem;width:52.1875rem;top:2.46875rem;left:28.290600391649rem;overflow:hidden;display:block; }
#FTHoDXDsQV8cRzLuav54gKnUKsTO33lU { background-color:#ab010e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:37.9375rem;left:9.25rem;display:block; }
#VRNS3T5zmdT7DFoJcMHau4OKAmsQPDT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WbgQdDqXFNkGbQ36Pi6Tce7QkHxgSVNg { color:#000000;display:block;width:19.375rem;position:absolute;font-family:exo2;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:30.0625rem;left:7.5625rem;height:2.925rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aIT5C0V35dyc57sv4DxclGwvVePcqP9G { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:exo2;font-size:1.5625rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:37.625rem;left:57.1875rem;height:4.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EawDLVhtKmlwWwrJxXG5hvJ7VlQnQlFE { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:exo2;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:41.6875rem;left:58.4375rem;height:1.4625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VFc9zTsD2MMx6VzUJUUnDXNlTLAgxJ6D { color:#000000;display:block;width:7rem;position:absolute;font-family:exo2;font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:36.625rem;left:52.875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KIQGkUgBoemXcEt4DlyWD5rNzTiITORJ { color:#000000;display:block;width:21.3114375rem;position:absolute;font-family:exo2;font-size:1.5625rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:26.0625rem;left:5.6875rem;height:4.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PmsalUMAQkkcd7JViyA5qOoLXxB6V5XU { color:#000000;display:block;width:7rem;position:absolute;font-family:exo2;font-size:1.5625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:38rem;left:36.8125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tJuJ3IVNX0fbh72DISkkpwHn8cre34U5 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:exo2;font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:39.9375rem;left:36.8125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J9r3OsR838TvKp6td8uFZUOxJlO0wcLW { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:32.3125rem;top:6.625rem;left:-0.875rem;overflow:hidden;display:block; }
#xp5lEAfTKtc6T115G0JdQ7Nyiwpx0XvH { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:6.3125rem;top:34.58749961853rem;left:-0.8979357798165rem;overflow:hidden;display:block; }
#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row .container { background-color: transparent; background-image: none; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row .container > .video-iframe-container { display: none; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row > .video-iframe-container { display: none; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .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); }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row .container { border-width: 0; border-radius: 0; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row > .video-iframe-container {  }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#BgvmdmMqsLiiG6Ugvbs5BdJXwdCJc1A3 { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.1875rem;left:-2.6875rem;height:5.2rem;display:block; }
#D8s8psUJczJW9d7RpNfsQHGrzxI7ehan { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.8125rem;width:31.875rem;top:-1rem;left:45.699013777727rem;overflow:hidden;display:block; }
#WILTHwTcQzoJ3rk0OZaU5iDCOzl5viQq { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:40.3125rem;top:3.75rem;left:-2.5625rem;overflow:hidden;display:block; }
#Owo6wG7hT0J5APoxhMTzMU0T4nOAZv8i { background-color:#ab010e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:22.875rem;left:9.375rem;display:block; }
#FJ074EuJ0DZXVsJUN3EhI1XE0CGrQTqK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:#c9b68c;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { border-width: 0; border-radius: 0; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container {  }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;overflow:visible;position:relative;display:block; }#tPSsGa0odTSPDw5mQQWxn9yNZCXZTybT { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:19.25rem;left:-2.25rem;height:9.1rem;display:block; }
#W5Mg7UAnNCl85a7f6wfZsFaJ303vcs42 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.3125rem;width:35.625rem;top:1.5625rem;left:39.375rem;overflow:hidden;display:block; }
#uvnR2yvffJT3p4LC1D7i8pCc077fB1dT { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.9375rem;width:35.75rem;top:4.1875rem;left:-2.25rem;overflow:hidden;display:block; }
#KJShCL8PdBNu1goWRRiKgpt8TW3HRdOH { background-color:#59695b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:32.1875rem;left:5.75rem;display:block; }
#y4EHKZVeq4oIrmLNzvwU5s5OnZCHtH8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c4e9fb;background-image:url("https://images.assets-landingi.com/uc/ccd9d1f3-2e0a-45f8-a049-ce63f5f1e8c6/Projektbeztytuu14.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13.adaptive-delivery-prevent-bg, #CytWInfx6xTuM0WX9PoAe5rXdNJIrK13.lazyload, #CytWInfx6xTuM0WX9PoAe5rXdNJIrK13.lazyloading { background-image: none; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row .container { background-color: transparent; background-image: none; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row .container > .video-iframe-container { display: none; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row > .video-iframe-container { display: none; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .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); }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row .container { border-width: 0; border-radius: 0; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row > .video-iframe-container {  }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#lAAvo6iQ0WG6P7e1mmWmfpsyo4RPP2Vt { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:44.5rem;top:5.375rem;left:33.416769991641rem;overflow:hidden;display:block; }
#v1plnTbhedxZQe57rzL3kLMgneZ0WoUK { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:32.9375rem;top:5.625rem;left:-1.75rem;overflow:hidden;display:block; }
#BovSCwJHaVQL90Ix4nVfurwXslaeZrOD { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:26rem;left:5.96875rem;display:block; }
#DwAvTFRt455MZr0hnErEDK9CueOhNfN1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wKPTOUzJVqrMwHJLy180UHvcChkat1Al { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:19.9375rem;left:-1.6875rem;height:3.9rem;display:block; }
#a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0c536;background-image:none;position:relative;display:block; }#a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l > .row .container { background-color: transparent; background-image: none; }#a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l > .row .container > .video-iframe-container { display: none; }#a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l > .row > .video-iframe-container { display: none; }#a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l > .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); }#a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l > .row .container { border-width: 0; border-radius: 0; }#a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l > .row > .video-iframe-container {  }#a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#p9pbTPaa3ki0TPTTKQT7TUEA89VPSTnL { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.375rem;width:38.25rem;top:0.6875rem;left:39.480651105651rem;overflow:hidden;display:block; }
#uAVC4QJnqmVrrfSSwhPrl6kiXbnlbnmD { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.8125rem;width:31rem;top:0.6875rem;left:-1.8388047138047rem;overflow:hidden;display:block; }
#vaqsNrgEK2sW9rQNxuz0ogpA7CqOz7oW { background-color:#6e3cc7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:20.6875rem;left:5.625rem;display:block; }
#JnKSXOJVP25GBClKGu1b3S7nFF2bcwH3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L465zKTXE2m8eE4PHUCbd5i2H2X1Hd1d { color:#ffffff;display:block;width:72.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:24.75rem;left:31.09375rem;height:0;text-align:center;text-align-last:center;display:none; }
#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row .container { background-color: transparent; background-image: none; }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row .container > .video-iframe-container { display: none; }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row > .video-iframe-container { display: none; }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .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); }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row .container { border-width: 0; border-radius: 0; }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row > .video-iframe-container {  }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#NldIJ4mpEF5uaq5C406UER1ggTTvUvRe { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:0.875rem;left:38.3125rem;overflow:hidden;display:block; }
#sC9qbhfgRQKaeChNgxTpZ0uTIcbzovQB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:0.875rem;left:32.6875rem;overflow:hidden;display:block; }
#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row .container { background-color: transparent; background-image: none; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row .container > .video-iframe-container { display: none; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row > .video-iframe-container { display: none; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .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); }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row .container { border-width: 0; border-radius: 0; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row > .video-iframe-container {  }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#KLaFW7TSnTs3hMThVtVaJoSlnNRbIF9S { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham book";font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:0.625rem;left:22.0625rem;display:block; }
#e3RMxcyuXSWdxG3FNsMBue1rLxI55MfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i3vr1TCJM26sRFv7W9Tlrb0m76HUCqc1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham book";font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:0.625rem;left:38.5625rem;display:block; }
#ptancQDmyIXVe4KCx20EISq7q19GzEFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PuTtbd26KuBlZiggJODAgkRuW7fB4i08 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.125rem;width:62.375rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 { display:none; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XMeBx2JIwvCge46FNEtDZOrkIIEFpfc2 { width:7.6875rem;height:2.9375rem;top:0.625rem;left:20.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz { display:block; }#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWSW0DheNL56Alc89GzHSbeczPqD6i1G { width:47.75rem;height:31.909580838323rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTHoDXDsQV8cRzLuav54gKnUKsTO33lU { width:17.5rem;height:3.4375rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRNS3T5zmdT7DFoJcMHau4OKAmsQPDT8 { display:block; }
 }@media only screen and (max-width: 763px) { #WbgQdDqXFNkGbQ36Pi6Tce7QkHxgSVNg { width:19.375rem;height:2.875rem;top:30.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIT5C0V35dyc57sv4DxclGwvVePcqP9G { width:19.1875rem;height:4.0625rem;top:37.625rem;left:28.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EawDLVhtKmlwWwrJxXG5hvJ7VlQnQlFE { width:17.9375rem;height:1.4375rem;top:41.6875rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFc9zTsD2MMx6VzUJUUnDXNlTLAgxJ6D { width:7rem;height:2rem;top:36.625rem;left:39.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIQGkUgBoemXcEt4DlyWD5rNzTiITORJ { width:21.25rem;height:4.0625rem;top:26.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmsalUMAQkkcd7JViyA5qOoLXxB6V5XU { width:7rem;height:2rem;top:38rem;left:23.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJuJ3IVNX0fbh72DISkkpwHn8cre34U5 { width:19.375rem;height:1.4375rem;top:39.9375rem;left:23.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9r3OsR838TvKp6td8uFZUOxJlO0wcLW { width:32.3125rem;height:11.9375rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp5lEAfTKtc6T115G0JdQ7Nyiwpx0XvH { width:6.3125rem;height:7.9375rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn { display:block; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgvmdmMqsLiiG6Ugvbs5BdJXwdCJc1A3 { width:40.4375rem;height:5.1875rem;top:14.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8s8psUJczJW9d7RpNfsQHGrzxI7ehan { width:31.875rem;height:31.8125rem;top:-1rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WILTHwTcQzoJ3rk0OZaU5iDCOzl5viQq { width:40.3125rem;height:7.875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owo6wG7hT0J5APoxhMTzMU0T4nOAZv8i { width:17.5rem;height:3.4375rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ074EuJ0DZXVsJUN3EhI1XE0CGrQTqK { display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPSsGa0odTSPDw5mQQWxn9yNZCXZTybT { width:38.125rem;height:9.0625rem;top:19.25rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5Mg7UAnNCl85a7f6wfZsFaJ303vcs42 { width:35.625rem;height:35.3125rem;top:1.5625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvnR2yvffJT3p4LC1D7i8pCc077fB1dT { width:35.75rem;height:8.9375rem;top:4.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJShCL8PdBNu1goWRRiKgpt8TW3HRdOH { width:17.5rem;height:3.4375rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4EHKZVeq4oIrmLNzvwU5s5OnZCHtH8T { display:block; }
 }@media only screen and (max-width: 763px) { #CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 { display:block; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAAvo6iQ0WG6P7e1mmWmfpsyo4RPP2Vt { width:44.5rem;height:24rem;top:5.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1plnTbhedxZQe57rzL3kLMgneZ0WoUK { width:32.9375rem;height:12rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BovSCwJHaVQL90Ix4nVfurwXslaeZrOD { width:17.5rem;height:3.4375rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwAvTFRt455MZr0hnErEDK9CueOhNfN1 { display:block; }
 }@media only screen and (max-width: 763px) { #wKPTOUzJVqrMwHJLy180UHvcChkat1Al { width:33.75rem;height:3.875rem;top:19.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l { display:block; }#a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9pbTPaa3ki0TPTTKQT7TUEA89VPSTnL { width:38.25rem;height:25.375rem;top:0.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAVC4QJnqmVrrfSSwhPrl6kiXbnlbnmD { width:31rem;height:17.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaqsNrgEK2sW9rQNxuz0ogpA7CqOz7oW { width:17.5rem;height:3.4375rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnKSXOJVP25GBClKGu1b3S7nFF2bcwH3 { display:block; }
 }@media only screen and (max-width: 763px) { #L465zKTXE2m8eE4PHUCbd5i2H2X1Hd1d { width:47.75rem;height:4.625rem;top:25.375rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM { display:none; }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NldIJ4mpEF5uaq5C406UER1ggTTvUvRe { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC9qbhfgRQKaeChNgxTpZ0uTIcbzovQB { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 { display:block; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLaFW7TSnTs3hMThVtVaJoSlnNRbIF9S { width:17.5rem;height:3.4375rem;top:0.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3RMxcyuXSWdxG3FNsMBue1rLxI55MfN { display:block; }
 }@media only screen and (max-width: 763px) { #i3vr1TCJM26sRFv7W9Tlrb0m76HUCqc1 { width:17.5rem;height:3.4375rem;top:0.625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptancQDmyIXVe4KCx20EISq7q19GzEFT { display:block; }
 }@media only screen and (max-width: 763px) { #PuTtbd26KuBlZiggJODAgkRuW7fB4i08 { width:47.75rem;height:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 { position:relative;z-index:auto;display:none; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row .container { width:20rem;height:4.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XMeBx2JIwvCge46FNEtDZOrkIIEFpfc2 { width:3.75rem;height:1.5625rem;top:1.1875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz { display:block; }#gpT3DWfJnN3tUWxAXcGVqyzxSQyE0iTz > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWSW0DheNL56Alc89GzHSbeczPqD6i1G { width:20rem;height:13.1875rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTHoDXDsQV8cRzLuav54gKnUKsTO33lU { width:17.5rem;height:3.4375rem;top:36.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRNS3T5zmdT7DFoJcMHau4OKAmsQPDT8 { display:block; }
 }@media only screen and (max-width: 763px) { #WbgQdDqXFNkGbQ36Pi6Tce7QkHxgSVNg { width:19.375rem;height:2.6rem;top:23.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aIT5C0V35dyc57sv4DxclGwvVePcqP9G { width:19.1875rem;height:3.25rem;top:31.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EawDLVhtKmlwWwrJxXG5hvJ7VlQnQlFE { width:17.9375rem;height:1.3rem;top:34.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VFc9zTsD2MMx6VzUJUUnDXNlTLAgxJ6D { width:7rem;height:1.625rem;top:29.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KIQGkUgBoemXcEt4DlyWD5rNzTiITORJ { width:20rem;height:3.25rem;top:20.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PmsalUMAQkkcd7JViyA5qOoLXxB6V5XU { width:7rem;height:1.625rem;top:26.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tJuJ3IVNX0fbh72DISkkpwHn8cre34U5 { width:19.375rem;height:1.3rem;top:28.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9r3OsR838TvKp6td8uFZUOxJlO0wcLW { width:15.25rem;height:5.5625rem;top:1.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp5lEAfTKtc6T115G0JdQ7Nyiwpx0XvH { width:4.625rem;height:5.8125rem;top:29.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn { display:block; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgvmdmMqsLiiG6Ugvbs5BdJXwdCJc1A3 { width:20rem;height:4.46875rem;top:6.40729375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8s8psUJczJW9d7RpNfsQHGrzxI7ehan { width:20rem;height:19.9604375rem;top:12.251041412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WILTHwTcQzoJ3rk0OZaU5iDCOzl5viQq { width:20rem;height:3.9069767441861rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owo6wG7hT0J5APoxhMTzMU0T4nOAZv8i { width:17.5rem;height:3.4375rem;top:33.563541412354rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ074EuJ0DZXVsJUN3EhI1XE0CGrQTqK { display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:#c9b68c;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { border-width: 0; border-radius: 0; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container {  }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPSsGa0odTSPDw5mQQWxn9yNZCXZTybT { width:20rem;height:8.04375rem;top:31.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Mg7UAnNCl85a7f6wfZsFaJ303vcs42 { width:20rem;height:19.75rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvnR2yvffJT3p4LC1D7i8pCc077fB1dT { width:19.5rem;height:4.75rem;top:1.625rem;left:0.32187499999999rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJShCL8PdBNu1goWRRiKgpt8TW3HRdOH { width:17.5rem;height:3.4375rem;top:40.78125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4EHKZVeq4oIrmLNzvwU5s5OnZCHtH8T { display:block; }
 }@media only screen and (max-width: 763px) { #CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 { display:block; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAAvo6iQ0WG6P7e1mmWmfpsyo4RPP2Vt { width:20rem;height:10.7864375rem;top:13.848957061767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1plnTbhedxZQe57rzL3kLMgneZ0WoUK { width:20rem;height:7.2865275142313rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BovSCwJHaVQL90Ix4nVfurwXslaeZrOD { width:17.5rem;height:3.4375rem;top:26.9114375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwAvTFRt455MZr0hnErEDK9CueOhNfN1 { display:block; }
 }@media only screen and (max-width: 763px) { #wKPTOUzJVqrMwHJLy180UHvcChkat1Al { width:20rem;height:2.68125rem;top:9.3489570617675rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l { display:block; }#a9T8M1Ld16DqEVykc5MvlnhPhxdmDl8l > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9pbTPaa3ki0TPTTKQT7TUEA89VPSTnL { width:20rem;height:13.2676875rem;top:13.527084350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAVC4QJnqmVrrfSSwhPrl6kiXbnlbnmD { width:20rem;height:11.5895625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaqsNrgEK2sW9rQNxuz0ogpA7CqOz7oW { width:17.5rem;height:3.4375rem;top:35.152084350586rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnKSXOJVP25GBClKGu1b3S7nFF2bcwH3 { display:block; }
 }@media only screen and (max-width: 763px) { #L465zKTXE2m8eE4PHUCbd5i2H2X1Hd1d { width:20rem;height:5.3625rem;top:27.933334350586rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM { background-color:#000000;background-image:none;display:block; }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row .container { background-color: transparent; background-image: none; }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row .container > .video-iframe-container { display: none; }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row > .video-iframe-container { display: none; }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .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); }#T4AUOTPuKm1KWkUIan7XLJ4ZfqqQTnHM > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NldIJ4mpEF5uaq5C406UER1ggTTvUvRe { width:2.5rem;height:2.5rem;top:0.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC9qbhfgRQKaeChNgxTpZ0uTIcbzovQB { width:2.5rem;height:2.5rem;top:0.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 { display:block; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLaFW7TSnTs3hMThVtVaJoSlnNRbIF9S { width:7.9375rem;height:2.0625rem;top:5.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3RMxcyuXSWdxG3FNsMBue1rLxI55MfN { display:block; }
 }@media only screen and (max-width: 763px) { #i3vr1TCJM26sRFv7W9Tlrb0m76HUCqc1 { width:7.9375rem;height:2.0625rem;top:5.3125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptancQDmyIXVe4KCx20EISq7q19GzEFT { display:block; }
 }@media only screen and (max-width: 763px) { #PuTtbd26KuBlZiggJODAgkRuW7fB4i08 { top:0.9375rem;left:5.5312498807907rem;width:8.9375rem;height:3.5625rem;z-index:100020;overflow:hidden;display:block; }
 }