.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:57.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#g2wQe3TKEsCMJGHKwasc0fdDx9DAsP9m { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.9375rem;width:28.375rem;top:3.3125rem;left:46.477609308886rem;overflow:hidden;display:block; }
#rztpZZXfhWKDQyiqo5iOyc0BTZTIaQbg { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:9.375rem;top:3.3125rem;left:1.96875rem;overflow:hidden;display:block; }
#qUufpTrbHCPhIGSIoJsza1S4aI6RTGGb { box-sizing:content-box;height:51.0625rem;width:26.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #21bbef);background-image: -moz-linear-gradient(90deg, #0f539c, #21bbef);background-image: -ms-linear-gradient(90deg, #0f539c, #21bbef);background-image: -o-linear-gradient(90deg, #0f539c, #21bbef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#21bbef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#21bbef' );";background-image: linear-gradient(90deg, #0f539c, #21bbef);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#x7wti8hWUA2s6pUbhd7tBGplKKrKc4FC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:27.6875rem;top:33.63671875rem;left:23.78125rem;overflow:hidden;display:block; }
#oZIcZRAETAg4V0u9VanZBcUDrfKZxgIX { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:32.9375rem;left:2rem;height:8.7744375rem;font-style:normal;display:block; }
#HFKI03LsH2UBR7wyCsGexK8JOwrcecRG { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.625rem;top:3.3125rem;left:16.09375rem;overflow:hidden;display:block; }
#eOTn6OkAI5W5EHLPwM01Ju8ONR89wWgA { background-color:#0f539c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:48.4375rem;left:36.875rem;display:block; }
#XfABiBtZkNaoO1qfDChFDGdfBbM5KXAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iT1ICIKH2yCmw9UMkGdKOuQ5Wrx6OKwl { box-sizing:content-box;height:0.375rem;width:24.375rem;position:absolute;display:block;z-index:15035;background-color:#21bbef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.6875rem;left:26.75rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#u02ZPSeAeiWvWse2L7EUcFTX767rp2sb { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:43.3515625rem;left:1.96875rem;height:3.8994125rem;font-style:normal;display:block; }
#h1CTfVfFkeZ5EXqIgvSsruBTrqux8e5R { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.875rem;width:20.8125rem;top:0rem;left:26.59375rem;overflow:hidden;display:block; }
#NuSRgmEX2JbznFmL6RCXGCe3d0AMzaZc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5 > .row .container { background-color: transparent; background-image: none; }#mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5 > .row .container > .video-iframe-container { display: none; }#mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5 > .row > .video-iframe-container { display: none; }#mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5 > .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); }#mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5 > .row .container { border-width: 0; border-radius: 0; }#mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5 > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#n0iyiES1HC0WlsBMS0F1WQhkb1NOZAbc { color:#0f539c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:2;letter-spacing:0;top:3.40625rem;left:0rem;height:10rem;font-style:normal;display:block; }
#mEJGaETsDT3hquVGE3zmyAg2OrFEUron { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.5625rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:0.240234375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp { position:relative;display:block; }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp { background-color: transparent; background-image: none; }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row .container > .video-iframe-container { display: none; }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row > .video-iframe-container { display: none; }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .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); }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp { border-width: 0; border-radius: 0; }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ba7ed9f1-cce5-4163-8001-ee4ef278d04b/Fascia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row .container.adaptive-delivery-prevent-bg, #RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row .container.lazyload, #RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row .container.lazyloading { background-image: none; }#l7g9X68aHxa18u3Dcx053GMPnwkxnGbb { color:#0f539c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:2;letter-spacing:0;top:3.5rem;left:0rem;height:4rem;font-style:normal;display:block; }
#bKSX9O9ryRny6ayMH7OamSPVqIcg48gn { color:#0f539c;display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:2;letter-spacing:0;top:9.1875rem;left:25.125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpUbSfz0xSqb0De3hRyVRSm3ktfFTe5i { box-sizing:content-box;height:16.75rem;width:32.875rem;position:absolute;display:block;z-index:15002;background-color:#f4f4f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.125rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zbv1TqAlhJ2cbitLrpTaWUFfrgBE0AJI { box-sizing:content-box;height:16.875rem;width:32.875rem;position:absolute;display:block;z-index:15003;background-color:#f4f4f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.125rem;left:42.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#F75SXPKlMS02BrNzy0mDWlWKTaHDA0rv { box-sizing:content-box;height:3.3125rem;width:25.1875rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:24.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hSFLTmZeU5Cp045mqXsJMnTWhnC9OvCy { color:#0f539c;display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:17.25rem;left:1.9375rem;height:2rem;font-style:normal;display:block; }
#EQhPmcOsFAMaabqMarnDqP0UGIg3FTPm { box-sizing:content-box;height:0.125rem;width:11.875rem;position:absolute;display:block;z-index:15036;background-color:#21bbef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.875rem;left:1.9375rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#pFqkH3KhvD7UEuM1uhM7Xt91LePaTo1y { color:#0f539c;display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:2;letter-spacing:0;top:17.25rem;left:44rem;height:2rem;font-style:normal;display:block; }
#BIABQl5uLzxOTLtmcRKGTNoA3S39vvdt { box-sizing:content-box;height:0.125rem;width:11.875rem;position:absolute;display:block;z-index:15038;background-color:#21bbef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.875rem;left:44rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#LBPsQv9GtabLy7Z0bBXl6Ug6oTV33TVJ { color:#0f539c;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:20.875rem;left:1.9375rem;height:10.375rem;font-style:normal;display:block; }#LBPsQv9GtabLy7Z0bBXl6Ug6oTV33TVJ li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#LBPsQv9GtabLy7Z0bBXl6Ug6oTV33TVJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_697547d8f4df0df58700e7895bf20ddd9400e286.svg); }
#blrfP4qMBRM4ITKc6HiLzKstAEsOQxb8 { color:#0f539c;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:2;letter-spacing:0;top:20.875rem;left:44rem;height:8.375rem;font-style:normal;display:block; }#blrfP4qMBRM4ITKc6HiLzKstAEsOQxb8 li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#blrfP4qMBRM4ITKc6HiLzKstAEsOQxb8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_697547d8f4df0df58700e7895bf20ddd9400e286.svg); }
#irznbnGdQGmhvIEDRxJaaplAh0TummpA { box-sizing:content-box;height:7.875rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#00539f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nydmoJGNO9VHACMCqGJK6Zd0l1Kb2k5K { color:#ffffff;display:block;width:71.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:2;letter-spacing:0;top:40.8125rem;left:1.9375rem;height:4rem;font-style:normal;display:block; }
#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv { position:relative;display:block; }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv { background-color: transparent; background-image: none; }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row .container > .video-iframe-container { display: none; }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row > .video-iframe-container { display: none; }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .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); }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv { border-width: 0; border-radius: 0; }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ba7ed9f1-cce5-4163-8001-ee4ef278d04b/Fascia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row .container.adaptive-delivery-prevent-bg, #xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row .container.lazyload, #xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row .container.lazyloading { background-image: none; }#Hiens9bQgsv5wJuvh6kdbpPeThPU9Lbe { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:23.125rem;top:7.5rem;left:4.75rem;overflow:hidden;display:block; }
#LIcghnV9mEkxA99nfTG1di3OJicLMCye { box-sizing:content-box;height:2.5625rem;width:7.8125rem;position:absolute;display:block;z-index:15009;background-color:#21bbef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:31.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#oAM2pdrqdPCchU79ytMQoPe4ykevGDU1 { color:#0f539c;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:2;letter-spacing:0;top:12rem;left:4.75rem;height:12.5625rem;font-style:normal;display:block; }#oAM2pdrqdPCchU79ytMQoPe4ykevGDU1 li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#oAM2pdrqdPCchU79ytMQoPe4ykevGDU1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7218587e8d6df49509d800c1797d33849fbfeafa.svg); }
#OS7fJcZdzbgygmzFhHbxuqehvMGA5J4X { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:29.5rem;width:31.25rem;top:4.6875rem;left:43.125rem;overflow:hidden;display:block; }
#u1OeRJXBA3lIPti05X1ZaqoJMs9TnuQe { box-sizing:content-box;height:25.9375rem;width:43.5rem;position:absolute;display:block;z-index:14998;background-color:#f4f4f4;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.0625rem;left:1.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TmbLTw0PNWqq1eyVL84fEnNBkTX9G1zl { color:#0f539c;display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:2;letter-spacing:0;top:25.75rem;left:4.75rem;height:4.75rem;font-style:normal;display:block; }
#QkCtZvCsT03FGHStdtVKdffElKN4EqpX { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:2;letter-spacing:0;top:6.75rem;left:31.875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kaPNggHTCiIb48ShI89b6d4PhQ95KDSp { box-sizing:content-box;height:0.1875rem;width:20rem;position:absolute;display:block;z-index:15037;background-color:#0f539c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:4.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#F38RgTfdU9plytsTTZCR6TTfB4HQhbKy { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:29.5rem;width:13.5rem;top:4.6875rem;left:43.125rem;overflow:hidden;display:none; }
#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 { position:relative;display:block; }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 { background-color: transparent; background-image: none; }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row .container > .video-iframe-container { display: none; }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row > .video-iframe-container { display: none; }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .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); }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 { border-width: 0; border-radius: 0; }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ba7ed9f1-cce5-4163-8001-ee4ef278d04b/Fascia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row .container.adaptive-delivery-prevent-bg, #XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row .container.lazyload, #XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row .container.lazyloading { background-image: none; }#xsoEaTF3qW4EVQLfLT6EP7qaNQ9VTzfL { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:20.8125rem;width:31.25rem;top:4.875rem;left:43.125rem;overflow:hidden;display:block; }
#HQVb8nb66PtrZcOTC7O2Dib0FykF40Qn { box-sizing:content-box;height:26.6875rem;width:70.3125rem;position:absolute;display:block;z-index:15008;background-color:#f4f4f4;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.125rem;left:1.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#HH1XWpuI76EbBkRAgpBJyGkBTdy0rMSX { color:#0f539c;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:2;letter-spacing:0;top:13.0625rem;left:4.75rem;height:12.75rem;font-style:normal;display:block; }#HH1XWpuI76EbBkRAgpBJyGkBTdy0rMSX li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#HH1XWpuI76EbBkRAgpBJyGkBTdy0rMSX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7218587e8d6df49509d800c1797d33849fbfeafa.svg); }
#QPxF4TKZ41o238I308xLITnsGgbmf2yF { color:#0f539c;display:block;width:66.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:2;letter-spacing:0;top:27.6875rem;left:4.75rem;height:4.75rem;font-style:normal;display:block; }
#EJCyz8ReiWhSPAFb8kGd7vrxgxkPflzG { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:2;letter-spacing:0;top:7.8125rem;left:41.1875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTOek0EcyakRA5qqHgpM28VJBDuUW3RW { box-sizing:content-box;height:0.1875rem;width:20rem;position:absolute;display:block;z-index:15045;background-color:#0f539c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.375rem;left:4.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#qCIXtQhBZDiGzDZQNgrq53yLVW0e3CFo { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:32.5rem;top:8.5625rem;left:4.75rem;overflow:hidden;display:block; }
#FT3BuId5deBestvdd6mJGRz0g6zc92PA { box-sizing:content-box;height:2.5625rem;width:7.8125rem;position:absolute;display:block;z-index:15017;background-color:#21bbef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0625rem;left:40.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#LpGMo7tTAWI550f55XfhybU89we7ZpHQ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:29.5rem;width:13.5rem;top:4.6875rem;left:43.125rem;overflow:hidden;display:none; }
#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK { position:relative;display:block; }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK { background-color: transparent; background-image: none; }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .row .container > .video-iframe-container { display: none; }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .row > .video-iframe-container { display: none; }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .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); }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK { border-width: 0; border-radius: 0; }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .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; }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ba7ed9f1-cce5-4163-8001-ee4ef278d04b/Fascia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .row .container.adaptive-delivery-prevent-bg, #OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .row .container.lazyload, #OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .row .container.lazyloading { background-image: none; }#KO4pdOnIgrlJip7FTSAgUOg3cHTgpr8Q { box-sizing:content-box;height:26.6875rem;width:70.3125rem;position:absolute;display:block;z-index:15016;background-color:#f4f4f4;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6rem;left:1.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KJn3TZxgMSsbQTW1BdFmibt9nVfb11xh { color:#0f539c;display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:2;letter-spacing:0;top:21.375rem;left:4.625rem;height:9.5rem;font-style:normal;display:block; }
#sRFAHAUcXI7VMUaAIT5c7fonogBqfVUR { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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:20.75rem;width:31.25rem;top:10.4375rem;left:43.125rem;overflow:hidden;display:block; }
#woHLZWTsIJSA0qJZrUvLPoVKRUO0sRRe { color:#0f539c;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:2;letter-spacing:0;top:11.9375rem;left:4.625rem;height:8.5625rem;font-style:normal;display:block; }#woHLZWTsIJSA0qJZrUvLPoVKRUO0sRRe li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#woHLZWTsIJSA0qJZrUvLPoVKRUO0sRRe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7218587e8d6df49509d800c1797d33849fbfeafa.svg); }
#XrvHHT3dFlvHLosadFOLXMsIB5PAmEDR { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:2;letter-spacing:0;top:6.6875rem;left:35.5rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oexrRvHLI25ulccC1CrDImua4kstto2R { box-sizing:content-box;height:0.1875rem;width:20rem;position:absolute;display:block;z-index:15053;background-color:#0f539c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.25rem;left:4.625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#sINDXAfbdfK4RGkN5PBNkNu0rAvftXsQ { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:27.625rem;top:7.4375rem;left:4.625rem;overflow:hidden;display:block; }
#gFfTkfJJLiPrglLmRa00um930aJpMP54 { box-sizing:content-box;height:2.5625rem;width:7.8125rem;position:absolute;display:block;z-index:15025;background-color:#21bbef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:34.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#qJNisEm4MTbKQuw2LZBGfZgc85mtp15X { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:29.5rem;width:13.5rem;top:4.6875rem;left:43.125rem;overflow:hidden;display:none; }
#Las0SnayENb0htylqfWDR34grGWolwhf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21bbef;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; }#Las0SnayENb0htylqfWDR34grGWolwhf > .row .container { background-color: transparent; background-image: none; }#Las0SnayENb0htylqfWDR34grGWolwhf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Las0SnayENb0htylqfWDR34grGWolwhf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Las0SnayENb0htylqfWDR34grGWolwhf > .row .container > .video-iframe-container { display: none; }#Las0SnayENb0htylqfWDR34grGWolwhf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Las0SnayENb0htylqfWDR34grGWolwhf > .row > .video-iframe-container { display: none; }#Las0SnayENb0htylqfWDR34grGWolwhf > .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); }#Las0SnayENb0htylqfWDR34grGWolwhf > .row .container { border-width: 0; border-radius: 0; }#Las0SnayENb0htylqfWDR34grGWolwhf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Las0SnayENb0htylqfWDR34grGWolwhf > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#HbGd5GGluu9898B5xr5sZJMyMfcltee7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed23fa1a-dc51-422c-bbed-5a0dbb83b642/Spital.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HbGd5GGluu9898B5xr5sZJMyMfcltee7.adaptive-delivery-prevent-bg, #HbGd5GGluu9898B5xr5sZJMyMfcltee7.lazyload, #HbGd5GGluu9898B5xr5sZJMyMfcltee7.lazyloading { background-image: none; }#HbGd5GGluu9898B5xr5sZJMyMfcltee7 > .row .container { background-color: transparent; background-image: none; }#HbGd5GGluu9898B5xr5sZJMyMfcltee7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.11); }#HbGd5GGluu9898B5xr5sZJMyMfcltee7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbGd5GGluu9898B5xr5sZJMyMfcltee7 > .row .container > .video-iframe-container { display: none; }#HbGd5GGluu9898B5xr5sZJMyMfcltee7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.11); }#HbGd5GGluu9898B5xr5sZJMyMfcltee7 > .row > .video-iframe-container { display: none; }#HbGd5GGluu9898B5xr5sZJMyMfcltee7 > .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); }#HbGd5GGluu9898B5xr5sZJMyMfcltee7 > .row .container { border-width: 0; border-radius: 0; }#HbGd5GGluu9898B5xr5sZJMyMfcltee7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbGd5GGluu9898B5xr5sZJMyMfcltee7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbGd5GGluu9898B5xr5sZJMyMfcltee7 > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#SC3hZwA5usvzM5Gega9SX4MRhbUzOwzZ { color:#0f539c;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15029;line-height:2;letter-spacing:0;top:1.375rem;left:1.5rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-form-header {  }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-regular-label { display:block;width:28.375rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .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;border-top:0.0625rem solid #21bbef;border-left:0.0625rem solid #21bbef;border-right:0.0625rem solid #21bbef;border-bottom:0.0625rem solid #21bbef;height:2.4375rem;width:28.375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#0f539c;line-height:1.2;box-sizing:border-box;font-family:lato;font-weight:700;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;font-style:normal; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .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;border-top:0.0625rem solid #21bbef;border-left:0.0625rem solid #21bbef;border-right:0.0625rem solid #21bbef;border-bottom:0.0625rem solid #21bbef;height:3.4375rem;width:28.375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#0f539c;line-height:1.2;box-sizing:border-box;font-family:lato;font-weight:700;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;font-style:normal; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:28.375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:lato;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#0f539c;background-image:none;overflow:hidden;box-shadow: none; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:lato;color:#0f539c;font-weight:700;font-style:normal; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:lato;color:#0f539c;font-weight:700;font-style:normal; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:lato;color:#0f539c;font-weight:700;font-style:normal; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:lato;color:#0f539c;font-weight:700;font-style:normal; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:70.8125rem;height:auto;font-size:0.75rem;font-family:lato;line-height:1.1;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#0f539c;font-weight:700;font-style:normal; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:13.3125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-container:first-of-type{padding-top:0;}#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-container:last-of-type{padding-bottom:0;}#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:72.375rem;height:auto;left:0rem;top:3.6875rem;z-index:15035;position:absolute; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .radio-container { width:29rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.7;font-weight:300;color:#0f539c;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:72.375rem;height:auto;left:0rem;top:3.6875rem;z-index:15035;position:absolute; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #r3WnoZgBUwUuh2cXIbwnUF7gA87VQpzr { position:relative; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #QAJZvSdP3iJrkoKvaNgcQpZnG6pEOUkq { position:relative;display:none; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #ToJHTFF6BrTB85iwSAfxgJA0oiuA3J5F { position:relative; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #TgTSHSCfM1reuNObiKgt0WuCXGuodX5N { position:relative; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #bNRZzGPzgsbPHs0HzDci5suHIvFQyekZ { position:relative;display:none; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #htQpt8anykPS2nEeg6yBTTQAMNH8OtTT { position:relative; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #cDdkDwHckTt53NexWxqMzzDEJvg34qr0 { position:relative; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #k2ITgzPwuxoExRgumeWZnTx1QMxod259 { position:relative; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #dke5Fp2izbNxDMbJfsWlPXO3JZaKtdAm { position:relative; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #OXiLgGh8lXAeC7Ry3PP1IZIcnaCAFJ9l { position:relative;z-index:2; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #oDOzpPqkObRXhmUsOd2nD0EKh4nQVCLl { position:relative; }
#Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #21bbef, #0f539c);background-image: -moz-linear-gradient(180deg, #21bbef, #0f539c);background-image: -ms-linear-gradient(180deg, #21bbef, #0f539c);background-image: -o-linear-gradient(180deg, #21bbef, #0f539c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbef', endColorstr='#0f539c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbef', endColorstr='#0f539c' );";background-image: linear-gradient(180deg, #21bbef, #0f539c);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54 > .row .container { background-color: transparent; background-image: none; }#Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54 > .row .container > .video-iframe-container { display: none; }#Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54 > .row > .video-iframe-container { display: none; }#Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54 > .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); }#Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54 > .row .container { border-width: 0; border-radius: 0; }#Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54 > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#DWkeTl5665itu4AQpuyC6qaQ5bx6gHiP { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#lroagk0yHKclzF782Foc0PpmFO8dfdSq { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:10.3125rem;top:1.9375rem;left:24rem;overflow:hidden;display:block; }
#b5xSJFtds2LR6NXA4sOEA58VPXBehBTa { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.5625rem;left:11.125rem;height:1.0556625rem;display:block; }
#f6ymZDtaZ2fWyPWWlAimOZZiHvCM9T18 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.5625rem;left:33.75rem;height:1.0556625rem;display:block; }
#BvFpr1C6XRRvTulVfXB6yy8wm7I3Bv1D { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.5625rem;left:49.625rem;height:1.0556625rem;display:block; }
#ycRsBcWnw7krfVXbfLVVLa0Oi6lUiiRF { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5rem;left:49.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#TnJQsH7yriAkSHr8ZzPesxc5CWH7ykpv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.375rem;left:23.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#GG5uoU9fnLPCw6eocyteZieUBX5nEkOw { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:7.6875rem;top:2.3125rem;left:38.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2wQe3TKEsCMJGHKwasc0fdDx9DAsP9m { top:3.3125rem;left:19.375rem;width:28.375rem;height:47.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rztpZZXfhWKDQyiqo5iOyc0BTZTIaQbg { top:3.3125rem;left:0rem;width:9.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUufpTrbHCPhIGSIoJsza1S4aI6RTGGb { top:0rem;left:0rem;width:26.75rem;height:51.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7wti8hWUA2s6pUbhd7tBGplKKrKc4FC { top:33.625rem;left:10.15625rem;width:27.6875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZIcZRAETAg4V0u9VanZBcUDrfKZxgIX { top:32.9375rem;left:0rem;width:22.8125rem;height:8.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFKI03LsH2UBR7wyCsGexK8JOwrcecRG { top:3.3125rem;left:2.46875rem;width:7.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOTn6OkAI5W5EHLPwM01Ju8ONR89wWgA { width:14.3125rem;height:2.875rem;top:48.4375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfABiBtZkNaoO1qfDChFDGdfBbM5KXAZ { display:block; }
 }@media only screen and (max-width: 763px) { #iT1ICIKH2yCmw9UMkGdKOuQ5Wrx6OKwl { top:45.6875rem;left:13.125rem;width:24.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u02ZPSeAeiWvWse2L7EUcFTX767rp2sb { top:43.3125rem;left:0rem;width:22.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1CTfVfFkeZ5EXqIgvSsruBTrqux8e5R { top:0rem;left:12.96875rem;width:20.8125rem;height:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuSRgmEX2JbznFmL6RCXGCe3d0AMzaZc { display:none; }
 }@media only screen and (max-width: 763px) { #mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5 { display:block; }#mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0iyiES1HC0WlsBMS0F1WQhkb1NOZAbc { top:3.375rem;left:0rem;width:47.75rem;height:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEJGaETsDT3hquVGE3zmyAg2OrFEUron { top:0.1875rem;left:0rem;width:47.75rem;height:;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZA26yRQ7OO32MCEmWKD97rTHoN95gFp { display:block; }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7g9X68aHxa18u3Dcx053GMPnwkxnGbb { top:3.5rem;left:0rem;width:47.75rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKSX9O9ryRny6ayMH7OamSPVqIcg48gn { top:9.1875rem;left:11.5rem;width:24.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpUbSfz0xSqb0De3hRyVRSm3ktfFTe5i { top:16.125rem;left:0rem;width:32.875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbv1TqAlhJ2cbitLrpTaWUFfrgBE0AJI { top:16.125rem;left:14.875rem;width:32.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F75SXPKlMS02BrNzy0mDWlWKTaHDA0rv { top:9.0625rem;left:11.3125rem;width:25.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSFLTmZeU5Cp045mqXsJMnTWhnC9OvCy { top:17.25rem;left:0rem;width:30.75rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQhPmcOsFAMaabqMarnDqP0UGIg3FTPm { top:19.875rem;left:0rem;width:11.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFqkH3KhvD7UEuM1uhM7Xt91LePaTo1y { top:17.25rem;left:17rem;width:30.75rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIABQl5uLzxOTLtmcRKGTNoA3S39vvdt { top:19.875rem;left:30.375rem;width:11.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBPsQv9GtabLy7Z0bBXl6Ug6oTV33TVJ { top:20.875rem;left:0rem;width:29.75rem;height:10.375rem;font-size:0.9375rem;display:block; }#LBPsQv9GtabLy7Z0bBXl6Ug6oTV33TVJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_697547d8f4df0df58700e7895bf20ddd9400e286.svg); }
 }@media only screen and (max-width: 763px) { #blrfP4qMBRM4ITKc6HiLzKstAEsOQxb8 { top:20.875rem;left:18rem;width:29.75rem;height:8.375rem;font-size:0.9375rem;display:block; }#blrfP4qMBRM4ITKc6HiLzKstAEsOQxb8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_697547d8f4df0df58700e7895bf20ddd9400e286.svg); }
 }@media only screen and (max-width: 763px) { #irznbnGdQGmhvIEDRxJaaplAh0TummpA { top:38.875rem;left:0rem;width:47.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nydmoJGNO9VHACMCqGJK6Zd0l1Kb2k5K { top:40.8125rem;left:0rem;width:47.75rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv { display:block; }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hiens9bQgsv5wJuvh6kdbpPeThPU9Lbe { top:7.5rem;left:0rem;width:23.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIcghnV9mEkxA99nfTG1di3OJicLMCye { top:7rem;left:17.6875rem;width:7.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAM2pdrqdPCchU79ytMQoPe4ykevGDU1 { top:12rem;left:0rem;width:33.6875rem;height:12.5625rem;font-size:0.9375rem;display:block; }#oAM2pdrqdPCchU79ytMQoPe4ykevGDU1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7218587e8d6df49509d800c1797d33849fbfeafa.svg); }
 }@media only screen and (max-width: 763px) { #OS7fJcZdzbgygmzFhHbxuqehvMGA5J4X { top:4.6875rem;left:16.5rem;width:31.25rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1OeRJXBA3lIPti05X1ZaqoJMs9TnuQe { top:6.0625rem;left:0rem;width:43.5rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbLTw0PNWqq1eyVL84fEnNBkTX9G1zl { top:25.75rem;left:0rem;width:34.375rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkCtZvCsT03FGHStdtVKdffElKN4EqpX { top:6.75rem;left:18.25rem;width:6.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaPNggHTCiIb48ShI89b6d4PhQ95KDSp { top:10.3125rem;left:0rem;width:20rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F38RgTfdU9plytsTTZCR6TTfB4HQhbKy { top:4.6875rem;left:16.5rem;width:13.5rem;height:29.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 { display:block; }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsoEaTF3qW4EVQLfLT6EP7qaNQ9VTzfL { top:4.875rem;left:16.5rem;width:31.25rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQVb8nb66PtrZcOTC7O2Dib0FykF40Qn { top:7.125rem;left:0rem;width:47.75rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH1XWpuI76EbBkRAgpBJyGkBTdy0rMSX { top:13.0625rem;left:0rem;width:35.625rem;height:12.75rem;font-size:0.9375rem;display:block; }#HH1XWpuI76EbBkRAgpBJyGkBTdy0rMSX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7218587e8d6df49509d800c1797d33849fbfeafa.svg); }
 }@media only screen and (max-width: 763px) { #QPxF4TKZ41o238I308xLITnsGgbmf2yF { top:27.6875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJCyz8ReiWhSPAFb8kGd7vrxgxkPflzG { top:7.8125rem;left:27.5625rem;width:6.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTOek0EcyakRA5qqHgpM28VJBDuUW3RW { top:11.375rem;left:0rem;width:20rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCIXtQhBZDiGzDZQNgrq53yLVW0e3CFo { top:8.5625rem;left:0rem;width:32.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT3BuId5deBestvdd6mJGRz0g6zc92PA { top:8.0625rem;left:27rem;width:7.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpGMo7tTAWI550f55XfhybU89we7ZpHQ { top:4.6875rem;left:16.5rem;width:13.5rem;height:29.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK { display:block; }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO4pdOnIgrlJip7FTSAgUOg3cHTgpr8Q { top:6rem;left:0rem;width:47.75rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJn3TZxgMSsbQTW1BdFmibt9nVfb11xh { top:21.375rem;left:0rem;width:35.75rem;height:9.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRFAHAUcXI7VMUaAIT5c7fonogBqfVUR { top:10.4375rem;left:16.5rem;width:31.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #woHLZWTsIJSA0qJZrUvLPoVKRUO0sRRe { top:11.9375rem;left:0rem;width:35.625rem;height:8.5625rem;font-size:0.9375rem;display:block; }#woHLZWTsIJSA0qJZrUvLPoVKRUO0sRRe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7218587e8d6df49509d800c1797d33849fbfeafa.svg); }
 }@media only screen and (max-width: 763px) { #XrvHHT3dFlvHLosadFOLXMsIB5PAmEDR { top:6.6875rem;left:21.875rem;width:6.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oexrRvHLI25ulccC1CrDImua4kstto2R { top:10.25rem;left:0rem;width:20rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sINDXAfbdfK4RGkN5PBNkNu0rAvftXsQ { top:7.4375rem;left:0rem;width:27.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFfTkfJJLiPrglLmRa00um930aJpMP54 { top:6.9375rem;left:21.3125rem;width:7.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJNisEm4MTbKQuw2LZBGfZgc85mtp15X { top:4.6875rem;left:16.5rem;width:13.5rem;height:29.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Las0SnayENb0htylqfWDR34grGWolwhf { display:block; }#Las0SnayENb0htylqfWDR34grGWolwhf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbGd5GGluu9898B5xr5sZJMyMfcltee7 { display:block; }#HbGd5GGluu9898B5xr5sZJMyMfcltee7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SC3hZwA5usvzM5Gega9SX4MRhbUzOwzZ { top:1.375rem;left:0rem;width:13.75rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-regular-label { display:block;width:14.8125rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-text { width:14.8125rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-textarea { width:14.8125rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-select { width:14.8125rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-checkbox-label { width:43.6875rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-radio-label { width:6.53125rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0  { width:45.25rem;height:auto;top:3.6875rem;left:0rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .radio-container { width:15.4375rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 {display:inline-block;}#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 { width:45.25rem;height:auto;top:3.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #r3WnoZgBUwUuh2cXIbwnUF7gA87VQpzr {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #QAJZvSdP3iJrkoKvaNgcQpZnG6pEOUkq {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #ToJHTFF6BrTB85iwSAfxgJA0oiuA3J5F {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #TgTSHSCfM1reuNObiKgt0WuCXGuodX5N {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #bNRZzGPzgsbPHs0HzDci5suHIvFQyekZ { display:block; }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #htQpt8anykPS2nEeg6yBTTQAMNH8OtTT {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #cDdkDwHckTt53NexWxqMzzDEJvg34qr0 {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #k2ITgzPwuxoExRgumeWZnTx1QMxod259 {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #dke5Fp2izbNxDMbJfsWlPXO3JZaKtdAm {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #OXiLgGh8lXAeC7Ry3PP1IZIcnaCAFJ9l {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #oDOzpPqkObRXhmUsOd2nD0EKh4nQVCLl {  }
 }@media only screen and (max-width: 763px) { #Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54 { display:block; }#Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWkeTl5665itu4AQpuyC6qaQ5bx6gHiP { top:5rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lroagk0yHKclzF782Foc0PpmFO8dfdSq { top:1.9375rem;left:10.375rem;width:10.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5xSJFtds2LR6NXA4sOEA58VPXBehBTa { top:10.5625rem;left:0rem;width:9.0625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6ymZDtaZ2fWyPWWlAimOZZiHvCM9T18 { top:10.5625rem;left:20.125rem;width:2.875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvFpr1C6XRRvTulVfXB6yy8wm7I3Bv1D { top:10.5625rem;left:36rem;width:7.5625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycRsBcWnw7krfVXbfLVVLa0Oi6lUiiRF { top:5rem;left:29rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnJQsH7yriAkSHr8ZzPesxc5CWH7ykpv { top:13.375rem;left:9.625rem;width:23.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG5uoU9fnLPCw6eocyteZieUBX5nEkOw { top:2.3125rem;left:25.0625rem;width:7.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2wQe3TKEsCMJGHKwasc0fdDx9DAsP9m { width:6.25rem;height:10.75rem;top:34rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rztpZZXfhWKDQyiqo5iOyc0BTZTIaQbg { width:6.125rem;height:3.75rem;top:3.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUufpTrbHCPhIGSIoJsza1S4aI6RTGGb { width:20rem;height:37.125rem;top:0rem;left:0rem;z-index:14994;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7wti8hWUA2s6pUbhd7tBGplKKrKc4FC { width:11.9375rem;height:3.125rem;top:34rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZIcZRAETAg4V0u9VanZBcUDrfKZxgIX { width:17.9375rem;height:7.066375rem;top:16.185546875rem;left:1.03125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFKI03LsH2UBR7wyCsGexK8JOwrcecRG { width:5rem;height:3.75rem;top:3.625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOTn6OkAI5W5EHLPwM01Ju8ONR89wWgA { width:10.75rem;height:2.3125rem;top:40.3125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfABiBtZkNaoO1qfDChFDGdfBbM5KXAZ { display:block; }
 }@media only screen and (max-width: 763px) { #iT1ICIKH2yCmw9UMkGdKOuQ5Wrx6OKwl { width:10rem;height:0.1875rem;top:38.5625rem;left:2.125rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u02ZPSeAeiWvWse2L7EUcFTX767rp2sb { width:18.125rem;height:3.8994125rem;top:24.36328125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1CTfVfFkeZ5EXqIgvSsruBTrqux8e5R { width:20rem;height:44.084084084084rem;top:60.13965rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuSRgmEX2JbznFmL6RCXGCe3d0AMzaZc { top:32.75rem;left:0.8125rem;width:18.375rem;height:14.4375rem;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5 { display:block; }#mGnEzvEQ0FyUeK7GrRycPWbkFL4PG0L5 > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0iyiES1HC0WlsBMS0F1WQhkb1NOZAbc { width:20rem;height:31.875rem;top:6.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEJGaETsDT3hquVGE3zmyAg2OrFEUron { width:20rem;height:4.79296875rem;top:1.45703125rem;left:0rem;font-size:3.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RZA26yRQ7OO32MCEmWKD97rTHoN95gFp { display:block; }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp { background-color: transparent; background-image: none; }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row .container > .video-iframe-container { display: none; }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row > .video-iframe-container { display: none; }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .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); }#RZA26yRQ7OO32MCEmWKD97rTHoN95gFp > .row .container { width:20rem;height:80.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7g9X68aHxa18u3Dcx053GMPnwkxnGbb { width:20rem;height:9.375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKSX9O9ryRny6ayMH7OamSPVqIcg48gn { width:20rem;height:1.875rem;top:12.625rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SpUbSfz0xSqb0De3hRyVRSm3ktfFTe5i { width:20rem;height:23.6875rem;top:17.375rem;left:0rem;background-color:#f4f4f4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zbv1TqAlhJ2cbitLrpTaWUFfrgBE0AJI { width:20rem;height:16.125rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F75SXPKlMS02BrNzy0mDWlWKTaHDA0rv { width:20rem;height:3.25rem;top:15.625rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #hSFLTmZeU5Cp045mqXsJMnTWhnC9OvCy { width:18.625rem;height:1.875rem;top:18.625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQhPmcOsFAMaabqMarnDqP0UGIg3FTPm { width:11.875rem;height:0.125rem;top:21.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFqkH3KhvD7UEuM1uhM7Xt91LePaTo1y { width:17.75rem;height:1.875rem;top:46.0625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIABQl5uLzxOTLtmcRKGTNoA3S39vvdt { width:11.875rem;height:0.125rem;top:48.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBPsQv9GtabLy7Z0bBXl6Ug6oTV33TVJ { width:18.125rem;height:17.25rem;top:21.875rem;left:0.9375rem;font-size:0.9375rem;display:block; }#LBPsQv9GtabLy7Z0bBXl6Ug6oTV33TVJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_697547d8f4df0df58700e7895bf20ddd9400e286.svg); }
 }@media only screen and (max-width: 763px) { #blrfP4qMBRM4ITKc6HiLzKstAEsOQxb8 { width:18.125rem;height:9.75rem;top:49.3125rem;left:0.9375rem;font-size:0.9375rem;display:block; }#blrfP4qMBRM4ITKc6HiLzKstAEsOQxb8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_697547d8f4df0df58700e7895bf20ddd9400e286.svg); }
 }@media only screen and (max-width: 763px) { #irznbnGdQGmhvIEDRxJaaplAh0TummpA { width:20rem;height:11.125rem;top:64.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nydmoJGNO9VHACMCqGJK6Zd0l1Kb2k5K { width:18.125rem;height:9.375rem;top:65.5625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv { display:block; }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv { background-color: transparent; background-image: none; }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row .container > .video-iframe-container { display: none; }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row > .video-iframe-container { display: none; }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .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); }#xRSr4F7zW8Gdh5ug6S1bQ7cyT5EXCaBv > .row .container { width:20rem;height:58.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hiens9bQgsv5wJuvh6kdbpPeThPU9Lbe { width:12.875rem;height:0.875rem;top:3.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIcghnV9mEkxA99nfTG1di3OJicLMCye { width:7.8125rem;height:2.5625rem;top:0rem;left:11.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAM2pdrqdPCchU79ytMQoPe4ykevGDU1 { width:18.125rem;height:17.4375rem;top:6.875rem;left:0.9375rem;font-size:0.9375rem;z-index:15038;display:block; }#oAM2pdrqdPCchU79ytMQoPe4ykevGDU1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7218587e8d6df49509d800c1797d33849fbfeafa.svg); }
 }@media only screen and (max-width: 763px) { #OS7fJcZdzbgygmzFhHbxuqehvMGA5J4X { width:19.6875rem;height:18.5625rem;top:25.5625rem;left:0.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #u1OeRJXBA3lIPti05X1ZaqoJMs9TnuQe { width:20rem;height:50.9375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbLTw0PNWqq1eyVL84fEnNBkTX9G1zl { width:18.125rem;height:6.375rem;top:45.375rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkCtZvCsT03FGHStdtVKdffElKN4EqpX { width:6.75rem;height:2.5rem;top:0.0625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaPNggHTCiIb48ShI89b6d4PhQ95KDSp { width:18.125rem;height:0.1875rem;top:5.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F38RgTfdU9plytsTTZCR6TTfB4HQhbKy { width:12.5rem;height:27.6875rem;top:5.4375rem;left:3.75rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 { display:block; }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 { background-color: transparent; background-image: none; }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row .container > .video-iframe-container { display: none; }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row > .video-iframe-container { display: none; }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .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); }#XCUtKfqxTKVfycKaZcvLFs4zc9ECzfJ5 > .row .container { width:20rem;height:66.6875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsoEaTF3qW4EVQLfLT6EP7qaNQ9VTzfL { width:19.6875rem;height:13.0625rem;top:33.0625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQVb8nb66PtrZcOTC7O2Dib0FykF40Qn { width:20rem;height:59.3125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH1XWpuI76EbBkRAgpBJyGkBTdy0rMSX { width:18.125rem;height:25.125rem;top:6.6875rem;left:0.9375rem;font-size:0.9375rem;display:block; }#HH1XWpuI76EbBkRAgpBJyGkBTdy0rMSX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7218587e8d6df49509d800c1797d33849fbfeafa.svg); }
 }@media only screen and (max-width: 763px) { #QPxF4TKZ41o238I308xLITnsGgbmf2yF { width:18.125rem;height:12.75rem;top:47.375rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJCyz8ReiWhSPAFb8kGd7vrxgxkPflzG { width:6.75rem;height:2.5rem;top:0.0625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTOek0EcyakRA5qqHgpM28VJBDuUW3RW { width:18.125rem;height:0.1875rem;top:5.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCIXtQhBZDiGzDZQNgrq53yLVW0e3CFo { width:18.625rem;height:0.875rem;top:3.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT3BuId5deBestvdd6mJGRz0g6zc92PA { width:7.8125rem;height:2.5625rem;top:0rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpGMo7tTAWI550f55XfhybU89we7ZpHQ { width:12.5rem;height:27.6875rem;top:5.4375rem;left:3.75rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK { display:block; }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK { background-color: transparent; background-image: none; }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .row .container > .video-iframe-container { display: none; }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .row > .video-iframe-container { display: none; }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .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); }#OXR5bfSoLiikDCrtcmO11DaiEVP0HPJK > .row .container { width:20rem;height:57.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO4pdOnIgrlJip7FTSAgUOg3cHTgpr8Q { width:20rem;height:49.9375rem;top:2.125rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #KJn3TZxgMSsbQTW1BdFmibt9nVfb11xh { width:20rem;height:12.75rem;top:38.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRFAHAUcXI7VMUaAIT5c7fonogBqfVUR { width:19.6875rem;height:13.0625rem;top:23.75rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woHLZWTsIJSA0qJZrUvLPoVKRUO0sRRe { width:18.125rem;height:15.5625rem;top:6.9375rem;left:0.9375rem;font-size:0.9375rem;display:block; }#woHLZWTsIJSA0qJZrUvLPoVKRUO0sRRe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7218587e8d6df49509d800c1797d33849fbfeafa.svg); }
 }@media only screen and (max-width: 763px) { #XrvHHT3dFlvHLosadFOLXMsIB5PAmEDR { width:6.75rem;height:2.5rem;top:0.0625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oexrRvHLI25ulccC1CrDImua4kstto2R { width:18.125rem;height:0.1875rem;top:5.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sINDXAfbdfK4RGkN5PBNkNu0rAvftXsQ { width:15.4375rem;height:0.875rem;top:3.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFfTkfJJLiPrglLmRa00um930aJpMP54 { width:7.8125rem;height:2.5625rem;top:0rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJNisEm4MTbKQuw2LZBGfZgc85mtp15X { width:12.5rem;height:27.6875rem;top:5.6875rem;left:3.75rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Las0SnayENb0htylqfWDR34grGWolwhf { display:block; }#Las0SnayENb0htylqfWDR34grGWolwhf > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbGd5GGluu9898B5xr5sZJMyMfcltee7 { display:block; }#HbGd5GGluu9898B5xr5sZJMyMfcltee7 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SC3hZwA5usvzM5Gega9SX4MRhbUzOwzZ { width:11.9375rem;height:2.25rem;top:2.2265625rem;left:4.03125rem;font-size:1.125rem;font-family:lato;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-regular-label { display:block;width:16.875rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-text { width:16.875rem;height:2.5rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-textarea { width:16.875rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-select { width:16.875rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-input-button { width:16.875rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-checkbox-label { width:15.9375rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .widget-radio-label { width:7.5625rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0  { width:17.5rem;height:auto;top:4.4140625rem;left:0rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 .radio-container { width:17.5rem; }
#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 {display:inline-block;}#F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 { width:17.5rem;height:auto;top:4.4140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #r3WnoZgBUwUuh2cXIbwnUF7gA87VQpzr {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #QAJZvSdP3iJrkoKvaNgcQpZnG6pEOUkq { display:none; }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #ToJHTFF6BrTB85iwSAfxgJA0oiuA3J5F {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #TgTSHSCfM1reuNObiKgt0WuCXGuodX5N {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #bNRZzGPzgsbPHs0HzDci5suHIvFQyekZ { display:none; }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #htQpt8anykPS2nEeg6yBTTQAMNH8OtTT {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #cDdkDwHckTt53NexWxqMzzDEJvg34qr0 {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #k2ITgzPwuxoExRgumeWZnTx1QMxod259 {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #dke5Fp2izbNxDMbJfsWlPXO3JZaKtdAm {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #OXiLgGh8lXAeC7Ry3PP1IZIcnaCAFJ9l {  }
 }@media only screen and (max-width: 763px) { #F9NrqCO85R2LaBuNiPprPoIhi4SOs2u0 #oDOzpPqkObRXhmUsOd2nD0EKh4nQVCLl {  }
 }@media only screen and (max-width: 763px) { #Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54 { display:block; }#Gv7oxtAshDd3fXrbT7zbXKKxmUo17T54 > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWkeTl5665itu4AQpuyC6qaQ5bx6gHiP { width:18.75rem;height:0.125rem;top:5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lroagk0yHKclzF782Foc0PpmFO8dfdSq { width:6.1875rem;height:3.75rem;top:2.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5xSJFtds2LR6NXA4sOEA58VPXBehBTa { width:9.0625rem;height:0.89355625rem;top:8.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6ymZDtaZ2fWyPWWlAimOZZiHvCM9T18 { width:2.875rem;height:0.89355625rem;top:8.8125rem;left:8.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvFpr1C6XRRvTulVfXB6yy8wm7I3Bv1D { width:7.5625rem;height:0.89355625rem;top:8.8125rem;left:12.4375rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ycRsBcWnw7krfVXbfLVVLa0Oi6lUiiRF { width:18.75rem;height:0.125rem;top:5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnJQsH7yriAkSHr8ZzPesxc5CWH7ykpv { width:12.25rem;height:1.7871125rem;top:11.9306640625rem;left:3.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GG5uoU9fnLPCw6eocyteZieUBX5nEkOw { width:4.8125rem;height:3.75rem;top:2.1875rem;left:11.8125rem;display:block; }
 }