.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,246,220;--color-primary-1:255,224,137;--color-primary-2:255,192,19;--color-primary-3:128,96,10;--color-primary-4:38,29,3;--color-secondary-0:220,222,223;--color-secondary-1:140,144,149;--color-secondary-2:24,32,42;--color-secondary-3:12,16,21;--color-secondary-4:4,5,6;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Slab";--paragraphs-font-family:"Caudex"; }@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-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e1d9;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; }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row .container { background-color: transparent; background-image: none; }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row .container > .video-iframe-container { display: none; }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row > .video-iframe-container { display: none; }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .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); }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row .container { border-width: 0; border-radius: 0; }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#Qun2lkUi8wTknRWTqzXtvdSMHgWR8mJs { color:rgba(var(--color-secondary-2),1);display:block;width:65.060625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:1.880859375rem;left:4.96875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QFHMoDGz0DKqfXug69k2XORWa3TmemII { 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/565c1fad-3133-4903-8f11-b8eae05c6a47/tlo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QFHMoDGz0DKqfXug69k2XORWa3TmemII.adaptive-delivery-prevent-bg, #QFHMoDGz0DKqfXug69k2XORWa3TmemII.lazyload, #QFHMoDGz0DKqfXug69k2XORWa3TmemII.lazyloading { background-image: none; }#QFHMoDGz0DKqfXug69k2XORWa3TmemII > .row .container { background-color: transparent; background-image: none; }#QFHMoDGz0DKqfXug69k2XORWa3TmemII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFHMoDGz0DKqfXug69k2XORWa3TmemII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFHMoDGz0DKqfXug69k2XORWa3TmemII > .row .container > .video-iframe-container { display: none; }#QFHMoDGz0DKqfXug69k2XORWa3TmemII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFHMoDGz0DKqfXug69k2XORWa3TmemII > .row > .video-iframe-container { display: none; }#QFHMoDGz0DKqfXug69k2XORWa3TmemII > .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); }#QFHMoDGz0DKqfXug69k2XORWa3TmemII > .row .container { border-width: 0; border-radius: 0; }#QFHMoDGz0DKqfXug69k2XORWa3TmemII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFHMoDGz0DKqfXug69k2XORWa3TmemII > .row .container { font-size:0.875rem;font-family:arial;height:66.375rem;width:75rem;position:relative;display:block; }#iGveNABLZ65z0DAbOH4KXzkgKV2lELaI { color:rgba(var(--color-tertiary-0),1);display:block;width:63.185625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.9968037605286rem;left:5.9055404663086rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eIBOMgeTrI7bkdv33zShg7LZCbWz9eCZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.4375rem;width:41.625rem;top:21.875rem;left:0rem;overflow:hidden;display:block; }
#Z3m8ik1nwaoq8wpAwa2XB2DM08rTkADW { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:30.3125rem;left:45.1220703125rem;height:4.25rem;text-align:center;text-align-last:center;display:block; }
#FgcpWfQtOEEENlJp1dqwGdOIB6N3kDzI { color:rgba(var(--color-tertiary-0),1);display:block;width:32.24875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:34.5rem;left:39.1875rem;height:10.19925rem;text-align:center;text-align-last:center;display:block; }
#bBlVtaEv1EXNpgm0CyxbwQPCxDVr3EH7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:4.12464375rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:46.1875rem;left:43.125rem;display:block; }
#mVSxV621Ut6hiSqIr8ZF136kSdJoTdTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y6CRQWDfFPXdSLO6TTBpDKmNkpQZMJk4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:4.12375625rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:51.9375rem;left:43.125rem;display:block; }
#lxenssyGduFw4VKMQ7fIFd21f6bok7C7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aeON9wrLHcofs7CM2WcKJVaKbQyuHDXz { position:absolute;display:block;z-index:15070;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:12.560375rem;width:22.9989375rem;top:15.748401641846rem;left:42.217685699463rem;overflow:hidden;display:block; }
#z4hZTzELR91bMUVhFVRexFw94cxd4wik { position:absolute;display:block;z-index:15071;height:3.4375rem;width:6.124825rem;top:9.6138134002688rem;left:2.6970863342285rem;display:block; }
#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { background-color:#626262;background-image:url("https://images.assets-landingi.com/uc/046076f4-9553-4976-83a7-7805c1821767/home_writer_footer_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq.adaptive-delivery-prevent-bg, #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq.lazyload, #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq.lazyloading { background-image: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { background-color: transparent; background-image: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .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); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { border-width: 0; border-radius: 0; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:75rem;height:34.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:20.9375rem;left:8.75rem;display:none; }
#UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { color:rgba(var(--color-primary-2),1);display:block;width:65.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.3087697327137rem;left:5.185546875rem;height:7.1990625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z5uolAewanENi9uH4OxWWRErFyc9qmoo { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:13.9375rem;left:5.1875rem; }
#k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:14.3125rem;left:8.1875rem;height:1.46218125rem;display:block; }
#wxl04edgNXnTPNRSgDxHkLsyummPAT6y { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:17.0625rem;left:8.25rem;height:1.46218125rem;display:block; }
#suInKuXs2pqemMVi2sTXpuRh35MNrGya { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3123125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:20rem;left:8.1875rem;height:1.46218125rem;display:block; }
#ak8MQ0c4AbrKPyugAAULUt8346cUHCVd { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:23rem;left:8.1875rem;height:1.46218125rem;display:block; }
#ZwMm1sRUxVubSC2E3IGX3MfyNTNRFy96 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24964375rem;width:2.24964375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:16.6875rem;left:5.1875rem; }
#FEAKTWcZG9GOQ2IsdTQS3i14tzfV4guh { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24964375rem;width:2.24964375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:19.625rem;left:5.1875rem; }
#Wb1wKokWveRzrGo7LS58ndNH4i5pbH7G { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24964375rem;width:2.24964375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:22.625rem;left:5.1875rem; }
#aLOCS6tfZxeio4DGGVNu8wkRTtDtARQb { position:absolute;display:block;z-index:15060;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:13.8743125rem;width:25.7493125rem;top:13.917791366577rem;left:40.987216949463rem;overflow:hidden;display:block; }
#SucDvsouE7p1TtSZTBLNbL5UwFtEplDh { color:rgba(var(--color-primary-2),1);display:block;width:28.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:27.75rem;left:5.4375rem;height:2.39968125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e1d9;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; }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row .container { background-color: transparent; background-image: none; }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row .container > .video-iframe-container { display: none; }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row > .video-iframe-container { display: none; }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .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); }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row .container { border-width: 0; border-radius: 0; }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#PCWInkCIwupANrxRbyNE1aN89PFV2Q3f { color:rgba(var(--color-secondary-2),1);display:block;width:65.060625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.173828125rem;left:4.9680404663086rem;height:2.39968125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QFXBWstNUSszlrnaaXJCdThlN6Nx7nNz { color:#080909;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:8.0625rem;left:11.1875rem;height:2.76189375rem;text-align:left;text-align-last:left;display:block; }
#BxrLWkxRpyD22wq8s6A9VE3wJUSTnJd0 { box-sizing:content-box;height:0.12429rem;width:12.5rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.375rem;left:11.1875rem;display:block; }
#P7KTFFsS01IJpUSU5mMmiEd08duayfAq { color:#080909;display:block;width:58.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:12.6875rem;left:11.1875rem;height:1.46218125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ocJK5o1mH6HM1m6BBiHfzdJ9gg6XRHpm { color:#080909;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:15.8125rem;left:11.1875rem;height:2.76189375rem;text-align:left;text-align-last:left;display:block; }
#iGk7OFox5kulHMoCeWQx35cg85Zkww0X { box-sizing:content-box;height:0.12429rem;width:12.5rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.125rem;left:11.1875rem;display:block; }
#lFwPApmZ8Xp3sOi8XlCtpmew0C8ZVbEm { color:#080909;display:block;width:58.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:20.4375rem;left:11.1875rem;height:4.38574375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gqHzh4mnRAFJkRKzCWZpiA5wNOklA1tb { color:#080909;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:26.5625rem;left:11.1875rem;height:2.76189375rem;text-align:left;text-align-last:left;display:block; }
#qUBzwBLX6uiGizwEGRnZmzPDGzIsq6xV { box-sizing:content-box;height:0.12429rem;width:12.5rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.875rem;left:11.1875rem;display:block; }
#mPgmOA6oTVSIxCNs6AoqT56T1MIwqzCV { color:#080909;display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:31.125rem;left:11.1875rem;height:1.46218125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(9,43,61,0.79);background-image:url("https://images.assets-landingi.com/uc/275db9cc-46d8-43b8-bb73-604464dd16a5/home_writer_sectionbg2.jpg");background-position:center !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; }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu.adaptive-delivery-prevent-bg, #IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu.lazyload, #IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu.lazyloading { background-image: none; }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row .container { background-color: transparent; background-image: none; }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row .container > .video-iframe-container { display: none; }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row > .video-iframe-container { display: none; }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .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); }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row .container { border-width: 0; border-radius: 0; }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#w1PALrUqzGE2VbLNfVO0kDtSrgshuNgi { color:rgba(var(--color-primary-2),1);display:block;width:58.499625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4987578392029rem;left:8.2492904663088rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KHCQ1HRbDDouomRvCwdqgd4EEW4vRI0n { color:rgba(var(--color-tertiary-1),1);display:block;width:32.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.794031143189rem;left:6.3387756347656rem;height:17.543rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bK0utd0IBZIGoabTG9tqylwh9KhdtG7y { color:rgba(var(--color-primary-2),1);display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:38.487213850021rem;left:7.1875rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E9OQwNFsnmlRDD1PvelrCBmJbweSGxhH { position:absolute;display:block;z-index:15063;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:23.2493125rem;width:23.6869375rem;top:11.941583633423rem;left:42.454723358154rem;overflow:hidden;display:block; }
#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { 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/046076f4-9553-4976-83a7-7805c1821767/home_writer_footer_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN.adaptive-delivery-prevent-bg, #U67f2Beah5qA3dFTALsbp16mbVr5ZnoN.lazyload, #U67f2Beah5qA3dFTALsbp16mbVr5ZnoN.lazyloading { background-image: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { background-color: transparent; background-image: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container > .video-iframe-container { display: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container { display: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .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); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { border-width: 0; border-radius: 0; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { font-size:0.875rem;font-family:arial;height:134.75rem;width:75rem;position:relative;display:block; }#WccaTaK27SOwN9Xv5yfPw02nVXNrWSIT { color:rgba(var(--color-primary-2),1);display:block;width:65.06125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.4215202331543rem;left:4.9680404663086rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aZg1TVqMLh7QW361mdn2eXrmkzkxyGfF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:30.3125rem;top:12.82421875rem;left:0rem;overflow:hidden;display:block; }
#hAV61gALQltfUlbASztDLWDN8TGbTlH1 { color:rgba(var(--color-tertiary-1),1);display:block;width:36.8115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:34rem;height:30.7001875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zTbU1HycBTOHZ2Reasl8prDNntMNTFMB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:30.3125rem;top:52.375rem;left:0rem;overflow:hidden;display:block; }
#ga1C5E674fFlcPBcqTQLH14v8dnVMV0B { color:rgba(var(--color-tertiary-1),1);display:block;width:36.8110625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:51.3125rem;left:34rem;height:30.7001875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gviBb0g32aOykB00pZTX7eHIrArDBa4K { position:absolute;display:block;z-index:15006;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:29.625rem;width:30.3125rem;top:90.5888671875rem;left:0rem;overflow:hidden;display:block; }
#BlFwddMySDwcGOeFNLOD1zGddfrDiumi { color:rgba(var(--color-tertiary-1),1);display:block;width:36.8095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:92.375rem;left:34.0625rem;height:27.776375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GQinR9glr1gNpFmep0bBQSqLUzOALila { color:rgba(var(--color-primary-2),1);display:block;width:65.060625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:124.6923828125rem;left:4.96875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OEObtqqXMOBVSvsXoTs7HnmHGyLqnkol { color:rgba(var(--color-tertiary-1),1);display:block;width:36.8115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:34rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VOVP6XzE5BxmE5aAuCEuvhoyqwv0u7fg { color:rgba(var(--color-tertiary-1),1);display:block;width:36.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:48.125rem;left:34rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o0G7tV6iCnvVUtNn3DWqKhyPP90qGuok { color:rgba(var(--color-tertiary-1),1);display:block;width:36.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:88.6875rem;left:34rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e1d9;background-image:url("https://images.assets-landingi.com/uc/90f92945-0514-469a-b0f5-6a8a2480d02b/home_writer_sectionbg1.jpg");background-position:center !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; }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G.adaptive-delivery-prevent-bg, #lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G.lazyload, #lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G.lazyloading { background-image: none; }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row .container { background-color: transparent; background-image: none; }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row .container > .video-iframe-container { display: none; }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row > .video-iframe-container { display: none; }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .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); }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row .container { border-width: 0; border-radius: 0; }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#foC6EuAAyd8tTFppExdPPUuXUClQSuLb { color:rgba(var(--color-secondary-2),1);display:block;width:65.060625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.173828125rem;left:4.9680404663086rem;height:2.39968125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gBvFkKQ192HdctnR4WyNR36w7mBWmo90 { color:#080909;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15038;line-height:1.7;letter-spacing:0;top:7.9375rem;left:9.4375rem;height:2.76189375rem;text-align:left;text-align-last:left;display:block; }
#bNkXINbQD08w1RczUBnCWBI2BX91sR9y { box-sizing:content-box;height:0.12429rem;width:12.5rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.6875rem;left:9.4375rem;display:block; }
#gTlsGtZbzkJsfvu1wim0SQqM8TO9oJTb { color:#080909;display:block;width:59.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:11.9375rem;left:9.4375rem;height:5.84765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UkeyJCiUNdGQxgTUtot2R5inz5VuqcTZ { color:#080909;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:18.875rem;left:9.4375rem;height:2.76189375rem;text-align:left;text-align-last:left;display:block; }
#un4S3bF7TdVUNP1oXnIpz9ofQQxlRdMX { box-sizing:content-box;height:0.12429rem;width:12.5rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.5625rem;left:9.4375rem;display:block; }
#Zy6WwrSN6sh4HWH2OMgzyflVq5r39ZT9 { color:#080909;display:block;width:60.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:22.9375rem;left:9.375rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DZ6hsTo3A7BITAIuDBEQOh6dpMITqlVn { color:#080909;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:28.0625rem;left:9.75rem;height:2.76189375rem;text-align:left;text-align-last:left;display:block; }
#No05UXL4x68NqyEByULSTSCLha349MbZ { box-sizing:content-box;height:0.12429rem;width:12.5rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.4375rem;left:9.4375rem;display:block; }
#inzZXMSwcAHEi0H3R3OeymDZ3U0vtikg { color:#080909;display:block;width:60.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:32.875rem;left:9.6875rem;height:4.38574375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FSeVHFbFRRUsgSCtS9zaqTWVhDtTW0qG { color:#080909;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15032;line-height:1.7;letter-spacing:0;top:38.5625rem;left:9.4375rem;height:2.76189375rem;text-align:left;text-align-last:left;display:block; }
#o4fn1IBgFXMCMp3gVqbDsqhNCd14uoLS { box-sizing:content-box;height:0.12429rem;width:12.5rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;top:41.875rem;left:9.4375rem;display:block; }
#LCB3mBdHv1IJH5Ic704wtpFezP2k1RdW { color:#080909;display:block;width:60.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:42.875rem;left:9.375rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 { 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/046076f4-9553-4976-83a7-7805c1821767/home_writer_footer_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6.adaptive-delivery-prevent-bg, #Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6.lazyload, #Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6.lazyloading { background-image: none; }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row .container { background-color: transparent; background-image: none; }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row .container > .video-iframe-container { display: none; }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row > .video-iframe-container { display: none; }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .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); }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row .container { border-width: 0; border-radius: 0; }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row .container { font-size:0.875rem;font-family:arial;height:124.4375rem;width:75rem;position:relative;display:block; }#VpoHG2JThoIVBgK3mRLvcUZH3R3MJBEG { color:rgba(var(--color-primary-2),1);display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.75rem;left:7.1875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#faWiFGWwD3yIqRlQUt48uBKJUsiQIPhK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.874625rem;width:22.9368125rem;top:10.5rem;left:0rem;display:block; }
#FAE8aS03WI1IgPzqNGZP5V330JDQNbsP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.874625rem;width:22.9368125rem;top:10.5rem;left:26rem;display:block; }
#sc4GPxXomMnrdWhprmw3laxCU7Nz7adW { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.87375rem;width:22.9368125rem;top:10.5rem;left:52.0625rem;display:block; }
#LCEZMHhtLvBOkBaWvnNVXlbcuuJb2VDk { color:rgba(var(--color-primary-2),1);display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.420098304749rem;left:7.1875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#enlIyi1G2rUV2fgvLd8WbJw6fysrPpzJ { color:rgba(var(--color-tertiary-1),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:35.8125rem;left:4.75rem;height:51.167rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iprqnzhM1leIAGIbiuovbKQNMpLStreJ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24964375rem;width:2.24964375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:41.4375rem;left:2rem; }
#RlW0vhfcfJ3qr400UPgI9JPHuF4qZ0wt { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24875625rem;width:2.24875625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:51.6875rem;left:2rem; }
#nRAHTn5kQENBFmJJ1dSmQ8uGAyHgrw8x { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24786875rem;width:2.24786875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:60.25rem;left:2rem; }
#abPsXVmcinWCuahZ5TBUeUVrObbV8P51 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24698125rem;width:2.24698125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:69.0625rem;left:2rem; }
#chPVUsLe2GwatwOvDm9b74ZS0BtiI2lh { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24609375rem;width:2.24609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:80.6875rem;left:2rem; }
#rndN0CC1rN94MyT3Hr297GDGqAibR9E5 { color:rgba(var(--color-primary-2),1);display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:94.5rem;left:7.1875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h2hh9deILtuhQsKW9WGHrL9uU3n8iWHi { color:rgba(var(--color-tertiary-1),1);display:block;width:56.312125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:99rem;left:10.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w9eVlhF6a3u9rD2TibRVUXs5nCNXThKe { position:absolute;display:block;z-index:15077;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:19.5625rem;width:20rem;top:31.562492132187rem;left:48.936435699463rem;overflow:hidden;display:block; }
#dmLfuUAaRndi78BvvWBswU2MNo9Ek53x { position:absolute;display:block;z-index:15078;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:19.5rem;width:19.875rem;top:51.650382995606rem;left:48.936435699463rem;overflow:hidden;display:block; }
#ovA81TAhz4CcISwmmtBwN563IXvLwadK { position:absolute;display:block;z-index:15079;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:19.375rem;width:19.8125rem;top:72.1217956543rem;left:48.936435699463rem;overflow:hidden;display:block; }
#rk3wf2sybIpLBsaOe0TBHAVHDSB9U89H { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:4.124025rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:108.5rem;left:25.3125rem;display:block; }
#DqrBvTFN0779aTyrkM0o4gGTM3RwhBZo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T18XU6Zz5JcI3rRLh6SWFe48RTH9MZ4y { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:4.12305rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:116rem;left:25.3125rem;display:block; }
#soOsiSzHrClyLHnhQJ3RNnC50MqV2nec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ { 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/046076f4-9553-4976-83a7-7805c1821767/home_writer_footer_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ.adaptive-delivery-prevent-bg, #zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ.lazyload, #zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ.lazyloading { background-image: none; }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row .container { background-color: transparent; background-image: none; }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row .container > .video-iframe-container { display: none; }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row > .video-iframe-container { display: none; }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .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); }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row .container { border-width: 0; border-radius: 0; }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row .container { font-size:0.875rem;font-family:arial;height:81rem;width:75rem;position:relative;display:block; }#e7hdfX6qTbM6bdSA35xSnHuICKtNmVT2 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.060625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.259765625rem;left:4.96875rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z38izsPlN0y9pefHf60p64eqg1uCbkew { color:rgba(var(--color-primary-2),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:7.4375rem;left:21.1875rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LO62har125unTTDeWy7QuMQ6s3is4Jso { color:rgba(var(--color-tertiary-0),1);display:block;width:20.996125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.7;letter-spacing:0;top:9.8359375rem;left:27.0009765625rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#iZaiPWiWTnboqei3EZslsH0WIzL3XrzC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.16015625rem;left:27.65625rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KzuB8QveUBWGrD1hfVdaFfmSLJcUoyzH { position:absolute;display:block;z-index:15062;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.75rem;width:6.875rem;top:21.375rem;left:8.5rem;overflow:hidden;display:block; }
#hQL9lCtIq0nm2ENV3B9ErdR7ATCNQJgi { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:29.375rem;left:1rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vl2ZTb38s2sCM42FTgQbSh83w8BbL9bU { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:32.5rem;left:2.125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X482XcuXuaXVtIClFuVGyw7FnOqhaMIi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.12109375rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:34.6875rem;left:1.0625rem;display:block; }
#ghbx4BO2avC16UgDSZGdb8pLm5D76JxH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0TQ3HTaGwi2A86qrq1TMJ4bqubiu7Mf { position:absolute;display:block;z-index:15006;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.6875rem;width:6.875rem;top:20.75rem;left:34.0625rem;overflow:hidden;display:block; }
#Tu24Vcxaa2mHOz3uFwTIr3vCHslwIT7J { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:28.8125rem;left:26.875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O0lVxazg5TV6bx6e6mGXZ8n2TIZJ1Eya { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:32.4375rem;left:27.625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RuwoKONAKXvyO0WGkdvL6wTWdImOHcek { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.12109375rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:34.75rem;left:26.5625rem;display:block; }
#M7O5FEbrOFaoFsSuf1NBcPqD5U8xm2GI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VAFCdwWAbB71EMU7FPZRLVxZhhfMsRxp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.875rem;top:20.9375rem;left:59.3125rem;overflow:hidden;display:block; }
#I7R1SwIKCIpdTcscQwcbTTTd5IcTiGIH { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:29rem;left:51.4375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NSIQVG3ogCTkShMaugNoUU6sGe99gLaK { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:32.5625rem;left:53.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bBzERqy20rWJDquGouqrimHkIiuXpLP4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.12109375rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:34.8125rem;left:51.8125rem;display:block; }
#bLnl7GLhdpmRKGFSutgPXdknProMA3Oe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5PQMwgddftQBdeXXXmLvaMg4JzbzThf { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:44.0625rem;left:27.9375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ngFg9JdsGGqUVHrmFvvW7VwKNLTAzOQF { color:#ff0000;display:block;width:20.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15042;line-height:1.7;letter-spacing:0;top:46.9375rem;left:27.25rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#FgZ7ekkWnAU0eCWkfNLaGmeVCQ2AFgTn { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:49.6875rem;left:26.8125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Eur1i9fPZdOtDg0sdGUoWhcbHRmFdafn { position:absolute;display:block;z-index:15062;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.8105625rem;width:12.6855625rem;top:55.6875rem;left:31.1875rem;overflow:hidden;display:block; }
#hLRopKctC1tpfG5zcvVLoUJCzaGesD4U { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:64.8125rem;left:27.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W5LM4uTqb80cEhcnkvgVQSRQmZOZr7zT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.12305rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:73.375rem;left:26.5625rem;display:block; }
#wGbaaz0qNi3sqF1aQuZDZimoa49pFUJD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dUXQTVAcRVWhpAeSTBH6ncGPRDarcxhD { box-sizing:content-box;height:21.1875rem;width:23.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:19.875rem;left:0rem;box-shadow: none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#e7O4szUaFP1Z5SMBgf1bzSQJZlpvsMJu { box-sizing:content-box;height:21.1875rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:19.875rem;left:25.5625rem;box-shadow: none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#mn6rSAiPDHhABtcq7UoXW5bSIuTuW6es { box-sizing:content-box;height:21.1875rem;width:24.375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:19.875rem;left:50.5rem;box-shadow: none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#wJJ7IpbihdG08HKBx5vNzNlTN3RnFEJl { color:#ff0000;display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:69.9306640625rem;left:27.65625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp { 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/046076f4-9553-4976-83a7-7805c1821767/home_writer_footer_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp.adaptive-delivery-prevent-bg, #ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp.lazyload, #ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp.lazyloading { background-image: none; }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row .container { background-color: transparent; background-image: none; }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row .container > .video-iframe-container { display: none; }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row > .video-iframe-container { display: none; }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .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); }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row .container { border-width: 0; border-radius: 0; }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row .container { font-size:0.875rem;font-family:arial;height:85.3125rem;width:75rem;position:relative;display:block; }#W9kzriRsKMpVeJte56QqeBQDEXOGsz7t { color:rgba(var(--color-tertiary-0),1);display:block;width:65.060625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.259765625rem;left:4.96875rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbUe8QVsmck2VtG05nxwvq4KrAeV80sE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.3125rem;left:27.65625rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qkLO1S8AnGXHgy0pCSqG61esUhz3hZJi { color:rgba(var(--color-tertiary-0),1);display:block;width:20.996125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15042;line-height:1.7;letter-spacing:0;top:9.98828125rem;left:27.0009765625rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#drWfRy4RENG5nhDoQUgak35L5BZZq3Ks { color:rgba(var(--color-primary-2),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:7.4375rem;left:21.1875rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tVUN2TEFeUtyeVsQ0ECfEtyt2VN1qICm { position:absolute;display:block;z-index:15064;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.75rem;width:6.875rem;top:22.8125rem;left:8.5rem;overflow:hidden;display:block; }
#U12UgBiyqHNJxGRnhTzlqV1CW5c9zw9l { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:30.8125rem;left:1rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NyCkEzAaBCLvGzpTpMySy8XFoPV4xKBh { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:33.9375rem;left:2.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#osazXMWXzZG5vbeTNdD5GDl59EqIWakF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.12109375rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:36.125rem;left:1rem;display:block; }
#sAirvIsUJVWzvUBsaggy3AHHbpA4gT7x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VT2CwbHzfMAvT96Zqa9gWwWWqGqTBECO { position:absolute;display:block;z-index:15008;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.6875rem;width:6.875rem;top:22.84375rem;left:34.5rem;overflow:hidden;display:block; }
#pUlVwuVl8sQxXXRpzvtCAcbcDu0VA0Dt { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:30.8125rem;left:26.84375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k2OBweFEeiL1rTKobky8Rcfb3gsCqOG5 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:33.9375rem;left:27.65625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XdB8dlphNkXVdW8A3TQueepyEALZgSCM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.12109375rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:36.1875rem;left:26.3125rem;display:block; }
#u7xaTqL71Uv1QgKGS6PAgMpmB9L5IAcF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FK5vuq7iX6fPyQROsLrTT0owCWGWm12d { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.875rem;top:22.84375rem;left:59.625rem;overflow:hidden;display:block; }
#ikbXZxm93BEnbk2uDDLzERRivH9IIm9v { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:33.9375rem;left:53.21875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NfeL11vyhXFkmG5FaqWupDiHKht3nDh9 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:30.8125rem;left:51.71875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D0OoEhIxJ3Tdw0hclvHNdm7b8bu9UctV { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.12109375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:36.25rem;left:52.125rem;display:block; }
#ZJMreoE1ubKVHEc8tMx4u7DqnVFyxxPx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TETOOoywXvNanHSPJT6KCfHvzXZ8GRpP { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:45.0625rem;left:27.6875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BJ5yRdiacNmCSmvPGrSCfiy110SsQHbp { color:#ff0000;display:block;width:20.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15045;line-height:1.7;letter-spacing:0;top:47.9375rem;left:27rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#wv6ZMSI42lqG406fqbHmtQzoSS35vQkK { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:50.6875rem;left:26.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cAKWANTtpRaSO461iTQJO7rLfpDO9vPr { position:absolute;display:block;z-index:15061;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.8105625rem;width:12.6855625rem;top:57.8125rem;left:31.5rem;overflow:hidden;display:block; }
#EEWg7sMaUwXn1bARIgAdxFgJST2B3VTe { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:66.9375rem;left:26.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NtBQoN24cofNhT2ncIGUaTQ0TpusvwcN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.12305rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:77.5rem;left:26.5625rem;display:block; }
#nLgvS78a7b98MivNtX82cdfmpISe0Ryc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QI2X6ecbNwx9fVATSUcgcL0d7mfUZTWq { box-sizing:content-box;height:21.1875rem;width:23.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:20.875rem;left:0rem;box-shadow: none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#ybm0MsL4opJAzm5KeLClNTCbl5an2QGC { box-sizing:content-box;height:21.1875rem;width:23.75rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:20.875rem;left:51.125rem;box-shadow: none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#BeZsu7sxJ11gA010IbklWxPDDzPmM4qb { box-sizing:content-box;height:21.1875rem;width:23.75rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:20.875rem;left:25.5625rem;box-shadow: none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#FhLMHzLaTwptuXueVtRSN2oBcfKG14DO { color:#ff0000;display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:72.0556640625rem;left:26.25rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e1d9;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; }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row .container { background-color: transparent; background-image: none; }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row .container > .video-iframe-container { display: none; }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row > .video-iframe-container { display: none; }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .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); }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row .container { border-width: 0; border-radius: 0; }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#BTAssy6I9zSUzE6n2gsea4wILClfW60H { color:rgba(var(--color-secondary-2),1);display:block;width:65.060625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.25rem;left:5rem;height:2.39968125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvAXqx29IyrFRndcyoNTe2V8Z7Kah2OE { color:#080909;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15038;line-height:1.7;letter-spacing:0;top:9rem;left:9.5rem;height:2.76189375rem;text-align:left;text-align-last:left;display:block; }
#PEEXKbiDEKam9dSkvdM1ewFe7pSoyCTf { box-sizing:content-box;height:0.12429rem;width:12.5rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.760498046875rem;left:9.4984016418456rem;display:block; }
#wtciImyysZuZrixGIatlfsP5paHvLuZU { color:#080909;display:block;width:59.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:13rem;left:9.5rem;height:2.9243625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KJ4NE69CMFJuT3CfU9iITXFgH5mTweC1 { color:#080909;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:17.8125rem;left:9.5625rem;height:2.76189375rem;text-align:left;text-align-last:left;display:block; }
#upEv7FH2C359JZNMxlWgXzZP5rpWwwVN { box-sizing:content-box;height:0.12429rem;width:12.5rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.5rem;left:9.5625rem;display:block; }
#wu75N4oDTXZkTaPLB3yttdRfJnxUWX74 { color:#080909;display:block;width:60.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:21.875rem;left:9.5rem;height:2.9243625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CigS8twTcToxCE00EnEBciAP1DqbQZZb { color:#080909;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:27rem;left:9.875rem;height:2.76189375rem;text-align:left;text-align-last:left;display:block; }
#Mw7Cb2PPuTFndMesr2LzANiiMB4RPcfw { box-sizing:content-box;height:0.12429rem;width:12.5rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.375rem;left:9.5625rem;display:block; }
#H4RBoKTma6UDcFcsM1q0iMyo17AvDy8e { color:#080909;display:block;width:60.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:31.8125rem;left:9.8125rem;height:1.46218125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n4BOcSJggElt5CUE4oHlXMdqeBz4V86i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n4BOcSJggElt5CUE4oHlXMdqeBz4V86i > .row .container { background-color: transparent; background-image: none; }#n4BOcSJggElt5CUE4oHlXMdqeBz4V86i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4BOcSJggElt5CUE4oHlXMdqeBz4V86i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4BOcSJggElt5CUE4oHlXMdqeBz4V86i > .row .container > .video-iframe-container { display: none; }#n4BOcSJggElt5CUE4oHlXMdqeBz4V86i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4BOcSJggElt5CUE4oHlXMdqeBz4V86i > .row > .video-iframe-container { display: none; }#n4BOcSJggElt5CUE4oHlXMdqeBz4V86i > .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); }#n4BOcSJggElt5CUE4oHlXMdqeBz4V86i > .row .container { border-width: 0; border-radius: 0; }#n4BOcSJggElt5CUE4oHlXMdqeBz4V86i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4BOcSJggElt5CUE4oHlXMdqeBz4V86i > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#nbhCTnZFpTXVDeBJmA9yx2qkzOxBmXTJ { color:rgba(var(--color-primary-2),1);display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8799819946289rem;left:7.1875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ > .row .container { background-color: transparent; background-image: none; }#JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ > .row .container > .video-iframe-container { display: none; }#JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ > .row > .video-iframe-container { display: none; }#JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ > .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); }#JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ > .row .container { border-width: 0; border-radius: 0; }#JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#bZEivoLye2PIe0xtsgdhvScM1DhyT8Lz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:25rem;top:1.8022074699402rem;left:6.25rem;overflow:hidden;display:block; }
#QvdoEB2EZHcPd8vneLgZEPXNsJtEDSfN { color:rgba(var(--color-tertiary-1),1);display:block;width:36.8093125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.71467590332031rem;left:37.843570709229rem;height:58.4765625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EXRULMibLOokomiG8vWoimTr2IKFm15a { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0618125rem;width:29.437125rem;top:37.421875rem;left:4.0305404663086rem;overflow:hidden;display:block; }
#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/132ad347-ce06-473a-b910-e707343ace51/home_writer_sectionbg1ee1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5.adaptive-delivery-prevent-bg, #enPaz4n5LaR8TSGrLsfTnPTg62w812v5.lazyload, #enPaz4n5LaR8TSGrLsfTnPTg62w812v5.lazyloading { background-image: none; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { background-color: transparent; background-image: none; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container > .video-iframe-container { display: none; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row > .video-iframe-container { display: none; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .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); }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { border-width: 0; border-radius: 0; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { font-size:0.875rem;font-family:arial;height:63rem;width:75rem;position:relative;display:block; }#UX0scwbBk0KPTx1ZrOJ8xbOcJ6em6ePB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56214375rem;width:2.56214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:10.5rem;left:15.0625rem; }
#sTkPWJHL4z7u7bK8sMXJR9zIFoFprsag { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.8;letter-spacing:0;top:9.75rem;left:19.3125rem;height:6.07324375rem;display:block; }
#vCge2rnRWTaT7a8z51O9TUXM8BBlP3ml { color:rgba(var(--color-secondary-2),1);display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.7753829956055rem;left:8.5609016418456rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cumuAs0wr2xWn7JT3ZTW4kEaq70p3t2J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56214375rem;width:2.56214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:18.0625rem;left:15.0625rem; }
#TyOL3qlGDTnI6d9c13TX9EFZsNPTvg29 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.8;letter-spacing:0;top:17.3125rem;left:19.3125rem;height:6.07324375rem;display:block; }
#g635i77N7Dm54Fw9UWZx6sAc3Vq9JWsy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56214375rem;width:2.56214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:25.5625rem;left:15.0625rem; }
#yaXv6GzXq5hzuhpcNw0BQKUshUfeSo8E { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.8;letter-spacing:0;top:24.8125rem;left:19.3125rem;height:4.048825rem;display:block; }
#AapbScqh2LGIzGWszBxXNn33T8PLn7V4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56214375rem;width:2.56214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:31.125rem;left:15.0625rem; }
#TWJ3RDQKWh8hvTfDt9K3dIafkgq9cBgO { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.8;letter-spacing:0;top:30.375rem;left:19.3125rem;height:4.048825rem;display:block; }
#xirJhWuuy2wyCTRfOInMG8gNPGB5ZW3K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56214375rem;width:2.56214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:36.4375rem;left:15.0625rem; }
#EK41UiI5hXd4NNp5ykxsrTJsmyqsgbTB { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1.8;letter-spacing:0;top:35.6875rem;left:19.3125rem;height:4.048825rem;display:block; }
#BqtZa9TqB4IJNGJrmzAu3LZvWyTczFeh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56214375rem;width:2.56214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:41.6875rem;left:15.0625rem; }
#sQJFZmPzh4xO7bZ17VUOaRPwQkLJvst8 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.8;letter-spacing:0;top:40.9375rem;left:19.3125rem;height:4.048825rem;display:block; }
#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { background-color: transparent; background-image: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container > .video-iframe-container { display: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container { display: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .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); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { border-width: 0; border-radius: 0; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#uNZh27WIzxU8eyFeiiqLakAkvXRvPFDX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:10.6875rem;top:2.2185745239258rem;left:8.125rem;overflow:hidden;display:block; }
#b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:55.8125rem;height:1.13725rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D4KWDbCptk1thzgAzhtKHqRSX2RspoqK { display:block; }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qun2lkUi8wTknRWTqzXtvdSMHgWR8mJs { width:47.75rem;height:4.75rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFHMoDGz0DKqfXug69k2XORWa3TmemII { display:block; }#QFHMoDGz0DKqfXug69k2XORWa3TmemII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGveNABLZ65z0DAbOH4KXzkgKV2lELaI { width:47.75rem;height:8.9375rem;top:3.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIBOMgeTrI7bkdv33zShg7LZCbWz9eCZ { top:21.875rem;left:0rem;width:41.625rem;height:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3m8ik1nwaoq8wpAwa2XB2DM08rTkADW { top:30.3125rem;left:30.5625rem;width:17.1875rem;height:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgcpWfQtOEEENlJp1dqwGdOIB6N3kDzI { top:34.5rem;left:15.5625rem;width:32.1875rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBlVtaEv1EXNpgm0CyxbwQPCxDVr3EH7 { width:24.375rem;height:4.0625rem;top:46.1875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVSxV621Ut6hiSqIr8ZF136kSdJoTdTw { display:block; }
 }@media only screen and (max-width: 763px) { #y6CRQWDfFPXdSLO6TTBpDKmNkpQZMJk4 { width:24.375rem;height:4.0625rem;top:51.9375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxenssyGduFw4VKMQ7fIFd21f6bok7C7 { display:block; }
 }@media only screen and (max-width: 763px) { #aeON9wrLHcofs7CM2WcKJVaKbQyuHDXz { top:15.6875rem;left:24.8125rem;width:22.9375rem;height:12.526822230918rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4hZTzELR91bMUVhFVRexFw94cxd4wik { top:9.5625rem;left:0rem;width:6.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { top:20.9375rem;left:0rem;width:17.4375rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { width:47.75rem;height:7.1875rem;top:3.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5uolAewanENi9uH4OxWWRErFyc9qmoo { top:13.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { top:14.3125rem;left:0rem;width:21.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxl04edgNXnTPNRSgDxHkLsyummPAT6y { top:17.0625rem;left:0rem;width:21.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suInKuXs2pqemMVi2sTXpuRh35MNrGya { top:20rem;left:0rem;width:23.25rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak8MQ0c4AbrKPyugAAULUt8346cUHCVd { top:23rem;left:0rem;width:26.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwMm1sRUxVubSC2E3IGX3MfyNTNRFy96 { top:16.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEAKTWcZG9GOQ2IsdTQS3i14tzfV4guh { top:19.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb1wKokWveRzrGo7LS58ndNH4i5pbH7G { top:22.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLOCS6tfZxeio4DGGVNu8wkRTtDtARQb { top:13.875rem;left:22.0625rem;width:25.6875rem;height:13.84100652566rem;display:block; }
 }@media only screen and (max-width: 763px) { #SucDvsouE7p1TtSZTBLNbL5UwFtEplDh { width:28.875rem;height:2.375rem;top:27.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD { display:block; }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCWInkCIwupANrxRbyNE1aN89PFV2Q3f { width:47.75rem;height:2.375rem;top:3.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFXBWstNUSszlrnaaXJCdThlN6Nx7nNz { top:8.0625rem;left:0rem;width:17.1875rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxrLWkxRpyD22wq8s6A9VE3wJUSTnJd0 { top:11.375rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7KTFFsS01IJpUSU5mMmiEd08duayfAq { width:47.75rem;height:1.4375rem;top:12.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocJK5o1mH6HM1m6BBiHfzdJ9gg6XRHpm { top:15.8125rem;left:0rem;width:17.1875rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGk7OFox5kulHMoCeWQx35cg85Zkww0X { top:19.125rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFwPApmZ8Xp3sOi8XlCtpmew0C8ZVbEm { width:47.75rem;height:4.375rem;top:20.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqHzh4mnRAFJkRKzCWZpiA5wNOklA1tb { top:26.5625rem;left:0rem;width:17.1875rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUBzwBLX6uiGizwEGRnZmzPDGzIsq6xV { top:29.875rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPgmOA6oTVSIxCNs6AoqT56T1MIwqzCV { width:47.75rem;height:1.4375rem;top:31.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu { display:block; }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1PALrUqzGE2VbLNfVO0kDtSrgshuNgi { top:3.4375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHCQ1HRbDDouomRvCwdqgd4EEW4vRI0n { top:14.75rem;left:0rem;width:32.3125rem;height:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK0utd0IBZIGoabTG9tqylwh9KhdtG7y { top:38.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9OQwNFsnmlRDD1PvelrCBmJbweSGxhH { top:11.9375rem;left:24.0625rem;width:23.625rem;height:23.188519318401rem;display:block; }
 }@media only screen and (max-width: 763px) { #U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { display:block; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WccaTaK27SOwN9Xv5yfPw02nVXNrWSIT { width:47.75rem;height:2.375rem;top:3.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZg1TVqMLh7QW361mdn2eXrmkzkxyGfF { top:12.8125rem;left:0rem;width:30.3125rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAV61gALQltfUlbASztDLWDN8TGbTlH1 { top:11.6875rem;left:11rem;width:36.75rem;height:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTbU1HycBTOHZ2Reasl8prDNntMNTFMB { top:52.375rem;left:0rem;width:30.3125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga1C5E674fFlcPBcqTQLH14v8dnVMV0B { top:51.3125rem;left:11rem;width:36.75rem;height:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gviBb0g32aOykB00pZTX7eHIrArDBa4K { top:90.5625rem;left:0rem;width:30.3125rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlFwddMySDwcGOeFNLOD1zGddfrDiumi { top:92.375rem;left:11rem;width:36.75rem;height:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQinR9glr1gNpFmep0bBQSqLUzOALila { width:47.75rem;height:4.75rem;top:124.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEObtqqXMOBVSvsXoTs7HnmHGyLqnkol { top:8.375rem;left:11rem;width:36.75rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOVP6XzE5BxmE5aAuCEuvhoyqwv0u7fg { top:48.125rem;left:11rem;width:36.75rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0G7tV6iCnvVUtNn3DWqKhyPP90qGuok { top:88.6875rem;left:11rem;width:36.75rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G { display:block; }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foC6EuAAyd8tTFppExdPPUuXUClQSuLb { width:47.75rem;height:2.375rem;top:3.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBvFkKQ192HdctnR4WyNR36w7mBWmo90 { top:7.9375rem;left:0rem;width:17.1875rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNkXINbQD08w1RczUBnCWBI2BX91sR9y { top:10.6875rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTlsGtZbzkJsfvu1wim0SQqM8TO9oJTb { width:47.75rem;height:5.8125rem;top:11.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkeyJCiUNdGQxgTUtot2R5inz5VuqcTZ { top:18.875rem;left:0rem;width:17.1875rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #un4S3bF7TdVUNP1oXnIpz9ofQQxlRdMX { top:21.5625rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy6WwrSN6sh4HWH2OMgzyflVq5r39ZT9 { width:47.75rem;height:2.875rem;top:22.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ6hsTo3A7BITAIuDBEQOh6dpMITqlVn { top:28.0625rem;left:0rem;width:17.1875rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #No05UXL4x68NqyEByULSTSCLha349MbZ { top:31.4375rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inzZXMSwcAHEi0H3R3OeymDZ3U0vtikg { width:47.75rem;height:4.375rem;top:32.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSeVHFbFRRUsgSCtS9zaqTWVhDtTW0qG { top:38.5625rem;left:0rem;width:17.1875rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4fn1IBgFXMCMp3gVqbDsqhNCd14uoLS { top:41.875rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCB3mBdHv1IJH5Ic704wtpFezP2k1RdW { width:47.75rem;height:2.875rem;top:42.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 { display:block; }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpoHG2JThoIVBgK3mRLvcUZH3R3MJBEG { top:4.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faWiFGWwD3yIqRlQUt48uBKJUsiQIPhK { top:10.5rem;left:0rem;width:22.875rem;height:12.839929125941rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAE8aS03WI1IgPzqNGZP5V330JDQNbsP { top:10.5rem;left:12.375rem;width:22.875rem;height:12.839929125941rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc4GPxXomMnrdWhprmw3laxCU7Nz7adW { top:10.5rem;left:24.875rem;width:22.875rem;height:12.839056483982rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCEZMHhtLvBOkBaWvnNVXlbcuuJb2VDk { top:27.375rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enlIyi1G2rUV2fgvLd8WbJw6fysrPpzJ { top:35.8125rem;left:0rem;width:35.9375rem;height:51.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iprqnzhM1leIAGIbiuovbKQNMpLStreJ { top:41.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlW0vhfcfJ3qr400UPgI9JPHuF4qZ0wt { top:51.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRAHTn5kQENBFmJJ1dSmQ8uGAyHgrw8x { top:60.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abPsXVmcinWCuahZ5TBUeUVrObbV8P51 { top:69.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chPVUsLe2GwatwOvDm9b74ZS0BtiI2lh { top:80.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rndN0CC1rN94MyT3Hr297GDGqAibR9E5 { top:94.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2hh9deILtuhQsKW9WGHrL9uU3n8iWHi { top:99rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9eVlhF6a3u9rD2TibRVUXs5nCNXThKe { top:31.5rem;left:27.75rem;width:20rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLfuUAaRndi78BvvWBswU2MNo9Ek53x { top:51.625rem;left:27.875rem;width:19.875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovA81TAhz4CcISwmmtBwN563IXvLwadK { top:72.0625rem;left:27.9375rem;width:19.8125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk3wf2sybIpLBsaOe0TBHAVHDSB9U89H { width:24.375rem;height:4.0625rem;top:108.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqrBvTFN0779aTyrkM0o4gGTM3RwhBZo { display:block; }
 }@media only screen and (max-width: 763px) { #T18XU6Zz5JcI3rRLh6SWFe48RTH9MZ4y { width:24.375rem;height:4.0625rem;top:116rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soOsiSzHrClyLHnhQJ3RNnC50MqV2nec { display:block; }
 }@media only screen and (max-width: 763px) { #zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ { display:block; }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7hdfX6qTbM6bdSA35xSnHuICKtNmVT2 { width:47.75rem;height:2.375rem;top:3.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z38izsPlN0y9pefHf60p64eqg1uCbkew { width:32.625rem;height:2.375rem;top:7.4375rem;left:7.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO62har125unTTDeWy7QuMQ6s3is4Jso { top:9.8125rem;left:13.3759765625rem;width:20.9375rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZaiPWiWTnboqei3EZslsH0WIzL3XrzC { top:13.125rem;left:14.03125rem;width:19.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzuB8QveUBWGrD1hfVdaFfmSLJcUoyzH { top:21.375rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQL9lCtIq0nm2ENV3B9ErdR7ATCNQJgi { top:29.375rem;left:0rem;width:21.875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl2ZTb38s2sCM42FTgQbSh83w8BbL9bU { top:32.5rem;left:0rem;width:19.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X482XcuXuaXVtIClFuVGyw7FnOqhaMIi { width:21.875rem;height:4.0625rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghbx4BO2avC16UgDSZGdb8pLm5D76JxH { display:block; }
 }@media only screen and (max-width: 763px) { #o0TQ3HTaGwi2A86qrq1TMJ4bqubiu7Mf { top:20.75rem;left:20.4375rem;width:6.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu24Vcxaa2mHOz3uFwTIr3vCHslwIT7J { top:28.8125rem;left:13.25rem;width:21.3125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0lVxazg5TV6bx6e6mGXZ8n2TIZJ1Eya { top:32.4375rem;left:14rem;width:19.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuwoKONAKXvyO0WGkdvL6wTWdImOHcek { width:21.875rem;height:4.0625rem;top:34.75rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7O5FEbrOFaoFsSuf1NBcPqD5U8xm2GI { display:block; }
 }@media only screen and (max-width: 763px) { #VAFCdwWAbB71EMU7FPZRLVxZhhfMsRxp { top:20.9375rem;left:40.875rem;width:6.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7R1SwIKCIpdTcscQwcbTTTd5IcTiGIH { top:29rem;left:25.0625rem;width:22.6875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSIQVG3ogCTkShMaugNoUU6sGe99gLaK { top:32.5625rem;left:28.0625rem;width:19.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBzERqy20rWJDquGouqrimHkIiuXpLP4 { width:21.875rem;height:4.0625rem;top:34.8125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLnl7GLhdpmRKGFSutgPXdknProMA3Oe { display:block; }
 }@media only screen and (max-width: 763px) { #g5PQMwgddftQBdeXXXmLvaMg4JzbzThf { top:44.0625rem;left:14.3125rem;width:19.6875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngFg9JdsGGqUVHrmFvvW7VwKNLTAzOQF { top:46.9375rem;left:13.625rem;width:20.9375rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgZ7ekkWnAU0eCWkfNLaGmeVCQ2AFgTn { top:49.6875rem;left:13.1875rem;width:21.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eur1i9fPZdOtDg0sdGUoWhcbHRmFdafn { top:55.6875rem;left:17.5625rem;width:12.625rem;height:6.7780480024043rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLRopKctC1tpfG5zcvVLoUJCzaGesD4U { top:64.8125rem;left:14.0625rem;width:19.6875rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5LM4uTqb80cEhcnkvgVQSRQmZOZr7zT { width:21.875rem;height:4.0625rem;top:73.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGbaaz0qNi3sqF1aQuZDZimoa49pFUJD { display:block; }
 }@media only screen and (max-width: 763px) { #dUXQTVAcRVWhpAeSTBH6ncGPRDarcxhD { top:19.875rem;left:0rem;width:23.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7O4szUaFP1Z5SMBgf1bzSQJZlpvsMJu { top:19.875rem;left:11.9375rem;width:23.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn6rSAiPDHhABtcq7UoXW5bSIuTuW6es { top:19.875rem;left:23.25rem;width:24.375rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJJ7IpbihdG08HKBx5vNzNlTN3RnFEJl { top:69.875rem;left:14.03125rem;width:19.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp { display:block; }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9kzriRsKMpVeJte56QqeBQDEXOGsz7t { width:47.75rem;height:2.375rem;top:3.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbUe8QVsmck2VtG05nxwvq4KrAeV80sE { top:13.3125rem;left:14.03125rem;width:19.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkLO1S8AnGXHgy0pCSqG61esUhz3hZJi { top:9.9375rem;left:13.3759765625rem;width:20.9375rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drWfRy4RENG5nhDoQUgak35L5BZZq3Ks { width:32.625rem;height:2.375rem;top:7.4375rem;left:7.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVUN2TEFeUtyeVsQ0ECfEtyt2VN1qICm { top:22.8125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U12UgBiyqHNJxGRnhTzlqV1CW5c9zw9l { top:30.8125rem;left:0rem;width:21.875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyCkEzAaBCLvGzpTpMySy8XFoPV4xKBh { top:33.9375rem;left:0rem;width:19.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osazXMWXzZG5vbeTNdD5GDl59EqIWakF { width:21.875rem;height:4.0625rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAirvIsUJVWzvUBsaggy3AHHbpA4gT7x { display:block; }
 }@media only screen and (max-width: 763px) { #VT2CwbHzfMAvT96Zqa9gWwWWqGqTBECO { top:22.8125rem;left:20.875rem;width:6.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUlVwuVl8sQxXXRpzvtCAcbcDu0VA0Dt { top:30.8125rem;left:13.21875rem;width:21.3125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2OBweFEeiL1rTKobky8Rcfb3gsCqOG5 { top:33.9375rem;left:14.03125rem;width:19.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdB8dlphNkXVdW8A3TQueepyEALZgSCM { width:21.875rem;height:4.0625rem;top:36.1875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7xaTqL71Uv1QgKGS6PAgMpmB9L5IAcF { display:block; }
 }@media only screen and (max-width: 763px) { #FK5vuq7iX6fPyQROsLrTT0owCWGWm12d { top:22.8125rem;left:40.875rem;width:6.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikbXZxm93BEnbk2uDDLzERRivH9IIm9v { top:33.9375rem;left:28.0625rem;width:19.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfeL11vyhXFkmG5FaqWupDiHKht3nDh9 { top:30.8125rem;left:25.0625rem;width:22.6875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0OoEhIxJ3Tdw0hclvHNdm7b8bu9UctV { width:21.875rem;height:4.0625rem;top:36.25rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJMreoE1ubKVHEc8tMx4u7DqnVFyxxPx { display:block; }
 }@media only screen and (max-width: 763px) { #TETOOoywXvNanHSPJT6KCfHvzXZ8GRpP { top:45.0625rem;left:14.0625rem;width:19.6875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ5yRdiacNmCSmvPGrSCfiy110SsQHbp { top:47.9375rem;left:13.375rem;width:20.9375rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv6ZMSI42lqG406fqbHmtQzoSS35vQkK { top:50.6875rem;left:12.9375rem;width:21.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAKWANTtpRaSO461iTQJO7rLfpDO9vPr { top:57.8125rem;left:17.875rem;width:12.625rem;height:6.7780480024043rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEWg7sMaUwXn1bARIgAdxFgJST2B3VTe { top:66.9375rem;left:12.625rem;width:22.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtBQoN24cofNhT2ncIGUaTQ0TpusvwcN { width:21.875rem;height:4.0625rem;top:77.5rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLgvS78a7b98MivNtX82cdfmpISe0Ryc { display:block; }
 }@media only screen and (max-width: 763px) { #QI2X6ecbNwx9fVATSUcgcL0d7mfUZTWq { top:20.875rem;left:0rem;width:23.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybm0MsL4opJAzm5KeLClNTCbl5an2QGC { top:20.875rem;left:23.875rem;width:23.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeZsu7sxJ11gA010IbklWxPDDzPmM4qb { top:20.875rem;left:11.9375rem;width:23.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhLMHzLaTwptuXueVtRSN2oBcfKG14DO { top:72rem;left:12.625rem;width:22.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ { display:block; }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTAssy6I9zSUzE6n2gsea4wILClfW60H { width:47.75rem;height:2.375rem;top:4.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvAXqx29IyrFRndcyoNTe2V8Z7Kah2OE { top:9rem;left:0rem;width:17.1875rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEEXKbiDEKam9dSkvdM1ewFe7pSoyCTf { top:11.75rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtciImyysZuZrixGIatlfsP5paHvLuZU { width:47.75rem;height:2.875rem;top:13rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ4NE69CMFJuT3CfU9iITXFgH5mTweC1 { top:17.8125rem;left:0rem;width:17.1875rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upEv7FH2C359JZNMxlWgXzZP5rpWwwVN { top:20.5rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu75N4oDTXZkTaPLB3yttdRfJnxUWX74 { width:47.75rem;height:2.875rem;top:21.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CigS8twTcToxCE00EnEBciAP1DqbQZZb { top:27rem;left:0rem;width:17.1875rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw7Cb2PPuTFndMesr2LzANiiMB4RPcfw { top:30.375rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4RBoKTma6UDcFcsM1q0iMyo17AvDy8e { width:47.75rem;height:1.4375rem;top:31.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4BOcSJggElt5CUE4oHlXMdqeBz4V86i { display:block; }#n4BOcSJggElt5CUE4oHlXMdqeBz4V86i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbhCTnZFpTXVDeBJmA9yx2qkzOxBmXTJ { top:2.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ { display:block; }#JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZEivoLye2PIe0xtsgdhvScM1DhyT8Lz { top:1.75rem;left:0rem;width:25rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvdoEB2EZHcPd8vneLgZEPXNsJtEDSfN { top:0.6875rem;left:11rem;width:36.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXRULMibLOokomiG8vWoimTr2IKFm15a { top:37.375rem;left:0rem;width:29.375rem;height:16.027915164524rem;display:block; }
 }@media only screen and (max-width: 763px) { #enPaz4n5LaR8TSGrLsfTnPTg62w812v5 { display:block; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX0scwbBk0KPTx1ZrOJ8xbOcJ6em6ePB { top:10.5rem;left:1.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTkPWJHL4z7u7bK8sMXJR9zIFoFprsag { top:9.75rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCge2rnRWTaT7a8z51O9TUXM8BBlP3ml { top:4.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cumuAs0wr2xWn7JT3ZTW4kEaq70p3t2J { top:18.0625rem;left:1.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyOL3qlGDTnI6d9c13TX9EFZsNPTvg29 { top:17.3125rem;left:2.375rem;width:45.375rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g635i77N7Dm54Fw9UWZx6sAc3Vq9JWsy { top:25.5625rem;left:1.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaXv6GzXq5hzuhpcNw0BQKUshUfeSo8E { top:24.8125rem;left:2.375rem;width:45.375rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AapbScqh2LGIzGWszBxXNn33T8PLn7V4 { top:31.125rem;left:1.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWJ3RDQKWh8hvTfDt9K3dIafkgq9cBgO { top:30.375rem;left:2.375rem;width:45.375rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xirJhWuuy2wyCTRfOInMG8gNPGB5ZW3K { top:36.4375rem;left:1.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK41UiI5hXd4NNp5ykxsrTJsmyqsgbTB { top:35.6875rem;left:2.375rem;width:45.375rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqtZa9TqB4IJNGJrmzAu3LZvWyTczFeh { top:41.6875rem;left:1.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQJFZmPzh4xO7bZ17VUOaRPwQkLJvst8 { top:40.9375rem;left:2.375rem;width:45.375rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { display:block; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNZh27WIzxU8eyFeiiqLakAkvXRvPFDX { top:2.1875rem;left:0rem;width:10.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { top:2.8125rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #D4KWDbCptk1thzgAzhtKHqRSX2RspoqK { background-color:rgba(245,245,245,0.79);background-image:none;display:block; }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row .container { background-color: transparent; background-image: none; }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row .container > .video-iframe-container { display: none; }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row > .video-iframe-container { display: none; }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .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); }#D4KWDbCptk1thzgAzhtKHqRSX2RspoqK > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qun2lkUi8wTknRWTqzXtvdSMHgWR8mJs { width:20rem;height:4.048825rem;top:0.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QFHMoDGz0DKqfXug69k2XORWa3TmemII { display:block; }#QFHMoDGz0DKqfXug69k2XORWa3TmemII > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGveNABLZ65z0DAbOH4KXzkgKV2lELaI { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eIBOMgeTrI7bkdv33zShg7LZCbWz9eCZ { width:20rem;height:21.3574375rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3m8ik1nwaoq8wpAwa2XB2DM08rTkADW { width:17.1875rem;height:2.76171875rem;top:21.625rem;left:1.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgcpWfQtOEEENlJp1dqwGdOIB6N3kDzI { width:20rem;height:8.496125rem;top:25.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBlVtaEv1EXNpgm0CyxbwQPCxDVr3EH7 { width:19rem;height:4.0625rem;top:34.8125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVSxV621Ut6hiSqIr8ZF136kSdJoTdTw { display:block; }
 }@media only screen and (max-width: 763px) { #y6CRQWDfFPXdSLO6TTBpDKmNkpQZMJk4 { width:19rem;height:4.0625rem;top:39.875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxenssyGduFw4VKMQ7fIFd21f6bok7C7 { display:block; }
 }@media only screen and (max-width: 763px) { #aeON9wrLHcofs7CM2WcKJVaKbQyuHDXz { width:20rem;height:10.923330697342rem;top:9.1166543960569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4hZTzELR91bMUVhFVRexFw94cxd4wik { width:2rem;height:1.0625rem;top:7.25rem;left:7.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/046076f4-9553-4976-83a7-7805c1821767/home_writer_footer_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq.adaptive-delivery-prevent-bg, #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq.lazyload, #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq.lazyloading { background-image: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { background-color: transparent; background-image: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .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); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { width:19.375rem;height:0;top:44.875rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { width:19.375rem;height:0;top:45.8125rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { width:19.375rem;height:0;top:49.8125rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { width:19.375rem;height:0;top:45.375rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { top:19.390625rem;left:1.28125rem;width:17.4375rem;height:0;z-index:15049;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { width:20rem;height:8.097625rem;top:0.99964904785156rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z5uolAewanENi9uH4OxWWRErFyc9qmoo { display:flex;width:1.875rem;height:1.875rem;top:10.9375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { width:16.6875rem;height:2.798825rem;top:10.5rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wxl04edgNXnTPNRSgDxHkLsyummPAT6y { width:16.5625rem;height:2.5996125rem;top:14.3125rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #suInKuXs2pqemMVi2sTXpuRh35MNrGya { width:16.312125rem;height:2.5996125rem;top:17.6875rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ak8MQ0c4AbrKPyugAAULUt8346cUHCVd { width:16.875rem;height:2.5996125rem;top:21.5rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZwMm1sRUxVubSC2E3IGX3MfyNTNRFy96 { display:flex;width:1.875rem;height:1.875rem;top:13.8125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #FEAKTWcZG9GOQ2IsdTQS3i14tzfV4guh { display:flex;width:1.875rem;height:1.875rem;top:17.6875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Wb1wKokWveRzrGo7LS58ndNH4i5pbH7G { display:flex;width:1.875rem;height:1.875rem;top:21.6875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #aLOCS6tfZxeio4DGGVNu8wkRTtDtARQb { width:20rem;height:10.7759375rem;top:25.799004554749rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SucDvsouE7p1TtSZTBLNbL5UwFtEplDh { width:20rem;height:1.57421875rem;top:38.262606501579rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD { background-color:rgba(226,225,217,0.79);background-image:none;display:block; }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row .container { background-color: transparent; background-image: none; }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row .container > .video-iframe-container { display: none; }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row > .video-iframe-container { display: none; }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .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); }#mqSc6qcddVlP8ZD9zRAIytmLhuI0EgvD > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCWInkCIwupANrxRbyNE1aN89PFV2Q3f { width:20rem;height:1.57421875rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QFXBWstNUSszlrnaaXJCdThlN6Nx7nNz { width:17.1875rem;height:2.23046875rem;top:3.4241886138916rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BxrLWkxRpyD22wq8s6A9VE3wJUSTnJd0 { width:12.5rem;height:0.062144875rem;top:5.6489696502686rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7KTFFsS01IJpUSU5mMmiEd08duayfAq { width:20rem;height:3.8994125rem;top:5.6534099578858rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ocJK5o1mH6HM1m6BBiHfzdJ9gg6XRHpm { width:17.1875rem;height:2.23046875rem;top:12.01881980896rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGk7OFox5kulHMoCeWQx35cg85Zkww0X { width:12.5rem;height:0.062144875rem;top:14.241830825806rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFwPApmZ8Xp3sOi8XlCtpmew0C8ZVbEm { width:20rem;height:7.7988125rem;top:14.247159957886rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #gqHzh4mnRAFJkRKzCWZpiA5wNOklA1tb { width:17.1875rem;height:2.23046875rem;top:24.197435379028rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qUBzwBLX6uiGizwEGRnZmzPDGzIsq6xV { width:12.5rem;height:0.062144875rem;top:26.954013824463rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPgmOA6oTVSIxCNs6AoqT56T1MIwqzCV { width:20rem;height:3.8994125rem;top:26.958450317382rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/275db9cc-46d8-43b8-bb73-604464dd16a5/home_writer_sectionbg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu.adaptive-delivery-prevent-bg, #IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu.lazyload, #IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu.lazyloading { background-image: none; }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row .container { background-color: transparent; background-image: none; }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row .container > .video-iframe-container { display: none; }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row > .video-iframe-container { display: none; }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .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); }#IXxMbBTtBmpQgN5xkhNKzTyrJWXXRlTu > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1PALrUqzGE2VbLNfVO0kDtSrgshuNgi { width:20rem;height:5.1181625rem;top:0.89932250976562rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHCQ1HRbDDouomRvCwdqgd4EEW4vRI0n { width:20rem;height:20.796875rem;top:6.9362545013425rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bK0utd0IBZIGoabTG9tqylwh9KhdtG7y { width:20rem;height:5.84765625rem;top:48.987924575806rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9OQwNFsnmlRDD1PvelrCBmJbweSGxhH { width:20rem;height:19.6306875rem;top:28.607954025269rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { background-color:#18202a;background-image:none;display:block; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { background-color: transparent; background-image: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container > .video-iframe-container { display: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container { display: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .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); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { width:20rem;height:192.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WccaTaK27SOwN9Xv5yfPw02nVXNrWSIT { width:17.7494375rem;height:4.72265625rem;top:1.1869659423828rem;left:1.1239346265793rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aZg1TVqMLh7QW361mdn2eXrmkzkxyGfF { width:20rem;height:19.598625rem;top:6.2705078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAV61gALQltfUlbASztDLWDN8TGbTlH1 { width:20rem;height:37.6943125rem;top:28.984375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zTbU1HycBTOHZ2Reasl8prDNntMNTFMB { width:20rem;height:19.6474375rem;top:67.7978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga1C5E674fFlcPBcqTQLH14v8dnVMV0B { width:20rem;height:36.3945rem;top:90.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gviBb0g32aOykB00pZTX7eHIrArDBa4K { width:20rem;height:19.5966875rem;top:127.83984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlFwddMySDwcGOeFNLOD1zGddfrDiumi { width:20rem;height:32.495125rem;top:150.888671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GQinR9glr1gNpFmep0bBQSqLUzOALila { width:20rem;height:6.296875rem;top:184.634765625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OEObtqqXMOBVSvsXoTs7HnmHGyLqnkol { width:20rem;height:1.70605625rem;top:26.369140625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VOVP6XzE5BxmE5aAuCEuvhoyqwv0u7fg { width:20rem;height:1.70605625rem;top:87.4443359375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o0G7tV6iCnvVUtNn3DWqKhyPP90qGuok { width:20rem;height:1.70605625rem;top:147.9990234375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G.adaptive-delivery-prevent-bg, #lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G.lazyload, #lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G.lazyloading { background-image: none; }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row .container { background-color: transparent; background-image: none; }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,225,217,0.79); }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row .container > .video-iframe-container { display: none; }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,225,217,0.79); }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row > .video-iframe-container { display: none; }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .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); }#lUWfDoTFZSJXgiT5evruFQw2WLcuHS0G > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foC6EuAAyd8tTFppExdPPUuXUClQSuLb { width:20rem;height:3.1484375rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gBvFkKQ192HdctnR4WyNR36w7mBWmo90 { width:17.1875rem;height:2.23046875rem;top:5.5735082626342rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bNkXINbQD08w1RczUBnCWBI2BX91sR9y { width:12.5rem;height:0.062144875rem;top:7.7956323623656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTlsGtZbzkJsfvu1wim0SQqM8TO9oJTb { width:20rem;height:12.9980625rem;top:7.8009586334231rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UkeyJCiUNdGQxgTUtot2R5inz5VuqcTZ { width:17.1875rem;height:2.23046875rem;top:23.508522033691rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #un4S3bF7TdVUNP1oXnIpz9ofQQxlRdMX { width:12.5rem;height:0.062144875rem;top:25.72975730896rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy6WwrSN6sh4HWH2OMgzyflVq5r39ZT9 { width:20rem;height:5.19921875rem;top:25.735084533691rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #DZ6hsTo3A7BITAIuDBEQOh6dpMITqlVn { width:17.1875rem;height:2.23046875rem;top:33.528053283691rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #No05UXL4x68NqyEByULSTSCLha349MbZ { width:12.5rem;height:0.062144875rem;top:35.751064300537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inzZXMSwcAHEi0H3R3OeymDZ3U0vtikg { width:20rem;height:9.098625rem;top:35.75638961792rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #FSeVHFbFRRUsgSCtS9zaqTWVhDtTW0qG { width:17.1875rem;height:2.23046875rem;top:47.068553924561rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o4fn1IBgFXMCMp3gVqbDsqhNCd14uoLS { width:12.5rem;height:0.062144875rem;top:49.292432785034rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCB3mBdHv1IJH5Ic704wtpFezP2k1RdW { width:20rem;height:5.19921875rem;top:49.297761917114rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row .container { background-color: transparent; background-image: none; }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row .container > .video-iframe-container { display: none; }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row > .video-iframe-container { display: none; }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .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); }#Ww9vaO2mTkuok3FTpTdKCHFmL1xm03v6 > .row .container { width:20rem;height:212.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpoHG2JThoIVBgK3mRLvcUZH3R3MJBEG { width:20rem;height:3.4121125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #faWiFGWwD3yIqRlQUt48uBKJUsiQIPhK { height:11.225404576159rem;width:20rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAE8aS03WI1IgPzqNGZP5V330JDQNbsP { height:11.225404576159rem;width:20rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc4GPxXomMnrdWhprmw3laxCU7Nz7adW { height:11.224641610511rem;width:20rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCEZMHhtLvBOkBaWvnNVXlbcuuJb2VDk { width:20rem;height:5.1181625rem;top:42.821346282959rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #enlIyi1G2rUV2fgvLd8WbJw6fysrPpzJ { width:17.5rem;height:75.38875rem;top:49.51881980896rem;left:2.4999998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iprqnzhM1leIAGIbiuovbKQNMpLStreJ { display:flex;width:2.1875rem;height:2.1875rem;top:71.268642425537rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RlW0vhfcfJ3qr400UPgI9JPHuF4qZ0wt { display:flex;width:2.1875rem;height:2.1875rem;top:84.264877319338rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nRAHTn5kQENBFmJJ1dSmQ8uGAyHgrw8x { display:flex;width:2.1875rem;height:2.1875rem;top:97.077411651612rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #abPsXVmcinWCuahZ5TBUeUVrObbV8P51 { display:flex;width:2.1875rem;height:2.1875rem;top:57.268285751343rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #chPVUsLe2GwatwOvDm9b74ZS0BtiI2lh { display:flex;width:2.1875rem;height:2.1875rem;top:115.51397323608rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rndN0CC1rN94MyT3Hr297GDGqAibR9E5 { width:20rem;height:1.70605625rem;top:185.32668352127rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h2hh9deILtuhQsKW9WGHrL9uU3n8iWHi { width:20rem;height:12.9980625rem;top:188.12586975097rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w9eVlhF6a3u9rD2TibRVUXs5nCNXThKe { width:20rem;height:19.5614375rem;top:125.88956260681rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLfuUAaRndi78BvvWBswU2MNo9Ek53x { width:19.8748125rem;height:19.4993125rem;top:145.4510140419rem;left:0.12517756223679rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovA81TAhz4CcISwmmtBwN563IXvLwadK { width:19.8118125rem;height:19.375rem;top:164.95028495789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk3wf2sybIpLBsaOe0TBHAVHDSB9U89H { width:19rem;height:4.0625rem;top:202.3730625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqrBvTFN0779aTyrkM0o4gGTM3RwhBZo { display:block; }
 }@media only screen and (max-width: 763px) { #T18XU6Zz5JcI3rRLh6SWFe48RTH9MZ4y { width:19rem;height:4.0625rem;top:207.6855625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soOsiSzHrClyLHnhQJ3RNnC50MqV2nec { display:block; }
 }@media only screen and (max-width: 763px) { #zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row .container { background-color: transparent; background-image: none; }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row .container > .video-iframe-container { display: none; }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row > .video-iframe-container { display: none; }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .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); }#zcBbqFuMlTrebv4KyfZcVQfTHpvFVcQJ > .row .container { width:20rem;height:105rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7hdfX6qTbM6bdSA35xSnHuICKtNmVT2 { width:20rem;height:1.57421875rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z38izsPlN0y9pefHf60p64eqg1uCbkew { width:20rem;height:1.57421875rem;top:3.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LO62har125unTTDeWy7QuMQ6s3is4Jso { width:20rem;height:2.23046875rem;top:7.9375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZaiPWiWTnboqei3EZslsH0WIzL3XrzC { width:19.6875rem;height:4.38574375rem;top:10.75rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzuB8QveUBWGrD1hfVdaFfmSLJcUoyzH { width:6.875rem;height:6.7480625rem;top:16.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQL9lCtIq0nm2ENV3B9ErdR7ATCNQJgi { width:20rem;height:1.70605625rem;top:24.9375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vl2ZTb38s2sCM42FTgQbSh83w8BbL9bU { width:19.6875rem;height:1.4619125rem;top:27.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X482XcuXuaXVtIClFuVGyw7FnOqhaMIi { width:18.9980625rem;height:4.0625rem;top:29.875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghbx4BO2avC16UgDSZGdb8pLm5D76JxH { display:block; }
 }@media only screen and (max-width: 763px) { #o0TQ3HTaGwi2A86qrq1TMJ4bqubiu7Mf { width:6.875rem;height:6.6875rem;top:36.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu24Vcxaa2mHOz3uFwTIr3vCHslwIT7J { width:20rem;height:1.70605625rem;top:43.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0lVxazg5TV6bx6e6mGXZ8n2TIZJ1Eya { width:19.6875rem;height:1.4619125rem;top:46.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RuwoKONAKXvyO0WGkdvL6wTWdImOHcek { width:19rem;height:4.0625rem;top:49.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7O5FEbrOFaoFsSuf1NBcPqD5U8xm2GI { display:block; }
 }@media only screen and (max-width: 763px) { #VAFCdwWAbB71EMU7FPZRLVxZhhfMsRxp { width:6.875rem;height:6.6875rem;top:56.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7R1SwIKCIpdTcscQwcbTTTd5IcTiGIH { width:20rem;height:1.70605625rem;top:64.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NSIQVG3ogCTkShMaugNoUU6sGe99gLaK { width:19.6875rem;height:1.4619125rem;top:67.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBzERqy20rWJDquGouqrimHkIiuXpLP4 { width:19rem;height:4.0625rem;top:69.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLnl7GLhdpmRKGFSutgPXdknProMA3Oe { display:block; }
 }@media only screen and (max-width: 763px) { #g5PQMwgddftQBdeXXXmLvaMg4JzbzThf { width:19.6875rem;height:1.70605625rem;top:75.875rem;left:0.3125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngFg9JdsGGqUVHrmFvvW7VwKNLTAzOQF { width:20rem;height:2.125rem;top:78.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgZ7ekkWnAU0eCWkfNLaGmeVCQ2AFgTn { width:20rem;height:2.923825rem;top:80.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eur1i9fPZdOtDg0sdGUoWhcbHRmFdafn { width:12.625rem;height:6.777375rem;top:84.591796875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLRopKctC1tpfG5zcvVLoUJCzaGesD4U { width:19.6875rem;height:4.38574375rem;top:92.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5LM4uTqb80cEhcnkvgVQSRQmZOZr7zT { width:18.9980625rem;height:4.0625rem;top:100.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGbaaz0qNi3sqF1aQuZDZimoa49pFUJD { display:block; }
 }@media only screen and (max-width: 763px) { #dUXQTVAcRVWhpAeSTBH6ncGPRDarcxhD { width:20rem;height:18.75rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7O4szUaFP1Z5SMBgf1bzSQJZlpvsMJu { width:20rem;height:18.75rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn6rSAiPDHhABtcq7UoXW5bSIuTuW6es { width:20rem;height:18.75rem;top:56.0400390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJJ7IpbihdG08HKBx5vNzNlTN3RnFEJl { width:19.6875rem;height:1.625rem;top:97.8232421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row .container { background-color: transparent; background-image: none; }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row .container > .video-iframe-container { display: none; }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row > .video-iframe-container { display: none; }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .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); }#ZA7dpwBTnPrfoeraI8JRrJ5I99EUtDTp > .row .container { width:20rem;height:107.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9kzriRsKMpVeJte56QqeBQDEXOGsz7t { width:20rem;height:1.57421875rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nbUe8QVsmck2VtG05nxwvq4KrAeV80sE { width:19.6875rem;height:4.38574375rem;top:9.8125rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkLO1S8AnGXHgy0pCSqG61esUhz3hZJi { width:20rem;height:2.23046875rem;top:6.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drWfRy4RENG5nhDoQUgak35L5BZZq3Ks { width:20rem;height:1.57421875rem;top:3.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tVUN2TEFeUtyeVsQ0ECfEtyt2VN1qICm { width:6.875rem;height:6.75rem;top:15.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U12UgBiyqHNJxGRnhTzlqV1CW5c9zw9l { width:20rem;height:1.70605625rem;top:23.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyCkEzAaBCLvGzpTpMySy8XFoPV4xKBh { width:19.6875rem;height:1.4619125rem;top:26.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #osazXMWXzZG5vbeTNdD5GDl59EqIWakF { width:18.9980625rem;height:4.0625rem;top:28.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAirvIsUJVWzvUBsaggy3AHHbpA4gT7x { display:block; }
 }@media only screen and (max-width: 763px) { #VT2CwbHzfMAvT96Zqa9gWwWWqGqTBECO { width:6.875rem;height:6.6875rem;top:35.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUlVwuVl8sQxXXRpzvtCAcbcDu0VA0Dt { width:20rem;height:1.70605625rem;top:43.1064453125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2OBweFEeiL1rTKobky8Rcfb3gsCqOG5 { width:19.6875rem;height:1.4619125rem;top:45.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XdB8dlphNkXVdW8A3TQueepyEALZgSCM { width:19rem;height:4.0625rem;top:48.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7xaTqL71Uv1QgKGS6PAgMpmB9L5IAcF { display:block; }
 }@media only screen and (max-width: 763px) { #FK5vuq7iX6fPyQROsLrTT0owCWGWm12d { width:6.875rem;height:6.6875rem;top:55.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikbXZxm93BEnbk2uDDLzERRivH9IIm9v { width:19.6875rem;height:1.4619125rem;top:65.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NfeL11vyhXFkmG5FaqWupDiHKht3nDh9 { width:20rem;height:1.70605625rem;top:63.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0OoEhIxJ3Tdw0hclvHNdm7b8bu9UctV { width:19rem;height:4.0625rem;top:68rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJMreoE1ubKVHEc8tMx4u7DqnVFyxxPx { display:block; }
 }@media only screen and (max-width: 763px) { #TETOOoywXvNanHSPJT6KCfHvzXZ8GRpP { width:19.6875rem;height:1.70605625rem;top:74.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJ5yRdiacNmCSmvPGrSCfiy110SsQHbp { width:20rem;height:2.125rem;top:76.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wv6ZMSI42lqG406fqbHmtQzoSS35vQkK { width:20rem;height:2.923825rem;top:79.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAKWANTtpRaSO461iTQJO7rLfpDO9vPr { width:12.6230625rem;height:6.777375rem;top:84.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEWg7sMaUwXn1bARIgAdxFgJST2B3VTe { width:20rem;height:4.38574375rem;top:92.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtBQoN24cofNhT2ncIGUaTQ0TpusvwcN { width:18.9980625rem;height:4.0625rem;top:101.75rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLgvS78a7b98MivNtX82cdfmpISe0Ryc { display:block; }
 }@media only screen and (max-width: 763px) { #QI2X6ecbNwx9fVATSUcgcL0d7mfUZTWq { width:20rem;height:18.75rem;top:14.7685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybm0MsL4opJAzm5KeLClNTCbl5an2QGC { width:20rem;height:18.75rem;top:54.5400390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeZsu7sxJ11gA010IbklWxPDDzPmM4qb { width:20rem;height:18.75rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhLMHzLaTwptuXueVtRSN2oBcfKG14DO { width:20rem;height:2.923825rem;top:98rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ { background-color:rgba(245,245,245,0.79);background-image:none;display:block; }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row .container { background-color: transparent; background-image: none; }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row .container > .video-iframe-container { display: none; }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row > .video-iframe-container { display: none; }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .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); }#GaBJkBUvN4AxkU4lyIWEERWseiN6MPTZ > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTAssy6I9zSUzE6n2gsea4wILClfW60H { width:20rem;height:3.1484375rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fvAXqx29IyrFRndcyoNTe2V8Z7Kah2OE { width:17.1875rem;height:2.23046875rem;top:5.5113639831543rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PEEXKbiDEKam9dSkvdM1ewFe7pSoyCTf { width:12.5rem;height:0.062144875rem;top:7.7352619171144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtciImyysZuZrixGIatlfsP5paHvLuZU { width:20rem;height:5.19921875rem;top:7.7405910491944rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #KJ4NE69CMFJuT3CfU9iITXFgH5mTweC1 { width:17.1875rem;height:2.23046875rem;top:15.529119491577rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #upEv7FH2C359JZNMxlWgXzZP5rpWwwVN { width:12.5rem;height:0.062144875rem;top:17.753019332886rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu75N4oDTXZkTaPLB3yttdRfJnxUWX74 { width:20rem;height:6.499rem;top:17.758344650269rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #CigS8twTcToxCE00EnEBciAP1DqbQZZb { width:17.1875rem;height:2.23046875rem;top:26.283754348755rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mw7Cb2PPuTFndMesr2LzANiiMB4RPcfw { width:12.5rem;height:0.062144875rem;top:28.507632255554rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4RBoKTma6UDcFcsM1q0iMyo17AvDy8e { width:20rem;height:3.8994125rem;top:28.512961387634rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #n4BOcSJggElt5CUE4oHlXMdqeBz4V86i { display:block; }#n4BOcSJggElt5CUE4oHlXMdqeBz4V86i > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbhCTnZFpTXVDeBJmA9yx2qkzOxBmXTJ { width:20rem;height:5.1181625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ { display:block; }#JJcVMK0qRbkGN8RmGiquhsmdIwCbdPTZ > .row .container { width:20rem;height:117.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZEivoLye2PIe0xtsgdhvScM1DhyT8Lz { width:20rem;height:23.0497rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvdoEB2EZHcPd8vneLgZEPXNsJtEDSfN { width:20rem;height:77.988125rem;top:37.7121875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EXRULMibLOokomiG8vWoimTr2IKFm15a { width:20rem;height:10.91294747123rem;top:25.5495625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enPaz4n5LaR8TSGrLsfTnPTg62w812v5 { display:block; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX0scwbBk0KPTx1ZrOJ8xbOcJ6em6ePB { display:flex;width:2.4375rem;height:2.4375rem;top:5.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sTkPWJHL4z7u7bK8sMXJR9zIFoFprsag { width:16.8125rem;height:12.598625rem;top:5.625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCge2rnRWTaT7a8z51O9TUXM8BBlP3ml { width:20rem;height:3.4121125rem;top:1.2766342163086rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cumuAs0wr2xWn7JT3ZTW4kEaq70p3t2J { display:flex;width:2.5rem;height:2.5rem;top:18.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TyOL3qlGDTnI6d9c13TX9EFZsNPTvg29 { width:16.25rem;height:8.999rem;top:18.75rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g635i77N7Dm54Fw9UWZx6sAc3Vq9JWsy { display:flex;width:2.5rem;height:2.5rem;top:28.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yaXv6GzXq5hzuhpcNw0BQKUshUfeSo8E { width:16.7498125rem;height:5.3994125rem;top:28.4375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AapbScqh2LGIzGWszBxXNn33T8PLn7V4 { display:flex;width:2.5rem;height:2.5rem;top:34.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TWJ3RDQKWh8hvTfDt9K3dIafkgq9cBgO { width:15.3125rem;height:5.3994125rem;top:34.75rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xirJhWuuy2wyCTRfOInMG8gNPGB5ZW3K { display:flex;width:2.5rem;height:2.5rem;top:41.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EK41UiI5hXd4NNp5ykxsrTJsmyqsgbTB { width:16.937125rem;height:3.5996125rem;top:41.3125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqtZa9TqB4IJNGJrmzAu3LZvWyTczFeh { display:flex;width:2.5rem;height:2.5rem;top:45.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sQJFZmPzh4xO7bZ17VUOaRPwQkLJvst8 { width:14.8118125rem;height:5.3994125rem;top:45.8125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { display:block; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNZh27WIzxU8eyFeiiqLakAkvXRvPFDX { width:7.8125rem;height:1.6867875rem;top:1.3742904663086rem;left:1.0289417505264rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { width:8.9994375rem;height:1.13725rem;top:1.6495056152344rem;left:9.999111533165rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }