.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:253,234,210;--color-primary-1:250,191,119;--color-primary-2:247,148,29;--color-primary-3:215,83,5;--color-primary-4:49,30,6;--color-secondary-0:217,243,255;--color-secondary-1:128,214,255;--color-secondary-2:0,173,255;--color-secondary-3:0,87,128;--color-secondary-4:0,26,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:"Libre Baskerville";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { position:relative;display:block; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { background-color: transparent; background-image: none; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container > .video-iframe-container { display: none; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row > .video-iframe-container { display: none; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .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); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { border-width: 0; border-radius: 0; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .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; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .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:7.5625rem;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; }#kM158XSwdcXUcIPCGxTsgnPEg3D8CWSi { 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:6.25rem;width:15.625rem;top:0.90625rem;left:0.90625rem;overflow:hidden;display:block; }
#z1AxgBTT4Pu0X2fhGyisf3cyLGooJ5dB { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:47.46875rem;height:1.54296875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fbGGcFSgKofSUVT0x6WDcGv4JscZGCw1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.34375rem;left:48.781253814698rem;display:block; }
#ni6hKT9eDO8TCbUKdzSm33Xd0q0AdSVJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NcNxBClwQudNMmHfAVtbspiPlXTi5Dsd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.375rem;left:62.031253814698rem;display:block; }
#U0QrdiKeuabcySW3FigNTrUBEWqNJKx4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a29f360a-62be-4b28-9b47-280501688537/184fde1adme_100000011y0dw00002e028.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.adaptive-delivery-prevent-bg, #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.lazyload, #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.lazyloading { background-image: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { background-color: transparent; background-image: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.38); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container > .video-iframe-container { display: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.38); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container { display: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .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); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { border-width: 0; border-radius: 0; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD::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; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15rem;left:18.625rem;height:14.378875rem;text-align:center;text-align-last:center;display:block; }
#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp { background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;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;display:block; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { background-color: transparent; background-image: none; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container > .video-iframe-container { display: none; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row > .video-iframe-container { display: none; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .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); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { border-width: 0; border-radius: 0; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { width:75rem;height:46.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#mXtK4dAMeuE8BIf3F1BHM0aW85qq8lXT { color:#333333;display:block;width:62.75rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.25rem;left:6.5625rem;height:4.5rem;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:center;text-align-last:center;display:block; }
#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG { color:#333333;display:block;width:37.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.625rem;left:3.03125rem;height:16.25rem;font-style:normal;overflow:hidden;display:block; }#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/495ef947-afeb-4106-bdeb-e75ca6aafea5/checktickico.png); }
#RSzi5nFEZ00sUH4si5M14yVDcLM80OTs { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.13) ;height:32.3125rem;width:26.375rem;top:10.5rem;left:45.25rem;display:block; }
#quRSZwFBOmKvQBJotSSmbAnqAWdm65LR { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.625rem;left:45.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-form-header {  }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.5; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.5; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-text {padding-top: 0; padding-bottom: 0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:5rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.5; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-select {padding-top: 0; padding-bottom: 0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.625rem;height:3.125rem;font-family:"open sans";overflow:hidden;box-shadow: none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5); }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.9; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-container:first-of-type{padding-top:0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-container:last-of-type{padding-bottom:0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.645833969116rem;left:46.156251907349rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J {display:block;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.645833969116rem;left:46.156251907349rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #R3m39L2TxniHUinx50KsVExXUwkMfiSS { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #wCovqNfQlm5A64zlkrR6CyfIdDAw53i3 { position:relative;display:block; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #VWyTZMEp8DBpxIzDwt418yhOz5hV1EoU { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #dUwr7Um0pO5cJPffg6PHnW6KgBQDxslN { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #qRvlmphb8ZFxRs9RQMrmGnbeBTfHQpoJ { position:relative;display:block; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #kmnvSerfT1Fo6TNPqdnG4nKLqVtXCv2l { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #QTQH3LpctpwkedGXTmrUdGeupL6WLOKZ { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #CCHs9lGas2UycO0TX2Q673pGgT4vNH3o { position:relative;display:block; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #fbLNSicmrZgBzUSkcPlGB5gvpxA87899 { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #a8TmpSyXAHgUDgOT0ad18GmdI2cC1OAu { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #zVyFXmy6XTMecKD3sIsUulTZiK76Pxwi { position:relative;display:block; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #DPXxoVPXKkbJlwrDdvMI7IBceHggFNgt { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #CnpkKah6Gw2rfKbpVhkBfJwxt68XSV4I { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #VXdDLOXaLdLFC56sIJSOtQLdTpJ9Mg4S { position:relative; }
#IRL9l6WNJmhgW74DD3noE0x4tyJ5ltvq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:8.125rem;top:29.53125rem;left:18.96875rem;overflow:hidden;display:block; }
#iZ2kgHRXOr7S1Te4v6rKMx9VPDuStUcn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.8125rem;left:7.1875rem;display:block; }
#fvqdQBHp2ZHwH6NbTdfxDcJsXvF1mzig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CrN1BwQraWtT3RzVpyzIp8fundTMHa95 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.8125rem;left:22.75rem;display:block; }
#l5hFIk993E3AO1c21sK8wGwTS0De9M0W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#waR93rz6Fc5tPistRhzcETFb6ypb9TN6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:12.5625rem;top:29.65625rem;left:29.8125rem;overflow:hidden;display:block; }
#Eo3VQJseZWZ2t8twsJp6Iw8fDAZQ4Ftt { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:12.5rem;top:29.84375rem;left:3.03125rem;overflow:hidden;display:block; }
#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm { 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; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { background-color: transparent; background-image: none; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container > .video-iframe-container { display: none; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row > .video-iframe-container { display: none; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .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); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { border-width: 0; border-radius: 0; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#RElwcFOzstktAQ4EmIdw1ean7ADAaVHg { color:#222222;display:block;width:65.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:1.625rem;left:4.90625rem;height:19.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { position:relative;display:block; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { background-color: transparent; background-image: none; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container > .video-iframe-container { display: none; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row > .video-iframe-container { display: none; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .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); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { border-width: 0; border-radius: 0; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .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; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .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:33.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; }#xGtlfcgiKKZOBoV7IiOgmafRF2gQxOtT { 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:3.1875rem;width:15.9375rem;top:0rem;left:29.375rem;overflow:hidden;display:block; }
#zT7zl9dZZSHxhIndD8uJ8saCcVoVyDaC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:29.125rem;top:12rem;left:3.5625rem;overflow:hidden;display:block; }
#OSQBNwRIk37wNJr2g4UacI9yyLHN6nzs { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.625rem;left:17.4375rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XRNWgUI3nRrboLXVDh9rWniZWqeXIHRU { color:rgba(var(--color-tertiary-4),1);display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12rem;left:35.53125rem;height:19.5rem;text-align:justify;text-align-last:initial;display:block; }
#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { position:relative;display:block; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { background-color: transparent; background-image: none; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container > .video-iframe-container { display: none; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row > .video-iframe-container { display: none; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .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); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { border-width: 0; border-radius: 0; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .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; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .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.0625rem;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; }#yqGoPEhnsELOo7bbPtdNJHguLriGZ8LH { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.0625rem;left:16.46875rem;height:4.5rem;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:center;text-align-last:center;display:block; }
#sgGT7KomQzbXK2eWsJd3yZczqTXO5hTG { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:9.9375rem;left:3.625rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#Lv8nubqFJE30IAIpvEAuzaX6HbBZ3lob { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:28.125rem;top:9.3095703125rem;left:44.125rem;overflow:hidden;display:block; }
#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.57421875rem;left:3.625rem;height:9.3613125rem;display:block; }#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl li:before{  }
#PmlMtx55f8KGuZDNlfTQF8L2DMw5uWVz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.57421875rem;left:17rem;height:9.3613125rem;display:block; }#PmlMtx55f8KGuZDNlfTQF8L2DMw5uWVz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PmlMtx55f8KGuZDNlfTQF8L2DMw5uWVz li:before{  }
#B7BwxoETfgpFEOJFR9860TSpgh1xqXP5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.57421875rem;left:30rem;height:9.3613125rem;display:block; }#B7BwxoETfgpFEOJFR9860TSpgh1xqXP5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B7BwxoETfgpFEOJFR9860TSpgh1xqXP5 li:before{  }
#KmbCByLqLPl9dPEwCnJsC9wh36aXSPxM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.8125rem;left:22.8125rem;display:block; }
#Z8osTUeZzeRhkmFRB3nQXBf5KTM643TE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iSLmF7IyHMGav1LVAn8pvALg9bvmhCsB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.8125rem;left:38.375rem;display:block; }
#txqEKM1NmbiJEOMLgf52lzGANwSwahDM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW { 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; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { background-color: transparent; background-image: none; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container > .video-iframe-container { display: none; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row > .video-iframe-container { display: none; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .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); }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { border-width: 0; border-radius: 0; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#IKk4ZuPXQh0GZzhqftQUrrfARFhaM8zb { color:#222222;display:block;width:65.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.5rem;left:4.90625rem;height:22.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { position:relative;display:block; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { background-color: transparent; background-image: none; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row .container > .video-iframe-container { display: none; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row > .video-iframe-container { display: none; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .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); }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { border-width: 0; border-radius: 0; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .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; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .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:34.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mpOX9rQxbDfa2741uFFzN62yzfQpVJ0f { 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:3.1875rem;width:15.9375rem;top:0rem;left:29.375rem;overflow:hidden;display:block; }
#sTbdsmVT3NL7ikfi58TiFiiHxFadOeg1 { position:absolute;display:block;z-index:15001;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:9.5625rem;border-top-right-radius:9.5625rem;border-bottom-left-radius:9.5625rem;border-bottom-right-radius:9.5625rem;box-shadow: none;height:17.1875rem;width:17.0625rem;top:13.25rem;left:3.71875rem;overflow:hidden;display:block; }
#xiDTGsCXCw713RPQ5cMhTe3DbIIJJbKy { color:rgba(var(--color-tertiary-4),1);display:block;width:74.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.75rem;left:0.03125rem;height:4.125rem;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:center;text-align-last:center;display:block; }
#PRgTkdJnnlMhg4dUUn6hMTurPTODTITd { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:13.25rem;left:24.25rem;height:18rem;text-align:justify;text-align-last:initial;display:block; }
#Nze7T30z0ERg0PhETvXEU6dvzDxN6Pbi { position:relative;display:none; }#Nze7T30z0ERg0PhETvXEU6dvzDxN6Pbi { border-width: 0; border-radius: 0; }#Nze7T30z0ERg0PhETvXEU6dvzDxN6Pbi > .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; }#Nze7T30z0ERg0PhETvXEU6dvzDxN6Pbi > .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:30.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:none; }#lsvTqa9B5yF8Tcq8mtgycy28fy8aoIA4 { position:absolute;display:block;z-index:15001;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:9.5625rem;border-top-right-radius:9.5625rem;border-bottom-left-radius:9.5625rem;border-bottom-right-radius:9.5625rem;box-shadow: none;height:18.0625rem;width:18.25rem;top:9rem;left:52.9375rem;overflow:hidden;display:block; }
#btUBg6CRScl3UfGDefBnH2ZT0tzsePoy { color:rgba(var(--color-tertiary-4),1);display:block;width:73.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.375rem;left:1.125rem;height:4.5rem;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:center;text-align-last:center;display:block; }
#oSS1zSNRPrKBvK45czTWyTG5nufHTACX { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:11.125rem;left:3.1875rem;height:16.5rem;text-align:justify;text-align-last:initial;display:block; }
#B17rIG2K0NyeAMi7qPachrryu8JDDdtE { position:relative;display:none; }#B17rIG2K0NyeAMi7qPachrryu8JDDdtE { border-width: 0; border-radius: 0; }#B17rIG2K0NyeAMi7qPachrryu8JDDdtE > .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; }#B17rIG2K0NyeAMi7qPachrryu8JDDdtE > .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:26.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DvXeOM9qeKZor297tle56iKVqZWpInTV { position:absolute;display:block;z-index:15001;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:10rem;border-top-right-radius:10rem;border-bottom-left-radius:10rem;border-bottom-right-radius:10rem;box-shadow: none;height:16.1875rem;width:17.3125rem;top:7rem;left:3.15625rem;overflow:hidden;display:block; }
#EVIOzVz6rfMUnqBCizZknXdgo6sS6C3A { color:rgba(var(--color-tertiary-4),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:0.875rem;left:12.125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tHrKsDmHvzZQMziLVJnxWBsAd4LNiwKO { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.90625rem;left:23.9375rem;height:15rem;text-align:justify;text-align-last:initial;display:block; }
#Pp5rZQwJfTV4ACZbuaa7kiPylTHulTJ9 { position:relative;display:none; }#Pp5rZQwJfTV4ACZbuaa7kiPylTHulTJ9 { border-width: 0; border-radius: 0; }#Pp5rZQwJfTV4ACZbuaa7kiPylTHulTJ9 > .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; }#Pp5rZQwJfTV4ACZbuaa7kiPylTHulTJ9 > .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:36.25rem;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:none; }#o8ZdaQ8xhZg6dWZi1nSQrkinXTZ6ZHdQ { position:absolute;display:block;z-index:15001;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:9.5625rem;border-top-right-radius:9.5625rem;border-bottom-left-radius:9.5625rem;border-bottom-right-radius:9.5625rem;box-shadow: none;height:16.625rem;width:18.125rem;top:9.6875rem;left:53.390625rem;overflow:hidden;display:block; }
#uRwVX7QfSIKEPCe7v4VwDggsPdtuOZTq { color:rgba(var(--color-tertiary-4),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.5625rem;left:12.125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dKDs84BQU2l7F1ne3xCTGQDe7O508DWf { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:10.1875rem;left:3.1875rem;height:16.5rem;text-align:justify;text-align-last:initial;display:block; }
#u48uKAHSykVizL0IxVT8dhfl0odGa7sz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.1875rem;left:22.125rem;display:block; }
#pwlWNKy2nQHUmST20aDCaAtu8QNNL1GT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H1bU34llwyTMwZT9WPd0lAmyk2hqiwTB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.1875rem;left:37.6875rem;display:block; }
#t5PH69JiipJ3oxHL4vAIUa6NTAO4nMDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PiBXhK1uIs2PnX5TIzPl38xlx9nAPzUO { 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:none; }#PiBXhK1uIs2PnX5TIzPl38xlx9nAPzUO > .row .container { border-width: 0; border-radius: 0; }#PiBXhK1uIs2PnX5TIzPl38xlx9nAPzUO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PiBXhK1uIs2PnX5TIzPl38xlx9nAPzUO > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:none; }#uR8hc5NkCHmKNXWG44ryx0vASGIDtVti { color:#222222;display:block;width:65.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.0625rem;left:4.90625rem;height:18rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { position:relative;display:block; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { background-color: transparent; background-image: none; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row .container > .video-iframe-container { display: none; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row > .video-iframe-container { display: none; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .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); }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { border-width: 0; border-radius: 0; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .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; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .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:55.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; }#dcNgnKv5CfaffQX4woeK8MULza8u93aH { color:rgba(var(--color-tertiary-4),1);display:block;width:69.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3rem;left:2.84375rem;height:4.5rem;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:center;text-align-last:center;display:block; }
#dqpcFw8oPTdTgg4zNqhQZa4Em4lSyxnQ { color:rgba(var(--color-tertiary-4),1);display:block;width:68.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:8.937479019165rem;left:2.84375rem;height:15rem;text-align:justify;text-align-last:initial;display:block; }
#qizem7vwU5WISFDpD4dGu8dcIiOATqwa { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.374988555908rem;left:2.84375rem;height:15.8105625rem;display:block; }#qizem7vwU5WISFDpD4dGu8dcIiOATqwa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qizem7vwU5WISFDpD4dGu8dcIiOATqwa li:before{  }
#B0ONTZ71JHRzK0VFUuKpCmCFARTpWC4H { color:rgba(var(--color-tertiary-4),1);display:block;width:68.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:43.437488555908rem;left:3.1875rem;height:3rem;display:block; }
#ykF2WoyKi9lZAy4P2VHJOzC7tc9aqS8X { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:48.875rem;left:22.875rem;display:block; }
#ExhbJMuTL9ha4VAokqzoQwCJFUqamqi0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kh5z19Sc6DKuoQTCfI3Zha4Cw2bfrbwL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:48.875rem;left:38.4375rem;display:block; }
#CtbUwUe7iEehRbhGgTHSFW51pa7WTFii { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6Eb3CLRNMTUnZUyW3auvC5OTTv9XX86 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:15.9375rem;top:0rem;left:29.53125rem;overflow:hidden;display:none; }
#sDQVE12sbUJJv9KckN102MiA9sDaTR6U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { background-color: transparent; background-image: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container > .video-iframe-container { display: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container { display: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .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); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { border-width: 0; border-radius: 0; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { position:absolute;display:block;z-index:15000;height:21.875rem;width:75rem;top:0rem;left:0rem;display:block; }
#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/272aed38-61e9-406a-8d04-630dbfecbead/DentalMadeEasy.webp");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; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.adaptive-delivery-prevent-bg, #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.lazyload, #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.lazyloading { background-image: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { background-color: transparent; background-image: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.71); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container > .video-iframe-container { display: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.71); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row > .video-iframe-container { display: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .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); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { border-width: 0; border-radius: 0; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H::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; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#FiXPVS7yotqtgbCALU8qyaWQutFyW6pT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:27.0625rem;top:3.9375rem;left:4.9375rem;display:block; }
#KUQFU19ty4Xt6JOpTH8gVUuyoihl70h4 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:8.51171875rem;left:34.9375rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ONh4fArBOinGimUN2T7I837wrGKwEQm6 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.25rem;left:41.3125rem;height:1.8684875rem;font-style:normal;display:block; }
#orA6XmQU9pGeKp4bbrkpJ8Vx19hNHcbk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:20.625rem;left:37.125rem;overflow:hidden;display:block; }
#w4fEZNzJvKHMBI6pZT0MZtcOB8Eh6mb7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:6.3125rem;height:1.625rem;font-style:normal;display:block; }
#WAUXW6UZMuTS1ad9H5iE3tzbIFgdRsEZ { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:8rem;left:5.9375rem;display:block; }
#oDWZe5JUtp5KRxqk19GTMoTvDEW81Xaq { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.1875rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#FBXbXqwPLGDVMg6AHM6eyA8oqRTqTCFl { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:11.25rem;left:5.9375rem;display:block; }
#ZgJB5OCAqUuCgIXNqQhUkcpU0WEvwzoP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.4375rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#I7ToGCKUSMZiMF49skREu0AZIEke7dyy { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:14.5rem;left:5.9375rem;display:block; }
#d9Ug2XiKBAzk42JpMv4LLSft3SwaAfnG { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.6875rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#DIa0OE21fMdg42h5TG2KvN8Ed6p82mZq { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:17.75rem;left:5.9375rem;display:block; }
#eQsgv7pmwap4HmuqRqK0T0xww7uMXDQP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#sgTxeCaiGRzQnk7VM174aPeANbmrHlZk { position:absolute;display:block;z-index:15017;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:21.0625rem;left:5.9375rem;display:block; }
#i0Ns43R1EswXLVxO4hua66IQ0h1nVCiL { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.25rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#nZ1E1BZ8FzTyrI0ldBNsJJG79xKslnR6 { position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:24.3125rem;left:5.9375rem;display:block; }
#wGz0S8JVXq6a2QW50Ff4KAXTTDpLWWX9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:25.5625rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#U1R5eZBGAArcoRzqfhhTnv6ao4RFOzFP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#buvepbn2qxEtbLWWJ0QKsP0J23Fw17xs { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HrhA3Nbmo9gpMiHFOyrLuheN6RiVVPXA { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.4375rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OTwk0yTCe7oUlVQXuOiJv7y6ZKJcQ5EG { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.6875rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JQcQhrp3V2wIx0G7ec5qHlwwfeZfTx3a { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TN08Jc8nmKkazLiqXaTctUEQZbxhgqU9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.25rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x9OiNyCLV8qPpi2WZFA48SRf2QWPI93l { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.5625rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dtBUCJhNst31Kk4EOIGCVAXe6uAVkqZw { position:absolute;display:block;z-index:15023;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:27.625rem;left:5.9375rem;display:block; }
#n4vvmzkcRtgoOvTtySV2viUfJERm8ugc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.061416625976rem;left:41.311852455139rem;display:block; }
#tHrDUJ8SHX9P04HNe3g0N9Q7dAfwvpNn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P0blhV1OTdGRqZfAoGpeZ2wHGtx4GkWS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.061416625976rem;left:56.624352455139rem;display:block; }
#fvXV1LuM2lzTvf8CgsBDzqKd8GRrT63k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UsuiTNHMqzKoNGpx7PmpkVeav8iq5D19 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:24.3125rem;left:45.0625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { display:block; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kM158XSwdcXUcIPCGxTsgnPEg3D8CWSi { top:0.875rem;left:0rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1AxgBTT4Pu0X2fhGyisf3cyLGooJ5dB { top:1.0625rem;left:20.625rem;width:27.125rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbGGcFSgKofSUVT0x6WDcGv4JscZGCw1 { width:11.25rem;height:2.8125rem;top:3.3125rem;left:35.156253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni6hKT9eDO8TCbUKdzSm33Xd0q0AdSVJ { display:block; }
 }@media only screen and (max-width: 763px) { #NcNxBClwQudNMmHfAVtbspiPlXTi5Dsd { width:11.25rem;height:2.8125rem;top:3.375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0QrdiKeuabcySW3FigNTrUBEWqNJKx4 { display:block; }
 }@media only screen and (max-width: 763px) { #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { display:block; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { top:15rem;left:5rem;width:37.75rem;height:14.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp { display:block; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXtK4dAMeuE8BIf3F1BHM0aW85qq8lXT { width:47.75rem;height:4.5rem;top:3.25rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG { width:37.625rem;height:16.25rem;top:10.625rem;left:0rem;font-size:2rem;display:block; }#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/495ef947-afeb-4106-bdeb-e75ca6aafea5/checktickico.png); }
 }@media only screen and (max-width: 763px) { #RSzi5nFEZ00sUH4si5M14yVDcLM80OTs { width:26.375rem;height:32.3125rem;top:10.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quRSZwFBOmKvQBJotSSmbAnqAWdm65LR { width:25.375rem;height:2.4375rem;top:11.625rem;left:22.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-text {padding-top: 0; padding-bottom: 0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-select {padding-top: 0; padding-bottom: 0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J  { width:22.0625rem;height:auto;top:13.625rem;left:23.1875rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J {display:block;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J { width:22.0625rem;height:auto;top:13.625rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #R3m39L2TxniHUinx50KsVExXUwkMfiSS {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #wCovqNfQlm5A64zlkrR6CyfIdDAw53i3 {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #VWyTZMEp8DBpxIzDwt418yhOz5hV1EoU {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #dUwr7Um0pO5cJPffg6PHnW6KgBQDxslN {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #qRvlmphb8ZFxRs9RQMrmGnbeBTfHQpoJ {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #kmnvSerfT1Fo6TNPqdnG4nKLqVtXCv2l {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #QTQH3LpctpwkedGXTmrUdGeupL6WLOKZ {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #CCHs9lGas2UycO0TX2Q673pGgT4vNH3o {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #fbLNSicmrZgBzUSkcPlGB5gvpxA87899 {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #a8TmpSyXAHgUDgOT0ad18GmdI2cC1OAu {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #zVyFXmy6XTMecKD3sIsUulTZiK76Pxwi {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #DPXxoVPXKkbJlwrDdvMI7IBceHggFNgt {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #CnpkKah6Gw2rfKbpVhkBfJwxt68XSV4I {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #VXdDLOXaLdLFC56sIJSOtQLdTpJ9Mg4S {  }
 }@media only screen and (max-width: 763px) { #IRL9l6WNJmhgW74DD3noE0x4tyJ5ltvq { top:29.5rem;left:5.34375rem;width:8.125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ2kgHRXOr7S1Te4v6rKMx9VPDuStUcn { width:13.75rem;height:3.4375rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvqdQBHp2ZHwH6NbTdfxDcJsXvF1mzig { display:block; }
 }@media only screen and (max-width: 763px) { #CrN1BwQraWtT3RzVpyzIp8fundTMHa95 { width:13.75rem;height:3.4375rem;top:38.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5hFIk993E3AO1c21sK8wGwTS0De9M0W { display:block; }
 }@media only screen and (max-width: 763px) { #waR93rz6Fc5tPistRhzcETFb6ypb9TN6 { top:29.625rem;left:16.1875rem;width:12.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo3VQJseZWZ2t8twsJp6Iw8fDAZQ4Ftt { top:29.8125rem;left:0rem;width:12.5rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm { display:block; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RElwcFOzstktAQ4EmIdw1ean7ADAaVHg { width:47.75rem;height:19.5rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { display:block; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGtlfcgiKKZOBoV7IiOgmafRF2gQxOtT { top:0rem;left:15.75rem;width:15.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT7zl9dZZSHxhIndD8uJ8saCcVoVyDaC { top:12rem;left:0rem;width:29.125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSQBNwRIk37wNJr2g4UacI9yyLHN6nzs { width:40.125rem;height:3.75rem;top:5.625rem;left:3.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNWgUI3nRrboLXVDh9rWniZWqeXIHRU { top:12rem;left:11rem;width:36.75rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { display:block; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqGoPEhnsELOo7bbPtdNJHguLriGZ8LH { width:42.0625rem;height:4.5rem;top:3.0625rem;left:2.84375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgGT7KomQzbXK2eWsJd3yZczqTXO5hTG { top:9.9375rem;left:0rem;width:37.5625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8nubqFJE30IAIpvEAuzaX6HbBZ3lob { top:9.25rem;left:19.625rem;width:28.125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl { top:18.5625rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl li:before{  }
 }@media only screen and (max-width: 763px) { #PmlMtx55f8KGuZDNlfTQF8L2DMw5uWVz { top:18.5625rem;left:3.375rem;width:12.5rem;height:;font-size:1rem;display:block; }#PmlMtx55f8KGuZDNlfTQF8L2DMw5uWVz li:before{  }
 }@media only screen and (max-width: 763px) { #B7BwxoETfgpFEOJFR9860TSpgh1xqXP5 { top:18.5625rem;left:16.375rem;width:12.5rem;height:;font-size:1rem;display:block; }#B7BwxoETfgpFEOJFR9860TSpgh1xqXP5 li:before{  }
 }@media only screen and (max-width: 763px) { #KmbCByLqLPl9dPEwCnJsC9wh36aXSPxM { width:13.75rem;height:3.4375rem;top:31.8125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8osTUeZzeRhkmFRB3nQXBf5KTM643TE { display:block; }
 }@media only screen and (max-width: 763px) { #iSLmF7IyHMGav1LVAn8pvALg9bvmhCsB { width:13.75rem;height:3.4375rem;top:31.8125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txqEKM1NmbiJEOMLgf52lzGANwSwahDM { display:block; }
 }@media only screen and (max-width: 763px) { #qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW { display:block; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKk4ZuPXQh0GZzhqftQUrrfARFhaM8zb { width:47.75rem;height:22.5rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { display:block; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpOX9rQxbDfa2741uFFzN62yzfQpVJ0f { top:0rem;left:15.75rem;width:15.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTbdsmVT3NL7ikfi58TiFiiHxFadOeg1 { top:13.25rem;left:0rem;width:17.0625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiDTGsCXCw713RPQ5cMhTe3DbIIJJbKy { width:47.75rem;height:4.125rem;top:5.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRgTkdJnnlMhg4dUUn6hMTurPTODTITd { top:13.25rem;left:0rem;width:47.75rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nze7T30z0ERg0PhETvXEU6dvzDxN6Pbi { display:block; }#Nze7T30z0ERg0PhETvXEU6dvzDxN6Pbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsvTqa9B5yF8Tcq8mtgycy28fy8aoIA4 { top:9rem;left:28.875rem;width:18.25rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btUBg6CRScl3UfGDefBnH2ZT0tzsePoy { width:47.75rem;height:4.5rem;top:3.375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSS1zSNRPrKBvK45czTWyTG5nufHTACX { top:11.125rem;left:0rem;width:46.9375rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B17rIG2K0NyeAMi7qPachrryu8JDDdtE { display:block; }#B17rIG2K0NyeAMi7qPachrryu8JDDdtE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvXeOM9qeKZor297tle56iKVqZWpInTV { top:7rem;left:0rem;width:17.3125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVIOzVz6rfMUnqBCizZknXdgo6sS6C3A { width:47.75rem;height:4.5rem;top:0.875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHrKsDmHvzZQMziLVJnxWBsAd4LNiwKO { top:7.875rem;left:0rem;width:47.75rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp5rZQwJfTV4ACZbuaa7kiPylTHulTJ9 { display:block; }#Pp5rZQwJfTV4ACZbuaa7kiPylTHulTJ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8ZdaQ8xhZg6dWZi1nSQrkinXTZ6ZHdQ { top:9.6875rem;left:29rem;width:18.125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRwVX7QfSIKEPCe7v4VwDggsPdtuOZTq { width:47.75rem;height:4.5rem;top:3.5625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKDs84BQU2l7F1ne3xCTGQDe7O508DWf { top:10.1875rem;left:0rem;width:47.5625rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u48uKAHSykVizL0IxVT8dhfl0odGa7sz { width:13.75rem;height:3.4375rem;top:29.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwlWNKy2nQHUmST20aDCaAtu8QNNL1GT { display:block; }
 }@media only screen and (max-width: 763px) { #H1bU34llwyTMwZT9WPd0lAmyk2hqiwTB { width:13.75rem;height:3.4375rem;top:29.1875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5PH69JiipJ3oxHL4vAIUa6NTAO4nMDT { display:block; }
 }@media only screen and (max-width: 763px) { #PiBXhK1uIs2PnX5TIzPl38xlx9nAPzUO { display:block; }#PiBXhK1uIs2PnX5TIzPl38xlx9nAPzUO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uR8hc5NkCHmKNXWG44ryx0vASGIDtVti { width:47.75rem;height:18rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { display:block; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcNgnKv5CfaffQX4woeK8MULza8u93aH { width:47.75rem;height:4.5rem;top:3rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqpcFw8oPTdTgg4zNqhQZa4Em4lSyxnQ { top:8.875rem;left:0rem;width:47.75rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qizem7vwU5WISFDpD4dGu8dcIiOATqwa { top:25.3125rem;left:0rem;width:46.9375rem;height:15.75rem;font-size:1rem;display:block; }#qizem7vwU5WISFDpD4dGu8dcIiOATqwa li:before{  }
 }@media only screen and (max-width: 763px) { #B0ONTZ71JHRzK0VFUuKpCmCFARTpWC4H { top:43.375rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykF2WoyKi9lZAy4P2VHJOzC7tc9aqS8X { width:13.75rem;height:3.4375rem;top:48.875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExhbJMuTL9ha4VAokqzoQwCJFUqamqi0 { display:block; }
 }@media only screen and (max-width: 763px) { #kh5z19Sc6DKuoQTCfI3Zha4Cw2bfrbwL { width:13.75rem;height:3.4375rem;top:48.875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtbUwUe7iEehRbhGgTHSFW51pa7WTFii { display:block; }
 }@media only screen and (max-width: 763px) { #T6Eb3CLRNMTUnZUyW3auvC5OTTv9XX86 { top:0rem;left:15.90625rem;width:15.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDQVE12sbUJJv9KckN102MiA9sDaTR6U { display:block; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { top:0rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H { display:block; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiXPVS7yotqtgbCALU8qyaWQutFyW6pT { width:27.0625rem;height:25.6875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUQFU19ty4Xt6JOpTH8gVUuyoihl70h4 { width:40.0625rem;height:2.9375rem;top:8.5rem;left:7.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONh4fArBOinGimUN2T7I837wrGKwEQm6 { width:31.5625rem;height:1.8125rem;top:21.25rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orA6XmQU9pGeKp4bbrkpJ8Vx19hNHcbk { width:3.0625rem;height:3.0625rem;top:20.625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4fEZNzJvKHMBI6pZT0MZtcOB8Eh6mb7 { top:6rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAUXW6UZMuTS1ad9H5iE3tzbIFgdRsEZ { top:8rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDWZe5JUtp5KRxqk19GTMoTvDEW81Xaq { top:9.1875rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBXbXqwPLGDVMg6AHM6eyA8oqRTqTCFl { top:11.25rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgJB5OCAqUuCgIXNqQhUkcpU0WEvwzoP { top:12.4375rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ToGCKUSMZiMF49skREu0AZIEke7dyy { top:14.5rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Ug2XiKBAzk42JpMv4LLSft3SwaAfnG { top:15.6875rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIa0OE21fMdg42h5TG2KvN8Ed6p82mZq { top:17.75rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQsgv7pmwap4HmuqRqK0T0xww7uMXDQP { top:19rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTxeCaiGRzQnk7VM174aPeANbmrHlZk { top:21.0625rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0Ns43R1EswXLVxO4hua66IQ0h1nVCiL { top:22.25rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ1E1BZ8FzTyrI0ldBNsJJG79xKslnR6 { top:24.3125rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGz0S8JVXq6a2QW50Ff4KAXTTDpLWWX9 { top:25.5625rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1R5eZBGAArcoRzqfhhTnv6ao4RFOzFP { top:6rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buvepbn2qxEtbLWWJ0QKsP0J23Fw17xs { top:9.1875rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrhA3Nbmo9gpMiHFOyrLuheN6RiVVPXA { top:12.4375rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTwk0yTCe7oUlVQXuOiJv7y6ZKJcQ5EG { top:15.6875rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQcQhrp3V2wIx0G7ec5qHlwwfeZfTx3a { top:19rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN08Jc8nmKkazLiqXaTctUEQZbxhgqU9 { top:22.25rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9OiNyCLV8qPpi2WZFA48SRf2QWPI93l { top:25.5625rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtBUCJhNst31Kk4EOIGCVAXe6uAVkqZw { top:27.625rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4vvmzkcRtgoOvTtySV2viUfJERm8ugc { width:13.75rem;height:3.4375rem;top:14rem;left:27.686852455139rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHrDUJ8SHX9P04HNe3g0N9Q7dAfwvpNn { display:block; }
 }@media only screen and (max-width: 763px) { #P0blhV1OTdGRqZfAoGpeZ2wHGtx4GkWS { width:13.75rem;height:3.4375rem;top:14rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvXV1LuM2lzTvf8CgsBDzqKd8GRrT63k { display:block; }
 }@media only screen and (max-width: 763px) { #UsuiTNHMqzKoNGpx7PmpkVeav8iq5D19 { top:24.3125rem;left:27.125rem;width:20.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { display:block; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kM158XSwdcXUcIPCGxTsgnPEg3D8CWSi { width:15.625rem;height:6.625rem;top:0rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1AxgBTT4Pu0X2fhGyisf3cyLGooJ5dB { width:17rem;height:2.923825rem;top:7.9111328125rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbGGcFSgKofSUVT0x6WDcGv4JscZGCw1 { width:10rem;height:2.5rem;top:11.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni6hKT9eDO8TCbUKdzSm33Xd0q0AdSVJ { display:block; }
 }@media only screen and (max-width: 763px) { #NcNxBClwQudNMmHfAVtbspiPlXTi5Dsd { width:10rem;height:2.5rem;top:14.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0QrdiKeuabcySW3FigNTrUBEWqNJKx4 { display:block; }
 }@media only screen and (max-width: 763px) { #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { display:block; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { width:20rem;height:3.4121125rem;top:4.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp { display:block; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXtK4dAMeuE8BIf3F1BHM0aW85qq8lXT { width:20rem;height:4.79948125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG { width:20rem;height:10.625rem;top:7.296875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.25rem;display:block; }#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/495ef947-afeb-4106-bdeb-e75ca6aafea5/checktickico.png); }
 }@media only screen and (max-width: 763px) { #RSzi5nFEZ00sUH4si5M14yVDcLM80OTs { width:19.75rem;height:37.875rem;top:51.2978515625rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #quRSZwFBOmKvQBJotSSmbAnqAWdm65LR { width:17rem;height:0;top:53.48535rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-text {padding-top: 0; padding-bottom: 0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-select {padding-top: 0; padding-bottom: 0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J  { width:17.5rem;height:auto;top:59.3603515625rem;left:0rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J {display:block;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J { width:17.5rem;height:auto;top:59.3603515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #R3m39L2TxniHUinx50KsVExXUwkMfiSS {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #wCovqNfQlm5A64zlkrR6CyfIdDAw53i3 {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #VWyTZMEp8DBpxIzDwt418yhOz5hV1EoU {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #dUwr7Um0pO5cJPffg6PHnW6KgBQDxslN {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #qRvlmphb8ZFxRs9RQMrmGnbeBTfHQpoJ {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #kmnvSerfT1Fo6TNPqdnG4nKLqVtXCv2l {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #QTQH3LpctpwkedGXTmrUdGeupL6WLOKZ {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #CCHs9lGas2UycO0TX2Q673pGgT4vNH3o {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #fbLNSicmrZgBzUSkcPlGB5gvpxA87899 {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #a8TmpSyXAHgUDgOT0ad18GmdI2cC1OAu {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #zVyFXmy6XTMecKD3sIsUulTZiK76Pxwi {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #DPXxoVPXKkbJlwrDdvMI7IBceHggFNgt {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #CnpkKah6Gw2rfKbpVhkBfJwxt68XSV4I {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #VXdDLOXaLdLFC56sIJSOtQLdTpJ9Mg4S {  }
 }@media only screen and (max-width: 763px) { #IRL9l6WNJmhgW74DD3noE0x4tyJ5ltvq { width:12.5rem;height:9rem;top:31.109375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ2kgHRXOr7S1Te4v6rKMx9VPDuStUcn { width:13.75rem;height:3.4375rem;top:53.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvqdQBHp2ZHwH6NbTdfxDcJsXvF1mzig { display:block; }
 }@media only screen and (max-width: 763px) { #CrN1BwQraWtT3RzVpyzIp8fundTMHa95 { width:13.75rem;height:3.4375rem;top:58.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5hFIk993E3AO1c21sK8wGwTS0De9M0W { display:block; }
 }@media only screen and (max-width: 763px) { #waR93rz6Fc5tPistRhzcETFb6ypb9TN6 { width:15.625rem;height:6.9375rem;top:42.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo3VQJseZWZ2t8twsJp6Iw8fDAZQ4Ftt { width:12.5rem;height:5.75rem;top:22.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm { display:block; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RElwcFOzstktAQ4EmIdw1ean7ADAaVHg { width:20rem;height:46.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { display:block; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container { width:20rem;height:62.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGtlfcgiKKZOBoV7IiOgmafRF2gQxOtT { width:15.9375rem;height:3.1875rem;top:0rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT7zl9dZZSHxhIndD8uJ8saCcVoVyDaC { width:20rem;height:13.25rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSQBNwRIk37wNJr2g4UacI9yyLHN6nzs { width:19.4375rem;height:4.79948125rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNWgUI3nRrboLXVDh9rWniZWqeXIHRU { width:20rem;height:34.5rem;top:25.609375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { display:block; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container { width:20rem;height:78.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqGoPEhnsELOo7bbPtdNJHguLriGZ8LH { width:20rem;height:2.3997375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgGT7KomQzbXK2eWsJd3yZczqTXO5hTG { width:20rem;height:13.5rem;top:19.5234375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8nubqFJE30IAIpvEAuzaX6HbBZ3lob { width:20rem;height:13.3125rem;top:5.275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl { width:12.5rem;height:9.3613125rem;top:34.2822265625rem;left:1.75rem;font-size:1rem;display:block; }#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl li:before{  }
 }@media only screen and (max-width: 763px) { #PmlMtx55f8KGuZDNlfTQF8L2DMw5uWVz { width:12.5rem;height:9.3613125rem;top:44.0185546875rem;left:1.75rem;font-size:1rem;display:block; }#PmlMtx55f8KGuZDNlfTQF8L2DMw5uWVz li:before{  }
 }@media only screen and (max-width: 763px) { #B7BwxoETfgpFEOJFR9860TSpgh1xqXP5 { width:12.5rem;height:9.3613125rem;top:53.75390625rem;left:1.75rem;font-size:1rem;display:block; }#B7BwxoETfgpFEOJFR9860TSpgh1xqXP5 li:before{  }
 }@media only screen and (max-width: 763px) { #KmbCByLqLPl9dPEwCnJsC9wh36aXSPxM { width:13.75rem;height:3.4375rem;top:67.1142578125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8osTUeZzeRhkmFRB3nQXBf5KTM643TE { display:block; }
 }@media only screen and (max-width: 763px) { #iSLmF7IyHMGav1LVAn8pvALg9bvmhCsB { width:13.75rem;height:3.4375rem;top:71.8017578125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txqEKM1NmbiJEOMLgf52lzGANwSwahDM { display:block; }
 }@media only screen and (max-width: 763px) { #qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW { display:block; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKk4ZuPXQh0GZzhqftQUrrfARFhaM8zb { width:20rem;height:57rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { display:block; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpOX9rQxbDfa2741uFFzN62yzfQpVJ0f { width:15.9375rem;height:3.1875rem;top:0rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTbdsmVT3NL7ikfi58TiFiiHxFadOeg1 { width:17.0625rem;height:17.1875rem;top:11.25rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiDTGsCXCw713RPQ5cMhTe3DbIIJJbKy { width:20rem;height:3.8984375rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRgTkdJnnlMhg4dUUn6hMTurPTODTITd { width:20rem;height:42rem;top:30.8857421875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Nze7T30z0ERg0PhETvXEU6dvzDxN6Pbi { display:none; }#Nze7T30z0ERg0PhETvXEU6dvzDxN6Pbi > .row .container { width:20rem;height:61.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lsvTqa9B5yF8Tcq8mtgycy28fy8aoIA4 { width:15.125rem;height:14.9375rem;top:8.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btUBg6CRScl3UfGDefBnH2ZT0tzsePoy { width:20rem;height:4.79948125rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSS1zSNRPrKBvK45czTWyTG5nufHTACX { width:20rem;height:34.5rem;top:25.75rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #B17rIG2K0NyeAMi7qPachrryu8JDDdtE { display:none; }#B17rIG2K0NyeAMi7qPachrryu8JDDdtE > .row .container { width:20rem;height:62.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DvXeOM9qeKZor297tle56iKVqZWpInTV { width:16.875rem;height:15.8125rem;top:7.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVIOzVz6rfMUnqBCizZknXdgo6sS6C3A { width:20rem;height:4.79948125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHrKsDmHvzZQMziLVJnxWBsAd4LNiwKO { width:20rem;height:36rem;top:26.36035rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Pp5rZQwJfTV4ACZbuaa7kiPylTHulTJ9 { display:none; }#Pp5rZQwJfTV4ACZbuaa7kiPylTHulTJ9 > .row .container { width:20rem;height:74.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o8ZdaQ8xhZg6dWZi1nSQrkinXTZ6ZHdQ { width:15.125rem;height:13.875rem;top:8.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRwVX7QfSIKEPCe7v4VwDggsPdtuOZTq { width:20rem;height:4.79948125rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKDs84BQU2l7F1ne3xCTGQDe7O508DWf { width:20rem;height:37.5rem;top:23.5rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #u48uKAHSykVizL0IxVT8dhfl0odGa7sz { width:13.75rem;height:3.4375rem;top:64.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwlWNKy2nQHUmST20aDCaAtu8QNNL1GT { display:block; }
 }@media only screen and (max-width: 763px) { #H1bU34llwyTMwZT9WPd0lAmyk2hqiwTB { width:13.75rem;height:3.4375rem;top:68.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5PH69JiipJ3oxHL4vAIUa6NTAO4nMDT { display:block; }
 }@media only screen and (max-width: 763px) { #PiBXhK1uIs2PnX5TIzPl38xlx9nAPzUO { display:none; }#PiBXhK1uIs2PnX5TIzPl38xlx9nAPzUO > .row .container { width:20rem;height:41.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uR8hc5NkCHmKNXWG44ryx0vASGIDtVti { width:20rem;height:39rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { display:block; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row .container { width:20rem;height:90.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcNgnKv5CfaffQX4woeK8MULza8u93aH { width:20rem;height:4.19921875rem;top:2.6875209808349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqpcFw8oPTdTgg4zNqhQZa4Em4lSyxnQ { width:20rem;height:40.5rem;top:8.0104064941406rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qizem7vwU5WISFDpD4dGu8dcIiOATqwa { width:20rem;height:15.8105625rem;top:50.480428695679rem;left:0rem;font-size:1rem;display:block; }#qizem7vwU5WISFDpD4dGu8dcIiOATqwa li:before{  }
 }@media only screen and (max-width: 763px) { #B0ONTZ71JHRzK0VFUuKpCmCFARTpWC4H { width:20rem;height:9rem;top:68.513021469119rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ykF2WoyKi9lZAy4P2VHJOzC7tc9aqS8X { width:13.75rem;height:3.4375rem;top:79.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExhbJMuTL9ha4VAokqzoQwCJFUqamqi0 { display:block; }
 }@media only screen and (max-width: 763px) { #kh5z19Sc6DKuoQTCfI3Zha4Cw2bfrbwL { width:13.75rem;height:3.4375rem;top:84rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtbUwUe7iEehRbhGgTHSFW51pa7WTFii { display:block; }
 }@media only screen and (max-width: 763px) { #T6Eb3CLRNMTUnZUyW3auvC5OTTv9XX86 { width:15.9375rem;height:3.1875rem;top:0rem;left:2.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDQVE12sbUJJv9KckN102MiA9sDaTR6U { display:block; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { width:20rem;height:21.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/272aed38-61e9-406a-8d04-630dbfecbead/DentalMadeEasy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.adaptive-delivery-prevent-bg, #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.lazyload, #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.lazyloading { background-image: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { background-color: transparent; background-image: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,173,255,0.71); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container > .video-iframe-container { display: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,173,255,0.71); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row > .video-iframe-container { display: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .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); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiXPVS7yotqtgbCALU8qyaWQutFyW6pT { width:20rem;height:27.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUQFU19ty4Xt6JOpTH8gVUuyoihl70h4 { width:20rem;height:3.5996125rem;top:29.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ONh4fArBOinGimUN2T7I837wrGKwEQm6 { width:17.125rem;height:2.92448125rem;top:49.662109375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orA6XmQU9pGeKp4bbrkpJ8Vx19hNHcbk { width:3.25rem;height:3.25rem;top:45.1621125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4fEZNzJvKHMBI6pZT0MZtcOB8Eh6mb7 { width:9.5625rem;height:1.4622375rem;top:3.3125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAUXW6UZMuTS1ad9H5iE3tzbIFgdRsEZ { width:18.125rem;height:0.0625rem;top:5.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDWZe5JUtp5KRxqk19GTMoTvDEW81Xaq { width:9.5625rem;height:1.4622375rem;top:6.5rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBXbXqwPLGDVMg6AHM6eyA8oqRTqTCFl { width:18.125rem;height:0.0625rem;top:8.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgJB5OCAqUuCgIXNqQhUkcpU0WEvwzoP { width:9.5625rem;height:1.4622375rem;top:9.75rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ToGCKUSMZiMF49skREu0AZIEke7dyy { width:18.125rem;height:0.0625rem;top:11.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Ug2XiKBAzk42JpMv4LLSft3SwaAfnG { width:9.5625rem;height:1.4622375rem;top:13rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIa0OE21fMdg42h5TG2KvN8Ed6p82mZq { width:18.125rem;height:0.0625rem;top:15.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQsgv7pmwap4HmuqRqK0T0xww7uMXDQP { width:9.5625rem;height:1.4622375rem;top:16.3125rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTxeCaiGRzQnk7VM174aPeANbmrHlZk { width:18.125rem;height:0.0625rem;top:18.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0Ns43R1EswXLVxO4hua66IQ0h1nVCiL { width:9.5625rem;height:1.4622375rem;top:19.5625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ1E1BZ8FzTyrI0ldBNsJJG79xKslnR6 { width:18.125rem;height:0.0625rem;top:21.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGz0S8JVXq6a2QW50Ff4KAXTTDpLWWX9 { width:9.5625rem;height:1.4622375rem;top:22.875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1R5eZBGAArcoRzqfhhTnv6ao4RFOzFP { width:9.5625rem;height:1.4622375rem;top:3.3125rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buvepbn2qxEtbLWWJ0QKsP0J23Fw17xs { width:9.5625rem;height:1.4622375rem;top:6.5rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrhA3Nbmo9gpMiHFOyrLuheN6RiVVPXA { width:9.5625rem;height:1.4622375rem;top:9.75rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTwk0yTCe7oUlVQXuOiJv7y6ZKJcQ5EG { width:9.5625rem;height:1.4622375rem;top:13rem;left:9.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQcQhrp3V2wIx0G7ec5qHlwwfeZfTx3a { width:9.5625rem;height:1.4622375rem;top:16.3125rem;left:9.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN08Jc8nmKkazLiqXaTctUEQZbxhgqU9 { width:9.5625rem;height:1.4622375rem;top:19.5625rem;left:9.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9OiNyCLV8qPpi2WZFA48SRf2QWPI93l { width:9.5625rem;height:1.4622375rem;top:22.875rem;left:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtBUCJhNst31Kk4EOIGCVAXe6uAVkqZw { width:18.125rem;height:0.0625rem;top:24.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4vvmzkcRtgoOvTtySV2viUfJERm8ugc { width:13.75rem;height:3.4375rem;top:35.537109375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHrDUJ8SHX9P04HNe3g0N9Q7dAfwvpNn { display:block; }
 }@media only screen and (max-width: 763px) { #P0blhV1OTdGRqZfAoGpeZ2wHGtx4GkWS { width:13.75rem;height:3.4375rem;top:39.974609375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvXV1LuM2lzTvf8CgsBDzqKd8GRrT63k { display:block; }
 }@media only screen and (max-width: 763px) { #UsuiTNHMqzKoNGpx7PmpkVeav8iq5D19 { width:20rem;height:1.54296875rem;top:53.88671875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }