.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:225,222,255;--color-primary-1:157,147,255;--color-primary-2:58,38,255;--color-primary-3:29,19,128;--color-primary-4:9,6,38;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#QcsoL4cVpGBOCalndEKXL9BcchfbF54d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcsoL4cVpGBOCalndEKXL9BcchfbF54d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcsoL4cVpGBOCalndEKXL9BcchfbF54d > .row > .video-iframe-container { display: none; }#QcsoL4cVpGBOCalndEKXL9BcchfbF54d > .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); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 { position:relative;display:block; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 { background-color: transparent; background-image: none; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container > .video-iframe-container { display: none; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row > .video-iframe-container { display: none; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .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); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 { border-width: 0; border-radius: 0; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GkWLIoZdfu6haWqFD34MQa2Eev6ihtPw { 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:8.5625rem;width:31.25rem;top:3.84375rem;left:21.875rem;overflow:hidden;display:block; }
#yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3 { position:relative;display:block; }#yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3 { background-color: transparent; background-image: none; }#yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3 > .row .container > .video-iframe-container { display: none; }#yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3 > .row > .video-iframe-container { display: none; }#yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3 > .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); }#yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3 { border-width: 0; border-radius: 0; }#yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3 > .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; }#yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3 > .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:71.625rem;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; }#te9iJZ1lDqpXUDx5mHkeTQXzJBKplmrb { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.0625rem;left:1.21875rem;height:11.925rem;font-style:normal;overflow:hidden;display:block; }#te9iJZ1lDqpXUDx5mHkeTQXzJBKplmrb li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#te9iJZ1lDqpXUDx5mHkeTQXzJBKplmrb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
#UWonNXTzTo4tJ8MEd5xmK9PSoAIDdNtw { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0.1875rem;height:3.25rem;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; }
#PeEXybczSKFIt0Q2fHcKwATP5Thzyh7Z { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;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:4.875rem;left:0.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVQ5TyKsFgQgyTOuK4VkTlgxKd9sqD1C { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71rem;width:18.4375rem;top:0rem;left:0rem;display:block; }
#ktLpI0T0M0ehUz9EmDbNkilID6CLPbpe { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:65.125rem;left:0.96875rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fftRRNHPLcoOx6PeqHQzW87xORmJe0TB { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71rem;width:18.4375rem;top:0rem;left:18.75rem;display:block; }
#ie5hDlXVdvsg6G9p9MaOpmsDbBEkNH3g { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:10.5625rem;left:20rem;height:16.50625rem;font-style:normal;overflow:hidden;display:block; }#ie5hDlXVdvsg6G9p9MaOpmsDbBEkNH3g li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ie5hDlXVdvsg6G9p9MaOpmsDbBEkNH3g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
#ya2rHc8MTN1B6PdoqwQFiWtvsOEJgtI4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.125rem;left:18.9375rem;height:3.25rem;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; }
#yHOVZRS9knCxksndFO3uBzMDnF0KrgdG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;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:4.8125rem;left:19.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHIQ7tRMu89pbXJLpBpblmSB9oRPCTCK { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:27.1953125rem;left:27.15625rem;height:4.0625rem;display:block; }
#HRLFAcgOGZFX8IFmQfPcSbJp1NGhIryM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:32.2333984375rem;left:19.8125rem;height:5.9625rem;font-style:normal;overflow:hidden;display:block; }#HRLFAcgOGZFX8IFmQfPcSbJp1NGhIryM li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#HRLFAcgOGZFX8IFmQfPcSbJp1NGhIryM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
#xdLhL12kyclbVlbEZn0MtkOSb1DDrrDR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:65.125rem;left:19.71875rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mc3BP1M68a4J1NShaPllk9OOHKpzzEFJ { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71rem;width:18.4375rem;top:0rem;left:37.5rem;display:block; }
#bxh9G9I5L7MJUhboXaKmAWEUklIP5QzM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.125rem;left:37.75rem;height:3.25rem;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; }
#n3pMS5g2Ce4v3iTzSUHPXSZnWALXDCFU { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.8125rem;left:37.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pM99bAseQbD4E8IlJ5ba1b5Ue7fELlCD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5625rem;left:38.6875rem;height:16.50625rem;font-style:normal;overflow:hidden;display:block; }#pM99bAseQbD4E8IlJ5ba1b5Ue7fELlCD li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#pM99bAseQbD4E8IlJ5ba1b5Ue7fELlCD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
#xKU86GJkBCDHp2EGsKFV1A5TWhzgBS2N { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:27.2578125rem;left:45.90625rem;height:4.0625rem;display:block; }
#R0aCVJcDDr3mZo8EbzVRWaC9GCiT3BbD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:32.2333984375rem;left:38.5625rem;height:5.9625rem;font-style:normal;overflow:hidden;display:block; }#R0aCVJcDDr3mZo8EbzVRWaC9GCiT3BbD li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#R0aCVJcDDr3mZo8EbzVRWaC9GCiT3BbD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
#H6Kn1csvWmhkymwrkyROq12eUuuAXJIT { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:39.38671875rem;left:45.90625rem;height:4.0625rem;display:block; }
#grVVLK0dBzZwux0txymqczFOze6db0l8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:45.4345703125rem;left:38.5625rem;height:3.2rem;font-style:normal;overflow:hidden;display:block; }#grVVLK0dBzZwux0txymqczFOze6db0l8 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#grVVLK0dBzZwux0txymqczFOze6db0l8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
#nMiUSUUtOOz1Q2uu1KTZ2LwEBdoQtTbJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:65.125rem;left:38.46875rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JON4GoO1TcKBr1TDCbf9XMmCtGuhP5Pb { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71rem;width:18.4375rem;top:0rem;left:56.1875rem;display:block; }
#RogqQLMivPEvZepHHb34C7tEBBFRwHhv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.125rem;left:56.3125rem;height:3.25rem;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; }
#VZKDGTuKaRdDQnEz43mPlDPEAAaUwMDC { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:4.8125rem;left:56.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q5dcXWtsl9AEuPhFfIBv4wkDJwuDzeL6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:10.5625rem;left:57.125rem;height:16.50625rem;font-style:normal;overflow:hidden;display:block; }#Q5dcXWtsl9AEuPhFfIBv4wkDJwuDzeL6 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q5dcXWtsl9AEuPhFfIBv4wkDJwuDzeL6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
#LlPlD8ter9lZM0Ze93dqazLNUXf6xRtN { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:27.0634765625rem;left:64.5625rem;height:4.0625rem;display:block; }
#JLGcrky0NqcUsgZQLip6x4SAS9ch706R { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:32.2333984375rem;left:57.46875rem;height:5.9625rem;font-style:normal;overflow:hidden;display:block; }#JLGcrky0NqcUsgZQLip6x4SAS9ch706R li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#JLGcrky0NqcUsgZQLip6x4SAS9ch706R li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
#fB49g6ceoQSe7XSRTMlquGArT0KANf9S { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:39.38671875rem;left:64.65625rem;height:4.0625rem;display:block; }
#T4U0R5SUllEtAfLKgnITyl4v1zwceTOX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:45.4345703125rem;left:57.3125rem;height:3.2rem;font-style:normal;overflow:hidden;display:block; }#T4U0R5SUllEtAfLKgnITyl4v1zwceTOX li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#T4U0R5SUllEtAfLKgnITyl4v1zwceTOX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
#cy4p5Oiwsb5gduLL8BCEs7aT9yMxuyM3 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:49.875rem;left:64.65625rem;height:4.0625rem;display:block; }
#AO4O8Loub4mNDhoxxDa45u1E0Ke7LZBx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:65.125rem;left:57.21875rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rHE3cNGlBOq9KGlzh2Ze6bZXu6Etk6c9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:54.75rem;left:57.25rem;height:7.34375rem;font-style:normal;overflow:hidden;display:block; }#rHE3cNGlBOq9KGlzh2Ze6bZXu6Etk6c9 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#rHE3cNGlBOq9KGlzh2Ze6bZXu6Etk6c9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
#TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#13161b;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; }#TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU > .row .container { background-color: transparent; background-image: none; }#TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU > .row .container > .video-iframe-container { display: none; }#TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU > .row > .video-iframe-container { display: none; }#TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU > .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); }#TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU > .row .container { border-width: 0; border-radius: 0; }#TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#RuZewGgsApghtXoPNAxOw3UrgouzwLIp { display:block;width:58.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:9.25rem;height:3.65625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#NGbEmB2pNUuE3Rso4q08MtBkexPyNLDJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:4.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:11.375rem;left:27.21875rem;display:block; }
#PPVQF5zGBuJyVszNrARM8VyoVTm6rXIu { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#UURntwmhl1ykv2VaJv7fxSldsw0h1bxR { display:block;width:74.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.90625rem;left:0.25rem;height:3.7375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#13161b;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; }#v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4 > .row .container { background-color: transparent; background-image: none; }#v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4 > .row .container > .video-iframe-container { display: none; }#v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4 > .row > .video-iframe-container { display: none; }#v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4 > .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); }#v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4 > .row .container { border-width: 0; border-radius: 0; }#v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4 > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#QWGo1cHU1msLSt0FTEGS5SM3kFJqWIqG { display:block;width:58.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:9.3125rem;height:3.65625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#lTVzMSlicNB9looxD0TSa8UsU5BEcA9V { display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:9.3125rem;height:11.2125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#vAWXmXGSdFJak7mwTT3IRNgn7Ml5cN90 { display:block;width:54.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.25rem;left:11.1875rem;height:2.84375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#yt9mkCSv7vtDXnhx1bJKuSJ8UGV8t18o { display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.0625rem;left:11.1875rem;height:1.86875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#13161b;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; }#l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN > .row .container { background-color: transparent; background-image: none; }#l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN > .row .container > .video-iframe-container { display: none; }#l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN > .row > .video-iframe-container { display: none; }#l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN > .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); }#l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN > .row .container { border-width: 0; border-radius: 0; }#l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 { display:block; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container { width:47.75rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GkWLIoZdfu6haWqFD34MQa2Eev6ihtPw { width:31.25rem;height:8.5625rem;top:2.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3 { display:block; }#yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3 > .row .container { width:47.75rem;height:115.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #te9iJZ1lDqpXUDx5mHkeTQXzJBKplmrb { width:16.3125rem;height:11.921875rem;top:9.375rem;left:3.8125rem;font-size:1.0625rem;display:block; }#te9iJZ1lDqpXUDx5mHkeTQXzJBKplmrb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 1199px) { #UWonNXTzTo4tJ8MEd5xmK9PSoAIDdNtw { width:18.4375rem;height:3.25rem;top:1.1875rem;left:2rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PeEXybczSKFIt0Q2fHcKwATP5Thzyh7Z { width:18.0625rem;height:2.03125rem;top:4.875rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BVQ5TyKsFgQgyTOuK4VkTlgxKd9sqD1C { width:18.4375rem;height:44.6875rem;top:0rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ktLpI0T0M0ehUz9EmDbNkilID6CLPbpe { width:16.8125rem;height:2.375rem;top:41.8125rem;left:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fftRRNHPLcoOx6PeqHQzW87xORmJe0TB { width:18.4375rem;height:44.75rem;top:0rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ie5hDlXVdvsg6G9p9MaOpmsDbBEkNH3g { width:16.75rem;height:16.5019375rem;top:9.375rem;left:26.71875rem;font-size:1.0625rem;display:block; }#ie5hDlXVdvsg6G9p9MaOpmsDbBEkNH3g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 1199px) { #ya2rHc8MTN1B6PdoqwQFiWtvsOEJgtI4 { width:18.5rem;height:3.25rem;top:1.6875rem;left:25.84375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yHOVZRS9knCxksndFO3uBzMDnF0KrgdG { width:18.1875rem;height:2.03125rem;top:5.5625rem;left:26rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mHIQ7tRMu89pbXJLpBpblmSB9oRPCTCK { width:1.9375rem;height:4.0625rem;top:26.1259765625rem;left:34.90625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HRLFAcgOGZFX8IFmQfPcSbJp1NGhIryM { width:16.625rem;height:5.9609375rem;top:32.70703125rem;left:27.9375rem;font-size:1.0625rem;display:block; }#HRLFAcgOGZFX8IFmQfPcSbJp1NGhIryM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 1199px) { #xdLhL12kyclbVlbEZn0MtkOSb1DDrrDR { width:16.8125rem;height:2.375rem;top:41.8125rem;left:26.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mc3BP1M68a4J1NShaPllk9OOHKpzzEFJ { width:18.4375rem;height:65.0625rem;top:48rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxh9G9I5L7MJUhboXaKmAWEUklIP5QzM { width:18.375rem;height:3.25rem;top:48.9375rem;left:2.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3pMS5g2Ce4v3iTzSUHPXSZnWALXDCFU { width:18.3125rem;height:2.03125rem;top:52.1875rem;left:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pM99bAseQbD4E8IlJ5ba1b5Ue7fELlCD { width:16.75rem;height:16.5019375rem;top:56.6875rem;left:3.0625rem;font-size:1.0625rem;display:block; }#pM99bAseQbD4E8IlJ5ba1b5Ue7fELlCD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 1199px) { #xKU86GJkBCDHp2EGsKFV1A5TWhzgBS2N { width:1.9375rem;height:4.0625rem;top:73.1875rem;left:10.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R0aCVJcDDr3mZo8EbzVRWaC9GCiT3BbD { width:16.625rem;height:5.9609375rem;top:77.25rem;left:3.125rem;font-size:1.0625rem;display:block; }#R0aCVJcDDr3mZo8EbzVRWaC9GCiT3BbD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 1199px) { #H6Kn1csvWmhkymwrkyROq12eUuuAXJIT { width:1.9375rem;height:4.0625rem;top:84.125rem;left:10.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #grVVLK0dBzZwux0txymqczFOze6db0l8 { width:16.625rem;height:3.19921875rem;top:89.125rem;left:3.125rem;font-size:1.0625rem;display:block; }#grVVLK0dBzZwux0txymqczFOze6db0l8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 1199px) { #nMiUSUUtOOz1Q2uu1KTZ2LwEBdoQtTbJ { width:16.8125rem;height:2.375rem;top:108.9375rem;left:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JON4GoO1TcKBr1TDCbf9XMmCtGuhP5Pb { width:18.4375rem;height:65rem;top:47.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RogqQLMivPEvZepHHb34C7tEBBFRwHhv { width:18.5rem;height:3.25rem;top:48.9375rem;left:25.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VZKDGTuKaRdDQnEz43mPlDPEAAaUwMDC { width:18.125rem;height:2.03125rem;top:52.1875rem;left:26.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q5dcXWtsl9AEuPhFfIBv4wkDJwuDzeL6 { width:16.8125rem;height:16.5019375rem;top:56.6875rem;left:26.75rem;font-size:1.0625rem;display:block; }#Q5dcXWtsl9AEuPhFfIBv4wkDJwuDzeL6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 1199px) { #LlPlD8ter9lZM0Ze93dqazLNUXf6xRtN { width:1.9375rem;height:4.0625rem;top:73.375rem;left:33.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JLGcrky0NqcUsgZQLip6x4SAS9ch706R { width:16.3125rem;height:5.9609375rem;top:77.25rem;left:27rem;font-size:1.0625rem;display:block; }#JLGcrky0NqcUsgZQLip6x4SAS9ch706R li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 1199px) { #fB49g6ceoQSe7XSRTMlquGArT0KANf9S { width:1.9375rem;height:4.0625rem;top:84.125rem;left:33.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4U0R5SUllEtAfLKgnITyl4v1zwceTOX { width:16.625rem;height:3.19921875rem;top:89.125rem;left:28rem;font-size:1.0625rem;display:block; }#T4U0R5SUllEtAfLKgnITyl4v1zwceTOX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 1199px) { #cy4p5Oiwsb5gduLL8BCEs7aT9yMxuyM3 { width:1.9375rem;height:4.0625rem;top:93.8125rem;left:33.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AO4O8Loub4mNDhoxxDa45u1E0Ke7LZBx { width:16.8125rem;height:2.375rem;top:108.9375rem;left:26.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rHE3cNGlBOq9KGlzh2Ze6bZXu6Etk6c9 { width:16.75rem;height:7.3418125rem;top:99.1875rem;left:26.8125rem;font-size:1.0625rem;display:block; }#rHE3cNGlBOq9KGlzh2Ze6bZXu6Etk6c9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 1199px) { #TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU { display:block; }#TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU > .row .container { width:47.75rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RuZewGgsApghtXoPNAxOw3UrgouzwLIp { width:47.75rem;height:3.65625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NGbEmB2pNUuE3Rso4q08MtBkexPyNLDJ { width:18.75rem;height:3.4375rem;top:11.25rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PPVQF5zGBuJyVszNrARM8VyoVTm6rXIu { display:block; }
 }@media only screen and (max-width: 1199px) { #UURntwmhl1ykv2VaJv7fxSldsw0h1bxR { width:47.75rem;height:3.736325rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4 { display:block; }#v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4 > .row .container { width:47.75rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QWGo1cHU1msLSt0FTEGS5SM3kFJqWIqG { width:47.75rem;height:3.65625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTVzMSlicNB9looxD0TSa8UsU5BEcA9V { width:47.75rem;height:11.20898125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vAWXmXGSdFJak7mwTT3IRNgn7Ml5cN90 { width:47.75rem;height:2.84375rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yt9mkCSv7vtDXnhx1bJKuSJ8UGV8t18o { width:47.75rem;height:1.8681625rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN { display:block; }#l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 { display:block; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkWLIoZdfu6haWqFD34MQa2Eev6ihtPw { width:20rem;height:5.48rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3 { display:block; }#yPScTt0DDWBxVfViyrMXCaBB6iqwNBm3 > .row .container { width:20rem;height:196.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #te9iJZ1lDqpXUDx5mHkeTQXzJBKplmrb { width:18.1875rem;height:11.108375rem;top:11.875rem;left:1.1875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }#te9iJZ1lDqpXUDx5mHkeTQXzJBKplmrb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 763px) { #UWonNXTzTo4tJ8MEd5xmK9PSoAIDdNtw { width:18.0625rem;height:2.6rem;top:2.4375rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeEXybczSKFIt0Q2fHcKwATP5Thzyh7Z { width:18.0625rem;height:2.35625rem;top:6.125rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVQ5TyKsFgQgyTOuK4VkTlgxKd9sqD1C { width:19.625rem;height:28.625rem;top:1.25rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ktLpI0T0M0ehUz9EmDbNkilID6CLPbpe { width:16.8125rem;height:2rem;top:26.625rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fftRRNHPLcoOx6PeqHQzW87xORmJe0TB { width:19.625rem;height:41.375rem;top:31.75rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ie5hDlXVdvsg6G9p9MaOpmsDbBEkNH3g { width:18.1875rem;height:17.3935625rem;top:40.8125rem;left:0.9375rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }#ie5hDlXVdvsg6G9p9MaOpmsDbBEkNH3g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 763px) { #ya2rHc8MTN1B6PdoqwQFiWtvsOEJgtI4 { width:20rem;height:2.5996125rem;top:33.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHOVZRS9knCxksndFO3uBzMDnF0KrgdG { width:19.8125rem;height:2.35546875rem;top:36.75rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHIQ7tRMu89pbXJLpBpblmSB9oRPCTCK { width:1.3125rem;height:2.5996125rem;top:58.75rem;left:9.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRLFAcgOGZFX8IFmQfPcSbJp1NGhIryM { width:18.1875rem;height:4.82324375rem;top:62.0625rem;left:1.5rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }#HRLFAcgOGZFX8IFmQfPcSbJp1NGhIryM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 763px) { #xdLhL12kyclbVlbEZn0MtkOSb1DDrrDR { width:16.8125rem;height:2rem;top:69.8125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc3BP1M68a4J1NShaPllk9OOHKpzzEFJ { width:19.625rem;height:57.1875rem;top:74.9375rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #bxh9G9I5L7MJUhboXaKmAWEUklIP5QzM { width:14.4375rem;height:2.5996125rem;top:76.0625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3pMS5g2Ce4v3iTzSUHPXSZnWALXDCFU { width:13.5625rem;height:4.7109375rem;top:79.75rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM99bAseQbD4E8IlJ5ba1b5Ue7fELlCD { width:16.75rem;height:18.8555rem;top:85.5rem;left:1.1875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }#pM99bAseQbD4E8IlJ5ba1b5Ue7fELlCD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 763px) { #xKU86GJkBCDHp2EGsKFV1A5TWhzgBS2N { width:1.9375rem;height:2.5996125rem;top:105.25rem;left:9.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0aCVJcDDr3mZo8EbzVRWaC9GCiT3BbD { width:16.625rem;height:6.285125rem;top:109.375rem;left:1.6875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }#R0aCVJcDDr3mZo8EbzVRWaC9GCiT3BbD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 763px) { #H6Kn1csvWmhkymwrkyROq12eUuuAXJIT { width:1.9375rem;height:2.5996125rem;top:117.1875rem;left:9.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #grVVLK0dBzZwux0txymqczFOze6db0l8 { width:16.625rem;height:3.361325rem;top:120.8125rem;left:1.6875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }#grVVLK0dBzZwux0txymqczFOze6db0l8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 763px) { #nMiUSUUtOOz1Q2uu1KTZ2LwEBdoQtTbJ { width:16.8125rem;height:2rem;top:127.1875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JON4GoO1TcKBr1TDCbf9XMmCtGuhP5Pb { width:19.625rem;height:60.125rem;top:133.9375rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #RogqQLMivPEvZepHHb34C7tEBBFRwHhv { width:20rem;height:2.5996125rem;top:135.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZKDGTuKaRdDQnEz43mPlDPEAAaUwMDC { width:18.0625rem;height:2.35546875rem;top:138.3125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5dcXWtsl9AEuPhFfIBv4wkDJwuDzeL6 { width:18.1875rem;height:17.3935625rem;top:142.625rem;left:0.9375rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }#Q5dcXWtsl9AEuPhFfIBv4wkDJwuDzeL6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 763px) { #LlPlD8ter9lZM0Ze93dqazLNUXf6xRtN { width:1.3125rem;height:2.5996125rem;top:160rem;left:8.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JLGcrky0NqcUsgZQLip6x4SAS9ch706R { width:18.1875rem;height:4.82324375rem;top:163.25rem;left:0.9375rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }#JLGcrky0NqcUsgZQLip6x4SAS9ch706R li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 763px) { #fB49g6ceoQSe7XSRTMlquGArT0KANf9S { width:1.3125rem;height:2.5996125rem;top:169.375rem;left:8.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4U0R5SUllEtAfLKgnITyl4v1zwceTOX { width:16.625rem;height:3.361325rem;top:173rem;left:0.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }#T4U0R5SUllEtAfLKgnITyl4v1zwceTOX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 763px) { #cy4p5Oiwsb5gduLL8BCEs7aT9yMxuyM3 { width:1.9375rem;height:2.5996125rem;top:178rem;left:8.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AO4O8Loub4mNDhoxxDa45u1E0Ke7LZBx { width:16.8125rem;height:2rem;top:191.4375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHE3cNGlBOq9KGlzh2Ze6bZXu6Etk6c9 { width:18.1875rem;height:7.7470625rem;top:181.75rem;left:0.9375rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }#rHE3cNGlBOq9KGlzh2Ze6bZXu6Etk6c9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b44aaef5-b752-4737-8af1-56730f3bae66/check.png); }
 }@media only screen and (max-width: 763px) { #TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU { display:block; }#TTzpHHP3L0hzVg81pRMt3f4cRErZNAyU > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuZewGgsApghtXoPNAxOw3UrgouzwLIp { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGbEmB2pNUuE3Rso4q08MtBkexPyNLDJ { width:18.75rem;height:3.4375rem;top:20.21484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPVQF5zGBuJyVszNrARM8VyoVTm6rXIu { display:block; }
 }@media only screen and (max-width: 763px) { #UURntwmhl1ykv2VaJv7fxSldsw0h1bxR { width:17.5rem;height:9.3408125rem;top:8.6416015625rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4 { display:block; }#v7gzaOwR6e7Rhed0Sf6CX73IzOCdQfN4 > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWGo1cHU1msLSt0FTEGS5SM3kFJqWIqG { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTVzMSlicNB9looxD0TSa8UsU5BEcA9V { width:17.5rem;height:29.8906625rem;top:8.6416015625rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAWXmXGSdFJak7mwTT3IRNgn7Ml5cN90 { width:20rem;height:2.5996125rem;top:41.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt9mkCSv7vtDXnhx1bJKuSJ8UGV8t18o { width:20rem;height:3.736325rem;top:45.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN { display:none; }#l3clXvTvTCDqvXpzJ9NORLKi1P5v0RtN > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }