.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:252,217,238;--color-primary-1:244,128,198;--color-primary-2:233,0,140;--color-primary-3:117,0,70;--color-primary-4:35,0,21;--color-secondary-0:219,219,221;--color-secondary-1:134,137,141;--color-secondary-2:13,18,27;--color-secondary-3:7,9,14;--color-secondary-4:2,3,4;--color-tertiary-0:255,255,255;--color-tertiary-1:199,201,199;--color-tertiary-2:119,121,119;--color-tertiary-3:71,73,71;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"Roboto Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .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); }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl { background-color:rgba(var(--color-tertiary-0),0.84);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row .container { background-color: transparent; background-image: none; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row .container > .video-iframe-container { display: none; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row > .video-iframe-container { display: none; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .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); }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row .container { border-width: 0; border-radius: 0; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row .container { width:60rem;height:52.75rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#q7OBidZWH3Rd5u1aJIE23iAgqa0loWwO { color:rgba(var(--color-secondary-2),1);display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.43684893846512rem;left:9.436851501465rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ecbTVFncTTTWK2WQOGQJuTBrhvsyrTWc { color:#965928;display:block;width:14.8746875rem;position:absolute;font-family:roboto;font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5847980976105rem;left:9.436851501465rem;height:0;font-style:normal;display:none; }
#xiUQTIclhWmNEE8LA0knQQpAU1N9zvKB { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.578125rem;left:0rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TASA6NFwZTZdKn1TKs43vKUXkstu1pp1 { color:rgba(var(--color-secondary-2),1);display:block;width:10.4375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:9.4375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#l6R3uctbZtwnwtLGg9J9dXeBNQQEA67G { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:44.875rem;left:0rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPeur7cAIqX54TUsmJJhLgDIZFGacSiN { color:rgba(var(--color-secondary-2),1);display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:19.25rem;left:5.59375rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h9R7mOTDR5emZowrwfM7fyLqPZ9ga4of { position:absolute;display:block;z-index:15015;height:12.5rem;width:36.5rem;top:25.9375rem;left:12.53125rem;display:block; }
#OTEcbsDBTabVhdQTsKKdyVzWa0PykO51 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:18.8472375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qsJ2QWaOSTg7AGyFlX4FKsekAKhcgtTR { box-sizing:content-box;height:1.75rem;width:42.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16.176875114441rem;left:8.59375rem;display:block; }
#Krm705ki5huxeBb39y7gFc9ncFT5HpBR { box-sizing:content-box;height:1.1875rem;width:43.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.028749465943rem;left:7.96875rem;display:block; }
#NT6q402s1yS5OXA0wnyRNONcQ0RqXvqC { box-sizing:content-box;height:2rem;width:42.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:13.131249427796rem;left:7.96875rem;display:block; }
#wIUkZNeJCL2hx9blUh1lOlyJLy0XIdVK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:44.875rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 { background-color:transparent;background-image:url("https://images.assets-landingi.com/ot93hAL2Tc4/unsplash/john-unwin-ot93hAL2Tc4-photo-1521780171415-783b1cb576e7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47.adaptive-delivery-prevent-bg, #T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47.lazyload, #T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47.lazyloading { background-image: none; }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row .container { background-color: transparent; background-image: none; }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.92); }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row .container > .video-iframe-container { display: none; }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.92); }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row > .video-iframe-container { display: none; }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .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); }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row .container { border-width: 0; border-radius: 0; }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row .container { width:60rem;height:77rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#FvbywdNTonu4kGmxa8xAeFXFm87eMdwp { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.59) ;height:76.0625rem;width:59.375rem;top:0.019964218139649rem;left:0.21441078186035rem;display:none; }
#C3TIHMV5Ia1UN434CQFRsVb8FeuzoL4K { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:32.8125rem;left:0rem; }
#z79cvtVcWO6MdEHQn4vgRC1V7LDnPbAJ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:32.8125rem;left:1.5rem;height:;font-style:normal;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; }
#i2fqEPc8dlTdivhI1b2cZxcJT9LIRfJ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:16.75rem;left:1.5rem;height:9.484375rem;font-style:normal;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; }
#sertcbchmbRShHlsl9mI1uNetwmDt17P { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:25.1875rem;left:0rem; }
#lnT5ghRzxXm7MDhiaZ9D3sCyMmTnyBhf { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:10.875rem;left:1.5rem;height:6.3229375rem;font-style:normal;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; }
#dfVSmRPvmNnHlaLLkapIUl7FvdJ3zxeU { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:10.875rem;left:0rem; }
#aRWXSTRKB58gt50gFVCvWaxbO6mDIElM { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:25.1875rem;left:1.5rem;height:7.903625rem;font-style:normal;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; }
#q7c4G3Hp5bi3hqTTLd6cT68pyScoQEHg { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.75rem;left:0rem; }
#t2aQ4vk4D7qdf6sKJWQX3lQbymyIBKeK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:42.304999828339rem;left:26.687503814698rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HMqOeIy8w0zFePq5f5sx2h8XwVux3iDu { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.8125rem;left:3.814697265625E-6rem;height:2.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZCVHKg0Th6hT01wkkqdE3mNTyQZQXva3 { color:rgba(var(--color-tertiary-1),1);display:block;width:45.059375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:73rem;left:8.6887512207031rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#afatvg5CZXyT0fWO4h2Tf3hrDD6PpZ0f { color:rgba(var(--color-secondary-2),1);display:block;width:10.4375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:9.4375rem;height:0.97511875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pHGWuyD34W9oswpvTgM6KlwpyzKxBTnE { color:rgba(var(--color-secondary-2),1);display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.43684893846512rem;left:9.436851501465rem;height:2.35605rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JofrAFfJcV0cAT7x2mMtaQbKENBghVrN { color:#965928;display:block;width:14.8746875rem;position:absolute;font-family:roboto;font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5847980976105rem;left:9.436851501465rem;height:0.7313375rem;font-style:normal;display:none; }
#CTCeHOQLzUddG1cUGSHiOmcbgBHTadnN { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-secondary-2),1) ;height:26.625rem;width:22.5rem;top:39.742500305176rem;left:2.75rem;overflow:hidden;display:block; }
#fuAJul7OyViizAgTDRozpgTQIUTsApoG { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:5.0625rem;left:1.5rem;height:6.3229375rem;font-style:normal;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; }
#vIwbMWpDTeDrWgsJvIxh5WohnyQhvn7T { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:5.0625rem;left:0rem; }
#gQzO76e1ieKLfgcrx5qFiWGGT8evgXSr { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15026;line-height:1.1;letter-spacing:0;top:11.9375rem;left:32.25rem;height:6.3229375rem;font-style:normal;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; }
#lsxOdfESbTOoh3MbD3K4z6901vZD3yLq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15028;line-height:1.1;letter-spacing:0;top:17.6875rem;left:32.25rem;height:6.3229375rem;font-style:normal;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; }
#FHVIi2T8MlZmKlapD0GqmqUuEz1o3dbt { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15028;line-height:1.1;letter-spacing:0;top:5.0625rem;left:32.25rem;height:;font-style:normal;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; }
#dgOTgHC1J0qeIN0QX9qqWMlV5IKoAk3Q { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15024;line-height:1.1;letter-spacing:0;top:25.125rem;left:32.25rem;height:7.903625rem;font-style:normal;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; }
#Onlx4QZ4GyAPPMdWesv6ZG33TSClQVO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15022;line-height:1.1;letter-spacing:0;top:32.5rem;left:32.1875rem;height:6.3229375rem;font-style:normal;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; }
#Wf8bpzcude1E3668Z4g9ui5Vbxz3awC6 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:32.5rem;left:30.6875rem; }
#C596kDCt1FEkEKRmsZTUuTouKW8DiK4A { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:25.1875rem;left:30.75rem; }
#Qm0Eq3TIiFDuI9LJiEhOkzZ581WB7pfO { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:11.9375rem;left:30.75rem; }
#vri0OMu0Re4DzRH9FgDwuZBd75pqWOH4 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:17.8125rem;left:30.75rem; }
#FlzTRksLO6brg1ZtqMzt5pBWBtI9J6is { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:5.0625rem;left:30.75rem; }
#LT4hMCGgQ4ftVT39qBcO7exIGua3lJeW { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:45.408123016358rem;left:27.593753814698rem;height:16.97225rem;font-style:normal;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; }
#H44PH5HVNauIkBDvdegMGoTyhR1JKCiu { background-color:transparent;background-image:url("https://images.assets-landingi.com/ot93hAL2Tc4/unsplash/john-unwin-ot93hAL2Tc4-photo-1521780171415-783b1cb576e7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:none; }#H44PH5HVNauIkBDvdegMGoTyhR1JKCiu.adaptive-delivery-prevent-bg, #H44PH5HVNauIkBDvdegMGoTyhR1JKCiu.lazyload, #H44PH5HVNauIkBDvdegMGoTyhR1JKCiu.lazyloading { background-image: none; }#H44PH5HVNauIkBDvdegMGoTyhR1JKCiu > .row .container { border-width: 0; border-radius: 0; }#H44PH5HVNauIkBDvdegMGoTyhR1JKCiu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H44PH5HVNauIkBDvdegMGoTyhR1JKCiu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H44PH5HVNauIkBDvdegMGoTyhR1JKCiu > .row .container { width:60rem;height:153.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:none; }#rrTMIMXTiLa1T3zN3wlG1QcoB25CaqEN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-1),0.72) ;height:13.0625rem;width:23.25rem;top:18.5625rem;left:34.5rem;overflow:hidden;display:block; }
#GNbbc4TfRthw4dciOhKAva6fITxkE9qN { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:24.062500655651rem;left:45.3125rem; }
#GNbbc4TfRthw4dciOhKAva6fITxkE9qN > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#UTUdWUH3VMs7QEv4bfPcApAupQRSFa1d { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-secondary-2),1) ;height:64.5rem;width:60.4375rem;top:76.3125rem;left:-0.3125rem;display:block; }
#WvP8ns8hcQW5C3JXqPHBJg45kdk9zufC { position:absolute;display:block;z-index:15008;background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.59) ;height:76.0625rem;width:59.375rem;top:0.041667938232422rem;left:0.1875rem;display:block; }
#m3huFrnSyt7He7UCVyMUXHLTzrkOnI0c { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:43rem;left:1.625rem; }
#HX2HDfq1NOc9fWBmA2dCNxZ9Pt4zfiu3 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:42.75rem;left:3.3125rem;height:4.7421875rem;font-style:normal;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; }
#toAR9f23aLhTfh1KBQ9c4T66cC6XxwRI { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:34rem;left:3.3125rem;height:7.903625rem;font-style:normal;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; }
#wCNnoJ2gB1m0HMqh24w851mTZWhEBRrE { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:34.3125rem;left:1.625rem; }
#qWLbW7qd9Jv2TwyFamdeJELytTv8RnbG { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:20.8125rem;left:3.3125rem;height:4.7421875rem;font-style:normal;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; }
#SvXiC2NBTaNDzeknGo7kwVT26htIOor9 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.0625rem;left:1.625rem; }
#ePPB6RLW9VZ1twF6ci79Dg6CpOPcRcCo { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:26.5625rem;left:3.3125rem;height:6.3229375rem;font-style:normal;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; }
#CEXRqa3oztV3Myn2FN5LTkncvWOwbaUO { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:26.9375rem;left:1.625rem; }
#k6Te2IMlkMwqZFUz2es52Er19xMXPlVE { color:rgba(var(--color-secondary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:78.375rem;left:35.9375rem;height:10.9982375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fgnWNKImseBqVGf3OVfXrh8sOQGC20vS { color:rgba(var(--color-secondary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:96.50000190735rem;left:35.527778625488rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vl0hF9DSuq0DbBwFnCNuhiOh52iEF3EJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:22.25rem;top:91.395837783812rem;left:36.375rem;overflow:hidden;display:block; }
#Vui9lJRw4mGCqcoLr49MueRSFptbgOvq { position:absolute;display:block;z-index:15029;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:11.5rem;width:20.9375rem;top:98.87500190735rem;left:37.40625rem;overflow:hidden;display:block; }
#RMdK8L4VmfIITxf7oiLdOMdisVrKGllH { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-1),1) ;height:61.625rem;width:23.9375rem;top:77.749128341675rem;left:35.840278625488rem;display:block; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.69rem;padding-right:0.610625rem;padding-bottom:0.69rem;padding-left:0.610625rem;display:block;align-items:center;width:3.66375rem;min-width:3.66375rem;height:3.70875rem;position:relative;font-family:"open sans";font-size:2.76rem;font-weight:700;line-height:59.34px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.43125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.885rem;height:1.46625rem;position:relative;font-family:"open sans";font-size:1.035rem;font-weight:400;line-height:23.46px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.5625rem;height:6.98625rem;padding-top:0.8625rem;padding-right:0.8725rem;padding-bottom:0.8625rem;padding-left:0.8725rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.4375rem;left:17.6875rem;z-index:15034; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #OWQN3aMADVcfW0AXgW4cU4ts1oZboWJ6 { display:flex;position:relative;top:0rem;left:0rem; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #cqdqDLmNtaeiwGAnS8NvrQJENJlVP4Hd { width:auto; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #vic7elFX5lqy8in2T3WSfCIoHCVOzqdb {  }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #yVB7vabfAyrvSXUTFbf1IrIAFCvziwvQ { display:flex;position:relative;top:0rem;left:0rem; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #dL2ZXAiX1kMrX1DxeU86Sl3ggE2n2ebd {  }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #OVoh8ZS80uVw6G05pnmGSNpt1FBTKn5y {  }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #FbyPQZ72OXZ9ZDTcEOcscvqrGILidEHE { display:flex;position:relative;top:0rem;left:0rem; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #qBNukv4wpxhqNTmwWS05en1ZzHeGN5nr {  }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #O9FENU7oEmltgA7GicTvWyL1GoWUlnG5 {  }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #t04XnBnCbNrRDX6MJRLHmpCTlMk3fHxB { display:flex;position:relative;top:0rem;left:0rem; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #keKEJ8BGT6f3WTNbrwmX7AphRc6u25Q8 {  }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #kdUTAcTBvpMnNQIVdWxe0klwWAcaAt60 {  }
#NULrovrfS3LmTLXrstPKCENl5zla9pcH { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.875rem;left:0.3125rem;height:3.412325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cBnQlt8aoyru4IZbm019SSWN92wB6Lnx { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:17.5rem;left:1.4375rem;height:2.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0Uy8mdHeAf03E1Pzc04GC6c9Z7g25H9 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-secondary-2),1) ;height:29.0625rem;width:26.9375rem;top:17.5rem;left:32.5625rem;display:block; }
#RrJ6cfFXw0u4bcogKlCDRp2DIuKGq8Nl { color:rgba(var(--color-tertiary-1),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:34rem;left:34.125rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aURWkWlSdwxD7HhGHJouZMpk80ZdbQ8r { color:rgba(var(--color-tertiary-1),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:43.388023376465rem;left:34.09375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oMxSt6OVI5NnVFdmObCCbdhlNscqmz9K { color:rgba(var(--color-tertiary-1),1);display:block;width:45.06075rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:56.667535781861rem;left:7.4852428436281rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ggw6OkF4VPE2XapVxh8q4As6pyRzuztc { color:rgba(var(--color-secondary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:119.76996231079rem;left:37.371528625488rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GOpe8VtRGT9uGW0aZnH3eJ42K1vZta9g { color:rgba(var(--color-secondary-2),1);display:block;width:10.4375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:9.4375rem;height:0.97511875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CMyEDvBORH4gATte1M7Q0LEJvticyWUx { color:rgba(var(--color-secondary-2),1);display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.43684893846512rem;left:9.436851501465rem;height:2.35605rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#u1T57UFIdRpybiRWcnU8Qyr6ZL7HgObo { color:#965928;display:block;width:14.8746875rem;position:absolute;font-family:roboto;font-size:0.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5847980976105rem;left:9.436851501465rem;height:0.7313375rem;font-style:normal;display:none; }
#ENcWStTvDeGqFbTkzZO3zc1FUIoAJKmd { position:absolute;display:block;z-index:15024;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.3125rem;width:6.9375rem;top:0.45703125rem;left:43.625rem;overflow:hidden;display:none; }
#QR3rGX3dAy49aNzE9gETVWZvHIc4ZGZC { position:absolute;display:block;z-index:15038;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:10.625rem;width:16.1875rem;top:113.5894241333rem;left:18.368057250976rem;overflow:hidden;display:block; }
#LwpLLIFMUOECNiTh8pzMcRwM4IE2qRLD { position:absolute;display:block;z-index:15037;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: 0rem 0rem 0.75rem rgba(var(--color-tertiary-1),1) ;height:15.5rem;width:28rem;top:88.621525764463rem;left:3.1875rem;overflow:hidden;display:block; }
#dBXW86keH9wWAkftvATDJHySwT3mtHIK { position:absolute;display:block;z-index:15036;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: 0rem 0rem 0.75rem rgba(var(--color-tertiary-1),1) ;height:21rem;width:16.1875rem;top:110.37499904633rem;left:1.4375rem;overflow:hidden;display:block; }
#bHNyZcTOtinIbPy6bwWuyiSCTDuT6meW { color:rgba(var(--color-tertiary-1),1);display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:78.37500190735rem;left:2.125rem;height:8.7991875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pKgZUx9TocQsh7lZ35f3Vt3utbeKvJq7 { color:rgba(var(--color-tertiary-1),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:105.99913787842rem;left:1.625rem;height:3.16145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X3T1VHadHAcayIG4FMSCiQs03ahRD3hT { position:absolute;display:block;z-index:15037;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: 0rem 0rem 0.75rem rgba(var(--color-tertiary-1),1) ;height:14.0625rem;width:16.1875rem;top:124.91060447693rem;left:18.368057250976rem;overflow:hidden;display:block; }
#xdvi6aJPX5Do6BEvySgF2oZFFrxVeBwL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.37413125rem;width:4.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:108.43229103088rem;left:29.125rem;filter: drop-shadow(0rem 0rem 0.75rem #c7c9c7); }
#ehsoNRtMixmSWilfuZPAFN9yT9UGvwcp { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-primary-2),0.65) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.9375rem;height:4.5rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:51.241319656372rem;left:13.547744750976rem;display:block; }
#sBROvbxaPQuMrgESgtqSDqoawK5hKCWm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUPMdefSkfGX5v9MALpTTuiQnwCuTvyc { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-primary-2),0.65) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.5625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:114.78038024903rem;left:37.402778625488rem;display:block; }
#Ann7VRDBE0NgOBkrCI6zfVUtgJe1UuVL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IrRbSND5EUc/unsplash/markus-winkler-IrRbSND5EUc-photo-1591696205602-2f950c417cb9.jpg");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; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX.adaptive-delivery-prevent-bg, #LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX.lazyload, #LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX.lazyloading { background-image: none; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row .container { background-color: transparent; background-image: none; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.54); }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row .container > .video-iframe-container { display: none; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.54); }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row > .video-iframe-container { display: none; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .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); }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row .container { border-width: 0; border-radius: 0; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#irOtll5X2GJLq23M3op6O46HdfLEqT7a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.3093719482422rem;left:0rem;display:block; }
#vk6ftpmL1F7Hbd2ZxgPu3Jgq0z3VLh7z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NpqSuKnUub552tLQ60BG9KVUdlZggUtT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.3099975585938rem;left:17.5rem;display:block; }
#kr9x8WPlvCxyerWxv1o4U63erPZaDVxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vw1cIO1ey4RdKTuxuc8tkhXVBxI5gTFp { position:absolute;display:block;z-index:15011;height:2.1875rem;width:3.9375rem;top:4.84375rem;left:28.031253814698rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl { display:block; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7OBidZWH3Rd5u1aJIE23iAgqa0loWwO { width:14.25rem;height:2.3125rem;top:0.375rem;left:3.3118515014649rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecbTVFncTTTWK2WQOGQJuTBrhvsyrTWc { width:14.8125rem;height:0.6875rem;top:2.5625rem;left:3.3118515014649rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xiUQTIclhWmNEE8LA0knQQpAU1N9zvKB { width:47.75rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TASA6NFwZTZdKn1TKs43vKUXkstu1pp1 { width:10.375rem;height:0.9375rem;top:0rem;left:3.3118515014649rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6R3uctbZtwnwtLGg9J9dXeBNQQEA67G { width:47.75rem;height:1.3125rem;top:44.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPeur7cAIqX54TUsmJJhLgDIZFGacSiN { width:47.75rem;height:3.125rem;top:19.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9R7mOTDR5emZowrwfM7fyLqPZ9ga4of { width:36.5rem;height:12.5rem;top:25.9375rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTEcbsDBTabVhdQTsKKdyVzWa0PykO51 { width:47.75rem;height:14.125rem;top:3.6875rem;left:0rem;font-size:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsJ2QWaOSTg7AGyFlX4FKsekAKhcgtTR { width:42.75rem;height:1.75rem;top:16.125rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krm705ki5huxeBb39y7gFc9ncFT5HpBR { width:43.375rem;height:1.1875rem;top:15rem;left:1.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT6q402s1yS5OXA0wnyRNONcQ0RqXvqC { width:42.8125rem;height:2rem;top:13.125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIUkZNeJCL2hx9blUh1lOlyJLy0XIdVK { width:47.75rem;height:2.625rem;top:44.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 { display:block; }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvbywdNTonu4kGmxa8xAeFXFm87eMdwp { width:47.5rem;height:76.0625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3TIHMV5Ia1UN434CQFRsVb8FeuzoL4K { width:1.0625rem;height:1.0625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z79cvtVcWO6MdEHQn4vgRC1V7LDnPbAJ { width:27.75rem;height:;top:32.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2fqEPc8dlTdivhI1b2cZxcJT9LIRfJ2 { width:27.75rem;height:7.875rem;top:16.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sertcbchmbRShHlsl9mI1uNetwmDt17P { width:1.0625rem;height:1.0625rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnT5ghRzxXm7MDhiaZ9D3sCyMmTnyBhf { width:27.75rem;height:4.6875rem;top:10.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfVSmRPvmNnHlaLLkapIUl7FvdJ3zxeU { width:1.0625rem;height:1.0625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRWXSTRKB58gt50gFVCvWaxbO6mDIElM { width:27.75rem;height:6.3125rem;top:25.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7c4G3Hp5bi3hqTTLd6cT68pyScoQEHg { width:1.0625rem;height:1.0625rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2aQ4vk4D7qdf6sKJWQX3lQbymyIBKeK { width:33.3125rem;height:1.8125rem;top:42.25rem;left:14.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMqOeIy8w0zFePq5f5sx2h8XwVux3iDu { width:47.75rem;height:2.5rem;top:1.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCVHKg0Th6hT01wkkqdE3mNTyQZQXva3 { width:45rem;height:3.375rem;top:73rem;left:2.5637512207031rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afatvg5CZXyT0fWO4h2Tf3hrDD6PpZ0f { width:10.375rem;height:0.9375rem;top:0rem;left:3.3118515014649rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHGWuyD34W9oswpvTgM6KlwpyzKxBTnE { width:14.25rem;height:2.3125rem;top:0.375rem;left:3.3118515014649rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JofrAFfJcV0cAT7x2mMtaQbKENBghVrN { width:14.8125rem;height:0.6875rem;top:2.5625rem;left:3.3118515014649rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTCeHOQLzUddG1cUGSHiOmcbgBHTadnN { width:22.5rem;height:26.625rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuAJul7OyViizAgTDRozpgTQIUTsApoG { width:27.75rem;height:4.6875rem;top:5.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIwbMWpDTeDrWgsJvIxh5WohnyQhvn7T { width:1.0625rem;height:1.0625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQzO76e1ieKLfgcrx5qFiWGGT8evgXSr { width:27.75rem;height:4.6875rem;top:11.9375rem;left:20rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsxOdfESbTOoh3MbD3K4z6901vZD3yLq { width:27.75rem;height:6.3125rem;top:17.6875rem;left:20rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHVIi2T8MlZmKlapD0GqmqUuEz1o3dbt { width:27.75rem;height:;top:5.0625rem;left:20rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgOTgHC1J0qeIN0QX9qqWMlV5IKoAk3Q { width:27.75rem;height:6.3125rem;top:25.125rem;left:20rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onlx4QZ4GyAPPMdWesv6ZG33TSClQVO7 { width:27.75rem;height:4.6875rem;top:32.5rem;left:20rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf8bpzcude1E3668Z4g9ui5Vbxz3awC6 { width:1.0625rem;height:1.0625rem;top:32.5rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C596kDCt1FEkEKRmsZTUuTouKW8DiK4A { width:1.0625rem;height:1.0625rem;top:25.1875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm0Eq3TIiFDuI9LJiEhOkzZ581WB7pfO { width:1.0625rem;height:1.0625rem;top:11.9375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vri0OMu0Re4DzRH9FgDwuZBd75pqWOH4 { width:1.0625rem;height:1.0625rem;top:17.8125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlzTRksLO6brg1ZtqMzt5pBWBtI9J6is { width:1.0625rem;height:1.0625rem;top:5.0625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT4hMCGgQ4ftVT39qBcO7exIGua3lJeW { width:31.5rem;height:16.9375rem;top:45.375rem;left:16.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44PH5HVNauIkBDvdegMGoTyhR1JKCiu { display:none; }#H44PH5HVNauIkBDvdegMGoTyhR1JKCiu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rrTMIMXTiLa1T3zN3wlG1QcoB25CaqEN { width:23.25rem;height:13.0625rem;top:18.5625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNbbc4TfRthw4dciOhKAva6fITxkE9qN { width:2.0625rem;height:2.0625rem;top:24.0625rem;left:39.1875rem;display:block; }
#GNbbc4TfRthw4dciOhKAva6fITxkE9qN > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #UTUdWUH3VMs7QEv4bfPcApAupQRSFa1d { width:47.5rem;height:64.5rem;top:76.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvP8ns8hcQW5C3JXqPHBJg45kdk9zufC { width:47.5rem;height:76.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3huFrnSyt7He7UCVyMUXHLTzrkOnI0c { width:1.0625rem;height:1.0625rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX2HDfq1NOc9fWBmA2dCNxZ9Pt4zfiu3 { width:27.75rem;height:;top:42.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toAR9f23aLhTfh1KBQ9c4T66cC6XxwRI { width:27.75rem;height:7.875rem;top:34rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCNnoJ2gB1m0HMqh24w851mTZWhEBRrE { width:1.0625rem;height:1.0625rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWLbW7qd9Jv2TwyFamdeJELytTv8RnbG { width:27.6875rem;height:;top:20.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvXiC2NBTaNDzeknGo7kwVT26htIOor9 { width:1.0625rem;height:1.0625rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePPB6RLW9VZ1twF6ci79Dg6CpOPcRcCo { width:27.75rem;height:6.3125rem;top:26.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEXRqa3oztV3Myn2FN5LTkncvWOwbaUO { width:1.0625rem;height:1.0625rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Te2IMlkMwqZFUz2es52Er19xMXPlVE { width:23.125rem;height:10.9375rem;top:78.3125rem;left:24.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgnWNKImseBqVGf3OVfXrh8sOQGC20vS { width:24.3125rem;height:16.25rem;top:96.5rem;left:23.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl0hF9DSuq0DbBwFnCNuhiOh52iEF3EJ { width:22.25rem;height:3.125rem;top:91.375rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vui9lJRw4mGCqcoLr49MueRSFptbgOvq { width:20.9375rem;height:11.5rem;top:98.875rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMdK8L4VmfIITxf7oiLdOMdisVrKGllH { width:23.9375rem;height:61.625rem;top:77.6875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI { display:flex;width:18rem;height:5.0625rem;top:63rem;left:10.5rem; }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #OWQN3aMADVcfW0AXgW4cU4ts1oZboWJ6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #cqdqDLmNtaeiwGAnS8NvrQJENJlVP4Hd {  }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #vic7elFX5lqy8in2T3WSfCIoHCVOzqdb {  }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #yVB7vabfAyrvSXUTFbf1IrIAFCvziwvQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #dL2ZXAiX1kMrX1DxeU86Sl3ggE2n2ebd {  }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #OVoh8ZS80uVw6G05pnmGSNpt1FBTKn5y {  }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #FbyPQZ72OXZ9ZDTcEOcscvqrGILidEHE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #qBNukv4wpxhqNTmwWS05en1ZzHeGN5nr {  }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #O9FENU7oEmltgA7GicTvWyL1GoWUlnG5 {  }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #t04XnBnCbNrRDX6MJRLHmpCTlMk3fHxB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #keKEJ8BGT6f3WTNbrwmX7AphRc6u25Q8 {  }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #kdUTAcTBvpMnNQIVdWxe0klwWAcaAt60 {  }
 }@media only screen and (max-width: 763px) { #NULrovrfS3LmTLXrstPKCENl5zla9pcH { width:47.75rem;height:3.375rem;top:1.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBnQlt8aoyru4IZbm019SSWN92wB6Lnx { width:27.6875rem;height:2.5rem;top:17.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Uy8mdHeAf03E1Pzc04GC6c9Z7g25H9 { width:26.9375rem;height:29.0625rem;top:17.5rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrJ6cfFXw0u4bcogKlCDRp2DIuKGq8Nl { width:24.4375rem;height:9rem;top:33.9375rem;left:23.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aURWkWlSdwxD7HhGHJouZMpk80ZdbQ8r { width:24.4375rem;height:1.125rem;top:43.375rem;left:23.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMxSt6OVI5NnVFdmObCCbdhlNscqmz9K { width:45rem;height:4.5rem;top:56.625rem;left:1.3602428436279rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggw6OkF4VPE2XapVxh8q4As6pyRzuztc { width:20.625rem;height:4.5rem;top:119.75rem;left:27.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOpe8VtRGT9uGW0aZnH3eJ42K1vZta9g { width:10.375rem;height:0.9375rem;top:0rem;left:3.3118515014649rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMyEDvBORH4gATte1M7Q0LEJvticyWUx { width:14.25rem;height:2.3125rem;top:0.375rem;left:3.3118515014649rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1T57UFIdRpybiRWcnU8Qyr6ZL7HgObo { width:14.8125rem;height:0.6875rem;top:2.5625rem;left:3.3118515014649rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENcWStTvDeGqFbTkzZO3zc1FUIoAJKmd { width:6.9375rem;height:2.3125rem;top:0.4375rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QR3rGX3dAy49aNzE9gETVWZvHIc4ZGZC { width:16.1875rem;height:10.625rem;top:113.5625rem;left:12.243057250976rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwpLLIFMUOECNiTh8pzMcRwM4IE2qRLD { width:28rem;height:15.5rem;top:88.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBXW86keH9wWAkftvATDJHySwT3mtHIK { width:16.1875rem;height:21rem;top:110.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHNyZcTOtinIbPy6bwWuyiSCTDuT6meW { width:30.6875rem;height:8.75rem;top:78.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKgZUx9TocQsh7lZ35f3Vt3utbeKvJq7 { width:30.75rem;height:3.125rem;top:105.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3T1VHadHAcayIG4FMSCiQs03ahRD3hT { width:16.1875rem;height:14.0625rem;top:124.875rem;left:12.243057250976rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdvi6aJPX5Do6BEvySgF2oZFFrxVeBwL { width:4.3125rem;height:4.3125rem;top:108.375rem;left:23rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehsoNRtMixmSWilfuZPAFN9yT9UGvwcp { width:32.9375rem;height:4.5rem;top:51.1875rem;left:7.4227447509762rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBROvbxaPQuMrgESgtqSDqoawK5hKCWm { display:block; }
 }@media only screen and (max-width: 763px) { #QUPMdefSkfGX5v9MALpTTuiQnwCuTvyc { width:20.5625rem;height:3.5625rem;top:114.75rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ann7VRDBE0NgOBkrCI6zfVUtgJe1UuVL { display:block; }
 }@media only screen and (max-width: 763px) { #LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX { display:block; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irOtll5X2GJLq23M3op6O46HdfLEqT7a { width:17.5rem;height:3.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk6ftpmL1F7Hbd2ZxgPu3Jgq0z3VLh7z { display:block; }
 }@media only screen and (max-width: 763px) { #NpqSuKnUub552tLQ60BG9KVUdlZggUtT { width:17.5rem;height:3.4375rem;top:1.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr9x8WPlvCxyerWxv1o4U63erPZaDVxr { display:block; }
 }@media only screen and (max-width: 763px) { #vw1cIO1ey4RdKTuxuc8tkhXVBxI5gTFp { width:3.9375rem;height:2.1875rem;top:4.8125rem;left:21.906253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl { display:block; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7OBidZWH3Rd5u1aJIE23iAgqa0loWwO { width:8.875rem;height:0;top:0.38671875rem;left:1.0302735567093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecbTVFncTTTWK2WQOGQJuTBrhvsyrTWc { width:6.5625rem;height:0;top:1.8046875rem;left:1.0302735567093rem;text-align:left;text-align-last:left;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xiUQTIclhWmNEE8LA0knQQpAU1N9zvKB { width:20rem;height:1.03125rem;top:1.0199999809265rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TASA6NFwZTZdKn1TKs43vKUXkstu1pp1 { width:10.374rem;height:0;top:0rem;left:1.0302735567093rem;text-align:left;text-align-last:left;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6R3uctbZtwnwtLGg9J9dXeBNQQEA67G { width:16.125rem;height:2.275rem;top:33.887500762939rem;left:1.9368749856949rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TPeur7cAIqX54TUsmJJhLgDIZFGacSiN { width:20rem;height:2.25rem;top:12.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9R7mOTDR5emZowrwfM7fyLqPZ9ga4of { width:20rem;height:9.1875rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTEcbsDBTabVhdQTsKKdyVzWa0PykO51 { width:20rem;height:8.45rem;top:3.024374961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #qsJ2QWaOSTg7AGyFlX4FKsekAKhcgtTR { width:19.3125rem;height:1.8125rem;top:9.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krm705ki5huxeBb39y7gFc9ncFT5HpBR { width:18.8125rem;height:1.1875rem;top:11.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT6q402s1yS5OXA0wnyRNONcQ0RqXvqC { width:19.25rem;height:2rem;top:9.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIUkZNeJCL2hx9blUh1lOlyJLy0XIdVK { width:20rem;height:auto;top:44.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 { background-color:rgba(255,255,255,0.84);background-image:none;display:block; }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row .container { background-color: transparent; background-image: none; }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row .container > .video-iframe-container { display: none; }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row > .video-iframe-container { display: none; }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .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); }#T2Z9HaCWc7bgW05nJ7HgnGp1vuQr8K47 > .row .container { width:20rem;height:137.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvbywdNTonu4kGmxa8xAeFXFm87eMdwp { width:20.5rem;height:80rem;top:-0.018230438232422rem;left:0rem;box-shadow: 0rem 0rem 0.75rem rgba(13,18,27,0.59) ;display:none; }
 }@media only screen and (max-width: 763px) { #C3TIHMV5Ia1UN434CQFRsVb8FeuzoL4K { width:1.0625rem;height:1.0625rem;top:37.9375rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z79cvtVcWO6MdEHQn4vgRC1V7LDnPbAJ { width:17.49925rem;height:3.91875rem;top:37.8125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2fqEPc8dlTdivhI1b2cZxcJT9LIRfJ2 { width:17.5rem;height:9.14375rem;top:27.875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sertcbchmbRShHlsl9mI1uNetwmDt17P { width:1.0625rem;height:1.0625rem;top:28.0625rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnT5ghRzxXm7MDhiaZ9D3sCyMmTnyBhf { width:17.5rem;height:6.53125rem;top:12.125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfVSmRPvmNnHlaLLkapIUl7FvdJ3zxeU { width:1.0625rem;height:1.0625rem;top:12.1875rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRWXSTRKB58gt50gFVCvWaxbO6mDIElM { width:17.5rem;height:7.8375rem;top:19.375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7c4G3Hp5bi3hqTTLd6cT68pyScoQEHg { width:1.0625rem;height:1.0625rem;top:19.5625rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2aQ4vk4D7qdf6sKJWQX3lQbymyIBKeK { width:20rem;height:1.86875rem;top:79.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMqOeIy8w0zFePq5f5sx2h8XwVux3iDu { width:17.5625rem;height:1.78125rem;top:1.875rem;left:1.2181249856949rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCVHKg0Th6hT01wkkqdE3mNTyQZQXva3 { width:18.495625rem;height:3.375rem;top:133.53874969482rem;left:0.75124990940094rem;text-align:center;text-align-last:center;font-size:0.5625rem;color:rgba(199,201,199,0.66);display:block; }
 }@media only screen and (max-width: 763px) { #afatvg5CZXyT0fWO4h2Tf3hrDD6PpZ0f { width:10.374rem;height:0;top:83.1875rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.5625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #pHGWuyD34W9oswpvTgM6KlwpyzKxBTnE { width:8.8744375rem;height:0;top:83.9375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #JofrAFfJcV0cAT7x2mMtaQbKENBghVrN { width:6.56175rem;height:0;top:85.4375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #CTCeHOQLzUddG1cUGSHiOmcbgBHTadnN { width:16.5rem;height:19.5rem;top:84.5625rem;left:1.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fuAJul7OyViizAgTDRozpgTQIUTsApoG { width:17.5rem;height:6.53125rem;top:4.875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIwbMWpDTeDrWgsJvIxh5WohnyQhvn7T { width:1.0625rem;height:1.0625rem;top:4.9375rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQzO76e1ieKLfgcrx5qFiWGGT8evgXSr { width:17.5rem;height:5.225rem;top:49.875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsxOdfESbTOoh3MbD3K4z6901vZD3yLq { width:17.5rem;height:6.53125rem;top:56.125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHVIi2T8MlZmKlapD0GqmqUuEz1o3dbt { width:17.5rem;height:6.53125rem;top:42.625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgOTgHC1J0qeIN0QX9qqWMlV5IKoAk3Q { width:17.5rem;height:7.8375rem;top:63.9375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onlx4QZ4GyAPPMdWesv6ZG33TSClQVO7 { width:17.5rem;height:5.225rem;top:72.6875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf8bpzcude1E3668Z4g9ui5Vbxz3awC6 { width:1.0625rem;height:1.0625rem;top:72.6875rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C596kDCt1FEkEKRmsZTUuTouKW8DiK4A { width:1.0625rem;height:1.0625rem;top:63.9375rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm0Eq3TIiFDuI9LJiEhOkzZ581WB7pfO { width:1.0625rem;height:1.0625rem;top:49.875rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vri0OMu0Re4DzRH9FgDwuZBd75pqWOH4 { width:1.0625rem;height:1.0625rem;top:56.125rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlzTRksLO6brg1ZtqMzt5pBWBtI9J6is { width:1.0625rem;height:1.0625rem;top:42.625rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT4hMCGgQ4ftVT39qBcO7exIGua3lJeW { width:19.25rem;height:24.81875rem;top:105.3125rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44PH5HVNauIkBDvdegMGoTyhR1JKCiu { display:none; }#H44PH5HVNauIkBDvdegMGoTyhR1JKCiu > .row .container { width:20rem;height:220.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rrTMIMXTiLa1T3zN3wlG1QcoB25CaqEN { width:16.125rem;height:9.0625rem;top:53.054833412171rem;left:1.8431713581085rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNbbc4TfRthw4dciOhKAva6fITxkE9qN { display:flex;width:2rem;height:2rem;top:56.585069656372rem;left:9.0000002980231rem;font-size:1.375rem; }
#GNbbc4TfRthw4dciOhKAva6fITxkE9qN > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #UTUdWUH3VMs7QEv4bfPcApAupQRSFa1d { width:19.4375rem;height:34.0625rem;top:43.8671875rem;left:0.40451389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvP8ns8hcQW5C3JXqPHBJg45kdk9zufC { width:20.1875rem;height:71.125rem;top:9.481773376465rem;left:0rem;box-shadow: 0rem 0rem 0.75rem rgba(13,18,27,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #m3huFrnSyt7He7UCVyMUXHLTzrkOnI0c { width:1.0625rem;height:1.0625rem;top:37rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX2HDfq1NOc9fWBmA2dCNxZ9Pt4zfiu3 { width:17.49925rem;height:3.91666875rem;top:36.875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toAR9f23aLhTfh1KBQ9c4T66cC6XxwRI { width:17.5rem;height:9.138875rem;top:26.9375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCNnoJ2gB1m0HMqh24w851mTZWhEBRrE { width:1.0625rem;height:1.0625rem;top:27.125rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWLbW7qd9Jv2TwyFamdeJELytTv8RnbG { width:17.5rem;height:5.222225rem;top:12.5rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvXiC2NBTaNDzeknGo7kwVT26htIOor9 { width:1.0625rem;height:1.0625rem;top:12.5625rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePPB6RLW9VZ1twF6ci79Dg6CpOPcRcCo { width:17.5rem;height:7.8333125rem;top:18.4375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEXRqa3oztV3Myn2FN5LTkncvWOwbaUO { width:1.0625rem;height:1.0625rem;top:18.625rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Te2IMlkMwqZFUz2es52Er19xMXPlVE { width:16.311625rem;height:8.24653125rem;top:166.1875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fgnWNKImseBqVGf3OVfXrh8sOQGC20vS { width:19.999125rem;height:12.3472rem;top:180.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl0hF9DSuq0DbBwFnCNuhiOh52iEF3EJ { width:19.625rem;height:2.875rem;top:176.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vui9lJRw4mGCqcoLr49MueRSFptbgOvq { width:14.5rem;height:7.875rem;top:182.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMdK8L4VmfIITxf7oiLdOMdisVrKGllH { width:19.9375rem;height:41.75rem;top:164.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI .widget-text.counter-number { padding-top:0.385625rem;padding-right:0.334375rem;padding-bottom:0.385625rem;padding-left:0.334375rem;width:2.00375rem;min-width:2.00375rem;height:2.0725rem;font-size:1.543125rem;line-height:33.16px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.6725rem;height:0.819375rem;font-size:0.57875rem;line-height:13.11px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI { display:flex;width:13.5625rem;height:3.6875rem;top:3.7361125946045rem;left:2.5512152314186rem;padding-top:0.665625rem;padding-right:0.66625rem;padding-bottom:0.665625rem;padding-left:0.66625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #OWQN3aMADVcfW0AXgW4cU4ts1oZboWJ6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #cqdqDLmNtaeiwGAnS8NvrQJENJlVP4Hd {  }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #vic7elFX5lqy8in2T3WSfCIoHCVOzqdb {  }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #yVB7vabfAyrvSXUTFbf1IrIAFCvziwvQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #dL2ZXAiX1kMrX1DxeU86Sl3ggE2n2ebd {  }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #OVoh8ZS80uVw6G05pnmGSNpt1FBTKn5y {  }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #FbyPQZ72OXZ9ZDTcEOcscvqrGILidEHE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #qBNukv4wpxhqNTmwWS05en1ZzHeGN5nr {  }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #O9FENU7oEmltgA7GicTvWyL1GoWUlnG5 {  }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #t04XnBnCbNrRDX6MJRLHmpCTlMk3fHxB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #keKEJ8BGT6f3WTNbrwmX7AphRc6u25Q8 {  }
 }@media only screen and (max-width: 763px) { #T3SGUCL7KTZvUDV8MQXhD9PBx3arKUyI #kdUTAcTBvpMnNQIVdWxe0klwWAcaAt60 {  }
 }@media only screen and (max-width: 763px) { #NULrovrfS3LmTLXrstPKCENl5zla9pcH { width:20rem;height:3.7361125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBnQlt8aoyru4IZbm019SSWN92wB6Lnx { width:20rem;height:2.25043125rem;top:9.8563375473025rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Uy8mdHeAf03E1Pzc04GC6c9Z7g25H9 { width:20.25rem;height:122rem;top:88.1875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #RrJ6cfFXw0u4bcogKlCDRp2DIuKGq8Nl { width:18.5619375rem;height:6.89930625rem;top:44.966003417969rem;left:0.71759259700775rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aURWkWlSdwxD7HhGHJouZMpk80ZdbQ8r { width:20rem;height:2.25rem;top:63.481626510619rem;left:0.00072336196899413rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMxSt6OVI5NnVFdmObCCbdhlNscqmz9K { width:18.49825rem;height:4.046875rem;top:71.72656440735rem;left:1.0017362236977rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggw6OkF4VPE2XapVxh8q4As6pyRzuztc { width:18.686625rem;height:4.046875rem;top:199.68750524521rem;left:0.65451389551162rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOpe8VtRGT9uGW0aZnH3eJ42K1vZta9g { width:10.374rem;height:0.7309rem;top:83.1875rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.5625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #CMyEDvBORH4gATte1M7Q0LEJvticyWUx { width:8.8744375rem;height:1.5434rem;top:83.9375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #u1T57UFIdRpybiRWcnU8Qyr6ZL7HgObo { width:6.56175rem;height:0.486979375rem;top:85.4375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ENcWStTvDeGqFbTkzZO3zc1FUIoAJKmd { width:4.93706875rem;height:1.6247125rem;top:83.9375rem;left:13.5625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #QR3rGX3dAy49aNzE9gETVWZvHIc4ZGZC { width:16.1875rem;height:10.625rem;top:137.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwpLLIFMUOECNiTh8pzMcRwM4IE2qRLD { width:20rem;height:11.0711875rem;top:98.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBXW86keH9wWAkftvATDJHySwT3mtHIK { width:16.1875rem;height:21rem;top:115.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHNyZcTOtinIbPy6bwWuyiSCTDuT6meW { width:20rem;height:8.2465rem;top:89.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pKgZUx9TocQsh7lZ35f3Vt3utbeKvJq7 { width:20rem;height:2.6111125rem;top:111.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X3T1VHadHAcayIG4FMSCiQs03ahRD3hT { width:16.1875rem;height:14.0625rem;top:148.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdvi6aJPX5Do6BEvySgF2oZFFrxVeBwL { display:flex;width:4.3125rem;height:4.3125rem;top:108.375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehsoNRtMixmSWilfuZPAFN9yT9UGvwcp { width:19rem;height:4.5rem;top:193.44011116028rem;left:0.49913197755814rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBROvbxaPQuMrgESgtqSDqoawK5hKCWm { display:block; }
 }@media only screen and (max-width: 763px) { #QUPMdefSkfGX5v9MALpTTuiQnwCuTvyc { width:19rem;height:3.5625rem;top:67.414916038513rem;left:0.68663197755812rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ann7VRDBE0NgOBkrCI6zfVUtgJe1UuVL { display:block; }
 }@media only screen and (max-width: 763px) { #LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX { background-color:#c7c9c7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row .container { background-color: transparent; background-image: none; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row .container > .video-iframe-container { display: none; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row > .video-iframe-container { display: none; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .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); }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row .container { border-width: 0; border-radius: 0; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgXNFH82sgAkDBbwKLmmMJJrG8Zk2XNX > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irOtll5X2GJLq23M3op6O46HdfLEqT7a { width:11.25rem;height:2.25rem;top:1.8424491882324rem;left:4.3750000596046rem;font-size:0.75rem;color:#0d121b;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #vk6ftpmL1F7Hbd2ZxgPu3Jgq0z3VLh7z { display:block; }
 }@media only screen and (max-width: 763px) { #NpqSuKnUub552tLQ60BG9KVUdlZggUtT { width:17.5rem;height:3.4375rem;top:5.341796875rem;left:1.25rem;font-size:0.75rem;color:#0d121b;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #kr9x8WPlvCxyerWxv1o4U63erPZaDVxr { display:block; }
 }@media only screen and (max-width: 763px) { #vw1cIO1ey4RdKTuxuc8tkhXVBxI5gTFp { width:9.125rem;height:5.125rem;top:10.028747558594rem;left:5.4375rem;display:block; }
 }