.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:254,223,224;--color-primary-1:251,148,151;--color-primary-2:247,40,46;--color-primary-3:124,20,23;--color-primary-4:37,6,7;--color-secondary-0:218,238,249;--color-secondary-1:133,199,236;--color-secondary-2:10,142,217;--color-secondary-3:5,71,109;--color-secondary-4:2,21,33;--color-tertiary-0:255,255,255;--color-tertiary-1:182,182,182;--color-tertiary-2:134,134,134;--color-tertiary-3:80,80,80;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa064d70-45c0-410f-839a-376d44715485/AdobeStock_6733944131.jpeg");background-position:top right !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; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.adaptive-delivery-prevent-bg, #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.lazyload, #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.lazyloading { background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { background-color: transparent; background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .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); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { border-width: 0; border-radius: 0; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { font-size:0.875rem;font-family:"open sans";height:38rem;width:75rem;position:relative;display:block; }#DcdflzwkBDtrUmCLV9yF3bRZCpNpy0gP { color:#1b1941;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.5374994277954rem;height:10.72265rem;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; }
#fWJwoKM9A4MFWyZxLw5H7d03WyCSTPEV { color:rgba(var(--color-tertiary-2),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:6.375rem;left:1.8125rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P3cEUZV96gUCKcGKokddTz0AxP5P2ooa { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:14.4375rem;top:0.9989585876465rem;left:0.75rem;overflow:hidden;display:block; }
#nwoU61Vp5m3n9dstcpvHnAC5eDdbhosx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:31.375rem;left:1.3125rem;display:block; }
#CznhVbTtbE6tL1hySSuT3rmIOxmaSTog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cKMuuMEESzfC7AB546kQkiWpkDwRL713 { color:#1b1941;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.174999237061rem;left:2.5375003814698rem;height:4.875rem;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; }
#czfve0aGEOVFPiL3kHOlgohrBlFZ7FNF { box-sizing:content-box;height:37.8125rem;width:26.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.11250019073486rem;left:0rem;display:block; }
#wNq1dBMZUdv1aMWSgl5Is08a8h8lkDTu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10.0625rem;left:0.72500038146975rem; }
#KK7siMQgQokPprI7bJgvL48evFdXZbIq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:22.75rem;left:0.72500038146975rem; }
#mIw5T5tJ6ShdVUOgBDUJwDB8BCtIqPJ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.375rem;width:12.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:9.4375rem;left:52.712501525879rem; }
#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { position:relative;display:block; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { background-color: transparent; background-image: none; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container > .video-iframe-container { display: none; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row > .video-iframe-container { display: none; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .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); }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { border-width: 0; border-radius: 0; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M6fvcuPTZHVsfufiPHAyV4ELse6P6Ozs { color:#384761;display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3.6874990463257rem;left:2.875rem;height:4.0625rem;font-style:normal;display:block; }
#GHceAgTCIQrky5NwiQ7W0WGzfuRrhqqc { color:#384761;display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:8.8812513351437rem;left:2.875rem;height:19.5rem;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;font-style:normal;display:block; }
#yLShdlAPPHQhehXynMsuarIu7uSgPQyy { color:#384761;display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:30.75625038147rem;left:2.875rem;height:2.03125rem;font-style:normal;display:block; }
#y9ywUeJQAQLuuWvpG8PNU6s2cbyAK40W { color:#384761;display:block;width:52.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:34.050001144409rem;left:2.875rem;height:17.875rem;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;font-style:normal;display:block; }
#nPCL9Rxnvyno2flo7c51Pro88n88KIPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/8710bd95-0274-4f07-ad22-952cd30f1f3b/AdobeStock_5751063711.jpeg");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; }#nPCL9Rxnvyno2flo7c51Pro88n88KIPT.adaptive-delivery-prevent-bg, #nPCL9Rxnvyno2flo7c51Pro88n88KIPT.lazyload, #nPCL9Rxnvyno2flo7c51Pro88n88KIPT.lazyloading { background-image: none; }#nPCL9Rxnvyno2flo7c51Pro88n88KIPT > .row .container { background-color: transparent; background-image: none; }#nPCL9Rxnvyno2flo7c51Pro88n88KIPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPCL9Rxnvyno2flo7c51Pro88n88KIPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPCL9Rxnvyno2flo7c51Pro88n88KIPT > .row .container > .video-iframe-container { display: none; }#nPCL9Rxnvyno2flo7c51Pro88n88KIPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPCL9Rxnvyno2flo7c51Pro88n88KIPT > .row > .video-iframe-container { display: none; }#nPCL9Rxnvyno2flo7c51Pro88n88KIPT > .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); }#nPCL9Rxnvyno2flo7c51Pro88n88KIPT > .row .container { border-width: 0; border-radius: 0; }#nPCL9Rxnvyno2flo7c51Pro88n88KIPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nPCL9Rxnvyno2flo7c51Pro88n88KIPT > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#Z06VJTcTtO1hxpHyg9hHfLzspaZcZs08 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:6.15625rem;left:5.4375rem;display:block; }
#ZhX0sT7VeO7EpoeIozswDfxtDUF15cvf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM { position:relative;display:block; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM { background-color: transparent; background-image: none; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .row .container > .video-iframe-container { display: none; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .row > .video-iframe-container { display: none; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .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); }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM { border-width: 0; border-radius: 0; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a498lUfneMXtGSr44izGvDNsb15KUEPZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:17.875rem;left:1.4354162216186rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H5gB2GTOMKbP5sd3FkXFt7ucvgxkeR6L { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.375rem;top:2.9354200363159rem;left:6.5604171752931rem;overflow:hidden;display:block; }
#DAdqZFQ7uBqaJNcqMaS6A0CQOPwKpq1g { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:2.9354200363159rem;left:28.6875rem;height:2.03125rem;font-style:normal;display:block; }
#UrCsMMpHn3noXW6JQK4kOiSW0uBmrexN { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:5.8416709899903rem;left:28.6875rem;height:1.625rem;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; }
#ZWG24vXvBTtTRQXwCySLVvEWZiCkF6GI { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:9.2156276702881rem;left:28.6875rem;height:15.4296875rem;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; }
#OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP { position:relative;display:block; }#OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP { background-color: transparent; background-image: none; }#OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP > .row .container > .video-iframe-container { display: none; }#OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP > .row > .video-iframe-container { display: none; }#OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP > .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); }#OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP { border-width: 0; border-radius: 0; }#OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tceRioAXRpnQ3qAwKhneFtwh7rPXl7yv { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.25rem;width:14.875rem;top:3.9749984741211rem;left:48.566086247777rem;overflow:hidden;display:block; }
#SeCqpUMfOUpO6aChivCchCzT3SozFSom { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:2.8125rem;left:4.8125rem;height:2.03125rem;font-style:normal;display:block; }
#l8besASUdAr5NAWv1cyvxiT6M2ydhCNl { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:6.125rem;left:4.8125rem;height:8.652375rem;text-align:left;text-align-last:left;display:block; }#l8besASUdAr5NAWv1cyvxiT6M2ydhCNl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l8besASUdAr5NAWv1cyvxiT6M2ydhCNl li:before{  }
#V9f0VRVxkQZxcJV5aEvELQ5TRq9GfSG4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:19.4375rem;left:4.8125rem;display:block; }
#NNG2qNRL2FKTgUs7F7lDTIeH3gdb2Xv4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { position:relative;display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { background-color: transparent; background-image: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container > .video-iframe-container { display: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row > .video-iframe-container { display: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .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); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { border-width: 0; border-radius: 0; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bIeGSeOhO33BKERavcRLVJSumNQuT1uO { position:absolute;z-index:15028;top:2.25rem;left:39.03125rem;width:34.4375rem;height:23.625rem;display:block; }
#uaRxvWlpLGiovTiWAmvUzFafJVRrGsGG { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:5.998046875rem;left:1.4677734375rem;height:11.375rem;display:block; }
#PPk6St2nRJeNBvZ01COyQmZJPmG1pOS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.2493515014649rem;left:1.4680995941162rem;height:2.03125rem;font-style:normal;display:block; }
#ni214JVKBoq874uFsNGrtMgvnbudvxUu { 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; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { background-color: transparent; background-image: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container > .video-iframe-container { display: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container { display: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .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); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { border-width: 0; border-radius: 0; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { font-size:0.875rem;font-family:"open sans";height:9.375rem;width:75rem;position:relative;display:block; }#brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.34375rem;left:7.5rem;height:4.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { width:47.75rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DcdflzwkBDtrUmCLV9yF3bRZCpNpy0gP { width:23.4375rem;height:5.36133125rem;top:8.737500190735rem;left:2.9867187142372rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWJwoKM9A4MFWyZxLw5H7d03WyCSTPEV { width:26.125rem;height:1.7875rem;top:5.9124999046326rem;left:0.62421876192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P3cEUZV96gUCKcGKokddTz0AxP5P2ooa { width:14.4375rem;height:4.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwoU61Vp5m3n9dstcpvHnAC5eDdbhosx { width:20.625rem;height:3.4375rem;top:22.4375rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CznhVbTtbE6tL1hySSuT3rmIOxmaSTog { display:block; }
 }@media only screen and (max-width: 1199px) { #cKMuuMEESzfC7AB546kQkiWpkDwRL713 { width:20.875rem;height:3.8984375rem;top:15.5625rem;left:2.9867187142372rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #czfve0aGEOVFPiL3kHOlgohrBlFZ7FNF { width:26.375rem;height:28.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wNq1dBMZUdv1aMWSgl5Is08a8h8lkDTu { width:1.25rem;height:1.25rem;top:8.737500190735rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KK7siMQgQokPprI7bJgvL48evFdXZbIq { width:1.25rem;height:1.25rem;top:15.9375rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mIw5T5tJ6ShdVUOgBDUJwDB8BCtIqPJ3 { width:12.375rem;height:12.375rem;top:9.4375rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { display:block; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container { width:47.75rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M6fvcuPTZHVsfufiPHAyV4ELse6P6Ozs { width:41.625rem;height:4.0625rem;top:1.8125rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHceAgTCIQrky5NwiQ7W0WGzfuRrhqqc { width:43.0625rem;height:17.5429625rem;top:6.5625rem;left:0.99921876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yLShdlAPPHQhehXynMsuarIu7uSgPQyy { width:41.625rem;height:4.0625rem;top:25.0625rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y9ywUeJQAQLuuWvpG8PNU6s2cbyAK40W { width:43.0625rem;height:16.08105rem;top:30.0625rem;left:0.99921876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPCL9Rxnvyno2flo7c51Pro88n88KIPT { display:block; }#nPCL9Rxnvyno2flo7c51Pro88n88KIPT > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z06VJTcTtO1hxpHyg9hHfLzspaZcZs08 { width:20.625rem;height:3.4375rem;top:4.84375rem;left:13.562500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZhX0sT7VeO7EpoeIozswDfxtDUF15cvf { display:block; }
 }@media only screen and (max-width: 1199px) { #Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM { display:block; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .row .container { width:47.75rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a498lUfneMXtGSr44izGvDNsb15KUEPZ { top:14.6162109375rem;left:0rem;width:13.5615rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H5gB2GTOMKbP5sd3FkXFt7ucvgxkeR6L { width:7.8125rem;height:7.8125rem;top:5.4250001907349rem;left:2.8742187619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DAdqZFQ7uBqaJNcqMaS6A0CQOPwKpq1g { width:22.5625rem;height:1.625rem;top:1.4991302490234rem;left:17.249349117279rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UrCsMMpHn3noXW6JQK4kOiSW0uBmrexN { width:29.9370625rem;height:1.3rem;top:4.125rem;left:17.249349117279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZWG24vXvBTtTRQXwCySLVvEWZiCkF6GI { width:29.9370625rem;height:14.29785625rem;top:6.5609817504881rem;left:17.249349117279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP { display:block; }#OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP > .row .container { width:47.75rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tceRioAXRpnQ3qAwKhneFtwh7rPXl7yv { width:7.1875rem;height:8.8125rem;top:3.3125rem;left:33.248046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SeCqpUMfOUpO6aChivCchCzT3SozFSom { width:22.5625rem;height:1.625rem;top:1.6875rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l8besASUdAr5NAWv1cyvxiT6M2ydhCNl { width:29.9365rem;height:7.4365rem;top:4.3125rem;left:1.1875rem;font-size:1rem;display:block; }#l8besASUdAr5NAWv1cyvxiT6M2ydhCNl li:before{  }
 }@media only screen and (max-width: 1199px) { #V9f0VRVxkQZxcJV5aEvELQ5TRq9GfSG4 { width:20.625rem;height:3.4375rem;top:13.0625rem;left:1.1867187619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NNG2qNRL2FKTgUs7F7lDTIeH3gdb2Xv4 { display:block; }
 }@media only screen and (max-width: 1199px) { #FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container { width:47.75rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bIeGSeOhO33BKERavcRLVJSumNQuT1uO { width:47.1226875rem;height:20.625rem;top:12.465625762939rem;left:0.31406253576279rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uaRxvWlpLGiovTiWAmvUzFafJVRrGsGG { width:47.749rem;height:7.3095625rem;top:4.248046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PPk6St2nRJeNBvZ01COyQmZJPmG1pOS7 { width:31.8120625rem;height:1.95rem;top:1.3704433441162rem;left:7.967665195465rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ni214JVKBoq874uFsNGrtMgvnbudvxUu { display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { width:47.5625rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcdflzwkBDtrUmCLV9yF3bRZCpNpy0gP { width:16.875rem;height:6.5rem;top:9.5rem;left:1.5625000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWJwoKM9A4MFWyZxLw5H7d03WyCSTPEV { width:20rem;height:3.25rem;top:5.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3cEUZV96gUCKcGKokddTz0AxP5P2ooa { width:11.5625rem;height:3.3125rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwoU61Vp5m3n9dstcpvHnAC5eDdbhosx { width:18.997625rem;height:3.4375rem;top:20.75rem;left:0.49999994039536rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CznhVbTtbE6tL1hySSuT3rmIOxmaSTog { display:block; }
 }@media only screen and (max-width: 763px) { #cKMuuMEESzfC7AB546kQkiWpkDwRL713 { width:20rem;height:3.25rem;top:16.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czfve0aGEOVFPiL3kHOlgohrBlFZ7FNF { width:20rem;height:25.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNq1dBMZUdv1aMWSgl5Is08a8h8lkDTu { display:flex;width:1.25rem;height:1.25rem;top:9.625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #KK7siMQgQokPprI7bJgvL48evFdXZbIq { display:flex;width:1.25rem;height:1.25rem;top:16.5625rem;left:0.49921876192093rem; }
 }@media only screen and (max-width: 763px) { #mIw5T5tJ6ShdVUOgBDUJwDB8BCtIqPJ3 { display:flex;width:10.3125rem;height:10.3125rem;top:27.1875rem;left:4.8437500596046rem; }
 }@media only screen and (max-width: 763px) { #ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { display:block; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6fvcuPTZHVsfufiPHAyV4ELse6P6Ozs { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHceAgTCIQrky5NwiQ7W0WGzfuRrhqqc { width:20rem;height:24.69624375rem;top:6.9375002384187rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLShdlAPPHQhehXynMsuarIu7uSgPQyy { width:20rem;height:4.875rem;top:33.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9ywUeJQAQLuuWvpG8PNU6s2cbyAK40W { width:20rem;height:27.2959rem;top:39.072653293609rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPCL9Rxnvyno2flo7c51Pro88n88KIPT { display:block; }#nPCL9Rxnvyno2flo7c51Pro88n88KIPT > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z06VJTcTtO1hxpHyg9hHfLzspaZcZs08 { width:18.997625rem;height:3.4375rem;top:4.3437511920929rem;left:0.50156253576279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhX0sT7VeO7EpoeIozswDfxtDUF15cvf { display:block; }
 }@media only screen and (max-width: 763px) { #Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM { display:block; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a498lUfneMXtGSr44izGvDNsb15KUEPZ { width:20rem;height:1.6875rem;top:18.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5gB2GTOMKbP5sd3FkXFt7ucvgxkeR6L { width:9.9375rem;height:9.9375rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAdqZFQ7uBqaJNcqMaS6A0CQOPwKpq1g { width:20rem;height:1.625rem;top:13.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrCsMMpHn3noXW6JQK4kOiSW0uBmrexN { width:20rem;height:1.3rem;top:16rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZWG24vXvBTtTRQXwCySLVvEWZiCkF6GI { width:20rem;height:20.79685rem;top:21.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP { display:block; }#OSL0dsnwRTNQToFGxDPthp82zd5ZMgvP > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tceRioAXRpnQ3qAwKhneFtwh7rPXl7yv { width:9.125rem;height:11.125rem;top:15.197656154633rem;left:5.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeCqpUMfOUpO6aChivCchCzT3SozFSom { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8besASUdAr5NAWv1cyvxiT6M2ydhCNl { width:19.5625rem;height:10.036125rem;top:3.7500009536743rem;left:0.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#l8besASUdAr5NAWv1cyvxiT6M2ydhCNl li:before{  }
 }@media only screen and (max-width: 763px) { #V9f0VRVxkQZxcJV5aEvELQ5TRq9GfSG4 { width:19rem;height:3.4375rem;top:28.072655677796rem;left:0.49921876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNG2qNRL2FKTgUs7F7lDTIeH3gdb2Xv4 { display:block; }
 }@media only screen and (max-width: 763px) { #FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIeGSeOhO33BKERavcRLVJSumNQuT1uO { width:19.1845625rem;height:23.6220625rem;top:15.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaRxvWlpLGiovTiWAmvUzFafJVRrGsGG { width:20rem;height:11.69824375rem;top:3.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPk6St2nRJeNBvZ01COyQmZJPmG1pOS7 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ni214JVKBoq874uFsNGrtMgvnbudvxUu { display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { width:20rem;height:7.21875rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }