.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,231,224;--color-primary-1:255,175,152;--color-primary-2:255,95,48;--color-primary-3:128,48,24;--color-primary-4:38,14,7;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:239,247,250;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:0,0,0;--headlines-font-family:"Arial Black";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff8a63, #ff5f30);background-image: -moz-linear-gradient(0deg, #ff8a63, #ff5f30);background-image: -ms-linear-gradient(0deg, #ff8a63, #ff5f30);background-image: -o-linear-gradient(0deg, #ff8a63, #ff5f30);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a63', endColorstr='#ff5f30' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a63', endColorstr='#ff5f30' );";background-image: linear-gradient(0deg, #ff8a63, #ff5f30);background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#b6bEGf73c7B58esKdbNZE6PQGxK2LLHq { 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:2.5rem;width:10.25rem;top:1.25rem;left:31.96875rem;overflow:hidden;display:block; }
#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/5e749f02-9710-4588-a93f-347b33160c54/BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F.adaptive-delivery-prevent-bg, #CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F.lazyload, #CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F.lazyloading { background-image: none; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row .container { background-color: transparent; background-image: none; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row .container > .video-iframe-container { display: none; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row > .video-iframe-container { display: none; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .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); }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row .container { border-width: 0; border-radius: 0; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#ISXlICSGMVJex2DDGkRKTyDxiXucz77W { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37rem;width:58.5rem;top:5.1875rem;left:16.5rem;overflow:hidden;display:block; }
#SM9GG1b4IQxtqrWsUMR7oLdfnrQU5xCC { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:28.0625rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#ZNzmTRKs99vaQnWIaHT3X6B2zldE9Sx8 { background-color:#666666;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:48.5rem;left:9.1875rem;display:block; }
#EE9TMTOs7H9RQd2WV5W47rFZrCtFM8WQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eadXwZovDyHrFCmf2s8GMGsFmVQzCcaE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9375rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:44rem;left:9.3125rem;display:block; }
#ZDoE54X2uKpcElUgkxZrXpVl85KttL3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pN0RymDvBQ2HDCtShyoWyNP4rMdfZz7k { background-color:#7a7a7a;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:44rem;left:38.9375rem;display:block; }
#W3TdtL34qZ6T5LbJR2BqTenqaQdHN1bN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eov7TlDlbHp2fDX3Gd3JiIuIhDBO33HW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:48.5rem;left:38.9375rem;display:block; }
#poFJsX13EHrn77QLyoDOTlvJsQ9XQKkN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RV6lfTnbdH6Sn6llCDCFyuBnukgU715m { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.375rem;top:34.9375rem;left:0rem;overflow:hidden;display:block; }
#DpdTo4RvDb06QAdhbTiz6JBMgdTXTuRZ { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.375rem;top:34.9375rem;left:5.1875rem;overflow:hidden;display:block; }
#zpJFl2lnObLxvuWVqD2kTkTLA3rROReR { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.375rem;top:34.9375rem;left:10.5rem;overflow:hidden;display:block; }
#V3n2lDQ0WJ6tkb1ZXE4awrTBPNEPcdqn { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.375rem;top:34.9375rem;left:15.9375rem;overflow:hidden;display:block; }
#XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 > .row .container { background-color: transparent; background-image: none; }#XrogGf4WdHmlGe7mTixOwotcAKUUhrC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 > .row .container > .video-iframe-container { display: none; }#XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 > .row > .video-iframe-container { display: none; }#XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 > .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); }#XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 > .row .container { border-width: 0; border-radius: 0; }#XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/856cc10d-9c32-40d7-953e-75b4f44fe0be/BGfilandia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3.adaptive-delivery-prevent-bg, #TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3.lazyload, #TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3.lazyloading { background-image: none; }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row .container { background-color: transparent; background-image: none; }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row .container > .video-iframe-container { display: none; }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row > .video-iframe-container { display: none; }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .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); }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row .container { border-width: 0; border-radius: 0; }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:block; }#mu6kTT5yPAwEyV9O8LfeeJbxAfv1z8OL { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:1.9052734375rem;height:2.274575rem;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; }
#mImV7K7iSwsWA1qyAn7EkMXN6WHuFCTy { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:7.5rem;left:1.90625rem;height:44.78125625rem;display:block; }
#OzyKwoT3WCOayKzGhTdPDJPRqEir5L4Z { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:8.625rem;left:2.5rem;height:37.78124375rem;display:none; }
#HyasQSmemTDWdtHrkgEhfKnGQeHUKHvE { position:absolute;display:block;z-index:15007;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:61.125rem;width:34.375rem;top:54.625rem;left:40.625rem;overflow:hidden;display:block; }
#fLlsSevH76Rzn0E8ibilX7p8TBN07T27 { box-sizing:content-box;height:56.25rem;width:37.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.32);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:-0.125rem;left:0rem;display:block; }
#TQ8fycDOKSwv71wEbstDFwDqFJZENtWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#TQ8fycDOKSwv71wEbstDFwDqFJZENtWb > .row .container { background-color: transparent; background-image: none; }#TQ8fycDOKSwv71wEbstDFwDqFJZENtWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ8fycDOKSwv71wEbstDFwDqFJZENtWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ8fycDOKSwv71wEbstDFwDqFJZENtWb > .row .container > .video-iframe-container { display: none; }#TQ8fycDOKSwv71wEbstDFwDqFJZENtWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ8fycDOKSwv71wEbstDFwDqFJZENtWb > .row > .video-iframe-container { display: none; }#TQ8fycDOKSwv71wEbstDFwDqFJZENtWb > .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); }#TQ8fycDOKSwv71wEbstDFwDqFJZENtWb > .row .container { border-width: 0; border-radius: 0; }#TQ8fycDOKSwv71wEbstDFwDqFJZENtWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQ8fycDOKSwv71wEbstDFwDqFJZENtWb > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #f5f5f5, #ffffff);background-image: -moz-linear-gradient(360deg, #f5f5f5, #ffffff);background-image: -ms-linear-gradient(360deg, #f5f5f5, #ffffff);background-image: -o-linear-gradient(360deg, #f5f5f5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #f5f5f5, #ffffff);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; }#TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs > .row .container { background-color: transparent; background-image: none; }#TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs > .row .container > .video-iframe-container { display: none; }#TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs > .row > .video-iframe-container { display: none; }#TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs > .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); }#TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs > .row .container { border-width: 0; border-radius: 0; }#TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:block; }#pIpvLghc0mUli6qcCm7Sp3BOaBuuvJN4 { color:#333333;display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:5.1630859375rem;left:1.21875rem;height:3.7119125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XqrGZ6yxJmiEsVTd4e2E2mpvEWN67KVL { color:rgba(var(--color-primary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.25rem;height:3.8984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KXqwGXFH2sOEq4oz5JrybE8a4MSsxzBW { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:23.75rem;left:1.5625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ar4GshNbcglvM5ETuJu93DeOEDsqF6gX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.75rem;left:14.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b12M5gfaNV0hMOMTLcTpkmONBTI9w6kx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:35.625rem;left:4.8125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZvJ9DP4r06k0Rhy4MSiOKVO1CQo7JdSb { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.625rem;left:18.75rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NPd5OMCXhvhtRGzOUXBNF1lmew1Img8G { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.75rem;left:26.625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eC3zzeN30KNrCTvpQpzLRSds29uqkvkq { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:43.25rem;left:13.125rem;display:block; }
#miSrJobkxAnCluLLxSvkGNyPlipXw7f4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JSkV6LoAAQw6A52ZECLrvV6atTP9UaGg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:15.6875rem;left:2.5rem;overflow:hidden;display:block; }
#A89rMblv5Zg8FdkyNZScdRbawauTx7Fo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:15.6875rem;left:15rem;overflow:hidden;display:block; }
#OQnBvnd2w7UsIfSwUDbNEK83CGbU7thV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:27.5rem;left:7.5rem;overflow:hidden;display:block; }
#UgmztXNq21ZKMcO95WySerPMevlUHr8n { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:27.5rem;left:22.5rem;overflow:hidden;display:block; }
#MGnQ56S5uxhdzWwdDGZdgEN3q5piu33f { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:15.6875rem;left:27.5625rem;overflow:hidden;display:block; }
#OGTZ3Af0BXbWOW0ZSzFuFODG9kTfopyH { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:22.3125rem;top:49.3125rem;left:52.6875rem;overflow:hidden;display:block; }
#MMpCHTIx8twsfDERF9eHCOzUTTwEHokp { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:47.413734436035rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(24deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(24deg, #cccccc, #ffffff);background-image: -o-linear-gradient(24deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(24deg, #cccccc, #ffffff);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 > .row .container { background-color: transparent; background-image: none; }#TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 > .row .container > .video-iframe-container { display: none; }#TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 > .row > .video-iframe-container { display: none; }#TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 > .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); }#TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 > .row .container { border-width: 0; border-radius: 0; }#TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#RGD82agfCcyoMxlfAPKR2ZMns7WPZeJA { color:#333333;display:block;width:32.8125rem;position:absolute;font-family:"geologica dx";font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:2.0625rem;height:4.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TJ2VZPZLWAxxA1TMufkIhnSH7qb24bXQ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:11.6875rem;top:0.9375rem;left:38.53125rem;overflow:hidden;display:block; }
#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(199deg, #f5f5f5, #ffffff);background-image: -moz-linear-gradient(199deg, #f5f5f5, #ffffff);background-image: -ms-linear-gradient(199deg, #f5f5f5, #ffffff);background-image: -o-linear-gradient(199deg, #f5f5f5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff' );";background-image: linear-gradient(199deg, #f5f5f5, #ffffff);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; }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row .container { background-color: transparent; background-image: none; }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row .container > .video-iframe-container { display: none; }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row > .video-iframe-container { display: none; }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .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); }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row .container { border-width: 0; border-radius: 0; }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:block; }#TuUocIQFfDNS38E3ATgafkUwHQewU514 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:41.9375rem;width:35rem;top:4.7493515014649rem;left:36.874998092651rem;display:block; }
#aFNvWrdNtCZT1uPfttUDtUWhNoDl7DGp { color:#010102;display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:6.375rem;left:38.1875rem;height:1.85628125rem;text-align:center;text-align-last:center;display:block; }
#hu91bpU7PmnslFzRtC02o2up4QuL6rbx { position:absolute;display:block;z-index:15006;height:35.75rem;width:32.5rem;top:9.874671936035rem;left:38.124998092651rem;display:block; }
#Z8RpFZbwFDQ19o6AWUggqadkHwBLRoTa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:4.75rem;left:5.4375rem;overflow:hidden;display:block; }
#lorRcIdJhW0zIwubg64KDLPnv59wDbT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.875rem;left:4.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RzPRT9VWEOBxFzdV1l3oIfa114NBlVMN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:4.75rem;left:22.9375rem;overflow:hidden;display:block; }
#cZDhOiVuaJLNErowlzt2JytsS2Iysz4C { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.875rem;left:20.75rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iooaKU0EFbgM218rbToSCyyKLBmAz8Qr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:18.8125rem;left:5.4375rem;overflow:hidden;display:block; }
#Hr4R8r9Qi9ARv209ok0eAUTN2R6959xe { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.9375rem;left:2.625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SQ4XkulyJIKFkMoK3PVZEc8i8iseblqB { 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:7.5rem;width:7.5rem;top:18.8125rem;left:22.9375rem;overflow:hidden;display:block; }
#KRhQF5lqeS7vK7tz4f5KgyQRcTN6oMem { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.9375rem;left:19.1875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AxB2erXr8EDrTUNgzm0NPfn7Jyu35wUE { color:rgba(var(--color-secondary-4),1);display:block;width:30.5rem;position:absolute;font-family:"arial black";font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:33.5rem;left:2.625rem;height:7.628875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ET1VlfLsOUyI4I598iZJCpHh1nPnaSQP { color:rgba(var(--color-primary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:41.125rem;left:2.625rem;height:3.57503125rem;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; }
#ArLpOx7hW1xA4nWPomKFugyZLvVHLgdG { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8106875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:45.5rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qVGAcyvmrDWPmnequDImX04XSc635SyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#qVGAcyvmrDWPmnequDImX04XSc635SyT > .row .container { background-color: transparent; background-image: none; }#qVGAcyvmrDWPmnequDImX04XSc635SyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVGAcyvmrDWPmnequDImX04XSc635SyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVGAcyvmrDWPmnequDImX04XSc635SyT > .row .container > .video-iframe-container { display: none; }#qVGAcyvmrDWPmnequDImX04XSc635SyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVGAcyvmrDWPmnequDImX04XSc635SyT > .row > .video-iframe-container { display: none; }#qVGAcyvmrDWPmnequDImX04XSc635SyT > .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); }#qVGAcyvmrDWPmnequDImX04XSc635SyT > .row .container { border-width: 0; border-radius: 0; }#qVGAcyvmrDWPmnequDImX04XSc635SyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVGAcyvmrDWPmnequDImX04XSc635SyT > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#AlVP9MRvG8eZw138pFQbPdpdTAJ3ehoq { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:"geologica dx";font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.265625rem;left:13.03125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL > .row .container { background-color: transparent; background-image: none; }#ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL > .row .container > .video-iframe-container { display: none; }#ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL > .row > .video-iframe-container { display: none; }#ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL > .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); }#ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL > .row .container { border-width: 0; border-radius: 0; }#ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#ddvTZq3bXdPaEkrgShf3FpBkgESfhSB7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0.90625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fGXJ3MEl9CAoXRB8hUwUHd0cWTtL1Agc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.8125rem;left:20.0625rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rToMRiQaNZIlpLyzn5RNlRRT4PGzpuny { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.8125rem;left:39.78125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IoChsc1ie0y3TTWT3kW2lpfsrGRVpVWM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.8125rem;left:59.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dQBUhhS8wnRtnMtVJqpkbQ862nDTGPky { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:3.75rem;left:5.625rem;overflow:hidden;display:block; }
#dgZPOCxndHs7JTJiK6PqSfH3RftL8yxl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:3.75rem;left:24.375rem;overflow:hidden;display:block; }
#lyPplHG8oVR8P1qcI6lByIZH2kSR9Phk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:3.75rem;left:43.125rem;overflow:hidden;display:block; }
#arhqXwacfq53bglPQ0JyUH1WDQiyF9JN { 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:7.5rem;width:7.5rem;top:3.75rem;left:61.875rem;overflow:hidden;display:block; }
#rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd > .row .container { background-color: transparent; background-image: none; }#rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd > .row .container > .video-iframe-container { display: none; }#rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd > .row > .video-iframe-container { display: none; }#rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd > .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); }#rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd > .row .container { border-width: 0; border-radius: 0; }#rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#Q4aFih8122H5x8VGxLEO1KXvK4gZTT77 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.375rem;left:30.625rem;display:block; }
#VoTadwU4Um90u7DvFQQ5NTW4hpan275G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U4L8XcndW2nVqsJFzkPx49EU6eShFBOO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(24deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(24deg, #cccccc, #ffffff);background-image: -o-linear-gradient(24deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(24deg, #cccccc, #ffffff);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U4L8XcndW2nVqsJFzkPx49EU6eShFBOO > .row .container { background-color: transparent; background-image: none; }#U4L8XcndW2nVqsJFzkPx49EU6eShFBOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4L8XcndW2nVqsJFzkPx49EU6eShFBOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4L8XcndW2nVqsJFzkPx49EU6eShFBOO > .row .container > .video-iframe-container { display: none; }#U4L8XcndW2nVqsJFzkPx49EU6eShFBOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4L8XcndW2nVqsJFzkPx49EU6eShFBOO > .row > .video-iframe-container { display: none; }#U4L8XcndW2nVqsJFzkPx49EU6eShFBOO > .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); }#U4L8XcndW2nVqsJFzkPx49EU6eShFBOO > .row .container { border-width: 0; border-radius: 0; }#U4L8XcndW2nVqsJFzkPx49EU6eShFBOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4L8XcndW2nVqsJFzkPx49EU6eShFBOO > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#i231T56vPm4K0R5WNVplW8wqoAL2Gii3 { color:#333333;display:block;width:46.75rem;position:absolute;font-family:"geologica dx";font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:3.9375rem;height:3.4931625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ng0vcMrQkXmVh2iqC3siJyt30l0L4268 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:9.6875rem;top:8.9443359375rem;left:47.125rem;overflow:hidden;display:block; }
#MuT4BmNXUKzyNJRysDlZUWVvMdhw0fAO { color:rgba(var(--color-primary-2),1);display:block;width:18.5rem;position:absolute;font-family:"geologica dx";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8193359375rem;left:3.9375rem;height:2.6001rem;font-style:normal;display:block; }
#pWIiSy9BUaTINtqGtyTJkDRfUPOfJxr6 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.769368171692rem;left:3.9371747970581rem;height:2.5996125rem;display:block; }
#DZMPTbH2ddc750GVBCfLTgmu4yvstePR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:"geologica dx";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.3193359375rem;left:3.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#CiqeVdsrqOwzB8g1tgiMzbcuFgylqeVA { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.1875rem;left:3.9375rem;display:block; }
#GheRDKZAvpmh8I6yoUykKvKtMqKv6pgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLs1nmBmhTgL2tOWVFBvmtIXuws11lIb { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:25.125rem;top:0.875rem;left:49.875rem;overflow:hidden;display:block; }
#C9FiBnhviAtuQqcZbO6WyBba736GmAn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.421710968017rem;left:2.9361982345581rem;height:0.9749375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2 > .row .container { background-color: transparent; background-image: none; }#ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2 > .row .container > .video-iframe-container { display: none; }#ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2 > .row > .video-iframe-container { display: none; }#ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2 > .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); }#ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2 > .row .container { border-width: 0; border-radius: 0; }#ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#wVWTvkfm23DeZt6smaSgH7qOP8uya0sl { color:rgba(var(--color-tertiary-2),1);display:block;width:34.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:26.3125rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#C50H9oPDeiSy0VTXIEkV94XmKTLQmazG { position:absolute;display:block;z-index:15003;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:2.1875rem;width:2.1875rem;top:2.03125rem;left:63.5625rem;overflow:hidden;display:block; }
#yD7l8WlceQnMV0rA2ld7rPRT5FvUAf0G { position:absolute;display:block;z-index:15004;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:2.1875rem;width:2.1875rem;top:2.03125rem;left:66.9375rem;overflow:hidden;display:block; }
#oHeIfX5W5WFGMa7r0hKeBK4tWALG3KUC { position:absolute;display:block;z-index:15005;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:2.1875rem;width:2.1875rem;top:2.03125rem;left:70.3125rem;overflow:hidden;display:block; }
#ylQu77gPfy1xP225d9QaQUxCTISldRGS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.125rem;top:1.875rem;left:2.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6bEGf73c7B58esKdbNZE6PQGxK2LLHq { width:10.25rem;height:2.5rem;top:1.25rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F { display:block; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISXlICSGMVJex2DDGkRKTyDxiXucz77W { width:47.75rem;height:30.200854700855rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM9GG1b4IQxtqrWsUMR7oLdfnrQU5xCC { width:28.0625rem;height:8.9375rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNzmTRKs99vaQnWIaHT3X6B2zldE9Sx8 { width:27.125rem;height:3.125rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE9TMTOs7H9RQd2WV5W47rFZrCtFM8WQ { display:block; }
 }@media only screen and (max-width: 763px) { #eadXwZovDyHrFCmf2s8GMGsFmVQzCcaE { width:26.9375rem;height:3.125rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDoE54X2uKpcElUgkxZrXpVl85KttL3T { display:block; }
 }@media only screen and (max-width: 763px) { #pN0RymDvBQ2HDCtShyoWyNP4rMdfZz7k { width:27.125rem;height:3.125rem;top:44rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3TdtL34qZ6T5LbJR2BqTenqaQdHN1bN { display:block; }
 }@media only screen and (max-width: 763px) { #Eov7TlDlbHp2fDX3Gd3JiIuIhDBO33HW { width:27.125rem;height:3.125rem;top:48.5rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poFJsX13EHrn77QLyoDOTlvJsQ9XQKkN { display:block; }
 }@media only screen and (max-width: 763px) { #RV6lfTnbdH6Sn6llCDCFyuBnukgU715m { width:4.375rem;height:4.3125rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpdTo4RvDb06QAdhbTiz6JBMgdTXTuRZ { width:4.375rem;height:4.3125rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpJFl2lnObLxvuWVqD2kTkTLA3rROReR { width:4.375rem;height:4.3125rem;top:34.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3n2lDQ0WJ6tkb1ZXE4awrTBPNEPcdqn { width:4.375rem;height:4.3125rem;top:34.9375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 { display:block; }#XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 { display:block; }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mu6kTT5yPAwEyV9O8LfeeJbxAfv1z8OL { width:32.25rem;height:2.25rem;top:3.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mImV7K7iSwsWA1qyAn7EkMXN6WHuFCTy { width:33.6875rem;height:44.75rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzyKwoT3WCOayKzGhTdPDJPRqEir5L4Z { width:20rem;height:57.3125rem;top:9rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HyasQSmemTDWdtHrkgEhfKnGQeHUKHvE { width:34.375rem;height:61.125rem;top:54.625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLlsSevH76Rzn0E8ibilX7p8TBN07T27 { width:37.4375rem;height:56.25rem;top:-0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ8fycDOKSwv71wEbstDFwDqFJZENtWb { display:block; }#TQ8fycDOKSwv71wEbstDFwDqFJZENtWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs { display:block; }#TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIpvLghc0mUli6qcCm7Sp3BOaBuuvJN4 { width:29.4375rem;height:3.6875rem;top:5.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqrGZ6yxJmiEsVTd4e2E2mpvEWN67KVL { width:29.375rem;height:3.875rem;top:8.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXqwGXFH2sOEq4oz5JrybE8a4MSsxzBW { width:9.375rem;height:2.5625rem;top:23.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar4GshNbcglvM5ETuJu93DeOEDsqF6gX { width:9.375rem;height:2.5625rem;top:23.75rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b12M5gfaNV0hMOMTLcTpkmONBTI9w6kx { width:12.875rem;height:3.875rem;top:35.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvJ9DP4r06k0Rhy4MSiOKVO1CQo7JdSb { width:15rem;height:3.875rem;top:35.625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd5OMCXhvhtRGzOUXBNF1lmew1Img8G { width:9.375rem;height:2.5625rem;top:23.75rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC3zzeN30KNrCTvpQpzLRSds29uqkvkq { width:11.25rem;height:3.125rem;top:43.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miSrJobkxAnCluLLxSvkGNyPlipXw7f4 { display:block; }
 }@media only screen and (max-width: 763px) { #JSkV6LoAAQw6A52ZECLrvV6atTP9UaGg { width:7.5rem;height:7.5rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A89rMblv5Zg8FdkyNZScdRbawauTx7Fo { width:7.5rem;height:7.5rem;top:15.6875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQnBvnd2w7UsIfSwUDbNEK83CGbU7thV { width:7.5rem;height:7.5rem;top:27.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgmztXNq21ZKMcO95WySerPMevlUHr8n { width:7.5rem;height:7.5rem;top:27.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGnQ56S5uxhdzWwdDGZdgEN3q5piu33f { width:7.5rem;height:7.5rem;top:15.6875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGTZ3Af0BXbWOW0ZSzFuFODG9kTfopyH { width:22.3125rem;height:23.3125rem;top:49.3125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMpCHTIx8twsfDERF9eHCOzUTTwEHokp { width:36.75rem;height:1.25rem;top:47.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 { display:block; }#TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGD82agfCcyoMxlfAPKR2ZMns7WPZeJA { width:32.8125rem;height:4.0625rem;top:4.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ2VZPZLWAxxA1TMufkIhnSH7qb24bXQ { width:11.6875rem;height:10.3125rem;top:0.9375rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF { display:block; }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuUocIQFfDNS38E3ATgafkUwHQewU514 { width:35rem;height:41.9375rem;top:4.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFNvWrdNtCZT1uPfttUDtUWhNoDl7DGp { width:32.3125rem;height:1.8125rem;top:6.3125rem;left:15.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu91bpU7PmnslFzRtC02o2up4QuL6rbx { width:32.5rem;height:35.75rem;top:9.8125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8RpFZbwFDQ19o6AWUggqadkHwBLRoTa { width:7.5rem;height:7.5rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lorRcIdJhW0zIwubg64KDLPnv59wDbT0 { width:10rem;height:1.25rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzPRT9VWEOBxFzdV1l3oIfa114NBlVMN { width:7.5rem;height:7.5rem;top:4.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZDhOiVuaJLNErowlzt2JytsS2Iysz4C { width:11.875rem;height:3.875rem;top:12.875rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iooaKU0EFbgM218rbToSCyyKLBmAz8Qr { width:7.5rem;height:7.5rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr4R8r9Qi9ARv209ok0eAUTN2R6959xe { width:13rem;height:3.875rem;top:26.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ4XkulyJIKFkMoK3PVZEc8i8iseblqB { width:7.5rem;height:7.5rem;top:18.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRhQF5lqeS7vK7tz4f5KgyQRcTN6oMem { width:15rem;height:3.875rem;top:26.9375rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxB2erXr8EDrTUNgzm0NPfn7Jyu35wUE { width:30.4375rem;height:7.625rem;top:33.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET1VlfLsOUyI4I598iZJCpHh1nPnaSQP { width:20.625rem;height:3.5625rem;top:41.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArLpOx7hW1xA4nWPomKFugyZLvVHLgdG { width:36.75rem;height:1.25rem;top:45.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVGAcyvmrDWPmnequDImX04XSc635SyT { display:block; }#qVGAcyvmrDWPmnequDImX04XSc635SyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlVP9MRvG8eZw138pFQbPdpdTAJ3ehoq { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL { display:block; }#ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddvTZq3bXdPaEkrgShf3FpBkgESfhSB7 { width:16.875rem;height:2.5625rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGXJ3MEl9CAoXRB8hUwUHd0cWTtL1Agc { width:16.125rem;height:5.1875rem;top:11.8125rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rToMRiQaNZIlpLyzn5RNlRRT4PGzpuny { width:14.125rem;height:2.5625rem;top:11.75rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoChsc1ie0y3TTWT3kW2lpfsrGRVpVWM { width:11.8125rem;height:2.5625rem;top:11.8125rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQBUhhS8wnRtnMtVJqpkbQ862nDTGPky { width:7.5rem;height:7.5rem;top:3.75rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgZPOCxndHs7JTJiK6PqSfH3RftL8yxl { width:7.5rem;height:7.5rem;top:3.75rem;left:14.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyPplHG8oVR8P1qcI6lByIZH2kSR9Phk { width:7.5rem;height:7.5rem;top:3.75rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arhqXwacfq53bglPQ0JyUH1WDQiyF9JN { width:7.5rem;height:7.5rem;top:3.75rem;left:38.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd { display:block; }#rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4aFih8122H5x8VGxLEO1KXvK4gZTT77 { width:13.75rem;height:3.125rem;top:2.375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoTadwU4Um90u7DvFQQ5NTW4hpan275G { display:block; }
 }@media only screen and (max-width: 763px) { #U4L8XcndW2nVqsJFzkPx49EU6eShFBOO { display:block; }#U4L8XcndW2nVqsJFzkPx49EU6eShFBOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i231T56vPm4K0R5WNVplW8wqoAL2Gii3 { width:46.75rem;height:3.4375rem;top:3.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng0vcMrQkXmVh2iqC3siJyt30l0L4268 { width:9.6875rem;height:8.5rem;top:8.9375rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuT4BmNXUKzyNJRysDlZUWVvMdhw0fAO { width:18.5rem;height:2.5625rem;top:9.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWIiSy9BUaTINtqGtyTJkDRfUPOfJxr6 { width:30.4375rem;height:2.625rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZMPTbH2ddc750GVBCfLTgmu4yvstePR { width:24.9375rem;height:2.5625rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiqeVdsrqOwzB8g1tgiMzbcuFgylqeVA { width:13.75rem;height:3.125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GheRDKZAvpmh8I6yoUykKvKtMqKv6pgw { display:block; }
 }@media only screen and (max-width: 763px) { #TLs1nmBmhTgL2tOWVFBvmtIXuws11lIb { width:25.125rem;height:26.25rem;top:0.875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9FiBnhviAtuQqcZbO6WyBba736GmAn0 { width:25.0625rem;height:1rem;top:16.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2 { display:block; }#ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVWTvkfm23DeZt6smaSgH7qOP8uya0sl { width:34.8125rem;height:1.125rem;top:2.5rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C50H9oPDeiSy0VTXIEkV94XmKTLQmazG { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD7l8WlceQnMV0rA2ld7rPRT5FvUAf0G { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHeIfX5W5WFGMa7r0hKeBK4tWALG3KUC { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylQu77gPfy1xP225d9QaQUxCTISldRGS { width:11.125rem;height:2.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6bEGf73c7B58esKdbNZE6PQGxK2LLHq { width:10.25rem;height:2.5rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f8484f58-ef48-480a-92f6-b4fd30b2f70b/BGMob.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F.adaptive-delivery-prevent-bg, #CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F.lazyload, #CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F.lazyloading { background-image: none; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row .container { background-color: transparent; background-image: none; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row .container > .video-iframe-container { display: none; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row > .video-iframe-container { display: none; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .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); }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row .container { border-width: 0; border-radius: 0; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CU05VCBLNGxfz4dHaWEzx0f9O2yBwS2F > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISXlICSGMVJex2DDGkRKTyDxiXucz77W { width:20rem;height:12.6494375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM9GG1b4IQxtqrWsUMR7oLdfnrQU5xCC { width:19.4375rem;height:5.875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNzmTRKs99vaQnWIaHT3X6B2zldE9Sx8 { width:19rem;height:3.125rem;top:36.75rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE9TMTOs7H9RQd2WV5W47rFZrCtFM8WQ { display:block; }
 }@media only screen and (max-width: 763px) { #eadXwZovDyHrFCmf2s8GMGsFmVQzCcaE { width:19rem;height:3.125rem;top:32.75rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDoE54X2uKpcElUgkxZrXpVl85KttL3T { display:block; }
 }@media only screen and (max-width: 763px) { #pN0RymDvBQ2HDCtShyoWyNP4rMdfZz7k { width:19rem;height:3.125rem;top:44.625rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3TdtL34qZ6T5LbJR2BqTenqaQdHN1bN { display:block; }
 }@media only screen and (max-width: 763px) { #Eov7TlDlbHp2fDX3Gd3JiIuIhDBO33HW { width:19rem;height:3.125rem;top:40.625rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poFJsX13EHrn77QLyoDOTlvJsQ9XQKkN { display:block; }
 }@media only screen and (max-width: 763px) { #RV6lfTnbdH6Sn6llCDCFyuBnukgU715m { width:3rem;height:2.9375rem;top:27.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpdTo4RvDb06QAdhbTiz6JBMgdTXTuRZ { width:3rem;height:2.9375rem;top:27.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpJFl2lnObLxvuWVqD2kTkTLA3rROReR { width:3rem;height:2.9375rem;top:27.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3n2lDQ0WJ6tkb1ZXE4awrTBPNEPcdqn { width:3rem;height:2.9375rem;top:26.75rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 { display:block; }#XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XrogGf4WdHmlGe7mTixOwotcAKUUhrC7 > .row .container { width:20rem;height:0.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1d7c0f55-60bf-4278-831d-4cbd52b46398/BGfilandiamob.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3.adaptive-delivery-prevent-bg, #TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3.lazyload, #TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3.lazyloading { background-image: none; }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row .container { background-color: transparent; background-image: none; }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row .container > .video-iframe-container { display: none; }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row > .video-iframe-container { display: none; }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .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); }#TcSzZ0H3bPbhvwH1QwD3JmN6wshLKiL3 > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mu6kTT5yPAwEyV9O8LfeeJbxAfv1z8OL { width:20rem;height:1.94921875rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mImV7K7iSwsWA1qyAn7EkMXN6WHuFCTy { width:20rem;height:0;top:7.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OzyKwoT3WCOayKzGhTdPDJPRqEir5L4Z { width:20rem;height:49.3925375rem;top:5.8984375rem;left:0rem;font-size:0.8125rem;z-index:15002;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #HyasQSmemTDWdtHrkgEhfKnGQeHUKHvE { width:20rem;height:35.563636363636rem;top:54.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLlsSevH76Rzn0E8ibilX7p8TBN07T27 { width:20rem;height:57.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ8fycDOKSwv71wEbstDFwDqFJZENtWb { display:block; }#TQ8fycDOKSwv71wEbstDFwDqFJZENtWb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQ8fycDOKSwv71wEbstDFwDqFJZENtWb > .row .container { width:20rem;height:0.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs { display:block; }#TIvw3TZLO4uml0TyKDTCcEEyhgEhN1fs > .row .container { width:20rem;height:110.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIpvLghc0mUli6qcCm7Sp3BOaBuuvJN4 { width:20rem;height:2.61230625rem;top:2.5rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XqrGZ6yxJmiEsVTd4e2E2mpvEWN67KVL { width:16.0625rem;height:4.94824375rem;top:5.1123046875rem;left:1.96875rem;font-size:1.375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXqwGXFH2sOEq4oz5JrybE8a4MSsxzBW { width:9.375rem;height:2.5996125rem;top:19.921875rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar4GshNbcglvM5ETuJu93DeOEDsqF6gX { width:9.375rem;height:2.5996125rem;top:33.146484375rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b12M5gfaNV0hMOMTLcTpkmONBTI9w6kx { width:12.875rem;height:3.8994125rem;top:59.595703125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvJ9DP4r06k0Rhy4MSiOKVO1CQo7JdSb { width:15rem;height:3.8994125rem;top:74.119140625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd5OMCXhvhtRGzOUXBNF1lmew1Img8G { width:9.375rem;height:2.5996125rem;top:46.37109375rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC3zzeN30KNrCTvpQpzLRSds29uqkvkq { width:11.25rem;height:3.125rem;top:80.517578125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miSrJobkxAnCluLLxSvkGNyPlipXw7f4 { display:block; }
 }@media only screen and (max-width: 763px) { #JSkV6LoAAQw6A52ZECLrvV6atTP9UaGg { width:7.5rem;height:7.5rem;top:11.796875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A89rMblv5Zg8FdkyNZScdRbawauTx7Fo { width:7.5rem;height:7.5rem;top:25.021484375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQnBvnd2w7UsIfSwUDbNEK83CGbU7thV { width:7.5rem;height:7.5rem;top:51.470703125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgmztXNq21ZKMcO95WySerPMevlUHr8n { width:7.5rem;height:7.5rem;top:65.994140625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGnQ56S5uxhdzWwdDGZdgEN3q5piu33f { width:7.5rem;height:7.5rem;top:38.24609375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGTZ3Af0BXbWOW0ZSzFuFODG9kTfopyH { width:20rem;height:20.8748125rem;top:89.267575263975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMpCHTIx8twsfDERF9eHCOzUTTwEHokp { width:20rem;height:2.5996125rem;top:84.892575263975rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 { display:block; }#TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAw4S2ZUAhA7zmZRVUbdMtL6smn9NgF6 > .row .container { width:20rem;height:21.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGD82agfCcyoMxlfAPKR2ZMns7WPZeJA { width:20rem;height:5.60449375rem;top:2.513671875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ2VZPZLWAxxA1TMufkIhnSH7qb24bXQ { width:11.6875rem;height:10.3125rem;top:9.368165625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF { background-color:transparent;background-image: -webkit-linear-gradient(199deg, #f5f5f5, #ffffff);background-image: -moz-linear-gradient(199deg, #f5f5f5, #ffffff);background-image: -ms-linear-gradient(199deg, #f5f5f5, #ffffff);background-image: -o-linear-gradient(199deg, #f5f5f5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff' );";background-image: linear-gradient(199deg, #f5f5f5, #ffffff);background-size:auto !important;display:block; }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row .container { background-color: transparent; background-image: none; }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row .container > .video-iframe-container { display: none; }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row > .video-iframe-container { display: none; }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .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); }#pWQTBODVMDpuMsMvT9VVXqT6r93ILlpF > .row .container { width:20rem;height:139.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuUocIQFfDNS38E3ATgafkUwHQewU514 { width:20rem;height:57.6875rem;top:76.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFNvWrdNtCZT1uPfttUDtUWhNoDl7DGp { width:20rem;height:1.71875rem;top:78.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hu91bpU7PmnslFzRtC02o2up4QuL6rbx { width:18.75rem;height:36.5625rem;top:82.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8RpFZbwFDQ19o6AWUggqadkHwBLRoTa { width:7.5rem;height:7.5rem;top:5.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lorRcIdJhW0zIwubg64KDLPnv59wDbT0 { width:10rem;height:1.29980625rem;top:13.25rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzPRT9VWEOBxFzdV1l3oIfa114NBlVMN { width:7.5rem;height:7.5rem;top:17.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZDhOiVuaJLNErowlzt2JytsS2Iysz4C { width:11.9375rem;height:3.8994125rem;top:26.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iooaKU0EFbgM218rbToSCyyKLBmAz8Qr { width:7.5rem;height:7.5rem;top:33.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr4R8r9Qi9ARv209ok0eAUTN2R6959xe { width:13.0625rem;height:3.8994125rem;top:41.375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ4XkulyJIKFkMoK3PVZEc8i8iseblqB { width:7.5rem;height:7.5rem;top:48.4375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRhQF5lqeS7vK7tz4f5KgyQRcTN6oMem { width:15.0625rem;height:3.8994125rem;top:56.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxB2erXr8EDrTUNgzm0NPfn7Jyu35wUE { width:16.5rem;height:7.1484375rem;top:63.75rem;left:1.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ET1VlfLsOUyI4I598iZJCpHh1nPnaSQP { width:20rem;height:2.75rem;top:70.875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ArLpOx7hW1xA4nWPomKFugyZLvVHLgdG { width:20rem;height:2.5996125rem;top:135.74951583863rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVGAcyvmrDWPmnequDImX04XSc635SyT { display:block; }#qVGAcyvmrDWPmnequDImX04XSc635SyT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVGAcyvmrDWPmnequDImX04XSc635SyT > .row .container { width:20rem;height:9.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlVP9MRvG8eZw138pFQbPdpdTAJ3ehoq { width:17.625rem;height:3.4121125rem;top:2.701171875rem;left:1.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL { display:block; }#ZgrmDLBBRaJFe4uiNtSXru0fLb4NoGCL > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddvTZq3bXdPaEkrgShf3FpBkgESfhSB7 { width:16.9375rem;height:2.5996125rem;top:10.625rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGXJ3MEl9CAoXRB8hUwUHd0cWTtL1Agc { width:14.0625rem;height:6.499rem;top:25.1484375rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rToMRiQaNZIlpLyzn5RNlRRT4PGzpuny { width:14.1875rem;height:2.5996125rem;top:43.5625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoChsc1ie0y3TTWT3kW2lpfsrGRVpVWM { width:11.8125rem;height:2.5996125rem;top:58.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQBUhhS8wnRtnMtVJqpkbQ862nDTGPky { width:7.5rem;height:7.5rem;top:2.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgZPOCxndHs7JTJiK6PqSfH3RftL8yxl { width:7.5rem;height:7.5rem;top:17.0234375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyPplHG8oVR8P1qcI6lByIZH2kSR9Phk { width:7.5rem;height:7.5rem;top:35.4375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arhqXwacfq53bglPQ0JyUH1WDQiyF9JN { width:7.5rem;height:7.5rem;top:49.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd { display:block; }#rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rQZ7iRhg3aWkGyf3KeLew4ZmBv5nZfbd > .row .container { width:20rem;height:8.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4aFih8122H5x8VGxLEO1KXvK4gZTT77 { width:13.75rem;height:3.125rem;top:2.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoTadwU4Um90u7DvFQQ5NTW4hpan275G { display:block; }
 }@media only screen and (max-width: 763px) { #U4L8XcndW2nVqsJFzkPx49EU6eShFBOO { display:block; }#U4L8XcndW2nVqsJFzkPx49EU6eShFBOO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4L8XcndW2nVqsJFzkPx49EU6eShFBOO > .row .container { width:20rem;height:64.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i231T56vPm4K0R5WNVplW8wqoAL2Gii3 { width:20rem;height:5.0374375rem;top:4.576171875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng0vcMrQkXmVh2iqC3siJyt30l0L4268 { width:9.6875rem;height:8.5rem;top:35.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuT4BmNXUKzyNJRysDlZUWVvMdhw0fAO { width:18.5rem;height:1.94921875rem;top:12.9375rem;left:0.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWIiSy9BUaTINtqGtyTJkDRfUPOfJxr6 { width:20rem;height:3.8994125rem;top:15.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZMPTbH2ddc750GVBCfLTgmu4yvstePR { width:17.9375rem;height:3.8994125rem;top:25.5625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CiqeVdsrqOwzB8g1tgiMzbcuFgylqeVA { width:13.75rem;height:3.125rem;top:30.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GheRDKZAvpmh8I6yoUykKvKtMqKv6pgw { display:block; }
 }@media only screen and (max-width: 763px) { #TLs1nmBmhTgL2tOWVFBvmtIXuws11lIb { width:20rem;height:20.875rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9FiBnhviAtuQqcZbO6WyBba736GmAn0 { width:20rem;height:1.94986875rem;top:20.873231887818rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2 { display:block; }#ueyeedDBp3HwHQ3xWTeprk9p4ITbK7s2 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVWTvkfm23DeZt6smaSgH7qOP8uya0sl { width:20rem;height:2.5996125rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C50H9oPDeiSy0VTXIEkV94XmKTLQmazG { width:2.125rem;height:2.125rem;top:11.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD7l8WlceQnMV0rA2ld7rPRT5FvUAf0G { width:2.125rem;height:2.125rem;top:11.4375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHeIfX5W5WFGMa7r0hKeBK4tWALG3KUC { width:2.125rem;height:2.125rem;top:11.4375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylQu77gPfy1xP225d9QaQUxCTISldRGS { width:11.125rem;height:2.5rem;top:2.75rem;left:4.4375rem;display:block; }
 }