.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:217,243,226;--color-primary-1:128,216,160;--color-primary-2:0,177,64;--color-primary-3:0,89,32;--color-primary-4:0,27,10;--color-secondary-0:227,230,232;--color-secondary-1:161,170,177;--color-secondary-2:66,85,99;--color-secondary-3:33,43,50;--color-secondary-4:10,13,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,243,179;--color-tertiary-2:151,215,0;--color-tertiary-3:76,108,0;--color-tertiary-4:15,21,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#ltpekH4iMBSOXex4G4DKal2aDyS84wi0 { 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:3.125rem;width:13.375rem;top:1.625rem;left:4.375rem;overflow:hidden;display:block; }
#bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.096125rem;height:2.79765625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.099609375rem;left:38.53639793396rem;display:block; }
#lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc0f7beb-f895-4ac2-8885-c4d56816ae90/dentistoffice.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .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); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.4375rem;left:3.6242198944092rem;height:21rem;text-align:left;text-align-last:left;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; }
#ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4366875rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.9375rem;left:3.6242198944092rem;height:2.6125rem;text-align:left;text-align-last:left;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; }
#bCTeT6DOrzczNHJkozzbGmU7k2nCxUoc { position:absolute;display:block;z-index:15012;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:2.5rem;width:15.1248125rem;top:32.139759063721rem;left:4.6234817504883rem;overflow:hidden;display:none; }
#oyQ2PKJyVJbLNEogHy0TEOVOdzRTZdDE { box-sizing:content-box;height:27.75rem;width:26.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:1.625rem;display:block; }
#o3xHSEeOf2iSQKhkXvzkmCqwTSl8J3IS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:55.0625rem;display:none; }
#bNmgOTeP9daLIisKuTMScTtLOmZ6newJ { position:absolute;display:block;z-index:15013;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:32.25rem;width:36.5rem;top:9.1875rem;left:20.746875762939rem;overflow:hidden;display:block; }
#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/91f5d293-ee36-4471-820e-edb140740a0a/Landing_Page1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.adaptive-delivery-prevent-bg, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyload, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyloading { background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .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); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { border-width: 0; border-radius: 0; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#m50ewAIzUptp9OE92Hi7pZla5rCTi2V9 { position:absolute;display:block;z-index:15011;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:21.8125rem;width:50rem;top:38.9375rem;left:5rem;overflow:hidden;display:none; }
#zFNmxGlSHd4wOEhaNzLJs6hdew4sDGXV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.796875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.3499641418457rem;left:3.0614337921142rem;display:block; }
#azV7qMTbCxFal6io3Z94vu6JEwGfzetG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iH1fuAwpyDn2Bp35ecw6NeCx7XkanR5W { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.796875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.3499641418457rem;left:14.222654342651rem;display:block; }
#vuFgUpgARsEoi1UdTTcxeMkS92aCa9ow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GINiHeNItsTsol90p5nMWVyh6cCch0lH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79651875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.3188953399658rem;left:25.311609268189rem;display:block; }
#gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XohApmRe30wQoUZekF2kZumViSLpTSgK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79651875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.3188953399658rem;left:36.623754501343rem;display:block; }
#lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oEflIhggHF6ouh1XSWF86OnMslIcx4A2 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79651875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.2563953399658rem;left:47.784086227417rem;display:block; }
#DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { background-color: transparent; background-image: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .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); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { border-width: 0; border-radius: 0; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:60rem;overflow:visible;position:relative;display:block; }#OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:26rem;left:30.875rem;height:1.35rem;text-align:left;text-align-last:left;font-style:italic;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:none; }
#rUOZA2Jndz9mD6vFKuvFI5LmU0WpSg73 { color:rgba(var(--color-secondary-4),1);display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.1875rem;left:3.0625rem;height:3.1875rem;text-align:left;text-align-last:left;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; }
#gdchSoK1BpSyCRisd6IopA4mTTVl15ZQ { position:absolute;display:block;z-index:15012;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:3.125rem;width:3.5617875rem;top:13.5625rem;left:6.0625rem;overflow:hidden;display:block; }
#bq2xanmIhbFqXqZ9H9WHJRef2PcBRSGX { color:rgba(var(--color-secondary-4),1);display:block;width:12.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:17.1875rem;left:16.9375rem;height:4.78125rem;text-align:left;text-align-last:left;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; }
#TuBkTtXFmmGMX16uABuwG40BpwNZ08Xd { color:rgba(var(--color-secondary-4),1);display:block;width:53.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.3734073638919rem;left:2.7432518005371rem;height:5.0625rem;text-align:left;text-align-last:left;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; }
#Qg6vqPntwTILQ42HpblP5gh3HeT2bHX7 { color:rgba(var(--color-secondary-4),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:17.1875rem;left:31.249217987061rem;height:3.1875rem;text-align:left;text-align-last:left;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; }
#eghmoWRE7EIndBdPXsFXhFM3VxT1xhOI { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:2.5621509552002rem;left:2.7405891418457rem;height:2.6125rem;text-align:left;text-align-last:left;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; }
#QH0PhPfip4bA9HLdz4bqtDd3iQV1bp5n { color:rgba(var(--color-secondary-4),1);display:block;width:11.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:17.1875rem;left:45.297657012939rem;height:4.78125rem;text-align:left;text-align-last:left;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; }
#daHtcCtp0ESc4NLfGtbKGO3RiMuSitvK { color:rgba(var(--color-secondary-4),1);display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:22.999998092651rem;left:2.7429695129394rem;height:12rem;text-align:left;text-align-last:left;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; }
#nfMxUkstb2tr1hp9FkBHh8l9DJgN5OAR { color:rgba(var(--color-secondary-4),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:22.999216079712rem;left:17.03125rem;height:10.5rem;text-align:left;text-align-last:left;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; }
#Wbmy1OCTeMfUlSU1cGJPxxVKuZB0FAPA { position:absolute;display:block;z-index:15015;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:3.125rem;width:3.18671875rem;top:13.5625rem;left:20.998439788818rem;overflow:hidden;display:block; }
#VgareedIk8EUU72slNEwo31oR8JNiChE { 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:3.125rem;width:3.125rem;top:13.56093788147rem;left:35.029689788818rem;overflow:hidden;display:block; }
#TG7bs2bGZdTfKII0HFHWrC9LvLdu6ayx { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.18671875rem;top:13.5625rem;left:48.497657775879rem;overflow:hidden;display:block; }
#dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { color:rgba(var(--color-secondary-4),1);display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:22.999218702316rem;left:31.249217987061rem;height:12rem;text-align:left;text-align-last:left;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; }
#ykMwQsqqCkmBg8DcU0lwEJobK0VTkx6e { color:rgba(var(--color-secondary-4),1);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:22.999218940735rem;left:45.297657012939rem;height:10.5rem;text-align:left;text-align-last:left;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; }
#yqVI5RsUrx1RHBiLdyBn4rkwikK96dvs { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:36.5625rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;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; }
#IHO4GcJsDVlxKQTwsbCXm9RZFJJ1MmMl { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:53.935939788818rem;left:23.430469512939rem;display:block; }
#rrPpe9CD1ypPDGdvNMSptw76bTTQnNIw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#in1OyPP2HA25eZSNLv8udhnv7sk4lJAn { position:absolute;display:block;z-index:15018;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:14.6235625rem;width:60rem;top:39.3125rem;left:0.125rem;overflow:hidden;display:block; }
#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { background-color: transparent; background-image: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container > .video-iframe-container { display: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container { display: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .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); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { border-width: 0; border-radius: 0; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#LgOo6kWpGWJn9sJ9co8MWBfXkUsuLbbk { color:rgba(var(--color-secondary-4),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.1789855957031rem;left:3.056640625rem;height:3.375rem;text-align:left;text-align-last:left;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; }
#rLaAxOhxRFmSIMJ4raOnHshaoHUqMsaX { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.6864128112793rem;left:3.056640625rem;height:2.6125rem;text-align:left;text-align-last:left;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; }
#ioPf9QBsQ0HAVUo070DJ2qMZZQNrr2c5 { position:absolute;display:block;z-index:15010;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:12.5rem;width:56.4994375rem;top:10.176669120789rem;left:1.1802196502686rem;overflow:hidden;display:block; }
#JkJNqgt7Ck4Sm4J0iteOF7QdHMGhQwTH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.79375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.54921913147rem;left:24.024219512939rem;display:block; }
#NGR2DeGT4A2TheE5gty2zG1uZgSF0wQ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { background-color: transparent; background-image: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container > .video-iframe-container { display: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container { display: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .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); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { border-width: 0; border-radius: 0; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#VQmRB3kmhQN74a9lKBH3gmdAcSpzwDHx { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:2.8737182617188rem;left:3.056640625rem;height:2.6125rem;text-align:left;text-align-last:left;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; }
#RUCJo0gHViLvq8boaWhxKoa9F28h3la9 { color:rgba(var(--color-secondary-4),1);display:block;width:53.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:6.3742218017575rem;left:3.0578136444092rem;height:6.75rem;text-align:left;text-align-last:left;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; }
#SsLz5TQTQIp5ahWoTWqqSoTZZxyaCRks { position:absolute;display:block;z-index:15012;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:14.5623125rem;width:52.7494375rem;top:13.375rem;left:3.0625rem;overflow:hidden;display:block; }
#Vy0ExLMTH0S9Upr8CpoIqnTIx01pPXmc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.79453125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.499218940735rem;left:23.869533538818rem;display:block; }
#ZW0rGgJ3i8RlzRqUU93ykxioBns9ObVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { position:relative;display:block; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { background-color: transparent; background-image: none; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container > .video-iframe-container { display: none; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row > .video-iframe-container { display: none; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .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); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { border-width: 0; border-radius: 0; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .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; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .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:54.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M0Itb457sUKNgesOboxkF8tpr4yqKaEG { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:2.936767578125rem;left:3.0584144592285rem;height:2.6125rem;text-align:left;text-align-last:left;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; }
#sMfspdb2sSsHEFsm8LslcCv58dKyUx0v { color:rgba(var(--color-secondary-4),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.5624771118162rem;left:3.0610790252686rem;height:6.75rem;text-align:left;text-align-last:left;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; }
#XDBV9AaoPHkv6d9mct32iX7MFiBlS2qw { color:rgba(var(--color-primary-2),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:15.047916412354rem;left:3.0610790252686rem;height:1.6875rem;text-align:justify;text-align-last:initial;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; }
#lFWzHVu6GkfiC7eyc2PKI9XmKEszdowq { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.79453125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.11328125rem;left:24.03125rem;display:block; }
#eoNqeT9oWgsrDss7GfdJuRdTGMZq0LQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DDAQIXaCLJAsOTQOPNBSUgMQuds8wU2R { color:rgba(var(--color-primary-2),1);display:block;width:53.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:12.75rem;left:1.5625rem;height:1.5rem;text-align:justify;text-align-last:initial;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:none; }
#zOAVGCDKTSPieHiF3mo4oo0ikGXPWTcm { position:absolute;display:block;z-index:15014;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:32.1875rem;width:49.8748125rem;top:16.732041358948rem;left:5.0612564086914rem;overflow:hidden;display:block; }
#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { position:relative;display:block; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { background-color: transparent; background-image: none; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container > .video-iframe-container { display: none; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row > .video-iframe-container { display: none; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .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); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { border-width: 0; border-radius: 0; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .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; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .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.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qMzI0qlRmD9QvgQZDRugTN6ZQBqQztnL { color:rgba(var(--color-primary-2),1);display:block;width:22.4360625rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:2.8116130828858rem;left:2.8125rem;height:2.6125rem;text-align:left;text-align-last:left;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; }
#dVBeUbtLZBAKQBGB9hFQKl0Tl9d9QUcl { color:rgba(var(--color-secondary-4),1);display:block;width:54.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:5.9969463348389rem;left:2.8125rem;height:5.0625rem;text-align:left;text-align-last:left;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; }
#gVTSoBxqECae9nH8kUGVrHbZ57WIXSGz { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:15.25rem;top:13.499816894531rem;left:10.312498092651rem;overflow:hidden;display:block; }
#R0TyP7AKpixDX2TSvK0NDrOhZEGpNafk { position:absolute;display:block;z-index:15018;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:13.5rem;width:22.5625rem;top:10.999816894531rem;left:28.749998092651rem;overflow:hidden;display:block; }
#Jx6PIl08eykhEZA6peORG84snBCdC0IN { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.7953125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.499219894409rem;left:24.03125rem;display:block; }
#oGRgpKdgNo2DfIdLCTEP0HJi17Ov88ic { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { background-color: transparent; background-image: none; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container > .video-iframe-container { display: none; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row > .video-iframe-container { display: none; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .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); }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { border-width: 0; border-radius: 0; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#MR4r9qRILSNNwhLHpkTfRupLuDdhX2il { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:4.9304656982422rem;left:0rem;height:1.95rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HshE73FxnKUbCTsrksDTh3iovr3DIfEr { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.7367248535156rem;left:17.749217987061rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row .container { background-color: transparent; background-image: none; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row .container > .video-iframe-container { display: none; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row > .video-iframe-container { display: none; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .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); }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row .container { border-width: 0; border-radius: 0; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;position:relative;display:block; }#N2WPm8tJkO4vachByTID4cyB71PTZZpv { position:absolute;display:block;z-index:15000;background-color:#ffffff;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(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:1.625rem;left:0.625rem;display:block; }
#UTiiCwo88Vy6uieTIZ3SCW3IPgVibmgL { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15197;line-height:1.3;letter-spacing:0;top:5.9742431640625rem;left:5.46875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQEnGk16QMoiBauqduZw8a5K25l8MyFJ { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15219;line-height:1.3;letter-spacing:0;top:15rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJLXgpQ0iaSvgz2yVWTNcJ1TeAsGkv48 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15199;line-height:1.4;letter-spacing:0;top:17.25rem;left:2.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AABzy0ceGTlE1SQQiktHTB0AoDboO6zg { position:absolute;display:block;z-index:15006;background-color:#ffffff;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(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:1.625rem;left:20.625rem;display:block; }
#ZFTGDAzVqTT4T6QqT9sfciyN2zWfq0ol { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:5.9992065429688rem;left:25.499217987061rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GokRD2T2pv4BtXuMWu8r7T44Qu9E2qeL { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:15rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xks2Fx1LbQypwOsbBU0rHkbiZfg94nyW { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:17.25rem;left:22.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEotNHXTCcI2gGGr0VLUmhe8Jr8hBTcP { position:absolute;display:block;z-index:15012;background-color:#ffffff;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(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:1.625rem;left:40.625rem;display:block; }
#qdJXkKEFfvGaonRpNEuQI7MrGcHPZVQS { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:5.9992065429688rem;left:45.499217987061rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUsn8b1zC33Psli1aTGZmHTBKquBScQp { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:15rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akh6xnvcrZaD7NuCgJWVXeoWgERakmdz { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:17.25rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLhep4gFdXzf8QeHBrhmVwx1KR0NUTLy { position:absolute;display:block;z-index:15030;background-color:#ffffff;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(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:22.25rem;left:40.625rem;display:block; }
#QkknRqgW1y56Hdla4tvekkW1qFGHCF0T { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15229;line-height:1.4;letter-spacing:0;top:37.875rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IrlBgxlpuTmTsnl27Tcq2sUBomSxPKyB { position:absolute;display:block;z-index:15024;background-color:#ffffff;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(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:22.25rem;left:20.625rem;display:block; }
#iZN2IpNVTTWG1nBoVqaCZdStmCBJh7DI { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:35.625rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bRHCd5hId8OAIA8kTGpXI6tfcn4yKsGV { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15223;line-height:1.4;letter-spacing:0;top:37.875rem;left:22.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ycGFh48DTVxRdKMZzm9arPN95TW8hJIC { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15243;line-height:1.3;letter-spacing:0;top:35.625rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5PmsqoN58V84mIPl8RoF3yUJ8XN7oJ9 { position:absolute;display:block;z-index:15018;background-color:#ffffff;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(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:22.25rem;left:0.625rem;display:block; }
#ivPAnl4I7JqS3dkR22rHSWm7Ns99yOTM { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15221;line-height:1.3;letter-spacing:0;top:26.436706542969rem;left:25.499217987061rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QyPrJv9r3xpINudfnb2JW5dSgf8qMH9z { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15227;line-height:1.3;letter-spacing:0;top:26.436706542969rem;left:45.499217987061rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cf3Tw1Uvek3R1HqFnQcNrCkXxMagpWKa { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15217;line-height:1.4;letter-spacing:0;top:37.125rem;left:2.875rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEzOI7HoHnHZttnD5rZFUbHUmAwrEMHH { color:rgba(var(--color-secondary-3),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15237;line-height:1.3;letter-spacing:0;top:35.625rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDEi7yEvzsEaiCiIBThG0LefDuwzrH8s { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15215;line-height:1.3;letter-spacing:0;top:26.436706542969rem;left:5.4992198944092rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BGsfs3uDT0TL3XIMiVGhfDfbF1C0RGvT { position:absolute;display:block;z-index:15217;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.1875rem;top:23.936706542969rem;left:8.4054698944094rem;overflow:hidden;display:block; }
#CIw5Ht8Ef0PsCTvTL3FduACvmOEAEIoq { position:absolute;display:block;z-index:15218;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.1875rem;top:23.936706542969rem;left:28.405467987061rem;overflow:hidden;display:block; }
#azakm3PN5Sln7QgwB5xTRwK9LcWfr2vz { position:absolute;display:block;z-index:15250;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:2rem;width:3.1875rem;top:3.4679565429688rem;left:8.4054698944094rem;overflow:hidden;display:block; }
#P3FnVP4mNui7oLE3mM7oSyc8KqrHwBHF { position:absolute;display:block;z-index:15251;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:2rem;width:3.1875rem;top:3.4679565429688rem;left:28.405467987061rem;overflow:hidden;display:block; }
#WMRGco6wlqTehh2DNVfTJCQqPHaNW5xz { position:absolute;display:block;z-index:15252;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:2.125rem;width:3.1875rem;top:3.4054565429688rem;left:48.405471801757rem;overflow:hidden;display:block; }
#wcgZfwG1HhgXWHItiAUmmPPc9XAxGzh8 { position:absolute;display:block;z-index:15253;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:2.0625rem;width:3.1875rem;top:23.874206542969rem;left:48.405471801757rem;overflow:hidden;display:block; }
#OKoVnnDOWRD65m43fnhubCcCOIk6RkTL { position:absolute;display:block;z-index:15254;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:3.4375rem;width:11.25rem;top:9.34375rem;left:4.375rem;overflow:hidden;display:block; }
#JE1KBUfJ8RLWGXTcsvshAPhexkcx3gTC { position:absolute;display:block;z-index:15255;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:3.75rem;width:7.5rem;top:9.1875rem;left:26.25rem;overflow:hidden;display:block; }
#Udl0qZGzl8wiKCdKqNti9sSukg01OT9n { position:absolute;display:block;z-index:15256;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:3.125rem;width:7.9375rem;top:9.5rem;left:46.03125rem;overflow:hidden;display:block; }
#o1s8TqVQvGEDEWwPhAPzoamqFWVLLeW0 { position:absolute;display:block;z-index:15257;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:4.625rem;width:6rem;top:29.125rem;left:7rem;overflow:hidden;display:block; }
#H21bRxgeeo1MRR7OTFnA0gg6kHho4fBX { position:absolute;display:block;z-index:15258;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:4rem;width:10rem;top:29.5625rem;left:25rem;overflow:hidden;display:block; }
#SrV7hqvQx2aTXrEEJvCzn97gEcyVDzgZ { position:absolute;display:block;z-index:15259;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.1875rem;width:10.9375rem;top:28.78125rem;left:44.53125rem;overflow:hidden;display:block; }
#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { background-color: transparent; background-image: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container > .video-iframe-container { display: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container { display: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .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); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { border-width: 0; border-radius: 0; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#U6y14JLgnUWTGpWVqOQTv7PmaW9xlNGx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:8.125rem;left:39.75rem;height:1.78125rem;text-align:justify;text-align-last:initial;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; }
#ORqfX3xl2cCqfK7LJ0FRqxcu20bLg8td { position:absolute;display:block;z-index:15019;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:1.8125rem;width:1.875rem;top:8.125rem;left:36.9375rem;overflow:hidden;display:block; }
#xo3tTwICCUMbzAwNeiIerxp1oAwcm6Fn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:5.1875rem;left:39.75rem;height:;text-align:justify;text-align-last:initial;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; }
#ODufHkfVxva252MIbRM4H36mSDKMr6ol { position:absolute;display:block;z-index:15018;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:1.875rem;width:1.875rem;top:5.1875rem;left:36.9375rem;overflow:hidden;display:block; }
#FCAPOIHTG1QnvbW5X6wRTCgkhiNkWk4R { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:2.3125rem;left:39.75rem;height:;text-align:justify;text-align-last:initial;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; }
#Ak6KiZgRGzSEpcsswwK3I3rUb8O2qxfK { position:absolute;display:block;z-index:15017;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:1.875rem;width:1.875rem;top:2.3125rem;left:36.9375rem;overflow:hidden;display:block; }
#nxMbXGFepem4a2EbEQL9axuBSAPOorWt { 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.125rem;width:13.6875rem;top:6.625rem;left:7.375rem;overflow:hidden;display:block; }
#Stm3hmPNUR0gSGg15iOP5gUMVTckUCV2 { color:rgba(var(--color-primary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:2.375rem;left:7.375rem;height:3.1875rem;text-align:left;text-align-last:left;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltpekH4iMBSOXex4G4DKal2aDyS84wi0 { top:1.625rem;left:0rem;width:13.375rem;height:3.1251314307611rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { width:14.0625rem;height:2.75rem;top:2.0625rem;left:32.41139793396rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:21.1875rem;height:21rem;top:15.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { width:22.375rem;height:2.5625rem;top:11.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTeT6DOrzczNHJkozzbGmU7k2nCxUoc { top:32.125rem;left:0rem;width:15.0625rem;height:2.4897002855407rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyQ2PKJyVJbLNEogHy0TEOVOdzRTZdDE { top:10.1875rem;left:0rem;width:26.4375rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3xHSEeOf2iSQKhkXvzkmCqwTSl8J3IS { width:43.75rem;height:20.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNmgOTeP9daLIisKuTMScTtLOmZ6newJ { top:9.1875rem;left:11.25rem;width:36.5rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m50ewAIzUptp9OE92Hi7pZla5rCTi2V9 { top:38.9375rem;left:0rem;width:47.75rem;height:20.8309375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFNmxGlSHd4wOEhaNzLJs6hdew4sDGXV { width:9.375rem;height:2.75rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azV7qMTbCxFal6io3Z94vu6JEwGfzetG { display:block; }
 }@media only screen and (max-width: 763px) { #iH1fuAwpyDn2Bp35ecw6NeCx7XkanR5W { width:9.375rem;height:2.75rem;top:2.3125rem;left:8.0976543426512rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuFgUpgARsEoi1UdTTcxeMkS92aCa9ow { display:block; }
 }@media only screen and (max-width: 763px) { #GINiHeNItsTsol90p5nMWVyh6cCch0lH { width:9.375rem;height:2.75rem;top:2.3125rem;left:19.186609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { display:block; }
 }@media only screen and (max-width: 763px) { #XohApmRe30wQoUZekF2kZumViSLpTSgK { width:9.375rem;height:2.75rem;top:2.3125rem;left:30.498754501342rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { display:block; }
 }@media only screen and (max-width: 763px) { #oEflIhggHF6ouh1XSWF86OnMslIcx4A2 { width:9.375rem;height:2.75rem;top:2.25rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { display:block; }
 }@media only screen and (max-width: 763px) { #RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { width:25.6875rem;height:1.3125rem;top:26rem;left:22.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUOZA2Jndz9mD6vFKuvFI5LmU0WpSg73 { width:12.6875rem;height:3.1875rem;top:17.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdchSoK1BpSyCRisd6IopA4mTTVl15ZQ { top:13.5625rem;left:0rem;width:3.5rem;height:3.0708488703663rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq2xanmIhbFqXqZ9H9WHJRef2PcBRSGX { width:12.375rem;height:4.75rem;top:17.1875rem;left:10.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBkTtXFmmGMX16uABuwG40BpwNZ08Xd { width:47.75rem;height:5.0625rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg6vqPntwTILQ42HpblP5gh3HeT2bHX7 { width:12.1875rem;height:3.1875rem;top:17.1875rem;left:25.124217987061rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eghmoWRE7EIndBdPXsFXhFM3VxT1xhOI { width:22.375rem;height:2.5625rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH0PhPfip4bA9HLdz4bqtDd3iQV1bp5n { width:11.125rem;height:4.75rem;top:17.1875rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHtcCtp0ESc4NLfGtbKGO3RiMuSitvK { width:12.875rem;height:12rem;top:22.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMxUkstb2tr1hp9FkBHh8l9DJgN5OAR { width:12.1875rem;height:10.5rem;top:22.9375rem;left:10.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbmy1OCTeMfUlSU1cGJPxxVKuZB0FAPA { top:13.5625rem;left:14.873439788818rem;width:3.125rem;height:3.0644765873989rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgareedIk8EUU72slNEwo31oR8JNiChE { top:13.5rem;left:28.904689788818rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7bs2bGZdTfKII0HFHWrC9LvLdu6ayx { top:13.5625rem;left:42.372657775879rem;width:3.125rem;height:3.0644765873989rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { width:12.875rem;height:12rem;top:22.9375rem;left:25.124217987061rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMwQsqqCkmBg8DcU0lwEJobK0VTkx6e { width:11.75rem;height:10.5rem;top:22.9375rem;left:36rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqVI5RsUrx1RHBiLdyBn4rkwikK96dvs { width:47.75rem;height:2.25rem;top:36.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHO4GcJsDVlxKQTwsbCXm9RZFJJ1MmMl { width:11.9375rem;height:2.8125rem;top:53.875rem;left:17.305469512939rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrPpe9CD1ypPDGdvNMSptw76bTTQnNIw { display:block; }
 }@media only screen and (max-width: 763px) { #in1OyPP2HA25eZSNLv8udhnv7sk4lJAn { top:39.3125rem;left:0rem;width:47.75rem;height:11.637819010417rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgOo6kWpGWJn9sJ9co8MWBfXkUsuLbbk { width:47.75rem;height:3.375rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLaAxOhxRFmSIMJ4raOnHshaoHUqMsaX { width:22.375rem;height:2.5625rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioPf9QBsQ0HAVUo070DJ2qMZZQNrr2c5 { top:10.125rem;left:0rem;width:47.75rem;height:10.564264467235rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJNqgt7Ck4Sm4J0iteOF7QdHMGhQwTH { width:11.9375rem;height:2.75rem;top:21.5rem;left:17.899219512939rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGR2DeGT4A2TheE5gty2zG1uZgSF0wQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQmRB3kmhQN74a9lKBH3gmdAcSpzwDHx { width:22.375rem;height:2.5625rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUCJo0gHViLvq8boaWhxKoa9F28h3la9 { width:47.75rem;height:6.75rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLz5TQTQIp5ahWoTWqqSoTZZxyaCRks { top:13.375rem;left:0rem;width:47.75rem;height:13.181692372039rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy0ExLMTH0S9Upr8CpoIqnTIx01pPXmc { width:11.9375rem;height:2.75rem;top:28.4375rem;left:17.744533538818rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0rGgJ3i8RlzRqUU93ykxioBns9ObVq { display:block; }
 }@media only screen and (max-width: 763px) { #PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { display:block; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Itb457sUKNgesOboxkF8tpr4yqKaEG { width:22.375rem;height:2.5625rem;top:2.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfspdb2sSsHEFsm8LslcCv58dKyUx0v { width:47.75rem;height:6.75rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBV9AaoPHkv6d9mct32iX7MFiBlS2qw { width:47.75rem;height:1.6875rem;top:15rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFWzHVu6GkfiC7eyc2PKI9XmKEszdowq { width:11.9375rem;height:2.75rem;top:49.0625rem;left:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNqeT9oWgsrDss7GfdJuRdTGMZq0LQa { display:block; }
 }@media only screen and (max-width: 763px) { #DDAQIXaCLJAsOTQOPNBSUgMQuds8wU2R { width:15.9375rem;height:10.0625rem;top:20.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOAVGCDKTSPieHiF3mo4oo0ikGXPWTcm { top:16.6875rem;left:0rem;width:47.75rem;height:30.816218607338rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { display:block; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMzI0qlRmD9QvgQZDRugTN6ZQBqQztnL { width:22.375rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVBeUbtLZBAKQBGB9hFQKl0Tl9d9QUcl { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVTSoBxqECae9nH8kUGVrHbZ57WIXSGz { top:13.4375rem;left:4.1874980926514rem;width:15.1875rem;height:8.4651027087065rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TyP7AKpixDX2TSvK0NDrOhZEGpNafk { top:10.9375rem;left:22.624998092651rem;width:22.5rem;height:13.46245366959rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6PIl08eykhEZA6peORG84snBCdC0IN { width:11.9375rem;height:2.75rem;top:24.4375rem;left:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGRgpKdgNo2DfIdLCTEP0HJi17Ov88ic { display:block; }
 }@media only screen and (max-width: 763px) { #X2l2FOICn9cTe7oBchvAhzq7bokRBGmv { display:block; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR4r9qRILSNNwhLHpkTfRupLuDdhX2il { top:4.875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HshE73FxnKUbCTsrksDTh3iovr3DIfEr { top:1.6875rem;left:0rem;width:24.4375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 { display:block; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2WPm8tJkO4vachByTID4cyB71PTZZpv { width:18.75rem;height:19.5625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTiiCwo88Vy6uieTIZ3SCW3IPgVibmgL { top:5.9375rem;left:3.40625rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQEnGk16QMoiBauqduZw8a5K25l8MyFJ { top:15rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJLXgpQ0iaSvgz2yVWTNcJ1TeAsGkv48 { top:17.25rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AABzy0ceGTlE1SQQiktHTB0AoDboO6zg { width:18.75rem;height:19.5625rem;top:1.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFTGDAzVqTT4T6QqT9sfciyN2zWfq0ol { top:5.9375rem;left:19.311717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GokRD2T2pv4BtXuMWu8r7T44Qu9E2qeL { top:15rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xks2Fx1LbQypwOsbBU0rHkbiZfg94nyW { top:17.25rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEotNHXTCcI2gGGr0VLUmhe8Jr8hBTcP { width:18.75rem;height:19.5625rem;top:1.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdJXkKEFfvGaonRpNEuQI7MrGcHPZVQS { top:5.9375rem;left:35.186717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUsn8b1zC33Psli1aTGZmHTBKquBScQp { top:15rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akh6xnvcrZaD7NuCgJWVXeoWgERakmdz { top:17.25rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLhep4gFdXzf8QeHBrhmVwx1KR0NUTLy { width:18.75rem;height:19.5625rem;top:22.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkknRqgW1y56Hdla4tvekkW1qFGHCF0T { top:37.875rem;left:32.5625rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrlBgxlpuTmTsnl27Tcq2sUBomSxPKyB { width:18.75rem;height:19.5625rem;top:22.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZN2IpNVTTWG1nBoVqaCZdStmCBJh7DI { top:35.625rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRHCd5hId8OAIA8kTGpXI6tfcn4yKsGV { top:37.875rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycGFh48DTVxRdKMZzm9arPN95TW8hJIC { top:35.625rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5PmsqoN58V84mIPl8RoF3yUJ8XN7oJ9 { width:18.75rem;height:19.5625rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivPAnl4I7JqS3dkR22rHSWm7Ns99yOTM { top:26.375rem;left:19.311717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyPrJv9r3xpINudfnb2JW5dSgf8qMH9z { top:26.375rem;left:35.186717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf3Tw1Uvek3R1HqFnQcNrCkXxMagpWKa { top:37.125rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEzOI7HoHnHZttnD5rZFUbHUmAwrEMHH { top:35.625rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDEi7yEvzsEaiCiIBThG0LefDuwzrH8s { top:26.375rem;left:3.4367198944092rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGsfs3uDT0TL3XIMiVGhfDfbF1C0RGvT { top:23.875rem;left:6.3429698944094rem;width:3.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIw5Ht8Ef0PsCTvTL3FduACvmOEAEIoq { top:23.875rem;left:22.217967987061rem;width:3.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azakm3PN5Sln7QgwB5xTRwK9LcWfr2vz { top:3.4375rem;left:6.3429698944094rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3FnVP4mNui7oLE3mM7oSyc8KqrHwBHF { top:3.4375rem;left:22.217967987061rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMRGco6wlqTehh2DNVfTJCQqPHaNW5xz { top:3.375rem;left:38.092971801757rem;width:3.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcgZfwG1HhgXWHItiAUmmPPc9XAxGzh8 { top:23.8125rem;left:38.092971801757rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKoVnnDOWRD65m43fnhubCcCOIk6RkTL { top:9.3125rem;left:2.3125rem;width:11.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE1KBUfJ8RLWGXTcsvshAPhexkcx3gTC { top:9.1875rem;left:20.0625rem;width:7.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udl0qZGzl8wiKCdKqNti9sSukg01OT9n { top:9.5rem;left:35.71875rem;width:7.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1s8TqVQvGEDEWwPhAPzoamqFWVLLeW0 { top:29.125rem;left:4.9375rem;width:6rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H21bRxgeeo1MRR7OTFnA0gg6kHho4fBX { top:29.5625rem;left:18.8125rem;width:10rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrV7hqvQx2aTXrEEJvCzn97gEcyVDzgZ { top:28.75rem;left:34.21875rem;width:10.9375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6y14JLgnUWTGpWVqOQTv7PmaW9xlNGx { width:14.8125rem;height:;top:8.125rem;left:32.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORqfX3xl2cCqfK7LJ0FRqxcu20bLg8td { top:8.125rem;left:30.8125rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo3tTwICCUMbzAwNeiIerxp1oAwcm6Fn { width:8.4375rem;height:;top:5.1875rem;left:33.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODufHkfVxva252MIbRM4H36mSDKMr6ol { top:5.1875rem;left:30.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCAPOIHTG1QnvbW5X6wRTCgkhiNkWk4R { width:8.4375rem;height:;top:2.3125rem;left:33.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak6KiZgRGzSEpcsswwK3I3rUb8O2qxfK { top:2.3125rem;left:30.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMbXGFepem4a2EbEQL9axuBSAPOorWt { top:6.625rem;left:1.25rem;width:13.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stm3hmPNUR0gSGg15iOP5gUMVTckUCV2 { width:26.75rem;height:;top:2.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltpekH4iMBSOXex4G4DKal2aDyS84wi0 { width:13.375rem;height:3.125rem;top:1.25rem;left:3.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { width:14.018rem;height:2.796225rem;top:5.6239342689514rem;left:3.1150566339493rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd33e9fd-7d6c-4c9a-b371-d85592c2d347/dentistofficemobile.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .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); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:16.25rem;height:19.6875rem;top:13.81093788147rem;left:2.1546876430511rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { width:14.124625rem;height:1.925rem;top:11.311718940735rem;left:2.1539063453674rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTeT6DOrzczNHJkozzbGmU7k2nCxUoc { width:11.311875rem;height:1.875rem;top:33.756511688233rem;left:4.3435333371163rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyQ2PKJyVJbLNEogHy0TEOVOdzRTZdDE { width:18.375rem;height:35.0625rem;top:0rem;left:0.99843752384188rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3xHSEeOf2iSQKhkXvzkmCqwTSl8J3IS { top:33.3271484375rem;left:0rem;width:20rem;height:9.249rem;z-index:15016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bNmgOTeP9daLIisKuTMScTtLOmZ6newJ { width:18.4375rem;height:16.3125rem;top:34.1875rem;left:0rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:#87d1e6;background-image:url("https://images.assets-landingi.com/uc/91f5d293-ee36-4471-820e-edb140740a0a/Landing_Page1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.adaptive-delivery-prevent-bg, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyload, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyloading { background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .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); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m50ewAIzUptp9OE92Hi7pZla5rCTi2V9 { width:12.5rem;height:5.4375rem;top:34.3965rem;left:3.75rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #zFNmxGlSHd4wOEhaNzLJs6hdew4sDGXV { width:8.8125rem;height:2.75rem;top:2.125rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azV7qMTbCxFal6io3Z94vu6JEwGfzetG { display:block; }
 }@media only screen and (max-width: 763px) { #iH1fuAwpyDn2Bp35ecw6NeCx7XkanR5W { width:8.8125rem;height:2.75rem;top:5.8117198944092rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuFgUpgARsEoi1UdTTcxeMkS92aCa9ow { display:block; }
 }@media only screen and (max-width: 763px) { #GINiHeNItsTsol90p5nMWVyh6cCch0lH { width:8.8125rem;height:2.75rem;top:9.5rem;left:5.65625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { display:block; }
 }@media only screen and (max-width: 763px) { #XohApmRe30wQoUZekF2kZumViSLpTSgK { width:8.81175rem;height:2.74921875rem;top:13.25rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { display:block; }
 }@media only screen and (max-width: 763px) { #oEflIhggHF6ouh1XSWF86OnMslIcx4A2 { width:8.8125rem;height:2.75rem;top:16.9375rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { display:block; }
 }@media only screen and (max-width: 763px) { #RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { background-color:#ffffff;background-image:none;display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { background-color: transparent; background-image: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .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); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { width:14.6875rem;height:2.25rem;top:24.6699375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15010;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #rUOZA2Jndz9mD6vFKuvFI5LmU0WpSg73 { width:16.125rem;height:3.375rem;top:21.375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdchSoK1BpSyCRisd6IopA4mTTVl15ZQ { width:3.5617875rem;height:3.125rem;top:17.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq2xanmIhbFqXqZ9H9WHJRef2PcBRSGX { width:17.6875rem;height:3.375rem;top:37.937501907349rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBkTtXFmmGMX16uABuwG40BpwNZ08Xd { width:17.0623125rem;height:10.5rem;top:5.110969543457rem;left:1.4683948755264rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg6vqPntwTILQ42HpblP5gh3HeT2bHX7 { width:17.625rem;height:3.375rem;top:53.125001907349rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eghmoWRE7EIndBdPXsFXhFM3VxT1xhOI { width:20rem;height:2.0625rem;top:2.1244659423828rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH0PhPfip4bA9HLdz4bqtDd3iQV1bp5n { width:18.375rem;height:3.375rem;top:69.362501144406rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHtcCtp0ESc4NLfGtbKGO3RiMuSitvK { width:18.6875rem;height:7.03125rem;top:24.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMxUkstb2tr1hp9FkBHh8l9DJgN5OAR { width:19.125rem;height:5.625rem;top:41.562501907349rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbmy1OCTeMfUlSU1cGJPxxVKuZB0FAPA { width:3.18714375rem;height:3.125rem;top:33.937501907349rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgareedIk8EUU72slNEwo31oR8JNiChE { width:3.125rem;height:3.125rem;top:49.687501907349rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7bs2bGZdTfKII0HFHWrC9LvLdu6ayx { width:3.1875rem;height:3.125rem;top:65.862501144406rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { width:18.125rem;height:7.03125rem;top:56.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMwQsqqCkmBg8DcU0lwEJobK0VTkx6e { width:17.5rem;height:5.625rem;top:73rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqVI5RsUrx1RHBiLdyBn4rkwikK96dvs { width:14.9375rem;height:3.85rem;top:81.0625rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IHO4GcJsDVlxKQTwsbCXm9RZFJJ1MmMl { width:11.25rem;height:2.74921875rem;top:90.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrPpe9CD1ypPDGdvNMSptw76bTTQnNIw { display:block; }
 }@media only screen and (max-width: 763px) { #in1OyPP2HA25eZSNLv8udhnv7sk4lJAn { width:20rem;height:4.87421875rem;top:84.912500381469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgOo6kWpGWJn9sJ9co8MWBfXkUsuLbbk { width:20rem;height:7.5rem;top:4.8615074157715rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLaAxOhxRFmSIMJ4raOnHshaoHUqMsaX { width:20rem;height:2.0625rem;top:1.9371452331543rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioPf9QBsQ0HAVUo070DJ2qMZZQNrr2c5 { width:20rem;height:4.5rem;top:13.734375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JkJNqgt7Ck4Sm4J0iteOF7QdHMGhQwTH { width:11.25rem;height:2.74921875rem;top:18.922657012939rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGR2DeGT4A2TheE5gty2zG1uZgSF0wQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQmRB3kmhQN74a9lKBH3gmdAcSpzwDHx { width:20rem;height:2.0625rem;top:2.1867198944092rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUCJo0gHViLvq8boaWhxKoa9F28h3la9 { width:16.9375rem;height:15rem;top:4.7976570129394rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLz5TQTQIp5ahWoTWqqSoTZZxyaCRks { width:20rem;height:5.37421875rem;top:21.59609413147rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vy0ExLMTH0S9Upr8CpoIqnTIx01pPXmc { width:11.25rem;height:2.74921875rem;top:28.23281288147rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0rGgJ3i8RlzRqUU93ykxioBns9ObVq { display:block; }
 }@media only screen and (max-width: 763px) { #PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { display:block; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Itb457sUKNgesOboxkF8tpr4yqKaEG { width:20rem;height:2.0625rem;top:2.2487573623658rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfspdb2sSsHEFsm8LslcCv58dKyUx0v { width:16.5625rem;height:16.5rem;top:5.171875rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBV9AaoPHkv6d9mct32iX7MFiBlS2qw { width:20rem;height:4.78125rem;top:20.01855625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFWzHVu6GkfiC7eyc2PKI9XmKEszdowq { width:11.25rem;height:2.74921875rem;top:48.796092987061rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNqeT9oWgsrDss7GfdJuRdTGMZq0LQa { display:block; }
 }@media only screen and (max-width: 763px) { #DDAQIXaCLJAsOTQOPNBSUgMQuds8wU2R { width:15.99925rem;height:10.125rem;top:22.81406211853rem;left:2rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zOAVGCDKTSPieHiF3mo4oo0ikGXPWTcm { width:20rem;height:12.87425rem;top:34.203907012939rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { display:block; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMzI0qlRmD9QvgQZDRugTN6ZQBqQztnL { width:20rem;height:2.0625rem;top:1.8119678497314rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVBeUbtLZBAKQBGB9hFQKl0Tl9d9QUcl { width:17.4375rem;height:10.5rem;top:5.1062507629394rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVTSoBxqECae9nH8kUGVrHbZ57WIXSGz { width:7.4369375rem;height:4.0625rem;top:17.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TyP7AKpixDX2TSvK0NDrOhZEGpNafk { width:8.9375rem;height:5.3125rem;top:17.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6PIl08eykhEZA6peORG84snBCdC0IN { width:11.25rem;height:2.74921875rem;top:24.260158538818rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGRgpKdgNo2DfIdLCTEP0HJi17Ov88ic { display:block; }
 }@media only screen and (max-width: 763px) { #X2l2FOICn9cTe7oBchvAhzq7bokRBGmv { display:block; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR4r9qRILSNNwhLHpkTfRupLuDdhX2il { width:13.9373125rem;height:4.3875rem;top:4.1875rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HshE73FxnKUbCTsrksDTh3iovr3DIfEr { width:20rem;height:2.6rem;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 { display:block; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row .container { width:20rem;height:125.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2WPm8tJkO4vachByTID4cyB71PTZZpv { width:18.75rem;height:17rem;top:0.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTiiCwo88Vy6uieTIZ3SCW3IPgVibmgL { width:9.0625rem;height:1.3rem;top:4.5rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQEnGk16QMoiBauqduZw8a5K25l8MyFJ { width:13.1875rem;height:1.3rem;top:11.75rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJLXgpQ0iaSvgz2yVWTNcJ1TeAsGkv48 { width:14.25rem;height:2.8rem;top:14.25rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AABzy0ceGTlE1SQQiktHTB0AoDboO6zg { width:18.75rem;height:19.5625rem;top:19.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFTGDAzVqTT4T6QqT9sfciyN2zWfq0ol { width:9.0625rem;height:1.3rem;top:24.0625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GokRD2T2pv4BtXuMWu8r7T44Qu9E2qeL { width:13.1875rem;height:1.3rem;top:32.8125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xks2Fx1LbQypwOsbBU0rHkbiZfg94nyW { width:14.25rem;height:2.8rem;top:35.0625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEotNHXTCcI2gGGr0VLUmhe8Jr8hBTcP { width:18.75rem;height:19.5625rem;top:40.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdJXkKEFfvGaonRpNEuQI7MrGcHPZVQS { width:9.0625rem;height:1.3rem;top:45.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUsn8b1zC33Psli1aTGZmHTBKquBScQp { width:13.1875rem;height:1.3rem;top:53.9375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akh6xnvcrZaD7NuCgJWVXeoWgERakmdz { width:14.25rem;height:2.8rem;top:56.1875rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLhep4gFdXzf8QeHBrhmVwx1KR0NUTLy { width:18.75rem;height:19.5625rem;top:103.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkknRqgW1y56Hdla4tvekkW1qFGHCF0T { width:14.25rem;height:2.8rem;top:119.4375rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrlBgxlpuTmTsnl27Tcq2sUBomSxPKyB { width:18.75rem;height:19.5625rem;top:82.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZN2IpNVTTWG1nBoVqaCZdStmCBJh7DI { width:13.1875rem;height:1.3rem;top:117.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRHCd5hId8OAIA8kTGpXI6tfcn4yKsGV { width:14.25rem;height:2.8rem;top:97.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycGFh48DTVxRdKMZzm9arPN95TW8hJIC { width:13.1875rem;height:1.3rem;top:95.5rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5PmsqoN58V84mIPl8RoF3yUJ8XN7oJ9 { width:18.75rem;height:19.5625rem;top:61.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivPAnl4I7JqS3dkR22rHSWm7Ns99yOTM { width:9.0625rem;height:1.3rem;top:87.625rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyPrJv9r3xpINudfnb2JW5dSgf8qMH9z { width:9.0625rem;height:1.3rem;top:108.3125rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf3Tw1Uvek3R1HqFnQcNrCkXxMagpWKa { width:18.6875rem;height:4.2rem;top:75.5625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEzOI7HoHnHZttnD5rZFUbHUmAwrEMHH { width:18.625rem;height:1.3rem;top:74rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDEi7yEvzsEaiCiIBThG0LefDuwzrH8s { width:9.0625rem;height:1.3rem;top:72.25rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGsfs3uDT0TL3XIMiVGhfDfbF1C0RGvT { width:3.1875rem;height:1.9375rem;top:63.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIw5Ht8Ef0PsCTvTL3FduACvmOEAEIoq { width:3.1875rem;height:1.9375rem;top:85.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azakm3PN5Sln7QgwB5xTRwK9LcWfr2vz { width:3.1875rem;height:2rem;top:2.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3FnVP4mNui7oLE3mM7oSyc8KqrHwBHF { width:3.1875rem;height:2rem;top:21.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMRGco6wlqTehh2DNVfTJCQqPHaNW5xz { width:3.1875rem;height:2.125rem;top:42.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcgZfwG1HhgXWHItiAUmmPPc9XAxGzh8 { width:3.1875rem;height:2.0625rem;top:105.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKoVnnDOWRD65m43fnhubCcCOIk6RkTL { width:11.25rem;height:3.4375rem;top:7.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE1KBUfJ8RLWGXTcsvshAPhexkcx3gTC { width:7.5rem;height:3.75rem;top:27.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udl0qZGzl8wiKCdKqNti9sSukg01OT9n { width:7.9368125rem;height:3.125rem;top:48.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1s8TqVQvGEDEWwPhAPzoamqFWVLLeW0 { width:5.99964375rem;height:4.62446875rem;top:68rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H21bRxgeeo1MRR7OTFnA0gg6kHho4fBX { width:10rem;height:4rem;top:89.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrV7hqvQx2aTXrEEJvCzn97gEcyVDzgZ { width:10.9375rem;height:5.1875rem;top:110.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6y14JLgnUWTGpWVqOQTv7PmaW9xlNGx { width:11.125rem;height:1.78125rem;top:15.375rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORqfX3xl2cCqfK7LJ0FRqxcu20bLg8td { width:1.875rem;height:1.8125rem;top:15.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo3tTwICCUMbzAwNeiIerxp1oAwcm6Fn { width:8.4375rem;height:1.78125rem;top:12.3125rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODufHkfVxva252MIbRM4H36mSDKMr6ol { width:1.875rem;height:1.875rem;top:12.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCAPOIHTG1QnvbW5X6wRTCgkhiNkWk4R { width:8.4375rem;height:1.78125rem;top:9.375rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak6KiZgRGzSEpcsswwK3I3rUb8O2qxfK { width:1.875rem;height:1.875rem;top:9.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMbXGFepem4a2EbEQL9axuBSAPOorWt { width:13.6870625rem;height:3.125rem;top:20.121887207031rem;left:3.1546874046326rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Stm3hmPNUR0gSGg15iOP5gUMVTckUCV2 { width:16.875rem;height:5.625rem;top:1.93359375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }