.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:72,98,148;--color-primary-1:4,118,155;--color-primary-2:28,44,74;--color-primary-3:11,23,56;--color-primary-4:18,32,44;--color-secondary-0:218,218,223;--color-secondary-1:130,130,147;--color-secondary-2:5,5,39;--color-secondary-3:3,3,20;--color-secondary-4:1,1,6;--color-tertiary-0:255,255,255;--color-tertiary-1:128,128,128;--color-tertiary-2:109,109,109;--color-tertiary-3:49,49,49;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#zh4ExksU9TBDek4AB4FosIm677fx1i7T { position:relative;z-index:auto;display:none; }#zh4ExksU9TBDek4AB4FosIm677fx1i7T { border-width: 0; border-radius: 0; }#zh4ExksU9TBDek4AB4FosIm677fx1i7T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zh4ExksU9TBDek4AB4FosIm677fx1i7T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k > .row .container { background-color: transparent; background-image: none; }#ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k > .row .container > .video-iframe-container { display: none; }#ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k > .row > .video-iframe-container { display: none; }#ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k > .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); }#ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k > .row .container { border-width: 0; border-radius: 0; }#ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#PHT1Tg7gE7zAqpiSXOcytuiIh59qXxrh { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.125rem;left:55.875rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#XduwlGaql3MwL7l10Ufd3JSlptwZXh5Q { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.125rem;left:50.5625rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#Ci55afvlLeUb2xMJXvDPA3SKLVqTfaEk { color:rgba(var(--color-tertiary-0),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.125rem;left:45.9375rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#y7oAQfMxDnBB7tHokbeAtMdg5tp8VGCQ { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.125rem;left:39rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#REi7FGHvNTua1cF9HluQGhU1fvPQbRu0 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.125rem;left:30.8125rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#tvzO5S7c1pVc9Jo55gumWWr1WlpZiJ0H { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.125rem;left:25.6875rem;height:1.125rem;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; }
#P6UbJFA7u3BD79vEqS9UxN6G3tVxSWdO { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.125rem;left:16.625rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#gRTRGSeTk5FOlmq9SOIFxNaM8q6XTonW { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0.6875rem;left:0rem;height:1.75rem;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; }
#VztapTclxxfsPCp5Bv6oBc3TeQm3PB2G { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.1875rem;left:12.875rem;height:1.1875rem;font-style:normal;display:block; }
#gL6aV5HWDVEa3WCf2qvwdi8aTys92T03 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !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;box-shadow: none;height:3.125rem;width:5.125rem;top:0rem;left:25.9375rem;display:none; }
#yymtH5IHmT0kwpZO3hfeHgzQNhSGxwZs { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !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;box-shadow: none;height:3.125rem;width:5.125rem;top:0rem;left:25.9375rem;display:none; }
#GBed69BawNyrRt7p0LCFSufTNcezcFv8 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !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;box-shadow: none;height:3.125rem;width:5.125rem;top:0rem;left:25.9375rem;display:none; }
#TdCJP86TTgl8WTF8ElGIpJSKZTWCnesl { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !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;box-shadow: none;height:3.125rem;width:7.8125rem;top:0rem;left:16.5625rem;display:none; }
#qSy02nhczFgtmmnSfhJH2KIFt37hbldt { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !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;box-shadow: none;height:3.125rem;width:5.125rem;top:0rem;left:25.9375rem;display:none; }
#bGqyR22mFtV3BZJT3BFe5KMCTWOkra7f { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !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;box-shadow: none;height:3.125rem;width:5.125rem;top:0rem;left:25.9375rem;display:none; }
#xi2FtphtFPawXFyq38hiQUy3sV8K8OVp { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !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;box-shadow: none;height:3.125rem;width:5.125rem;top:0rem;left:25.9375rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fac19dca-759e-4949-b353-3baeb68e0a1f/fyrvaerkerishowtop.jpeg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#ErsE18gJivSiw7mPZoHV5uB6ZaBymCrQ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:9.875rem;left:0rem;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; }
#rrCKqN3wZO4kBAxnrDRXb6TJD56LSVCE { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:14.1875rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#RmaIxxWHMOzRN4NNrAMCBuOxsLR8GUng { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.51);top:2.3125rem;left:34.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vX0SyotroWVlIOTBCONsF2S35TwD7RDW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:3.25rem;width:25.625rem;top:1.6875rem;left:34.375rem;display:block; }
#PVCAFSqpGPKW7TfCuy1ZAFeJiCtdKfL1 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #8e7216;top:5rem;left:34.375rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aOZaf0JIspHqPezu1srAfvgVUTKzLMTF { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:7.4375rem;left:36.96875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-form-header {  }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:21.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ebecee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.1875rem;color:#221e1f;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;font-weight:400;font-style:normal;line-height:1.2;vertical-align:top; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-text {padding-top: 0; padding-bottom: 0;}#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ebecee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:4.375rem;color:#221e1f;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;font-weight:400;font-style:normal;line-height:1.2;vertical-align:top; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.5rem;color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-select {padding-top: 0; padding-bottom: 0;}#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#1bab61;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#f2f9ff;width:21.875rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(38,50,56,0.15);font-style:normal; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU [class*="-text"]:-moz-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU [class*="-text"]::-moz-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU [class*="-text"]:-ms-input-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU [class*="-text"]::-webkit-input-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;font-size:0.8125rem;font-weight:400;color:rgba(29,57,72,0.5);vertical-align:top;width:20.8125rem;overflow:hidden;font-style:normal;float:none; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-container:first-of-type{padding-top:0;}#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-container:last-of-type{padding-bottom:0;}#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35rem;top:9.375rem;z-index:15003;position:absolute;box-shadow: none; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU {display:block;}#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35rem;top:9.375rem;z-index:15003;position:absolute;box-shadow: none; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #d6qomMmUVRTNlXcfNsvvQORsuh32vnIn { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #oxkIgXnoDuPfEoOMQbdt97tv4ZarG5Kg { position:relative;display:none; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #HBlk6oHyxPDOUWAgQu9nzTwk7wyD2DDZ { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Bsv9F5FVRuiyQydkVaU3eaK4u1xeayXs { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #FSNSGblb5vARg5g3PlF3d29m3KaLvaWy { position:relative;display:none; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #QnVouZnIEbqNBGmed2QKEhO4EVI9vbkD { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #CuWNIlvlEkSHhvQoSgLT8nMi1fJDwlQf { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #cev3b6yninMNCAkQdZiIcsTJTBbLQOVE { position:relative;display:none; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #GhvGPB7yJuE7WcocnKzaL8KH6IGKrVpi { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #i1pxozZM53MH9eoTmXDuBB9HRPLQ0PXV { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #aDm6dCgeHqzbsZovp9Ksvs8sz8x5UpAf { position:relative;display:none; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Wq3A1aEpDuvrl0RkzPp3bw0VMORL8TkX { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #meMOQueTsSq9i8Ss4MvQw3Cymf6H2dsC { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #mQrkmouHOILSqTefKKOegL0JoXESK9Rh { position:relative;display:none; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #DNl6tPlu03V04CdAaz1lsiV3rFSlyi9k { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #fea6twCahrEnecL1VzSVAuR9JthqH9MJ { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Q7qyMsFDo3PFBU0W8qLOhNHDET1BnKIg { position:relative;display:none; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #ai6necSB7JQCi9O1oSLfh51pXWldGvkx { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #ih1zruwrVJZDJev9VLIr9cieHLFJnpNg { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Nh15wBDVR3L2U1T2SVt0X424kyGPKWW0 { position:relative;display:none; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Ol8XQnAhQ8un4z8LLUNZylKRANBXL1ZD { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #L07EBZAviuRN0iTmKgw2cSvVBoIfprL7 { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #ylI0UO3a5N1nbUMPIsF0piFnk2D3Micv { position:relative;z-index:2; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #t71zc69e7oqJygz4PchT2XHx1MuFpzbG { position:relative; }
#GCFy4vaGKoD90L5Kca23ZmAWtMFGrVvw { position:relative;display:block; }
#dUuXcIDVhGA6AsZW31IiyPS4SNN3beq0 { position:relative;display:block; }
#FX7GLt7QNBoDLT6kTgTA6chf7WVNLUXI { position:relative;display:block; }
#b9OpVbdoARHXARThcCS55xgHoweZ4B6U { position:relative;display:block; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #LA2qDaR7fWZEB20CPO6JyV2nrt1mTUom { position:relative; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #FwPOSTgfcfCCwSRX2uGZn8MNsGCagzJH { position:relative; }
#BfaLtnSpmqfowPct86iuEd5Jlu11vaaO { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(140deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(140deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(140deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(140deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5625rem rgba(var(--color-tertiary-4),0.4) ;height:36.875rem;width:25.625rem;top:4rem;left:34.375rem;display:block; }
#KqcZh8vxXAFtgTahiQN5BQ5NGLgg70X2 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:8.1875rem;left:0rem;height:;font-style:italic;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; }
#QiZ3iwOR9BBbaEZGDTe3X11NNsqNgA8t { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.36);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.625rem;width:37.3125rem;top:5.5rem;left:-1.25rem;display:block; }
#s2odsBzuqPKBxUxIwizxcg6RwFfpZTgA { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),0.65);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5rem;width:37.3125rem;top:22.75rem;left:-1.25rem;display:none; }
#gu0Gc1rK8vXepq9RZPmQGEm3i6BAnvt4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.51);top:23.125rem;left:15.875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TDgN3ATQ1hzDrpV2Qpp0BJpGOqkDi3hA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:3rem;left:37.9375rem;height:0.75rem;display:none; }
#feM2rM8wNTUAzQ2vB5vtxvnQvsWZzpra { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:18.1875rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE .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; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #42de91, #1bab61);background-image: -moz-linear-gradient(180deg, #42de91, #1bab61);background-image: -ms-linear-gradient(180deg, #42de91, #1bab61);background-image: -o-linear-gradient(180deg, #42de91, #1bab61);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42de91', endColorstr='#1bab61' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42de91', endColorstr='#1bab61' );";background-image: linear-gradient(180deg, #42de91, #1bab61);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;color:rgba(var(--color-primary-2),1);padding-top:0.334375rem;padding-right:0.304375rem;padding-bottom:0.334375rem;padding-left:0.304375rem;display:block;align-items:center;width:1.82625rem;min-width:1.82625rem;height:1.796875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.3375rem;font-weight:700;line-height:28.75px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.435rem;height:0.71rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.50125rem;font-weight:700;line-height:11.36px;text-align:center;text-align-last:center;text-transform:none;top:4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.75rem;height:3.384375rem;padding-top:0.041875rem;padding-right:0.043125rem;padding-bottom:0.041875rem;padding-left:0.043125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:22.75rem;left:0rem;z-index:15016;display:none; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #T3lVKSXSkVfhPeu1ndn2Rkq3H4dmr4G4 { display:flex;position:relative;top:0rem;left:0rem; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #xiDrTnhyMc5CAqSrRu7yLTsLdb59pC8O { width:auto; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #pRrsTRdiGp7ztVr7BPSV8uEQlshU2OpA {  }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #t9TJDVCxTTZMLR5DTT8FrfvCXSlB1kxT { display:flex;position:relative;top:0rem;left:0rem; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #fx6utOmcsqr2FmIGbL0T4DgmlPat9RwT {  }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #zZQ702rJw1KvJSTIyoaVhykoOp1cpvDN {  }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #HCPzonUcrkGDmroEv1pAV1ADMWP7p2GD { display:flex;position:relative;top:0rem;left:0rem; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #LhQaE8cWPQlT2ND9v7bNA89hn8ttGpcV {  }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #Se7TC1QHsTBBQnZrz6xt7BfIRmupAbtB {  }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #Tl0Uid7FLHwKmZhy7gHui5GoJr4zf3xT { display:flex;position:relative;top:0rem;left:0rem; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #uw0CbPD8eoIuHbKCHA0noBhV69Au11fG {  }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #Zo6ZTXwx03XtLzfmSblnHAM0SU7hnzoX {  }
#tud4bGRJ0vosbmMPFoM6zF0WguCBQeb5 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #dcbd03, #d4af37);background-image: -moz-linear-gradient(179deg, #dcbd03, #d4af37);background-image: -ms-linear-gradient(179deg, #dcbd03, #d4af37);background-image: -o-linear-gradient(179deg, #dcbd03, #d4af37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcbd03', endColorstr='#d4af37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcbd03', endColorstr='#d4af37' );";background-image: linear-gradient(179deg, #dcbd03, #d4af37);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:2.1875rem;width:22.5rem;top:4.8125rem;left:35.9375rem;display:block; }
#bsSi5PcppozqIH9NBgNWR8JKsiNLQluN { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #dedede);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #dedede);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #dedede);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #dedede);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#dedede' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#dedede' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #dedede);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.5625rem rgba(var(--color-tertiary-4),0.4) ;height:2.625rem;width:25.625rem;top:9.9375rem;left:34.375rem;display:none; }
#V95vpUXLbQiGcl1CboXkyGdZccKOip7S { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:10.375rem;left:36rem;display:none; }
#rGOrBSFPwmD7pMUDzim23A41POxqhTwi { color:rgba(var(--color-tertiary-1),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),1);top:10.625rem;left:35.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VfBWB6qAUaFBST364JEHaStWTlWH4QBA { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:10.3125rem;left:45.625rem;display:none; }
#s5LuO3Zc34xs5TOxdCCW2TanddL77AAb { color:rgba(var(--color-tertiary-1),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),1);top:10.6875rem;left:47.375rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row .container { background-color: transparent; background-image: none; }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row .container > .video-iframe-container { display: none; }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row > .video-iframe-container { display: none; }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .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); }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row .container { border-width: 0; border-radius: 0; }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:60rem;position:relative;display:block; }#NyATLnl71AtXFffBwdP9RqqHQpRn30eM { color:#000610;display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.5625rem;left:0rem;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; }
#ATMaRCEXm1sIeSWBgCP5lUhlehoSZUi9 { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:5.5rem;left:0rem;height:10.5rem;font-style:normal;display:block; }
#WQE2eXcHFKPT8oZGR8wqyxd98ccGpFrC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:3rem;left:37.9375rem;height:0.8125rem;display:block; }
#lggFQZogF3vUnpkAAbBr1m5sCwy4cS3p { box-sizing:content-box;color:#ffc85d;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:1.625rem;left:0.625rem;display:none; }
#k1rirEimcolCShn1PhowERVAiJB3The7 { box-sizing:content-box;color:#ffc85d;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:1.625rem;left:1.8125rem;display:none; }
#gmDJQTr6Xe4l7gVrWu6rU4Z08PQ40TI7 { box-sizing:content-box;color:#ffc85d;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:1.625rem;left:3rem;display:none; }
#WT3AKwiiMnzsaJDDRXzCMcNWRsGz4zNx { box-sizing:content-box;color:#ffc85d;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:1.625rem;left:4.1875rem;display:none; }
#dRh9roqBgJ802Mzdwk9oTak3eme7vO7J { box-sizing:content-box;color:#ffc85d;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:1.625rem;left:5.375rem;display:none; }
#gytkiVu9pPuk78AGuGrn7AKctVq4qn1v { color:#1bab61;display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.6875rem;left:7.25rem;height:0;font-style:normal;display:none; }
#itmvkON3MtLmAe9toTToXGrAIV6fdGbD { color:rgba(var(--color-tertiary-2),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:1.8125rem;left:8.5rem;height:0;text-align:right;text-align-last:right;display:none; }
#u5yLDiVQ8i5G0P5oDk4uHTN36XWON1U1 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;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: none;height:2.1875rem;width:14.3125rem;top:1.0625rem;left:0rem;display:none; }
#zUOo3Etb4hobCQ2mFa1Q4yvnh3HgDMp8 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;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: none;height:2.1875rem;width:10.6875rem;top:0.875rem;left:0rem;display:none; }
#JOuxAiNqczBq9l3wtko5eD1ltkFHQWy9 { color:rgba(var(--color-tertiary-2),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:1.625rem;left:4.8125rem;height:0;text-align:right;text-align-last:right;display:none; }
#Z8L3ovcbtGCasMeQDBLVNoqWqxRw5Xfc { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(var(--color-tertiary-0),1), #dedede);background-image: -moz-linear-gradient(179deg, rgba(var(--color-tertiary-0),1), #dedede);background-image: -ms-linear-gradient(179deg, rgba(var(--color-tertiary-0),1), #dedede);background-image: -o-linear-gradient(179deg, rgba(var(--color-tertiary-0),1), #dedede);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#dedede' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#dedede' );";background-image: linear-gradient(179deg, rgba(var(--color-tertiary-0),1), #dedede);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.5625rem rgba(var(--color-tertiary-4),0.4) ;height:2.625rem;width:25.625rem;top:9.9375rem;left:34.375rem;display:block; }
#Cs9F88drd45Ttfm6Vyitbpcd0F0IDVtp { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:10.4375rem;left:36rem;display:block; }
#eBa9BPqIPyFiJhgQ9EPnSpIQ1cFE5u3o { color:rgba(var(--color-tertiary-1),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),1);top:10.625rem;left:35.6875rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZP0s0wWMWAEq9eIGkpShNI8TO5ldNmD8 { color:rgba(var(--color-tertiary-1),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),1);top:10.625rem;left:47.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ONgMXZifWq1oED4elXCVTJPIT9p20uh1 { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:10.3125rem;left:45.75rem;display:block; }
#x752ef8JhP83n1TW3IvXXSDWthbNRzWn { color:rgba(var(--color-tertiary-3),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:17.3125rem;left:0rem;height:3rem;font-style:normal;display:block; }
#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/74ac2afb-c0f3-415e-a6ea-b343a7da8754/fyrvaerkerishowpris.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq.adaptive-delivery-prevent-bg, #OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq.lazyload, #OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq.lazyloading { background-image: none; }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row .container { background-color: transparent; background-image: none; }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row .container > .video-iframe-container { display: none; }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row > .video-iframe-container { display: none; }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .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); }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row .container { border-width: 0; border-radius: 0; }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#ye5cxHWw9WAtGkJstOudFf30Fmg6pyD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.5625rem;left:3.625rem;height:11rem;display:block; }
#hWiaEkvbKE7xVPGl6xbaxXTF1FyEhwzp { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:12.125rem;left:0rem;display:block; }
#WmG6FBliE0P8XDFr5xCSvuFod6z9tg37 { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:12.125rem;left:20.3125rem;display:block; }
#RRLb1toT7qJg4DDQ5LlUJqGTEzCvG1Vs { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:12.125rem;left:40.5625rem;display:block; }
#tkthrWTmU7UI8PXPoTknJ7Wp1QGTe1JZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.9375rem;left:3.625rem;height:1.4375rem;display:block; }
#igisEUg70Sx5H57dB8Ht9ZZbUMiVG9JD { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.8125rem;left:0rem;height:2.4375rem;display:block; }
#uCh3oA9J1pEtcLbzToKpvdJKJPTXs5T2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.9375rem;left:23.9375rem;height:1.4375rem;display:block; }
#lws0oIxqoVl8JpvSDdiT2Juzbq0bCS74 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.9375rem;left:44.0625rem;height:1.4375rem;display:block; }
#VI5yNbh4FuN1JrHbNXLs6OXQLTSuVXyx { color:rgba(var(--color-tertiary-4),1);display:block;width:44rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.25rem;left:0rem;height:2.75rem;display:block; }
#T9Q0MOZWIFOyqzpUKJyuUOgLwEbzPy09 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:4.90625rem;left:0rem;height:2.75rem;display:none; }
#BRwTOTsBeKoL15BHh5ou0VFLlMd2PAJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.6875rem;left:44.125rem;height:9.625rem;display:block; }
#BKvQCQTa6BX6iNKR4AVBGnO7nc2gSqV0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.5rem;left:24rem;height:11rem;display:block; }
#ZyTaXNUsafrlGt4xyf8aBipxlER7laT6 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:0.125rem;top:15.8125rem;left:1.4375rem;display:block; }
#bJ7EWV8DmNQTosV8MklIxsTdA8VK5CCN { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:0.125rem;top:15.8125rem;left:21.8125rem;display:block; }
#M8W2TTa9VL11F7fJ2CJ2u71ziCpnBvEc { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:0.125rem;top:16rem;left:42rem;display:block; }
#iHs9WMtT3cwTr18yIE9Jl5etrb6CrHUA { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.5625rem;width:19.375rem;top:11.625rem;left:40.625rem;display:block; }
#maWTrbQzinWUmVnX8zFKK4STCAG1edQc { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.5625rem;width:19.375rem;top:11.625rem;left:0rem;display:block; }
#naFlbekhu2GfMmMx9xxldT3klASQAbbh { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.5625rem;width:19.375rem;top:11.625rem;left:20.3125rem;display:block; }
#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row .container { background-color: transparent; background-image: none; }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row .container > .video-iframe-container { display: none; }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row > .video-iframe-container { display: none; }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .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); }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row .container { border-width: 0; border-radius: 0; }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#vQLwld9OKVRTLqopdzToLgFc5N1dVC24 { color:#000610;display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.6875rem;left:0rem;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; }
#ARcHITqWr4i2MHKD4HTA5SIuOUZSiaDz { color:rgba(var(--color-tertiary-3),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:6.3125rem;left:0rem;height:12rem;font-style:normal;display:block; }
#QarJrir4UON9pvQZ7zcl6JInKaVNdmfU { color:rgba(var(--color-tertiary-3),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:2;letter-spacing:0;top:7.875rem;left:31.5rem;height:9.375rem;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; }
#JN6wF9TUpL0nbcvlvo9EsCPadCfIbEem { color:rgba(var(--color-tertiary-3),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:6.0625rem;left:29.1875rem;height:1.5rem;font-style:normal;display:block; }
#n4OD4qNWmvdvRnc6F5BSAXKXZX0P8XSN { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:8.0625rem;left:29rem;display:block; }
#r60LB6TGi0FhGHSsrl9aErrRe5zTOwS9 { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:9.9375rem;left:29rem;display:block; }
#kCwIayt7QalnRn9VoV6qtq7i4TvQhq6e { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:11.875rem;left:29rem;display:block; }
#hQGFvzaGanBpXyQhe2a1rcp9NtvPaRrZ { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:13.6875rem;left:29rem;display:block; }
#MZpIyw0fk7kLebsJ89271p3cZPofTLlw { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:15.5625rem;left:29rem;display:block; }
#iqTNABzq6TbgXNpMe9y383oTmRBqg2FT { background-color:#1bab61;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: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:23rem;left:0rem;display:none; }
#Nk9LOFgENP7x4M3kXqMZRSKAAznDT8VX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020217;background-image:url("https://images.assets-landingi.com/uc/3fd4fe11-b24c-47d0-8205-4a0dfcfc9500/fyrvrkerishow4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif.adaptive-delivery-prevent-bg, #tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif.lazyload, #tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif.lazyloading { background-image: none; }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row .container { background-color: transparent; background-image: none; }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row .container > .video-iframe-container { display: none; }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row > .video-iframe-container { display: none; }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .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); }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row .container { border-width: 0; border-radius: 0; }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#EWivheJ7qlGDa7pFo6udXWrKPxMX8TOB { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:;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; }
#gTHP6aIdLMvOSqfZlHZnhQkJJwQq6haT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:7.84375rem;left:0rem;height:19.25rem;display:block; }
#D4i7uJWpFagLsH7dpuCK8zDq2RpvJKP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:7.84375rem;left:31.4375rem;height:9.625rem;display:block; }
#qz0JWWtT5U2SlfzO38viOgm8XHs5NUJO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25rem;width:28.75rem;top:6.375rem;left:-1.25rem;display:block; }
#E4RLiGUHSPBSwf1n8ix7Dlkz12N0ALT8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.1875rem;width:28.75rem;top:6.3125rem;left:30.21875rem;display:block; }
#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row .container { background-color: transparent; background-image: none; }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row .container > .video-iframe-container { display: none; }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row > .video-iframe-container { display: none; }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .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); }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row .container { border-width: 0; border-radius: 0; }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:60rem;position:relative;display:block; }#K7rea8avX4Mkam2neiLmESwVqGMVvtQi { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.03125rem;left:0rem;height:;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; }
#NUxlPfxhki7J67Nz73T9ecRAe1VA8DlK { color:rgba(var(--color-tertiary-3),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:10.65625rem;left:0rem;height:8.25rem;display:block; }
#ondXEDkQAQGRptkTrzMTpAzbpaHcVuV6 { position:absolute;display:block;z-index:15001;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: none;height:16.5rem;width:25rem;top:6.96875rem;left:35rem;overflow:hidden;display:block; }
#xtsSoKgqsmKUBVcE3f4HSIZPpxULsLeD { background-color:#1bab61;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: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.28125rem;left:0rem;display:block; }
#zZWTSsc1nnWil6NwEUTuX0I5Po0wPFz2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i0dFO8Zgc1zHi4Ss4TuTpbmMUR24ogad { color:rgba(var(--color-tertiary-3),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:10.6875rem;left:15.875rem;height:8.25rem;display:block; }
#s74yCtTEgobZgdOkh4EzCT5m8mEL5LtX { color:rgba(var(--color-tertiary-3),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:6.96875rem;left:0rem;height:2.75rem;display:block; }
#QZL1K3LpnmJEOFkL8lZCehTU4IIPo2a2 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:20.09375rem;left:0rem;height:1.375rem;display:block; }
#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#07021a;background-image:url("https://images.assets-landingi.com/uc/624f62c9-6b17-4985-938b-ba008f579792/fyrvaerkerishow.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI.adaptive-delivery-prevent-bg, #gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI.lazyload, #gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI.lazyloading { background-image: none; }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row .container { background-color: transparent; background-image: none; }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row .container > .video-iframe-container { display: none; }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row > .video-iframe-container { display: none; }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .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); }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row .container { border-width: 0; border-radius: 0; }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#xcmFs8Zo13n5vNKrUL3QREVBBZXgxsUa { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.8125rem;left:3.4375rem;height:2.75rem;display:block; }
#EC1lH1TV9b0zr6bfk1SsAaGbCk5Khx0y { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:9.8125rem;left:0rem;display:block; }
#crBqrZz3zc9qwpCfcr2UKLhTcC89S2AG { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:17.375rem;left:0rem;display:block; }
#gnC3lF0UTpA19mhJxNJ6rCAZ0NwOonkR { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:9.5rem;left:30.0625rem;display:block; }
#n9dx4ILUIvgoTvuh7fDrVK6TneVleieZ { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:17.5rem;left:30.3125rem;display:block; }
#lzT8cEFP8AnPiWIiizDz5cyi9EWse3uL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.625rem;left:3.4375rem;height:1.4375rem;display:block; }
#z3kb6lPQokwLoN5EcMLNChmXLgC6Lw67 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.09375rem;left:0rem;height:;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; }
#RmlCAaqX0JthN9xtlv7h2acPOHaRp7Uz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:18.25rem;left:3.4375rem;height:1.4375rem;display:block; }
#zbJGfTk60M7SaIXLvTUL70y8wIQrigLW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.625rem;left:33.75rem;height:1.4375rem;display:block; }
#A2LrtRZT4sfovxBSvkxuBxb4ePBM8qTy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.25rem;left:33.75rem;height:1.4375rem;display:block; }
#pTuyMxUwzXFlh34Xv7grcK3KnQ7SRACZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.40625rem;left:0rem;height:2.75rem;display:block; }
#OhLMETQgrXOcMmQC3RL7eq8TbWoEB5Qy { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:10.5625rem;left:30.0625rem;display:block; }
#vNU2MGqncqNNOe1uwZC7rlGQ6wRLp244 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:4.90625rem;left:0rem;height:2.75rem;display:none; }
#ACMJaRwDCbOqq0VTzffZ6oL1s6BoKXUu { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:20.5rem;left:33.75rem;height:2.75rem;display:block; }
#LGPBvPBiCqUUH9ORUcFOyTEmW0n5ZnrX { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.875rem;width:29.375rem;top:9.8125rem;left:0rem;display:block; }
#DA5bDNuz31wzwfDZlMXGOQ2114LQCzSz { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.4375rem;width:29.375rem;top:17.5625rem;left:0rem;display:block; }
#cMn2my7HVtBbdeGHPXJkd2nk9LQDy09w { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.875rem;width:29.375rem;top:9.8125rem;left:30.1875rem;display:block; }
#WwWxwaaW4zttaG6NTRyuMr1bBkZ4rihN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.4375rem;width:29.375rem;top:17.5625rem;left:30.3125rem;display:block; }
#SJV56goF3p1azkCONTcmFs6aQ3xA1KJa { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:20.5rem;left:3.4375rem;height:2.75rem;display:block; }
#l1dk3QvWm73TvPCWBlGPEl0sTdPeEd83 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.78125rem;left:33.75rem;height:2.75rem;display:block; }
#zdgqqty3pQypdxalLxh9phBFCu3MSyrv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#zdgqqty3pQypdxalLxh9phBFCu3MSyrv > .row .container { background-color: transparent; background-image: none; }#zdgqqty3pQypdxalLxh9phBFCu3MSyrv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdgqqty3pQypdxalLxh9phBFCu3MSyrv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdgqqty3pQypdxalLxh9phBFCu3MSyrv > .row .container > .video-iframe-container { display: none; }#zdgqqty3pQypdxalLxh9phBFCu3MSyrv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdgqqty3pQypdxalLxh9phBFCu3MSyrv > .row > .video-iframe-container { display: none; }#zdgqqty3pQypdxalLxh9phBFCu3MSyrv > .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); }#zdgqqty3pQypdxalLxh9phBFCu3MSyrv > .row .container { border-width: 0; border-radius: 0; }#zdgqqty3pQypdxalLxh9phBFCu3MSyrv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdgqqty3pQypdxalLxh9phBFCu3MSyrv > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#pVxMzBzmbuqwhEbn5ctMtV5T3eCKdqme { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:;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; }
#VeUdeqZHsD7LH8J0gVpwQOCNh2DyO1Og { color:rgba(var(--color-tertiary-3),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:8.625rem;left:0rem;height:;display:block; }#VeUdeqZHsD7LH8J0gVpwQOCNh2DyO1Og li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VeUdeqZHsD7LH8J0gVpwQOCNh2DyO1Og li:before{  }
#ZHi6SQnwqww9plJOgLBoyGu3bvAsA1w5 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:6.375rem;left:31.4375rem;height:12.375rem;display:block; }
#fH4f3uzERKD7Xy6Tk3pF7y2Wm65xunNM { background-color:#1bab61;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: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:19.8125rem;left:31.4375rem;display:block; }
#xL5umy15FpkW7U1BKQTbxUboPxikF0nD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fshztdm1XMBiz0xuTQq7x8dMVfCJcFce { color:rgba(var(--color-tertiary-3),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:6.375rem;left:0rem;height:1.375rem;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; }
#HaTENxtlcTQOH7FHTVEZRCnfG7coKClK { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.75rem;left:31.4375rem;height:;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; }
#ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a0c38;background-image:url("https://images.assets-landingi.com/uc/7fff8355-0a82-4305-862e-2d43d2362356/fyrvrkerishow5.crop_5184x2050_0,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK.adaptive-delivery-prevent-bg, #ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK.lazyload, #ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK.lazyloading { background-image: none; }#ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK > .row .container { background-color: transparent; background-image: none; }#ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK > .row .container > .video-iframe-container { display: none; }#ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK > .row > .video-iframe-container { display: none; }#ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK > .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); }#ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK > .row .container { border-width: 0; border-radius: 0; }#ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:60rem;position:relative;display:block; }#LeX9RIXu88lOJgTnnTqOPZPk7w4HznO5 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.375rem;left:0rem;height:;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; }
#tS6uHhxZwFEtAgnEMrZX5LvgGT0nqG1T { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.6) ;height:6.5625rem;width:28.125rem;top:6.75rem;left:0rem;display:block; }
#C971kegP7xTo1Bfhvua9Fb82lRAvXBED { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:13.625rem;left:10.0625rem;height:1.125rem;text-align:left;text-align-last:left;display:block; }
#gWQPHa4NorBywVIV2EhfcanvUTrQG2vr { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:8rem;left:1.5625rem;height:4.125rem;display:block; }
#eaLzGem03HOKylyTxoeQiqXve4CiWA1q { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.6) ;height:6.5625rem;width:28.125rem;top:6.75rem;left:31.875rem;display:block; }
#PsZv6wEzHgHH3TdTIerlAn92ZFz7dBiM { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:13.5625rem;left:43.6875rem;height:1.125rem;text-align:left;text-align-last:left;display:block; }
#UQUXtL3bZn8es6SuiAhMAk9f370dFSlK { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:8rem;left:33.625rem;height:4.125rem;display:block; }
#VVAVaF9zlbLGs7bC6OTawdqyeycvQLyT { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:11.875rem;left:24.21875rem;display:block; }
#lmobkrgLyeavVJ2mQR0eXVJLJUSzsRXa { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:11.9375rem;left:55.96875rem;display:block; }
#CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3 > .row .container { background-color: transparent; background-image: none; }#CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3 > .row .container > .video-iframe-container { display: none; }#CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3 > .row > .video-iframe-container { display: none; }#CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3 > .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); }#CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3 > .row .container { border-width: 0; border-radius: 0; }#CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3 > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:60rem;position:relative;display:block; }#ekqiariAKJEt5OeaDXuZs8NBMNzA4cMT { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:;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; }
#iW1PC3IvQSxaqqJSdqp6nyqKUFv0iuOC { color:rgba(var(--color-tertiary-3),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:7rem;left:0rem;height:13.75rem;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; }
#rQ7qMTFsCisH2B1gKEzNo2A3GgEnNnyy { position:absolute;display:block;z-index:15002;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: none;height:16.5625rem;width:25rem;top:4.25rem;left:35rem;overflow:hidden;display:block; }
#viIsq5lEfP6ryHQLtFoMCuGGhfOSN09k { position:relative;z-index:auto;display:block; } #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection *:focus-visible, #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection input[type="text"]:focus-visible, #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection input[type="email"]:focus-visible, #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection input[type="tel"]:focus-visible, #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection textarea:focus-visible { outline: none; } #viIsq5lEfP6ryHQLtFoMCuGGhfOSN09k > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zh4ExksU9TBDek4AB4FosIm677fx1i7T { display:block; }#zh4ExksU9TBDek4AB4FosIm677fx1i7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k { display:block; }#ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHT1Tg7gE7zAqpiSXOcytuiIh59qXxrh { top:1.125rem;left:43.625rem;width:4.125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XduwlGaql3MwL7l10Ufd3JSlptwZXh5Q { top:1.125rem;left:43.75rem;width:4rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci55afvlLeUb2xMJXvDPA3SKLVqTfaEk { top:1.125rem;left:39.8125rem;width:3.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7oAQfMxDnBB7tHokbeAtMdg5tp8VGCQ { top:1.125rem;left:32.875rem;width:5.625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REi7FGHvNTua1cF9HluQGhU1fvPQbRu0 { top:1.125rem;left:24.6875rem;width:6.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvzO5S7c1pVc9Jo55gumWWr1WlpZiJ0H { top:1.125rem;left:19.5625rem;width:4.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6UbJFA7u3BD79vEqS9UxN6G3tVxSWdO { top:1.125rem;left:10.5rem;width:7.375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRTRGSeTk5FOlmq9SOIFxNaM8q6XTonW { top:0.6875rem;left:0rem;width:13.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VztapTclxxfsPCp5Bv6oBc3TeQm3PB2G { top:1.1875rem;left:6.75rem;width:2.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL6aV5HWDVEa3WCf2qvwdi8aTys92T03 { top:0rem;left:19.8125rem;width:5.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yymtH5IHmT0kwpZO3hfeHgzQNhSGxwZs { top:0rem;left:19.8125rem;width:5.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBed69BawNyrRt7p0LCFSufTNcezcFv8 { top:0rem;left:19.8125rem;width:5.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdCJP86TTgl8WTF8ElGIpJSKZTWCnesl { top:0rem;left:10.4375rem;width:7.8125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSy02nhczFgtmmnSfhJH2KIFt37hbldt { top:0rem;left:19.8125rem;width:5.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGqyR22mFtV3BZJT3BFe5KMCTWOkra7f { top:0rem;left:19.8125rem;width:5.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xi2FtphtFPawXFyq38hiQUy3sV8K8OVp { top:0rem;left:19.8125rem;width:5.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErsE18gJivSiw7mPZoHV5uB6ZaBymCrQ { width:31.875rem;height:;top:9.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrCKqN3wZO4kBAxnrDRXb6TJD56LSVCE { top:14.1875rem;left:0rem;width:23.625rem;height:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmaIxxWHMOzRN4NNrAMCBuOxsLR8GUng { top:2.3125rem;left:22.125rem;width:25.625rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX0SyotroWVlIOTBCONsF2S35TwD7RDW { top:1.6875rem;left:22.125rem;width:25.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVCAFSqpGPKW7TfCuy1ZAFeJiCtdKfL1 { width:25.625rem;height:1.8125rem;top:5rem;left:22.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOZaf0JIspHqPezu1srAfvgVUTKzLMTF { width:20.4375rem;height:2.625rem;top:7.4375rem;left:27.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-text {padding-top: 0; padding-bottom: 0;}#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-select {padding-top: 0; padding-bottom: 0;}#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-button { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-checkbox-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU  { width:21.875rem;height:auto;top:9.375rem;left:23.375rem; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU {display:block;}#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU { width:21.875rem;height:auto;top:9.375rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #d6qomMmUVRTNlXcfNsvvQORsuh32vnIn {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #oxkIgXnoDuPfEoOMQbdt97tv4ZarG5Kg { display:none; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #HBlk6oHyxPDOUWAgQu9nzTwk7wyD2DDZ {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Bsv9F5FVRuiyQydkVaU3eaK4u1xeayXs {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #FSNSGblb5vARg5g3PlF3d29m3KaLvaWy { display:none; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #QnVouZnIEbqNBGmed2QKEhO4EVI9vbkD {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #CuWNIlvlEkSHhvQoSgLT8nMi1fJDwlQf {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #cev3b6yninMNCAkQdZiIcsTJTBbLQOVE { display:none; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #GhvGPB7yJuE7WcocnKzaL8KH6IGKrVpi {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #i1pxozZM53MH9eoTmXDuBB9HRPLQ0PXV {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #aDm6dCgeHqzbsZovp9Ksvs8sz8x5UpAf { display:none; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Wq3A1aEpDuvrl0RkzPp3bw0VMORL8TkX {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #meMOQueTsSq9i8Ss4MvQw3Cymf6H2dsC {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #mQrkmouHOILSqTefKKOegL0JoXESK9Rh { display:none; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #DNl6tPlu03V04CdAaz1lsiV3rFSlyi9k {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #fea6twCahrEnecL1VzSVAuR9JthqH9MJ {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Q7qyMsFDo3PFBU0W8qLOhNHDET1BnKIg { display:none; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #ai6necSB7JQCi9O1oSLfh51pXWldGvkx {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #ih1zruwrVJZDJev9VLIr9cieHLFJnpNg {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Nh15wBDVR3L2U1T2SVt0X424kyGPKWW0 { display:none; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Ol8XQnAhQ8un4z8LLUNZylKRANBXL1ZD {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #L07EBZAviuRN0iTmKgw2cSvVBoIfprL7 {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #ylI0UO3a5N1nbUMPIsF0piFnk2D3Micv {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #t71zc69e7oqJygz4PchT2XHx1MuFpzbG {  }
 }@media only screen and (max-width: 763px) { #GCFy4vaGKoD90L5Kca23ZmAWtMFGrVvw { display:block; }
 }@media only screen and (max-width: 763px) { #dUuXcIDVhGA6AsZW31IiyPS4SNN3beq0 { display:block; }
 }@media only screen and (max-width: 763px) { #FX7GLt7QNBoDLT6kTgTA6chf7WVNLUXI { display:block; }
 }@media only screen and (max-width: 763px) { #b9OpVbdoARHXARThcCS55xgHoweZ4B6U { display:block; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #LA2qDaR7fWZEB20CPO6JyV2nrt1mTUom {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #FwPOSTgfcfCCwSRX2uGZn8MNsGCagzJH {  }
 }@media only screen and (max-width: 763px) { #BfaLtnSpmqfowPct86iuEd5Jlu11vaaO { top:4rem;left:22.125rem;width:25.625rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqcZh8vxXAFtgTahiQN5BQ5NGLgg70X2 { width:31.875rem;height:1.4375rem;top:8.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiZ3iwOR9BBbaEZGDTe3X11NNsqNgA8t { top:5.5rem;left:0rem;width:37.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2odsBzuqPKBxUxIwizxcg6RwFfpZTgA { top:22.75rem;left:0rem;width:37.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu0Gc1rK8vXepq9RZPmQGEm3i6BAnvt4 { top:23.125rem;left:9.75rem;width:17.5rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDgN3ATQ1hzDrpV2Qpp0BJpGOqkDi3hA { top:3rem;left:25.6875rem;width:22.0625rem;height:0.75rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #feM2rM8wNTUAzQ2vB5vtxvnQvsWZzpra { top:18.1875rem;left:0rem;width:24.3125rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE .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; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE .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; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE { width:18rem;height:5.0625rem;display:flex;top:21.9375rem;left:0rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #T3lVKSXSkVfhPeu1ndn2Rkq3H4dmr4G4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #xiDrTnhyMc5CAqSrRu7yLTsLdb59pC8O {  }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #pRrsTRdiGp7ztVr7BPSV8uEQlshU2OpA {  }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #t9TJDVCxTTZMLR5DTT8FrfvCXSlB1kxT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #fx6utOmcsqr2FmIGbL0T4DgmlPat9RwT {  }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #zZQ702rJw1KvJSTIyoaVhykoOp1cpvDN {  }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #HCPzonUcrkGDmroEv1pAV1ADMWP7p2GD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #LhQaE8cWPQlT2ND9v7bNA89hn8ttGpcV {  }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #Se7TC1QHsTBBQnZrz6xt7BfIRmupAbtB {  }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #Tl0Uid7FLHwKmZhy7gHui5GoJr4zf3xT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #uw0CbPD8eoIuHbKCHA0noBhV69Au11fG {  }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #Zo6ZTXwx03XtLzfmSblnHAM0SU7hnzoX {  }
 }@media only screen and (max-width: 763px) { #tud4bGRJ0vosbmMPFoM6zF0WguCBQeb5 { top:4.8125rem;left:25.25rem;width:22.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsSi5PcppozqIH9NBgNWR8JKsiNLQluN { top:9.9375rem;left:22.125rem;width:25.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V95vpUXLbQiGcl1CboXkyGdZccKOip7S { top:10.375rem;left:29.875rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGOrBSFPwmD7pMUDzim23A41POxqhTwi { width:5.125rem;height:1.125rem;top:44.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfBWB6qAUaFBST364JEHaStWTlWH4QBA { top:10.3125rem;left:39.5rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5LuO3Zc34xs5TOxdCCW2TanddL77AAb { width:11rem;height:0.9375rem;top:39.9375rem;left:1.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n { display:block; }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyATLnl71AtXFffBwdP9RqqHQpRn30eM { width:31.875rem;height:;top:2.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATMaRCEXm1sIeSWBgCP5lUhlehoSZUi9 { width:32.5rem;height:10.5rem;top:5.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQE2eXcHFKPT8oZGR8wqyxd98ccGpFrC { top:3rem;left:25.6875rem;width:22.0625rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lggFQZogF3vUnpkAAbBr1m5sCwy4cS3p { top:1.625rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1rirEimcolCShn1PhowERVAiJB3The7 { top:1.625rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmDJQTr6Xe4l7gVrWu6rU4Z08PQ40TI7 { top:1.625rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3AKwiiMnzsaJDDRXzCMcNWRsGz4zNx { top:1.625rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRh9roqBgJ802Mzdwk9oTak3eme7vO7J { top:1.625rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gytkiVu9pPuk78AGuGrn7AKctVq4qn1v { top:1.6875rem;left:1.125rem;width:2.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itmvkON3MtLmAe9toTToXGrAIV6fdGbD { top:1.8125rem;left:2.375rem;width:5.25rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5yLDiVQ8i5G0P5oDk4uHTN36XWON1U1 { top:1.0625rem;left:0rem;width:14.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUOo3Etb4hobCQ2mFa1Q4yvnh3HgDMp8 { top:0.875rem;left:0rem;width:10.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOuxAiNqczBq9l3wtko5eD1ltkFHQWy9 { top:1.625rem;left:0rem;width:5.25rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8L3ovcbtGCasMeQDBLVNoqWqxRw5Xfc { top:9.9375rem;left:22.125rem;width:25.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs9F88drd45Ttfm6Vyitbpcd0F0IDVtp { top:10.4375rem;left:29.875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBa9BPqIPyFiJhgQ9EPnSpIQ1cFE5u3o { width:10.375rem;height:1.1875rem;top:10.625rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP0s0wWMWAEq9eIGkpShNI8TO5ldNmD8 { width:11rem;height:1.125rem;top:10.625rem;left:36.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONgMXZifWq1oED4elXCVTJPIT9p20uh1 { top:10.3125rem;left:39.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x752ef8JhP83n1TW3IvXXSDWthbNRzWn { width:29.125rem;height:3rem;top:17.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq { display:block; }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ye5cxHWw9WAtGkJstOudFf30Fmg6pyD0 { top:15.5625rem;left:0rem;width:15.9375rem;height:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWiaEkvbKE7xVPGl6xbaxXTF1FyEhwzp { top:12.125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmG6FBliE0P8XDFr5xCSvuFod6z9tg37 { top:12.125rem;left:14.1875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRLb1toT7qJg4DDQ5LlUJqGTEzCvG1Vs { top:12.125rem;left:34.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkthrWTmU7UI8PXPoTknJ7Wp1QGTe1JZ { top:12.9375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igisEUg70Sx5H57dB8Ht9ZZbUMiVG9JD { top:2.8125rem;left:0rem;width:34.5625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCh3oA9J1pEtcLbzToKpvdJKJPTXs5T2 { top:12.9375rem;left:17.8125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lws0oIxqoVl8JpvSDdiT2Juzbq0bCS74 { top:12.9375rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI5yNbh4FuN1JrHbNXLs6OXQLTSuVXyx { top:6.25rem;left:0rem;width:44rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Q0MOZWIFOyqzpUKJyuUOgLwEbzPy09 { top:7.25rem;left:0rem;width:20rem;height:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRwTOTsBeKoL15BHh5ou0VFLlMd2PAJZ { top:15.6875rem;left:32.125rem;width:15.625rem;height:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKvQCQTa6BX6iNKR4AVBGnO7nc2gSqV0 { top:15.5rem;left:17.875rem;width:15.625rem;height:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyTaXNUsafrlGt4xyf8aBipxlER7laT6 { top:15.8125rem;left:0rem;width:0.125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ7EWV8DmNQTosV8MklIxsTdA8VK5CCN { top:15.8125rem;left:15.6875rem;width:0.125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8W2TTa9VL11F7fJ2CJ2u71ziCpnBvEc { top:16rem;left:35.875rem;width:0.125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHs9WMtT3cwTr18yIE9Jl5etrb6CrHUA { top:11.625rem;left:28.375rem;width:19.375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #maWTrbQzinWUmVnX8zFKK4STCAG1edQc { top:11.625rem;left:0rem;width:19.375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naFlbekhu2GfMmMx9xxldT3klASQAbbh { top:11.625rem;left:14.1875rem;width:19.375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5TdagOGHGhsIO2VPpm97o2U9MACDC2x { display:block; }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQLwld9OKVRTLqopdzToLgFc5N1dVC24 { width:30.25rem;height:1.875rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARcHITqWr4i2MHKD4HTA5SIuOUZSiaDz { width:26.9375rem;height:13.5rem;top:6.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QarJrir4UON9pvQZ7zcl6JInKaVNdmfU { width:28.5rem;height:9.375rem;top:7.875rem;left:19.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN6wF9TUpL0nbcvlvo9EsCPadCfIbEem { width:30.8125rem;height:1.5rem;top:6.0625rem;left:16.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4OD4qNWmvdvRnc6F5BSAXKXZX0P8XSN { top:8.0625rem;left:22.875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r60LB6TGi0FhGHSsrl9aErrRe5zTOwS9 { top:9.9375rem;left:22.875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCwIayt7QalnRn9VoV6qtq7i4TvQhq6e { top:11.875rem;left:22.875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQGFvzaGanBpXyQhe2a1rcp9NtvPaRrZ { top:13.6875rem;left:22.875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZpIyw0fk7kLebsJ89271p3cZPofTLlw { top:15.5625rem;left:22.875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqTNABzq6TbgXNpMe9y383oTmRBqg2FT { width:13.125rem;height:2.5rem;top:23rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nk9LOFgENP7x4M3kXqMZRSKAAznDT8VX { display:block; }
 }@media only screen and (max-width: 763px) { #tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif { display:block; }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWivheJ7qlGDa7pFo6udXWrKPxMX8TOB { top:2.6875rem;left:0rem;width:31.4375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTHP6aIdLMvOSqfZlHZnhQkJJwQq6haT { top:7.8125rem;left:0rem;width:26.25rem;height:21.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4i7uJWpFagLsH7dpuCK8zDq2RpvJKP6 { top:7.8125rem;left:21.4375rem;width:26.3125rem;height:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz0JWWtT5U2SlfzO38viOgm8XHs5NUJO { top:6.375rem;left:0rem;width:28.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4RLiGUHSPBSwf1n8ix7Dlkz12N0ALT8 { top:6.3125rem;left:19rem;width:28.75rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OErd3w27nU0L3r3q6oGUD8JdNzii6B63 { display:block; }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7rea8avX4Mkam2neiLmESwVqGMVvtQi { top:3rem;left:0rem;width:34.5625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUxlPfxhki7J67Nz73T9ecRAe1VA8DlK { top:10.625rem;left:0rem;width:15.1875rem;height:8.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ondXEDkQAQGRptkTrzMTpAzbpaHcVuV6 { top:6.9375rem;left:22.75rem;width:25rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtsSoKgqsmKUBVcE3f4HSIZPpxULsLeD { width:13.125rem;height:2.5rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZWTSsc1nnWil6NwEUTuX0I5Po0wPFz2 { display:block; }
 }@media only screen and (max-width: 763px) { #i0dFO8Zgc1zHi4Ss4TuTpbmMUR24ogad { top:10.6875rem;left:9.75rem;width:15.3125rem;height:8.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s74yCtTEgobZgdOkh4EzCT5m8mEL5LtX { top:6.9375rem;left:0rem;width:25.25rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZL1K3LpnmJEOFkL8lZCehTU4IIPo2a2 { top:20.0625rem;left:0rem;width:25.25rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI { display:block; }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcmFs8Zo13n5vNKrUL3QREVBBZXgxsUa { top:12.8125rem;left:0rem;width:26.25rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC1lH1TV9b0zr6bfk1SsAaGbCk5Khx0y { top:9.8125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crBqrZz3zc9qwpCfcr2UKLhTcC89S2AG { top:17.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnC3lF0UTpA19mhJxNJ6rCAZ0NwOonkR { top:9.5rem;left:23.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9dx4ILUIvgoTvuh7fDrVK6TneVleieZ { top:17.5rem;left:24.1875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzT8cEFP8AnPiWIiizDz5cyi9EWse3uL { top:10.625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3kb6lPQokwLoN5EcMLNChmXLgC6Lw67 { top:2.0625rem;left:0rem;width:34.5625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmlCAaqX0JthN9xtlv7h2acPOHaRp7Uz { top:18.25rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbJGfTk60M7SaIXLvTUL70y8wIQrigLW { top:10.625rem;left:27.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2LrtRZT4sfovxBSvkxuBxb4ePBM8qTy { top:18.25rem;left:27.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTuyMxUwzXFlh34Xv7grcK3KnQ7SRACZ { top:5.375rem;left:0rem;width:32.0625rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhLMETQgrXOcMmQC3RL7eq8TbWoEB5Qy { top:10.5625rem;left:23.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNU2MGqncqNNOe1uwZC7rlGQ6wRLp244 { top:7.25rem;left:0rem;width:20rem;height:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACMJaRwDCbOqq0VTzffZ6oL1s6BoKXUu { top:20.5rem;left:23.125rem;width:24.625rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGPBvPBiCqUUH9ORUcFOyTEmW0n5ZnrX { top:9.8125rem;left:0rem;width:29.375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA5bDNuz31wzwfDZlMXGOQ2114LQCzSz { top:17.5625rem;left:0rem;width:29.375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMn2my7HVtBbdeGHPXJkd2nk9LQDy09w { top:9.8125rem;left:17.9375rem;width:29.375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwWxwaaW4zttaG6NTRyuMr1bBkZ4rihN { top:17.5625rem;left:18.0625rem;width:29.375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJV56goF3p1azkCONTcmFs6aQ3xA1KJa { top:20.5rem;left:0rem;width:26.25rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1dk3QvWm73TvPCWBlGPEl0sTdPeEd83 { top:12.75rem;left:23.125rem;width:24.625rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdgqqty3pQypdxalLxh9phBFCu3MSyrv { display:block; }#zdgqqty3pQypdxalLxh9phBFCu3MSyrv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVxMzBzmbuqwhEbn5ctMtV5T3eCKdqme { top:2.75rem;left:0rem;width:27.9375rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeUdeqZHsD7LH8J0gVpwQOCNh2DyO1Og { top:8.625rem;left:0rem;width:26.3125rem;height:;font-size:0.75rem;display:block; }#VeUdeqZHsD7LH8J0gVpwQOCNh2DyO1Og li:before{  }
 }@media only screen and (max-width: 763px) { #ZHi6SQnwqww9plJOgLBoyGu3bvAsA1w5 { top:6.3125rem;left:21.4375rem;width:26.25rem;height:12.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH4f3uzERKD7Xy6Tk3pF7y2Wm65xunNM { width:18.75rem;height:2.5rem;top:19.8125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL5umy15FpkW7U1BKQTbxUboPxikF0nD { display:block; }
 }@media only screen and (max-width: 763px) { #fshztdm1XMBiz0xuTQq7x8dMVfCJcFce { top:6.375rem;left:0rem;width:26.3125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaTENxtlcTQOH7FHTVEZRCnfG7coKClK { top:2.75rem;left:19.8125rem;width:27.9375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK { display:block; }#ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeX9RIXu88lOJgTnnTqOPZPk7w4HznO5 { top:2.375rem;left:0rem;width:31.4375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS6uHhxZwFEtAgnEMrZX5LvgGT0nqG1T { top:6.75rem;left:0rem;width:28.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C971kegP7xTo1Bfhvua9Fb82lRAvXBED { top:13.625rem;left:3.9375rem;width:18.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWQPHa4NorBywVIV2EhfcanvUTrQG2vr { top:8rem;left:0rem;width:24.8125rem;height:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaLzGem03HOKylyTxoeQiqXve4CiWA1q { top:6.75rem;left:19.625rem;width:28.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsZv6wEzHgHH3TdTIerlAn92ZFz7dBiM { top:13.5625rem;left:33.75rem;width:14rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQUXtL3bZn8es6SuiAhMAk9f370dFSlK { top:8rem;left:22.9375rem;width:24.8125rem;height:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVAVaF9zlbLGs7bC6OTawdqyeycvQLyT { top:11.875rem;left:18.09375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmobkrgLyeavVJ2mQR0eXVJLJUSzsRXa { top:11.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3 { display:block; }#CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekqiariAKJEt5OeaDXuZs8NBMNzA4cMT { top:2.75rem;left:0rem;width:27.9375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW1PC3IvQSxaqqJSdqp6nyqKUFv0iuOC { top:7rem;left:0rem;width:26.3125rem;height:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ7qMTFsCisH2B1gKEzNo2A3GgEnNnyy { top:4.25rem;left:22.75rem;width:25rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viIsq5lEfP6ryHQLtFoMCuGGhfOSN09k { display:block; } #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection *:focus-visible, #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection input[type="text"]:focus-visible, #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection input[type="email"]:focus-visible, #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection input[type="tel"]:focus-visible, #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection textarea:focus-visible { outline: none; } #viIsq5lEfP6ryHQLtFoMCuGGhfOSN09k > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fbe6ed49-a043-4ad4-bc8c-710c6e537ee5/15165915000745832166.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); } }@media only screen and (max-width: 763px) { #zh4ExksU9TBDek4AB4FosIm677fx1i7T { position:relative;z-index:auto;display:block; }#zh4ExksU9TBDek4AB4FosIm677fx1i7T > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k { display:block; }#ryMf2K7kOfustCdE50N2CnzbaUdtkJ8k > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHT1Tg7gE7zAqpiSXOcytuiIh59qXxrh { width:5rem;height:1rem;top:6.0625rem;left:15rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XduwlGaql3MwL7l10Ufd3JSlptwZXh5Q { width:4.375rem;height:1rem;top:6.0625rem;left:10.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ci55afvlLeUb2xMJXvDPA3SKLVqTfaEk { width:4.0625rem;height:1rem;top:6.0625rem;left:6.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7oAQfMxDnBB7tHokbeAtMdg5tp8VGCQ { width:5.9375rem;height:1rem;top:6.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REi7FGHvNTua1cF9HluQGhU1fvPQbRu0 { width:7.1875rem;height:1rem;top:3.5625rem;left:12.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvzO5S7c1pVc9Jo55gumWWr1WlpZiJ0H { width:4.6875rem;height:1rem;top:3.5625rem;left:7.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6UbJFA7u3BD79vEqS9UxN6G3tVxSWdO { width:7.5rem;height:1rem;top:3.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRTRGSeTk5FOlmq9SOIFxNaM8q6XTonW { width:20rem;height:1.75rem;top:0.59375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VztapTclxxfsPCp5Bv6oBc3TeQm3PB2G { width:2.125rem;height:0;top:1.09375rem;left:16.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gL6aV5HWDVEa3WCf2qvwdi8aTys92T03 { width:4.6875rem;height:2.3125rem;top:2.8125rem;left:7.8125rem;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1f374c, #12202c);background-image: -moz-linear-gradient(180deg, #1f374c, #12202c);background-image: -ms-linear-gradient(180deg, #1f374c, #12202c);background-image: -o-linear-gradient(180deg, #1f374c, #12202c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f374c', endColorstr='#12202c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f374c', endColorstr='#12202c' );";background-image: linear-gradient(180deg, #1f374c, #12202c);background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yymtH5IHmT0kwpZO3hfeHgzQNhSGxwZs { width:5.9375rem;height:2.3125rem;top:5.4375rem;left:0rem;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1f374c, #12202c);background-image: -moz-linear-gradient(180deg, #1f374c, #12202c);background-image: -ms-linear-gradient(180deg, #1f374c, #12202c);background-image: -o-linear-gradient(180deg, #1f374c, #12202c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f374c', endColorstr='#12202c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f374c', endColorstr='#12202c' );";background-image: linear-gradient(180deg, #1f374c, #12202c);background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBed69BawNyrRt7p0LCFSufTNcezcFv8 { width:5rem;height:2.3125rem;top:5.40625rem;left:15rem;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1f374c, #12202c);background-image: -moz-linear-gradient(180deg, #1f374c, #12202c);background-image: -ms-linear-gradient(180deg, #1f374c, #12202c);background-image: -o-linear-gradient(180deg, #1f374c, #12202c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f374c', endColorstr='#12202c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f374c', endColorstr='#12202c' );";background-image: linear-gradient(180deg, #1f374c, #12202c);background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdCJP86TTgl8WTF8ElGIpJSKZTWCnesl { width:7.5rem;height:2.3125rem;top:2.8125rem;left:0rem;z-index:15013;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1f374c, #12202c);background-image: -moz-linear-gradient(180deg, #1f374c, #12202c);background-image: -ms-linear-gradient(180deg, #1f374c, #12202c);background-image: -o-linear-gradient(180deg, #1f374c, #12202c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f374c', endColorstr='#12202c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f374c', endColorstr='#12202c' );";background-image: linear-gradient(180deg, #1f374c, #12202c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qSy02nhczFgtmmnSfhJH2KIFt37hbldt { width:7.1875rem;height:2.3125rem;top:2.8125rem;left:12.8125rem;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1f374c, #12202c);background-image: -moz-linear-gradient(180deg, #1f374c, #12202c);background-image: -ms-linear-gradient(180deg, #1f374c, #12202c);background-image: -o-linear-gradient(180deg, #1f374c, #12202c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f374c', endColorstr='#12202c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f374c', endColorstr='#12202c' );";background-image: linear-gradient(180deg, #1f374c, #12202c);background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGqyR22mFtV3BZJT3BFe5KMCTWOkra7f { width:4.0625rem;height:2.3125rem;top:5.4375rem;left:6.1875rem;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1f374c, #12202c);background-image: -moz-linear-gradient(180deg, #1f374c, #12202c);background-image: -ms-linear-gradient(180deg, #1f374c, #12202c);background-image: -o-linear-gradient(180deg, #1f374c, #12202c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f374c', endColorstr='#12202c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f374c', endColorstr='#12202c' );";background-image: linear-gradient(180deg, #1f374c, #12202c);background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi2FtphtFPawXFyq38hiQUy3sV8K8OVp { width:4.375rem;height:2.3125rem;top:5.4375rem;left:10.5rem;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1f374c, #12202c);background-image: -moz-linear-gradient(180deg, #1f374c, #12202c);background-image: -ms-linear-gradient(180deg, #1f374c, #12202c);background-image: -o-linear-gradient(180deg, #1f374c, #12202c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f374c', endColorstr='#12202c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f374c', endColorstr='#12202c' );";background-image: linear-gradient(180deg, #1f374c, #12202c);background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0f0d1c;background-image:url("https://images.assets-landingi.com/uc/fbe6ed49-a043-4ad4-bc8c-710c6e537ee5/15165915000745832166.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErsE18gJivSiw7mPZoHV5uB6ZaBymCrQ { width:20rem;height:1.5625rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrCKqN3wZO4kBAxnrDRXb6TJD56LSVCE { width:20rem;height:2.625rem;top:4.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #RmaIxxWHMOzRN4NNrAMCBuOxsLR8GUng { width:20rem;height:0.8125rem;top:9.25rem;left:0.0625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vX0SyotroWVlIOTBCONsF2S35TwD7RDW { width:20rem;height:2.4375rem;top:8.8125rem;left:0rem;z-index:14997;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVCAFSqpGPKW7TfCuy1ZAFeJiCtdKfL1 { width:20rem;height:1.375rem;top:11.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOZaf0JIspHqPezu1srAfvgVUTKzLMTF { width:17.6875rem;height:2rem;top:13.0625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: none; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-text {padding-top: 0; padding-bottom: 0;}#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: none; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-select {padding-top: 0; padding-bottom: 0;}#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;font-size:1.125rem;overflow:hidden; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU  { width:17.5rem;height:auto;top:14.0625rem;left:0rem;box-shadow: 0.125rem 0rem 1.125rem rgba(34,30,31,0.1) ; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU {display:block;}#HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU { width:17.5rem;height:auto;top:14.0625rem;left:0rem;box-shadow: 0.125rem 0rem 1.125rem rgba(34,30,31,0.1) ; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #d6qomMmUVRTNlXcfNsvvQORsuh32vnIn {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #oxkIgXnoDuPfEoOMQbdt97tv4ZarG5Kg { display:none; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #HBlk6oHyxPDOUWAgQu9nzTwk7wyD2DDZ {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Bsv9F5FVRuiyQydkVaU3eaK4u1xeayXs {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #FSNSGblb5vARg5g3PlF3d29m3KaLvaWy { display:none; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #QnVouZnIEbqNBGmed2QKEhO4EVI9vbkD {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #CuWNIlvlEkSHhvQoSgLT8nMi1fJDwlQf {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #cev3b6yninMNCAkQdZiIcsTJTBbLQOVE { display:none; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #GhvGPB7yJuE7WcocnKzaL8KH6IGKrVpi {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #i1pxozZM53MH9eoTmXDuBB9HRPLQ0PXV {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #aDm6dCgeHqzbsZovp9Ksvs8sz8x5UpAf { display:none; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Wq3A1aEpDuvrl0RkzPp3bw0VMORL8TkX {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #meMOQueTsSq9i8Ss4MvQw3Cymf6H2dsC {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #mQrkmouHOILSqTefKKOegL0JoXESK9Rh { display:none; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #DNl6tPlu03V04CdAaz1lsiV3rFSlyi9k {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #fea6twCahrEnecL1VzSVAuR9JthqH9MJ {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Q7qyMsFDo3PFBU0W8qLOhNHDET1BnKIg { display:none; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #ai6necSB7JQCi9O1oSLfh51pXWldGvkx {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #ih1zruwrVJZDJev9VLIr9cieHLFJnpNg {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Nh15wBDVR3L2U1T2SVt0X424kyGPKWW0 { display:none; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #Ol8XQnAhQ8un4z8LLUNZylKRANBXL1ZD {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #L07EBZAviuRN0iTmKgw2cSvVBoIfprL7 {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #ylI0UO3a5N1nbUMPIsF0piFnk2D3Micv {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #t71zc69e7oqJygz4PchT2XHx1MuFpzbG {  }
 }@media only screen and (max-width: 763px) { #GCFy4vaGKoD90L5Kca23ZmAWtMFGrVvw { display:block; }
 }@media only screen and (max-width: 763px) { #dUuXcIDVhGA6AsZW31IiyPS4SNN3beq0 { display:block; }
 }@media only screen and (max-width: 763px) { #FX7GLt7QNBoDLT6kTgTA6chf7WVNLUXI { display:block; }
 }@media only screen and (max-width: 763px) { #b9OpVbdoARHXARThcCS55xgHoweZ4B6U { display:block; }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #LA2qDaR7fWZEB20CPO6JyV2nrt1mTUom {  }
 }@media only screen and (max-width: 763px) { #HLn3AkVJSBAGspoIfIwLaSVwnwc7t6AU #FwPOSTgfcfCCwSRX2uGZn8MNsGCagzJH {  }
 }@media only screen and (max-width: 763px) { #BfaLtnSpmqfowPct86iuEd5Jlu11vaaO { width:20rem;height:34.5rem;top:10.5625rem;left:0rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqcZh8vxXAFtgTahiQN5BQ5NGLgg70X2 { width:20rem;height:0.875rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiZ3iwOR9BBbaEZGDTe3X11NNsqNgA8t { width:20rem;height:3.5rem;top:0.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2odsBzuqPKBxUxIwizxcg6RwFfpZTgA { width:20rem;height:2.4375rem;top:25.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gu0Gc1rK8vXepq9RZPmQGEm3i6BAnvt4 { width:20rem;height:0;top:26.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TDgN3ATQ1hzDrpV2Qpp0BJpGOqkDi3hA { width:17.4375rem;height:0.6875rem;top:38.75rem;left:2.5625rem;font-size:0.5625rem;line-height:1.3;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #feM2rM8wNTUAzQ2vB5vtxvnQvsWZzpra { width:20rem;height:1.3125rem;top:6.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE .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; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE .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; }
#SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE { width:18rem;height:5.0625rem;display:flex;top:21.9375rem;left:0.875rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #T3lVKSXSkVfhPeu1ndn2Rkq3H4dmr4G4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #xiDrTnhyMc5CAqSrRu7yLTsLdb59pC8O {  }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #pRrsTRdiGp7ztVr7BPSV8uEQlshU2OpA {  }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #t9TJDVCxTTZMLR5DTT8FrfvCXSlB1kxT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #fx6utOmcsqr2FmIGbL0T4DgmlPat9RwT {  }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #zZQ702rJw1KvJSTIyoaVhykoOp1cpvDN {  }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #HCPzonUcrkGDmroEv1pAV1ADMWP7p2GD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #LhQaE8cWPQlT2ND9v7bNA89hn8ttGpcV {  }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #Se7TC1QHsTBBQnZrz6xt7BfIRmupAbtB {  }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #Tl0Uid7FLHwKmZhy7gHui5GoJr4zf3xT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #uw0CbPD8eoIuHbKCHA0noBhV69Au11fG {  }
 }@media only screen and (max-width: 763px) { #SfnSTAmBWRvTuGS2OunF0e0emIzR5JkE #Zo6ZTXwx03XtLzfmSblnHAM0SU7hnzoX {  }
 }@media only screen and (max-width: 763px) { #tud4bGRJ0vosbmMPFoM6zF0WguCBQeb5 { width:17.375rem;height:1.75rem;top:10.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsSi5PcppozqIH9NBgNWR8JKsiNLQluN { width:20rem;height:2.625rem;top:43.8125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #V95vpUXLbQiGcl1CboXkyGdZccKOip7S { width:1.5625rem;height:1.5625rem;top:44.3125rem;left:1.0625rem;font-size:1.0625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #rGOrBSFPwmD7pMUDzim23A41POxqhTwi { width:5.125rem;height:1.125rem;top:44.5625rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VfBWB6qAUaFBST364JEHaStWTlWH4QBA { width:1.5625rem;height:1.5625rem;top:44.3125rem;left:8.875rem;font-size:1.0625rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #s5LuO3Zc34xs5TOxdCCW2TanddL77AAb { width:11rem;height:0.9375rem;top:44.625rem;left:7.8125rem;text-align:right;text-align-last:right;font-size:0.6875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n { background-color:#ffffff;background-image:none;display:block; }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row .container { background-color: transparent; background-image: none; }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row .container > .video-iframe-container { display: none; }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row > .video-iframe-container { display: none; }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .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); }#dsRl2e7qgTTBGsbzNyR7O4qKOOaOST5n > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyATLnl71AtXFffBwdP9RqqHQpRn30eM { width:20rem;height:1.8125rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ATMaRCEXm1sIeSWBgCP5lUhlehoSZUi9 { width:20rem;height:10.6875rem;top:3.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQE2eXcHFKPT8oZGR8wqyxd98ccGpFrC { width:15.25rem;height:0;top:22.5rem;left:2.375rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #lggFQZogF3vUnpkAAbBr1m5sCwy4cS3p { width:1.25rem;height:1.25rem;top:12.0625rem;left:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1rirEimcolCShn1PhowERVAiJB3The7 { width:1.25rem;height:1.25rem;top:12.0625rem;left:4.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmDJQTr6Xe4l7gVrWu6rU4Z08PQ40TI7 { width:1.25rem;height:1.25rem;top:12.0625rem;left:5.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WT3AKwiiMnzsaJDDRXzCMcNWRsGz4zNx { width:1.25rem;height:1.25rem;top:12.0625rem;left:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRh9roqBgJ802Mzdwk9oTak3eme7vO7J { width:1.25rem;height:1.25rem;top:12.0625rem;left:8rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gytkiVu9pPuk78AGuGrn7AKctVq4qn1v { width:2.25rem;height:1.125rem;top:12.1875rem;left:9.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #itmvkON3MtLmAe9toTToXGrAIV6fdGbD { width:5.3125rem;height:0.9375rem;top:12.25rem;left:11.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5yLDiVQ8i5G0P5oDk4uHTN36XWON1U1 { width:14.1875rem;height:2.1875rem;top:11.5rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUOo3Etb4hobCQ2mFa1Q4yvnh3HgDMp8 { width:10.6875rem;height:2.1875rem;top:11.625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOuxAiNqczBq9l3wtko5eD1ltkFHQWy9 { width:5.25rem;height:0.9375rem;top:12.3125rem;left:9.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8L3ovcbtGCasMeQDBLVNoqWqxRw5Xfc { width:20rem;height:2.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cs9F88drd45Ttfm6Vyitbpcd0F0IDVtp { width:1.6875rem;height:1.6875rem;top:10.4375rem;left:9.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBa9BPqIPyFiJhgQ9EPnSpIQ1cFE5u3o { width:10.375rem;height:auto;top:10.625rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZP0s0wWMWAEq9eIGkpShNI8TO5ldNmD8 { width:11rem;height:auto;top:10.625rem;left:4.5rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONgMXZifWq1oED4elXCVTJPIT9p20uh1 { width:1.6875rem;height:1.6875rem;top:10.3125rem;left:9.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x752ef8JhP83n1TW3IvXXSDWthbNRzWn { width:20rem;height:3.5625rem;top:15.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq { position:relative;z-index:auto;background-color:#0a0c28;background-image:url("https://images.assets-landingi.com/QnmhbDbE/fyrv_rkeri_5.jpeg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq.adaptive-delivery-prevent-bg, #OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq.lazyload, #OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq.lazyloading { background-image: none; }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row .container { background-color: transparent; background-image: none; }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row .container > .video-iframe-container { display: none; }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row > .video-iframe-container { display: none; }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .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); }#OiVB1hG4A3k9bVbww6Wqc8yoT5y0bJEq > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ye5cxHWw9WAtGkJstOudFf30Fmg6pyD0 { width:16.25rem;height:9.5rem;top:13.1875rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWiaEkvbKE7xVPGl6xbaxXTF1FyEhwzp { width:2.5rem;height:2.5rem;top:10.5rem;left:0.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmG6FBliE0P8XDFr5xCSvuFod6z9tg37 { width:2.5rem;height:2.5rem;top:24rem;left:0.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRLb1toT7qJg4DDQ5LlUJqGTEzCvG1Vs { width:2.5rem;height:2.5rem;top:35.9375rem;left:0.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkthrWTmU7UI8PXPoTknJ7Wp1QGTe1JZ { width:12.5rem;height:1.4375rem;top:10.8125rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igisEUg70Sx5H57dB8Ht9ZZbUMiVG9JD { width:20rem;height:4.125rem;top:1.0625rem;left:0rem;font-size:1.5rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCh3oA9J1pEtcLbzToKpvdJKJPTXs5T2 { width:12.5rem;height:1.4375rem;top:24.125rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lws0oIxqoVl8JpvSDdiT2Juzbq0bCS74 { width:12.5rem;height:1.4375rem;top:36.25rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI5yNbh4FuN1JrHbNXLs6OXQLTSuVXyx { width:20rem;height:0;top:7.5rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9Q0MOZWIFOyqzpUKJyuUOgLwEbzPy09 { width:20rem;height:3.5625rem;top:5.6875rem;left:0rem;font-size:0.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #BRwTOTsBeKoL15BHh5ou0VFLlMd2PAJZ { width:16.25rem;height:8.3125rem;top:38.25rem;left:3.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKvQCQTa6BX6iNKR4AVBGnO7nc2gSqV0 { width:15.625rem;height:8.3125rem;top:26.375rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyTaXNUsafrlGt4xyf8aBipxlER7laT6 { width:0.0625rem;height:11.5625rem;top:9.625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJ7EWV8DmNQTosV8MklIxsTdA8VK5CCN { width:0.0625rem;height:10.3125rem;top:23rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8W2TTa9VL11F7fJ2CJ2u71ziCpnBvEc { width:0.0625rem;height:10.3125rem;top:36.40625rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHs9WMtT3cwTr18yIE9Jl5etrb6CrHUA { width:19.375rem;height:16.5625rem;top:118.96875rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #maWTrbQzinWUmVnX8zFKK4STCAG1edQc { width:19.375rem;height:16.5625rem;top:83.34375rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #naFlbekhu2GfMmMx9xxldT3klASQAbbh { width:19.375rem;height:16.5625rem;top:101.15625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5TdagOGHGhsIO2VPpm97o2U9MACDC2x { background-color:#ffffff;background-image:none;display:block; }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row .container { background-color: transparent; background-image: none; }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row .container > .video-iframe-container { display: none; }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row > .video-iframe-container { display: none; }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .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); }#H5TdagOGHGhsIO2VPpm97o2U9MACDC2x > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQLwld9OKVRTLqopdzToLgFc5N1dVC24 { width:20rem;height:3.625rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ARcHITqWr4i2MHKD4HTA5SIuOUZSiaDz { width:20rem;height:11.875rem;top:5.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QarJrir4UON9pvQZ7zcl6JInKaVNdmfU { width:16.6875rem;height:10.5rem;top:20rem;left:2.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #JN6wF9TUpL0nbcvlvo9EsCPadCfIbEem { width:17.25rem;height:1.1875rem;top:18.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4OD4qNWmvdvRnc6F5BSAXKXZX0P8XSN { width:1.25rem;height:1.25rem;top:20.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r60LB6TGi0FhGHSsrl9aErrRe5zTOwS9 { width:1.25rem;height:1.25rem;top:21.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCwIayt7QalnRn9VoV6qtq7i4TvQhq6e { width:1.25rem;height:1.25rem;top:23.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQGFvzaGanBpXyQhe2a1rcp9NtvPaRrZ { width:1.25rem;height:1.25rem;top:26.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZpIyw0fk7kLebsJ89271p3cZPofTLlw { width:1.25rem;height:1.25rem;top:29.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqTNABzq6TbgXNpMe9y383oTmRBqg2FT { width:13.75rem;height:2.5rem;top:32rem;left:3.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Nk9LOFgENP7x4M3kXqMZRSKAAznDT8VX { display:block; }
 }@media only screen and (max-width: 763px) { #tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif { background-color:#030331;background-image:url("https://images.assets-landingi.com/kzP4B8gf/fyrv_rkeri_8.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif.adaptive-delivery-prevent-bg, #tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif.lazyload, #tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif.lazyloading { background-image: none; }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row .container { background-color: transparent; background-image: none; }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row .container > .video-iframe-container { display: none; }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row > .video-iframe-container { display: none; }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .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); }#tlPcyIDbkqD8qGT3ZfVx6hQ0QNZObXif > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWivheJ7qlGDa7pFo6udXWrKPxMX8TOB { width:20rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTHP6aIdLMvOSqfZlHZnhQkJJwQq6haT { width:20rem;height:21.375rem;top:4.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4i7uJWpFagLsH7dpuCK8zDq2RpvJKP6 { width:20rem;height:11.875rem;top:26.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz0JWWtT5U2SlfzO38viOgm8XHs5NUJO { width:20rem;height:25rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4RLiGUHSPBSwf1n8ix7Dlkz12N0ALT8 { width:20rem;height:20.1875rem;top:6.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OErd3w27nU0L3r3q6oGUD8JdNzii6B63 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row .container { background-color: transparent; background-image: none; }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row .container > .video-iframe-container { display: none; }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row > .video-iframe-container { display: none; }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .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); }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row .container { border-width: 0; border-radius: 0; }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OErd3w27nU0L3r3q6oGUD8JdNzii6B63 > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7rea8avX4Mkam2neiLmESwVqGMVvtQi { width:20rem;height:3.625rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUxlPfxhki7J67Nz73T9ecRAe1VA8DlK { width:20rem;height:7.125rem;top:8.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ondXEDkQAQGRptkTrzMTpAzbpaHcVuV6 { width:15.5rem;height:10.25rem;top:19rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtsSoKgqsmKUBVcE3f4HSIZPpxULsLeD { width:13.125rem;height:2.5rem;top:22.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZWTSsc1nnWil6NwEUTuX0I5Po0wPFz2 { display:block; }
 }@media only screen and (max-width: 763px) { #i0dFO8Zgc1zHi4Ss4TuTpbmMUR24ogad { width:9.375rem;height:7.125rem;top:8.9375rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s74yCtTEgobZgdOkh4EzCT5m8mEL5LtX { width:20rem;height:2.375rem;top:5.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZL1K3LpnmJEOFkL8lZCehTU4IIPo2a2 { width:20rem;height:1.1875rem;top:16.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI { position:relative;z-index:auto;background-color:#0a0c28;background-image:url("https://images.assets-landingi.com/QnmhbDbE/fyrv_rkeri_5.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI.adaptive-delivery-prevent-bg, #gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI.lazyload, #gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI.lazyloading { background-image: none; }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row .container { background-color: transparent; background-image: none; }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row .container > .video-iframe-container { display: none; }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row > .video-iframe-container { display: none; }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .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); }#gAWJqtwbAsTECq3v9s9uUVTnGUvp4eBI > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcmFs8Zo13n5vNKrUL3QREVBBZXgxsUa { width:16.25rem;height:3.5625rem;top:12.4375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC1lH1TV9b0zr6bfk1SsAaGbCk5Khx0y { width:3.125rem;height:3.125rem;top:10.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crBqrZz3zc9qwpCfcr2UKLhTcC89S2AG { width:3.125rem;height:3.125rem;top:16.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnC3lF0UTpA19mhJxNJ6rCAZ0NwOonkR { width:3.125rem;height:3.125rem;top:23.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9dx4ILUIvgoTvuh7fDrVK6TneVleieZ { width:3.125rem;height:3.125rem;top:31.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzT8cEFP8AnPiWIiizDz5cyi9EWse3uL { width:12.5rem;height:1.4375rem;top:10.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3kb6lPQokwLoN5EcMLNChmXLgC6Lw67 { width:20rem;height:4rem;top:1.0625rem;left:0rem;font-size:1.4375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmlCAaqX0JthN9xtlv7h2acPOHaRp7Uz { width:12.5rem;height:1.4375rem;top:17.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbJGfTk60M7SaIXLvTUL70y8wIQrigLW { width:12.5rem;height:1.4375rem;top:24.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2LrtRZT4sfovxBSvkxuBxb4ePBM8qTy { width:12.5rem;height:1.4375rem;top:32.4375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTuyMxUwzXFlh34Xv7grcK3KnQ7SRACZ { width:20rem;height:0;top:7.5rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhLMETQgrXOcMmQC3RL7eq8TbWoEB5Qy { width:3.125rem;height:3.125rem;top:24.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNU2MGqncqNNOe1uwZC7rlGQ6wRLp244 { width:20rem;height:3.5625rem;top:5.8125rem;left:0rem;font-size:0.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ACMJaRwDCbOqq0VTzffZ6oL1s6BoKXUu { width:16.25rem;height:3.5625rem;top:34.4375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGPBvPBiCqUUH9ORUcFOyTEmW0n5ZnrX { width:20rem;height:6.875rem;top:9.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DA5bDNuz31wzwfDZlMXGOQ2114LQCzSz { width:20rem;height:6.4375rem;top:17.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMn2my7HVtBbdeGHPXJkd2nk9LQDy09w { width:20rem;height:6.875rem;top:9.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WwWxwaaW4zttaG6NTRyuMr1bBkZ4rihN { width:20rem;height:6.4375rem;top:17.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJV56goF3p1azkCONTcmFs6aQ3xA1KJa { width:16.25rem;height:3.5625rem;top:27.3125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1dk3QvWm73TvPCWBlGPEl0sTdPeEd83 { width:16.3125rem;height:3.5625rem;top:19.9375rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdgqqty3pQypdxalLxh9phBFCu3MSyrv { position:relative;z-index:auto;display:block; }#zdgqqty3pQypdxalLxh9phBFCu3MSyrv > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVxMzBzmbuqwhEbn5ctMtV5T3eCKdqme { width:20rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VeUdeqZHsD7LH8J0gVpwQOCNh2DyO1Og { width:20rem;height:12.25rem;top:6.3125rem;left:0rem;font-size:0.75rem;display:block; }#VeUdeqZHsD7LH8J0gVpwQOCNh2DyO1Og li:before{  }
 }@media only screen and (max-width: 763px) { #ZHi6SQnwqww9plJOgLBoyGu3bvAsA1w5 { width:20rem;height:11.875rem;top:22.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH4f3uzERKD7Xy6Tk3pF7y2Wm65xunNM { width:18.75rem;height:2.5rem;top:35.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL5umy15FpkW7U1BKQTbxUboPxikF0nD { display:block; }
 }@media only screen and (max-width: 763px) { #fshztdm1XMBiz0xuTQq7x8dMVfCJcFce { width:20rem;height:2.375rem;top:3.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaTENxtlcTQOH7FHTVEZRCnfG7coKClK { width:20rem;height:1.8125rem;top:19.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK { display:block; }#ZnbkPZlVDBOTpOI1foh0qZkFQt5xGMbK > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeX9RIXu88lOJgTnnTqOPZPk7w4HznO5 { width:20rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tS6uHhxZwFEtAgnEMrZX5LvgGT0nqG1T { width:20rem;height:4.875rem;top:6.25rem;left:0rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.29) ;display:block; }
 }@media only screen and (max-width: 763px) { #C971kegP7xTo1Bfhvua9Fb82lRAvXBED { width:18.125rem;height:1.125rem;top:11.25rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWQPHa4NorBywVIV2EhfcanvUTrQG2vr { width:18.75rem;height:3.5625rem;top:7rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaLzGem03HOKylyTxoeQiqXve4CiWA1q { width:20rem;height:5rem;top:14.5rem;left:0rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.29) ;display:block; }
 }@media only screen and (max-width: 763px) { #PsZv6wEzHgHH3TdTIerlAn92ZFz7dBiM { width:18.125rem;height:1.125rem;top:19.6875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQUXtL3bZn8es6SuiAhMAk9f370dFSlK { width:18.75rem;height:3.5625rem;top:15.3125rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVAVaF9zlbLGs7bC6OTawdqyeycvQLyT { width:3.125rem;height:3.125rem;top:9.75rem;left:15.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmobkrgLyeavVJ2mQR0eXVJLJUSzsRXa { width:3.125rem;height:3.125rem;top:18.1875rem;left:15.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3 { position:relative;z-index:auto;display:block; }#CZAvfSb3zrcsTE6ym8eADF8HBNq0Ebe3 > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekqiariAKJEt5OeaDXuZs8NBMNzA4cMT { width:20rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iW1PC3IvQSxaqqJSdqp6nyqKUFv0iuOC { width:20rem;height:13.0625rem;top:4.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ7qMTFsCisH2B1gKEzNo2A3GgEnNnyy { width:20rem;height:13.25rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viIsq5lEfP6ryHQLtFoMCuGGhfOSN09k { position:relative;z-index:auto;display:block; } #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection *:focus-visible, #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection input[type="text"]:focus-visible, #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection input[type="email"]:focus-visible, #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection input[type="tel"]:focus-visible, #kKkgDyzGNcnTPshuteUTVBXBPlz0Pga2.widget-smartsection textarea:focus-visible { outline: none; } #viIsq5lEfP6ryHQLtFoMCuGGhfOSN09k > .row .container { position:relative;display:block; } }