.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bd9337;background-color:#3d3a35;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;z-index:auto;display:none; }#pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT > .row .container { border-width: 0; border-radius: 0; }#pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:none; }#oiSheZuakMGxIb80vUxRBb2FizaD2aDJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:8.5rem;top:1.28125rem;left:7.5rem;overflow:hidden;display:block; }
#pys3vUOAdBrbB37OJrDv3gWELOtDwwfO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.8125rem;left:30.9375rem;display:block; }
#aL9075ub8s1ZWZJ97tmdrTHb4doGVZcq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCiPOpaiGHsPSkc3pWbEw0Wa7Xg18veA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.8125rem;left:39.6875rem;display:block; }
#GMOOG1RHAuT5UwA8G3ZfDTbmJv7IHXs7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fDvmRbrDscZvM4ArQa8J3dqFi1zJATzs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.8125rem;left:45.5rem;display:block; }
#TwnzzKzOOrnSw8mbNe33rCgWv4nuTkoc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Byn6AHSBy0nV0737JMTASxwuWdB7vNhP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.8125rem;left:53.875rem;display:block; }
#MbtiMGR7QglbKtmEN6XCFA4hA7WrqgTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xfc6If3abp5IqEsPw1ztdxLmwNMML0AT { background-color:#0199ce;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(255,255,255,0.75) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.78125rem;left:59.125rem;display:block; }
#fpVr4SQHKbAxemkO7QxW2FF3BHzU2Qv4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sBfP4Ah4dNFtKJmP8CJBAC0TADb2ft4d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#W0dAUmz67D2b6paiulTHFG0szi2kOr2o { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.78125rem;left:25.1875rem;display:none; }
#MeZUztiF8cwa572nOTJMVvNJTEPGUVfC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #0099cd;background-color:#ffffff;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; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row .container { background-color: transparent; background-image: none; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row .container > .video-iframe-container { display: none; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row > .video-iframe-container { display: none; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .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); }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row .container { border-width: 0; border-radius: 0; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#skgGdALdf66mPUFaGNbNo0ChQ8qIcwck { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:11.625rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#Ruh0S4QlwvkxIVRUeRSRMwVptGH7bz3i { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.8125rem;left:38.4375rem;display:block; }
#Ns2eQMDgPKIsXE52k1379xxpIShGNuZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKwJylr8FKdTm30birFOkwmRMAF2gMoA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.8125rem;left:47.1875rem;display:block; }
#HtlEgCroQVX0oxWh4XqzDHPOSwdBFKvP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tW6kdpDxkDkEXzHt6V8JsvNkM9KdIWgN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.8125rem;left:53rem;display:block; }
#ZswSFgtu8vAR7HhlrQKAurTEQuPaLIsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sMkAMmGulm71iL4kg0TBHBZhWu83KhvH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.8125rem;left:61.375rem;display:block; }
#LIQZ5iQCl7DlyikMoOgAgoPSAnIRUM4X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVuLwUWz7oJdcZDv27vHFzPIIG3l0AWa { background-color:#d0df00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(1,153,206,0.75) ;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.75rem;left:66.625rem;display:block; }
#NiKxPMmrH43UMD24yHlg2oTSLWX58bZq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Opx0rTZXzUqfLXI0u9k0PVp25KRTdAvT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.75rem;left:32.6875rem;display:block; }
#FpdqwRdJ1Gsl3RoIJVwVsK4VBPiFJ3RD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3 { position:relative;display:block; }#QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3 { background-color: transparent; background-image: none; }#QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3 > .row .container > .video-iframe-container { display: none; }#QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3 > .row > .video-iframe-container { display: none; }#QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3 > .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); }#QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3 { border-width: 0; border-radius: 0; }#QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3 > .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; }#QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f78d0519-ad8d-42f4-8a7a-6377fd318c81/SzkolenieInvisalign32.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,154,206,0.85); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,154,206,0.85); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#uQt8pruoUZTTEkfgQHiT279VLN3qXEn6 { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:8.25rem;left:0rem;height:13.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PU0JXtH2iaxBnk77ix07WgIIbLpaLnLC { background-color:transparent;background-image:none;border-top:0.0625rem solid #d0df00;border-left:0.0625rem solid #d0df00;border-right:0.0625rem solid #d0df00;border-bottom:0.0625rem solid #d0df00;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem #d0df00 ;box-sizing:border-box;color:#d0df00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.25rem;left:0.8125rem;display:block; }
#Tg3d9Cf939v1NpMHiTfQDSTPm9hrxoN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wC0q9Wq71NH67DBSG1HtOSqFKIhCs7Ky { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.638888875rem;height:2.701388875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.25rem;left:17.5rem;display:block; }
#b4xcWgVQLFF6J4iBwTwQrfI9OdNxB7u4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l1giR1DhGOrhkCCC6igN9V50rfgIto1m { color:#d0df00;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.5625rem;left:0.625rem;height:4.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OiTkXag2mwhKWszPvFUuktND5UvRtVN8 { color:#ffffff;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:21.375rem;left:0.375rem;height:3.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A { position:relative;display:block; }#V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A { background-color: transparent; background-image: none; }#V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A > .row .container > .video-iframe-container { display: none; }#V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A > .row > .video-iframe-container { display: none; }#V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A > .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); }#V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A { border-width: 0; border-radius: 0; }#V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A > .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; }#V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oHI7fE7t6689PMqe5TBqNquAcu6agPvQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:13.8125rem;top:5.375rem;left:57.5625rem;overflow:hidden;display:block; }
#attc21J43TU9JFTiXbLHy6xKawsad8CM { color:#009ace;display:block;width:45.375rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.625rem;height:3.493925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bsXTcofoaagi4aWZqNP4ySNMWsC2s6e3 { color:#3d3935;display:block;width:51.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.9375rem;left:3.625rem;height:1.94921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FIxskMtI0SvqZzEuVpamD6xxCvrgHVuD { color:#009ace;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.8125rem;left:46.125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BAu44horx65UO4iRKeBO002s5uhF0qis { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/15439b0d-4b23-47df-ade6-3e254a1a53c6/5559852.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BAu44horx65UO4iRKeBO002s5uhF0qis.adaptive-delivery-prevent-bg, #BAu44horx65UO4iRKeBO002s5uhF0qis.lazyload, #BAu44horx65UO4iRKeBO002s5uhF0qis.lazyloading { background-image: none; }#BAu44horx65UO4iRKeBO002s5uhF0qis > .row .container { border-width: 0; border-radius: 0; }#BAu44horx65UO4iRKeBO002s5uhF0qis::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAu44horx65UO4iRKeBO002s5uhF0qis > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAu44horx65UO4iRKeBO002s5uhF0qis > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:none; }#pyUtuUe2vAPN0DHpsJoX0IN0iEgNBVBx { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:37.2109375rem;left:0rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#J9RwCsTadlLNKMCtMp2FFC2fodsfGIJa { color:#ffffff;display:block;width:58.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8125rem;left:8.092968940735rem;height:6.4985625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#suDEWmXzTfvQOWVhBTvaNf5PHJxvP9zt { color:#d0df00;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:5.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.09375rem;left:8.0927734375rem;height:7.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OhZO2smmlOVoVRM9ZMiaK9EWDBbxZoZs { color:#d0df00;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:5.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.09375rem;left:32.9375rem;height:7.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HHoZPy8hv4vfQirveDATJ8AG5oHvD6Ne { color:#d0df00;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:5.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.09375rem;left:57.8427734375rem;height:7.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tzTRt4caFZixTcHAa0dihnlLqBdDovyz { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:25.40625rem;left:5.9052734375rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#Bz7hDKPW23WghsXT1TDnPln722cBsqlH { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:24.59375rem;left:28.75rem;height:7.03125rem;text-align:center;text-align-last:center;display:block; }
#hdF1xxQ2i1g0Ns5y9XAy1myNXFO4LSRt { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:24.59375rem;left:53.4365234375rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#tHLPMp60xI5y8x8sCy8Tp2TOkTgsallg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89d4f93c-9505-467d-ab0c-7228d10e0b6d/toitero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tHLPMp60xI5y8x8sCy8Tp2TOkTgsallg.adaptive-delivery-prevent-bg, #tHLPMp60xI5y8x8sCy8Tp2TOkTgsallg.lazyload, #tHLPMp60xI5y8x8sCy8Tp2TOkTgsallg.lazyloading { background-image: none; }#tHLPMp60xI5y8x8sCy8Tp2TOkTgsallg > .row .container { border-width: 0; border-radius: 0; }#tHLPMp60xI5y8x8sCy8Tp2TOkTgsallg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tHLPMp60xI5y8x8sCy8Tp2TOkTgsallg > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:none; }#DrQKy8VtUo0cdLcAnNE4TMZX7ulh8RWJ { color:#ffffff;display:block;width:58.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.1742186546326rem;left:8.092968940735rem;height:4.8739375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MHObQ88HopoHvW1XZicbTchlunecOyfS { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.923437356949rem;left:27.187500953674rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MDN25nwhTJw2cwPhomA8VXMuJE4ofENw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89d4f93c-9505-467d-ab0c-7228d10e0b6d/toitero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MDN25nwhTJw2cwPhomA8VXMuJE4ofENw.adaptive-delivery-prevent-bg, #MDN25nwhTJw2cwPhomA8VXMuJE4ofENw.lazyload, #MDN25nwhTJw2cwPhomA8VXMuJE4ofENw.lazyloading { background-image: none; }#MDN25nwhTJw2cwPhomA8VXMuJE4ofENw > .row .container { border-width: 0; border-radius: 0; }#MDN25nwhTJw2cwPhomA8VXMuJE4ofENw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDN25nwhTJw2cwPhomA8VXMuJE4ofENw > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:none; }#WqT67lvTLskds4F1sWFOlmCCAzxG33kC { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:13.625000476837rem;left:1.25rem;height:10.49625rem;text-align:center;text-align-last:center;display:block; }
#mAub61BFMBrI4tStzfMnLnQoxVPviNfp { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.625rem;left:19.999218940735rem;height:5.99786875rem;text-align:center;text-align-last:center;display:block; }
#KKTA8gbfr36b2GaENSHGc731pkDlEp7z { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:13.625rem;left:38.625000953674rem;height:5.997875rem;text-align:center;text-align-last:center;display:block; }
#h4U3H9kZFPrkv8uH54eoDOayXfC6FxHU { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:13.625000476837rem;left:57.500000953674rem;height:4.4984rem;text-align:center;text-align-last:center;display:block; }
#WADuAQapMhMRsbCa2x9AeMT6fvwpbrNk { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.6875rem;width:19.1875rem;top:24.062500715256rem;left:55.812500953674rem;overflow:hidden;display:block; }
#TwWgQT2QiEVfyq3un0Cem98uBGOS1x0n { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:11.875rem;top:3.9250001907349rem;left:22.186718940735rem;overflow:hidden;display:block; }
#OL8Ik6yn1xBwOWSuBlFFnQUqrnia8qBq { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:10.375rem;top:5.4875001907349rem;left:41.687500953674rem;overflow:hidden;display:block; }
#SwMW17iVZeCCNTGvWfipT6UK5lJ0AiQ8 { 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:6.4375rem;width:9.6875rem;top:5.7242183685303rem;left:60.781250953674rem;overflow:hidden;display:block; }
#EGbTcfQHOvudM2GuxcgBcrKiCMhsfn68 { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.923437356949rem;left:27.187500953674rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#qnSF09AvwFSTCmqXZAcUyTb19qO79mh7 { 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:7.625rem;width:7.625rem;top:4.9875001907349rem;left:5.5625rem;overflow:hidden;display:block; }
#DT9oMuIPUnyb0TqPlCtRSafSDlePz0Ae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89d4f93c-9505-467d-ab0c-7228d10e0b6d/toitero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DT9oMuIPUnyb0TqPlCtRSafSDlePz0Ae.adaptive-delivery-prevent-bg, #DT9oMuIPUnyb0TqPlCtRSafSDlePz0Ae.lazyload, #DT9oMuIPUnyb0TqPlCtRSafSDlePz0Ae.lazyloading { background-image: none; }#DT9oMuIPUnyb0TqPlCtRSafSDlePz0Ae > .row .container { border-width: 0; border-radius: 0; }#DT9oMuIPUnyb0TqPlCtRSafSDlePz0Ae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DT9oMuIPUnyb0TqPlCtRSafSDlePz0Ae > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:none; }#BkLpzWcDI9hTW7sa4PXVn4FarOLZMWRi { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6085939407349rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NbUk92FxkSQsxshhZ633TZlxThmdQv6Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.4375rem;left:0rem; }
#hm5yp4pkgiv0eeOTuzF6an2l3kUqTxU0 { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:3rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#ludgu1uScu3tEtHzvN8HxLlkBAUSPxzp { color:#ffffff;display:block;width:57.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:13.375rem;left:3rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#EGhTI3fruEqO9CWdMbfEHiKxTJ0IuGU0 { color:#ffffff;display:block;width:57.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:16.4375rem;left:3rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#SIamNXa4JWq8HNMSDS5RQtGt9FJHo0lo { color:#ffffff;display:block;width:57.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:19.8125rem;left:3rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#amRkCTFvC9C1C55Zs7LvlhFCUvpgoNiz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.5rem;left:0rem; }
#cGlMT8UZJ0mHTVOBkBHEXhO7k5q0DXm1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:16.5625rem;left:0rem; }
#obcReSzVyh0r5tEq3ZqkX9tyU8ATHTq9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.9375rem;left:0rem; }
#PFbTsJli7Ct73xnhhDnP0BWfHM3eULLc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:96.0625rem;width:53.3125rem;display:none; }
#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099cd;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; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container { background-color: transparent; background-image: none; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container > .video-iframe-container { display: none; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row > .video-iframe-container { display: none; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .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); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container { border-width: 0; border-radius: 0; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#GM0cDGw3frcJVUmRZ7WaW7yOA6ZDTJAq { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4843759536744rem;left:0rem;height:19.0918125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RoFlAdM2bITlbh1LL5ITz1T15OIc2Zkt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:4.78125rem;left:35.000000953674rem;display:block; }
#Cy9g1mFKbD3ETHo5yPomMzBhBvX2Ne9F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099cd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Cy9g1mFKbD3ETHo5yPomMzBhBvX2Ne9F > .row .container { border-width: 0; border-radius: 0; }#Cy9g1mFKbD3ETHo5yPomMzBhBvX2Ne9F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cy9g1mFKbD3ETHo5yPomMzBhBvX2Ne9F > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;position:relative;display:none; }#ppTbfAI23JoXo0B7ZBsoWKTt1HTeWLQn { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.25rem;left:2.25rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#TaAMUxgEvhJ888FmGfZhMODSZkpaKwvb { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.25rem;left:27.3125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#Nu8HoIgI7p1uoplzo1nOoO86FKAlAW8r { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.25rem;left:52.3125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#TAvKwECCMwCN36LL97Ln2DczWLUGzA3f { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:13.3125rem;left:2.3125rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#tIGUZeX54zF0vrXgACqMMwZafhX6JOcT { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:13.3125rem;left:27.25rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#GOmVAo7OINwOPm4o4Gp9WqgVzxtv5uIo { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.3125rem;left:52.25rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);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; }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row .container { background-color: transparent; background-image: none; }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row .container > .video-iframe-container { display: none; }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row > .video-iframe-container { display: none; }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .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); }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row .container { border-width: 0; border-radius: 0; }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#yoLCRygasF3Ri1OcJOWNFrOrnOaKZgGW { color:#0099cd;display:block;width:44.375rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:15.311718940735rem;height:9.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1 { position:relative;display:block; }#Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1 { background-color: transparent; background-image: none; }#Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1 > .row .container > .video-iframe-container { display: none; }#Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1 > .row > .video-iframe-container { display: none; }#Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1 > .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); }#Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1 { border-width: 0; border-radius: 0; }#Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1 > .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; }#Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X6e8v0adJEaLiCidD8yRmcvhAmdEnrAm { color:#0099cd;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:10.9375rem;left:2.3125rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#wIm5fSzk1qgc9VmxFDTpzJ2hUrk3fTsd { color:#0099cd;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:10.9375rem;left:27.3125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#p8rM5K42HDNRrWL5z0rTT4SF0rr7FkJX { color:#0099cd;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:10.9375rem;left:52.3125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#N1FoKy9AFKPDyDGknfgqiipMZZmxE5Et { color:#0099cd;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.812500372529rem;left:2.3125rem;height:34.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IsFq2avT3ZGaCaGfK0uOB4NK7KTEN2Qp { color:#0099cd;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:15.8125rem;left:27.3125rem;height:25.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AAGpbpKTdIqTUDNxkNirgoPMMxHLXuAF { color:#0099cd;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:15.8125rem;left:52.3125rem;height:12rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qnQdzpbVSsuCxVDmHaMrtxv7mLDPoB09 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.2999982833863rem;left:9.967968940735rem; }
#E9ByUtmBStLQUp47BawfgRDimQ4kn5KD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.5179672241211rem;left:35.187500953674rem; }
#oF1LQZNKRUBfOz0WIhEv43IsbxWdq0i9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.5179672241211rem;left:60.187500953674rem; }
#ZeUMdFvzkP9mMe9xhxG24NRk3BLi7TBF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:15.375000476837rem;left:0rem; }
#w6TC9IT0sP7sOUP7OQqwkDOl5TTqilF5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:21.525000095367rem;left:0rem; }
#zf5SABzdAC9xUIN5fuTetOSZ84J1tmLJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:35.025000095368rem;left:0rem; }
#iUBWWzpXsSMxgal3aweNFhXSBkqI9ImC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:42.46249961853rem;left:0rem; }
#HgVi4JL1lwEQTLByP2bpVip223wEiE9P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.375000372529rem;left:25.000000953674rem; }
#giNqotseaD1sgSt0XmR1h71vZ3vq407z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.837500095367rem;left:25.000000953674rem; }
#e7OOcoiXwA2prNnTXwpfRUg7D9gHJ4l5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:30.525000095367rem;left:25.000000953674rem; }
#bmW5d8Wmhc3LAbdvycaQC4cmN0fMupk5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:15.375000372529rem;left:50.000000953674rem; }
#PzW9HEziCVw9L13EGHZiOWDM3GfgGoSM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:19.899999991059rem;left:50.000000953674rem; }
#Gs9NfKJBIhNsqTQyw2BQUPekRAdI9NVl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:24.524999991059rem;left:50.000000953674rem; }
#Tz8b949gZ9WUzUz6ZhA3Xh4fuMRxb6ud { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:38.0244140625rem;left:25rem; }
#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);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; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row .container { background-color: transparent; background-image: none; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row .container > .video-iframe-container { display: none; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row > .video-iframe-container { display: none; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .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); }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row .container { border-width: 0; border-radius: 0; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#Izt270fDo14vpZJpExKOM3OpvXL1vULi { background-color:#d0df00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem #d0df00 ;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.8437442779541rem;left:30.625000953674rem;display:block; }
#A5C4saOSqmcUJEOpDqDm5UUxqh4wUCAG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tCGDtVzo5IGAmigJTK79IXT2gp9aZpg1 { position:relative;display:none; }#tCGDtVzo5IGAmigJTK79IXT2gp9aZpg1 { border-width: 0; border-radius: 0; }#tCGDtVzo5IGAmigJTK79IXT2gp9aZpg1 > .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; }#tCGDtVzo5IGAmigJTK79IXT2gp9aZpg1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ostltPKv7VxX9znZ8cd3eJTDNP6Gp3GB { color:#3d3a35;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.8125rem;left:1.5625rem;height:16.5rem;text-align:center;text-align-last:center;display:block; }
#gTr70TrlBsqFheflowNxAOfR6nKiCFxX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:0rem;left:6.375rem;overflow:hidden;display:block; }
#eHWz0stp3a3BWFU2V35BS4FX8zcMIlWZ { color:#3d3a35;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.8125rem;left:20.3125rem;height:21rem;text-align:center;text-align-last:center;display:block; }
#uL2NfwZlnAg1xxN4k1r3L6ZVv3wtZGnz { 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:5.9375rem;width:5.9375rem;top:0rem;left:25.1875rem;overflow:hidden;display:block; }
#Xbb9bRARmwwFVATg5ZtpZi25Aqfi6CzW { color:#3d3a35;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.8125rem;left:39.0625rem;height:18rem;text-align:center;text-align-last:center;display:block; }
#KXCDBXW3wBkWTOB6rZPsVW9UKRrU5s45 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:0rem;left:43.9375rem;overflow:hidden;display:block; }
#Jx2VrRWXLBQegOPt5GD6eO9TwKQIQ37Q { color:#3d3a35;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.8125rem;left:57.8125rem;height:21rem;text-align:center;text-align-last:center;display:block; }
#fEqJhZaUwyl7gpZKE14eFD5Qthg2TTDu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:0rem;left:62.625rem;overflow:hidden;display:block; }
#xN93UEZCnmJtO9fv1dNuk0uM0EHS8ouh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xN93UEZCnmJtO9fv1dNuk0uM0EHS8ouh > .row .container { border-width: 0; border-radius: 0; }#xN93UEZCnmJtO9fv1dNuk0uM0EHS8ouh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xN93UEZCnmJtO9fv1dNuk0uM0EHS8ouh > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:none; }#azdlovyqeBGBbRyITKmy9XpX4SwwEoqu { color:#3d3a35;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.8125rem;left:28.125rem;height:16.5rem;text-align:center;text-align-last:center;display:block; }
#VhhEux0k9T9z4Ufct15TKL91TqeGaLTA { color:#3d3a35;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.8125rem;left:3.125rem;height:16.5rem;text-align:center;text-align-last:center;display:block; }
#Efw5eFHpKw0plCUMPre3CvMgVm0NtdI9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:0rem;left:34.5625rem;overflow:hidden;display:block; }
#OvvJoJw9rW6d5b8P7B3MrxKumA4psLra { 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:5.9375rem;width:5.9375rem;top:0rem;left:9.5625rem;overflow:hidden;display:block; }
#s2pgE14OXD51XpOpxWqSoHVVF6fFXoMJ { color:#3d3935;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:23.4375rem;left:53.59375rem;height:0.9375rem;text-align:center;text-align-last:center;display:block; }
#uv5hOhRT81XDWNw3QeCv5bnS7yWyiKdt { color:#3d3a35;display:block;width:1.0625rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:13.8125rem;left:65rem;height:0.75rem;text-align:left;text-align-last:left;display:block; }
#KDsNcnclT7puHOLoLyUMQyU5Rz2fmgAz { color:#3d3935;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:7.8125rem;left:53.84375rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#U6Bct58mO2u9IG8M8wf0ikgEnohc9uJ7 { position:absolute;display:block;z-index:15023;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:7.25rem;width:7.25rem;top:0rem;left:58.875000953674rem;overflow:hidden;display:block; }
#GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f78d0519-ad8d-42f4-8a7a-6377fd318c81/SzkolenieInvisalign32.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5.adaptive-delivery-prevent-bg, #GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5.lazyload, #GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5.lazyloading { background-image: none; }#GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5 > .row .container { border-width: 0; border-radius: 0; }#GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5 > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:none; }#H8icGGAuhd3R4Pllp02tSJTwZPrtMw89 { color:#d0df00;display:block;width:59.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:39.6875rem;left:7.75rem;height:2.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xmWrolsCpUmktGlJNeEARfgGlq4Zr1Dt { background-color:#d0df00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem #d0df00 ;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.75rem;left:27.375rem;display:block; }
#HG6t36ueQcJq47NpHK67wqq5pBuaEef1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7u2GvDeVT7hkvvmb0uiAksTFZtidg5c { color:#ffffff;display:block;width:60.5625rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4rem;left:7.25rem;height:11.4550625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q3pwmWusuAMAtWyTASm0Jq6TCIT2vuCf { color:#ffffff;display:block;width:55.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:18.125rem;left:9.5625rem;height:;text-align:left;text-align-last:left;display:block; }#q3pwmWusuAMAtWyTASm0Jq6TCIT2vuCf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q3pwmWusuAMAtWyTASm0Jq6TCIT2vuCf li:before{  }
#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099cd;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; }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row .container { background-color: transparent; background-image: none; }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row .container > .video-iframe-container { display: none; }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row > .video-iframe-container { display: none; }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .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); }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row .container { border-width: 0; border-radius: 0; }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#Bi5oTPisgfEwiuqaHUJzKsRNzv2kv8DV { color:#0199ce;display:block;width:51.9375rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0625rem;left:11.5rem;height:3.49375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GT8z3nZ94CacxPJ5311tBzsguzvqXead { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5625rem;left:19.8125rem;height:1.94921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099cd;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; }#FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe > .row .container { background-color: transparent; background-image: none; }#FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe > .row .container > .video-iframe-container { display: none; }#FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe > .row > .video-iframe-container { display: none; }#FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe > .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); }#FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe > .row .container { border-width: 0; border-radius: 0; }#FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#R6TPMOOqJziOnWz6w7r80FcsoAi0SBAc { color:#3d3a35;display:block;width:25.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:13.561719894409rem;left:24.343750953674rem;height:1.4625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#mws8eoTym8bUADyJ5OiTgb1HCz1raXBB { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(255,255,255,0.78) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.230488625rem;height:2.293144875rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:23.1875rem;left:13.1875rem;display:block; }
#eK71v0fyBGQUDXxJe2214ZMHVTnW4Jks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r4KBKWImZlkbnnEAALvsygR2Nx3TxtuE { box-sizing:content-box;height:16.875rem;width:16.7498125rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:3.6875rem;left:10.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#qCGeLRtPJ0gVFzlLBqlAZK0t8cF9QqGg { box-sizing:content-box;height:16.875rem;width:16.75rem;position:absolute;display:block;z-index:15033;background-color:#d0df00;background-image:none;top:3.0625rem;left:10.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#t3xrfPpdcgFTbhMwDq2whtTCUQDM49eS { color:#3d3a35;display:block;width:14.8118125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15076;line-height:1;letter-spacing:0;top:12.625rem;left:11.0625rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JdeeiPX19T1ohUFn5Wy0IQpTazq8T3IB { color:#3d3a35;display:block;width:14.8118125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15077;line-height:1;letter-spacing:0;top:11rem;left:11.0625rem;height:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kfii55woTBeprT9RKkTQKTlzBVCp9Q2m { color:#3d3a35;display:block;width:14.8118125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15074;line-height:1;letter-spacing:0;top:7.5625rem;left:11.0625rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NfNF7OZQzkv9XmOTe3bfMz2Q4ePt0UaT { color:#3d3a35;display:block;width:14.8118125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15075;line-height:1;letter-spacing:0;top:6rem;left:11.0625rem;height:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fvp71J9p1nuBHDvzTVcOASXykGw034Du { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(255,255,255,0.78) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.230488625rem;height:2.293144875rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:23.1875rem;left:31.9375rem;display:block; }
#CbATmm4uyiRZLNyK08RbUPGlvlaTDZFv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n5JwlGKQdu4K8zFcR8RNg0OBdPbk0oxX { box-sizing:content-box;height:16.875rem;width:16.7498125rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;top:3.6875rem;left:28.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VASrGz0LLiQ61J8AkadEp2LNhZMhQ1rZ { box-sizing:content-box;height:16.875rem;width:16.75rem;position:absolute;display:block;z-index:15041;background-color:#d0df00;background-image:none;top:3.0625rem;left:29.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#uzzVVoIcMV5kawDwXvNBJTZr0oroeyQ9 { color:#3d3a35;display:block;width:14.8118125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15084;line-height:1;letter-spacing:0;top:12.625rem;left:29.8125rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lwCeW0MhAagKrGPhWBLvXxtXsz57UZ4y { color:#3d3a35;display:block;width:14.8118125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15085;line-height:1;letter-spacing:0;top:11rem;left:30.125rem;height:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rHFZDSk3tRZ4Jx8EMVpgDWZSLQ6Spipa { color:#3d3a35;display:block;width:14.8118125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15082;line-height:1;letter-spacing:0;top:7.5625rem;left:29.8125rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FIaPdP8fGzolAfSPe0DqR7Q42aHti4bb { color:#3d3a35;display:block;width:14.8118125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15083;line-height:1;letter-spacing:0;top:6rem;left:29.8125rem;height:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z7LZpIPC8dFbB3pAyA5Q1yCyNs2T7mWT { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(255,255,255,0.78) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.230488625rem;height:2.293144875rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:23.1875rem;left:50.6875rem;display:block; }
#AJZq343N44hfr7NV8brx9VO27PoT3TWD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XmNpk3U4mt5IhZbiOlo6IOkoRuEn3toC { box-sizing:content-box;height:16.875rem;width:16.7498125rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;top:3.6875rem;left:47.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#e04w9wJ7Po9eWSXI2XkCuylKI8nEF3hf { box-sizing:content-box;height:16.875rem;width:16.75rem;position:absolute;display:block;z-index:15049;background-color:#d0df00;background-image:none;top:3.0625rem;left:48.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#a39G8TT0WVFzabJdDNhIhttkFm2Xkkam { color:#3d3a35;display:block;width:14.8118125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15092;line-height:1;letter-spacing:0;top:12.625rem;left:48.5625rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ryuyNhPswryqODkg0QwtFQsOLgWMzUln { color:#3d3a35;display:block;width:14.8118125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15093;line-height:1;letter-spacing:0;top:11rem;left:48.5625rem;height:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gJl8biHNQXJbwXOdEhwODTGfBZePowTU { color:#3d3a35;display:block;width:14.8118125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15090;line-height:1;letter-spacing:0;top:7.5625rem;left:48.5625rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LtGcbJTRRp3fMfvptoblaOrIK2ZuSTmq { color:#3d3a35;display:block;width:14.8118125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15091;line-height:1;letter-spacing:0;top:6rem;left:48.5625rem;height:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HVkSwTAWN0HWr687S7SWElJNTeKnoPeg { color:#3d3a35;display:block;width:15.68625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:15.3125rem;left:10.9375rem;height:2.923825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LsLwR62xoJ3w6pvsRqEAXqB2iocM7dAb { color:#3d3a35;display:block;width:15.685375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:15.3125rem;left:29.75rem;height:2.923825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#osHEH0An8M9TKLnwkkR7uotpN5nRCblg { color:#3d3a35;display:block;width:15.685375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:15.3125rem;left:48.5rem;height:2.923825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OFEIttUBTbGEUUoAso0rBRQPMRJZWmWS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099cd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OFEIttUBTbGEUUoAso0rBRQPMRJZWmWS > .row .container { border-width: 0; border-radius: 0; }#OFEIttUBTbGEUUoAso0rBRQPMRJZWmWS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OFEIttUBTbGEUUoAso0rBRQPMRJZWmWS > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:none; }#bZcVbNNsv6c9MUoMmftJGHnFzqfHP0Bw { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:3.375rem;left:20.75rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Kkshw06lRCVXLK1B7hh6CGxVMdL4GRK8 { color:#3d3a35;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:6.375rem;left:22.625rem;height:1.4625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ypkCARJmKqny4QWGkhaeaUQRxyyULhlT { color:#3d3a35;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:9.375rem;left:20.3125rem;height:0;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#f78NBqd4gmLb2mBQ0o9pcR6tP9vK5eba { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(255,255,255,0.78) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.8125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:13.75rem;left:22.25rem;display:block; }
#d4GfFiGESHqZZtp6GQZho2qgkcVq32GJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JkmE42HZGcBMVVCvDNlNh0NfWqpQSAI7 { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:3.375rem;left:39.5rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#e9bbGpsrwkTfJnwKmNAGAVqrTuhQGy9A { color:#3d3a35;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:6.375rem;left:41.375rem;height:1.4625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GUoywE05fy8ngWLWTnSfhsq1CHZfzCuS { color:#3d3a35;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:9.375rem;left:40.65625rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A6HPX8DAovHxTL0ksLs7uUgt6snxFihA { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(255,255,255,0.78) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:13.75rem;left:41rem;display:block; }
#NaabIB1KUnzzBD7VC1ai1Da21BaT40Cz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00fd0c1a-e919-4f06-8e61-4fb277fe3984/Toinvis2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca.adaptive-delivery-prevent-bg, #TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca.lazyload, #TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca.lazyloading { background-image: none; }#TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca > .row .container { border-width: 0; border-radius: 0; }#TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:none; }#ctTlUR9hLf3DJAcm8Ggg4USIvvKxeE9W { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(255,255,255,0.78) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.8125rem;left:8rem;display:block; }
#le6q2tTJLvdmUxreezxcDiZtpaxrhwGa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LXazSl9m4VTFhfcw4rwyruOkeQ913KoE { color:#3d3a35;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9rem;left:5.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#k7xM99xF8iBB9kesMfngxdvoUJPlP6bE { color:#3d3a35;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.6875rem;left:6.6875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DfWyOaKaLZ2DI87tvsDlQaxx7MoEbD9c { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:3rem;left:5.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tx5FElTF0J7I10FmwXv07iCSxxr3Fwfb { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(255,255,255,0.78) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:11.875rem;left:55.25rem;display:block; }
#BBhiSNpOsUNxBMysqKZl4wvVQlDeVzJf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vKK8DMUVI9MWW4TJ9rEsIJTTJbTgBxtH { color:#3d3a35;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.75rem;left:53.9375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LtSRw4Kr7DAaPHHTneNAUWcTlBAAAu7a { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:3.0625rem;left:52.5rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jm99F8AAfpJrQTTGKqThMcXZasM0TDxC { color:#3d3a35;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:9.125rem;left:52.5625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZxfolOshJDFspekWiaegWvf1DwATXfiJ { color:#3d3a35;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:8rem;left:30.5rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PRmWtCN8WZdwsR7yNQ4AganIRSNao0u4 { color:#3d3a35;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:4.875rem;left:31.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wlJuXFga3xOTosEMFhkM7vZIgFXd93cy { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:1.8125rem;left:29.3125rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FIdE0nwVFAAFJ1MXzRO8Z02GCg2rwzrR { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(255,255,255,0.78) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.8125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:11.125rem;left:30.8125rem;display:block; }
#fCHtaAhs7x5JidFcDXU7ibgtI4HJRIad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NeigaCFWZZa63mkETUMCFXdNWcyAZ2vk { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:0.8125rem;left:17rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U5RUMfIiKNPR90Dfv0ouLqBNdSpAfFzJ { color:#3d3a35;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:3.875rem;left:18.9375rem;height:1.4625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QMzCCu6Ptgfoniu7dkb88ILolcwdSovR { color:#3d3a35;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7rem;left:18.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NhwMGD3JZNlxDMzf7M1dusKLQimKAQM7 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(255,255,255,0.78) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.65rem;height:2.7125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:10.125rem;left:18.5625rem;display:block; }
#XnASWHiDtonuxy3HFK60CsbCEagaXq6m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTTuPTrvKoLeqHXfNmVmz2vQSRLRCuuX { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:1.8125rem;left:41.3125rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XG1gNuBqlFIXa49kGH4g08Uf5ZDfv69k { color:#3d3a35;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:4.875rem;left:43.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#V03UTbATTmPMbTNyhqeBGOTFvpoMkdS2 { color:#3d3a35;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:8rem;left:42.5rem;height:1.4625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HOnxHvJUlEv2sl1mhHfmQgTyxTEUn7lb { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(255,255,255,0.78) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.65rem;height:2.7125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:11.125rem;left:42.8125rem;display:block; }
#y5Hv12zpWfBEh2q3uBTrkIl586vnUyaI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099cd;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; }#asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT > .row .container { background-color: transparent; background-image: none; }#asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT > .row .container > .video-iframe-container { display: none; }#asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT > .row > .video-iframe-container { display: none; }#asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT > .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); }#asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT > .row .container { border-width: 0; border-radius: 0; }#asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#RiBX2KD3d6G8sITJpZ2zHti5g8oCQo7W { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:3.8742189407349rem;left:6rem;height:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g9kyfwoQ1Tn090axZFBI0SCpD2C1rzRP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.25rem;left:0rem; }
#eQuwqNozddUXlwanC7JCixMz5JXOEbhB { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:10.1875rem;left:6rem;height:9.207rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#eQuwqNozddUXlwanC7JCixMz5JXOEbhB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eQuwqNozddUXlwanC7JCixMz5JXOEbhB li:before{  }
#Nlyo279ruqqp81Q4A5rpcaNk0oUiDyqU { color:#d0df00;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.375rem;left:5.875rem;height:1.462675rem;display:block; }
#d75Z8TwfJbA07q3pxOHOXs09TLCJp24u { color:#3d3a35;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:22.4375rem;left:6.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MV7quWSk8ZBZ4L6xXT2rXI2xGQ0h8we3 { color:#d0df00;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:20.625rem;left:5.9375rem;height:1.4625rem;display:block; }
#S1fysTv28GgXvgWApVUhxPQ8e7TM9ssN { color:#d0df00;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:30.49999961257rem;left:6rem;height:1.4625rem;display:block; }
#TE3hkhmqsAyA1lxxaZFxwORPvsnwNyor { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:11.88720703125rem;left:32.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#TE3hkhmqsAyA1lxxaZFxwORPvsnwNyor li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TE3hkhmqsAyA1lxxaZFxwORPvsnwNyor li:before{  }
#GxpIgLqq2xHuCumPSl1BapAu7RiMTkGp { color:#d0df00;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:8.375rem;left:32.25rem;height:2.923825rem;display:block; }
#S07lg1m0aJz5egauFW1gZSns1TFxLgDE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:1.5rem;left:25.8125rem; }
#BGpaywkm031MSk8ONT2UPh6RMwl5JtV7 { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:3.8742189407349rem;left:32.250000953674rem;height:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kJChNvozq805epzBm8iJEHvtckXwNyqG { color:#d0df00;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:28.625rem;left:57.5rem;height:1.4625rem;display:block; }
#o5Deie6yQKMHRR6f7TXiITxL9P2idsR1 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:10.1875rem;left:57.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#o5Deie6yQKMHRR6f7TXiITxL9P2idsR1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o5Deie6yQKMHRR6f7TXiITxL9P2idsR1 li:before{  }
#qfNgZiCeaBAu1x1rzEpnelAqcmf9hGfi { color:#d0df00;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:8.375rem;left:57.250000953674rem;height:1.4625rem;display:block; }
#LoK3A2wMd57ShKWVuRznZhgzeFz0byUm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:2.25rem;left:51.375rem; }
#oBmrCc1D6VDIC6vUp5IZPT8VlTtxyXmE { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:3rem;left:57.3125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hIlTDJpouxGSMtLRJrf5IcsLT8zkbivO { color:#3d3a35;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:30.375rem;left:57.5rem;height:2.2734375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DuqXbAgMZ8PtzTTCCF9CuOzO0U7mtxL6 { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:36.4375rem;left:57.5rem;height:5.484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#DuqXbAgMZ8PtzTTCCF9CuOzO0U7mtxL6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DuqXbAgMZ8PtzTTCCF9CuOzO0U7mtxL6 li:before{  }
#sCLS2PetNQuxSuSh4tIMuONpIXfrgutT { color:#d0df00;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:34.6875rem;left:57.5rem;height:1.4625rem;display:block; }
#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl { 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; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row .container { background-color: transparent; background-image: none; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row .container > .video-iframe-container { display: none; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row > .video-iframe-container { display: none; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .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); }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row .container { border-width: 0; border-radius: 0; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#JpoJURkxQKw8F2ZMLmBKIhe2SmSLpAkx { color:#0099cd;display:block;width:35.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:19.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q7QWBFGPdfA2wahNCibwe9Z4zf60Wemy { color:#0099cd;display:block;width:51.9375rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:11.5625rem;height:3.493925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ { 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; }#FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ > .row .container { background-color: transparent; background-image: none; }#FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ > .row .container > .video-iframe-container { display: none; }#FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ > .row > .video-iframe-container { display: none; }#FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ > .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); }#FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ > .row .container { border-width: 0; border-radius: 0; }#FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;position:relative;display:block; }#kI1r2dzNCr33T0ifd23WGEJhi9AnGhfD { background-color:#d0df00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3d3935;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.3125rem;left:7.5rem;display:block; }
#JCRUXZvUWI3EAsJaygiXgxzOpOVxV6od { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r4VZTUCSsDVB9u9i3QguaPhuV823SHSe { background-color:#d0df00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3d3935;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.25rem;left:7.5rem;display:block; }
#JgnF26Xp0KZhrv7J45KvMG8VIEe6SzxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XWguJgFfzZvD7n3VUbxUboAnVBVK1KJp { position:absolute;display:block;z-index:15004;background-color:#d0df00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:0.25rem;top:2.6875rem;left:12.0625rem;display:block; }
#xLWSzxDwvQJmzzNiIWuH7aoAu1QqFNR1 { color:#3d3a35;display:block;width:46.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:1.9375rem;left:18.6875rem;height:7.199225rem;display:block; }
#nKFdw4EAqsc3DBXTA10lteKwXl8El0Mx { background-color:#d0df00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3d3935;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.8125rem;left:7.5rem;display:block; }
#v2RQMMNiMtFZlGQnE1qvXpFm86arPJrA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HsAz6qdrmvmviIoJOiRArb8z1Q0u3WKM { color:#3d3a35;display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:10.625rem;left:18.6875rem;height:1.79980625rem;display:block; }
#AeNspQOH9ZOnLbLJgTavsH49MZkKzNhx { color:#3d3a35;display:block;width:46.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:15.5rem;left:18.6875rem;height:7.199225rem;display:block; }
#Ti7IlPiTlNp91MJykZ2u260B3TxwCxEP { color:#3d3a35;display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:23.9375rem;left:18.6875rem;height:1.79980625rem;display:block; }
#Kz55NHdTixba2gCr2WTL4h65XcT7Gr8h { background-color:#d0df00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3d3935;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:23.5625rem;left:7.5rem;display:block; }
#h8PpxzZXhwVQ1pLQ8a1OwF5WaOzGB5KN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a4P1cXq37hG9NySdxcdAhy8FZ4rXKC41 { color:#3d3a35;display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:37.5rem;left:18.6875rem;height:1.79980625rem;display:block; }
#RaHIAtqc6R3U7tILsivZpqOZTd4xoOWD { color:#3d3a35;display:block;width:46.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:28.8125rem;left:18.6875rem;height:7.199225rem;display:block; }
#keD4FDwiKTVp2PsbNXCJ9uPqSsnRpJt5 { background-color:#d0df00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3d3935;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.125rem;left:7.5rem;display:block; }
#DaMa3nMJBTpbltDAQ6gtAIQDTtIkzWiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gAg6k9TO2NE8KdripcCfLMMouKleSIbp { background-color:#d0df00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3d3935;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.1875rem;left:7.5rem;display:block; }
#QSfIvBUZIuQEw4gHgU49u5TzKCoak9Ux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D5Nfmzn3ikcJ2PmKsuT3ieFroOuNU1OD { color:#3d3a35;display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:51rem;left:18.6875rem;height:1.79980625rem;display:block; }
#CA5BuuKFPL9nliD77MapSfSft6TqmcDA { color:#3d3a35;display:block;width:46.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.8;letter-spacing:0;top:42.3125rem;left:18.6875rem;height:7.199225rem;display:block; }
#EyC6Xk3aZT3A8vpEtem3epG3Am62Q52i { background-color:#d0df00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3d3935;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:50.625rem;left:7.5rem;display:block; }
#uicbnGohCrn7nmP8owAhnOKHt6m31mIA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gvgG23AJBxWhINWOS1Px12oLnogMG21x { background-color:#d0df00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3d3935;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:41.6875rem;left:7.5rem;display:block; }
#PstzzpNVdGTDkF06dpFaDd6mTCFZF5Va { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx > .row .container { background-color: transparent; background-image: none; }#aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx > .row .container > .video-iframe-container { display: none; }#aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx > .row > .video-iframe-container { display: none; }#aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx > .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); }#aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx > .row .container { border-width: 0; border-radius: 0; }#aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#gkAAkRFesxBzQ3ymv4DHDuWOOLh8dskA { color:#0099cd;display:block;width:51.9375rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.25rem;left:11.5625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MwSgaVH0DpLMnbb8oGp38b1SqAhLiTBd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MwSgaVH0DpLMnbb8oGp38b1SqAhLiTBd > .row .container { border-width: 0; border-radius: 0; }#MwSgaVH0DpLMnbb8oGp38b1SqAhLiTBd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwSgaVH0DpLMnbb8oGp38b1SqAhLiTBd > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#nwqTNG9um7vzxJ390rThUR7HvMQNtPLN { color:#3d3a35;display:block;width:41.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.6875rem;left:25.625rem;height:17.0625rem;text-align:justify;text-align-last:initial;display:block; }
#PTMpcBE62Ll24WIoTKJTSb5w4DuLV6pN { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b0bc520a-3dd2-4db3-bcf5-4897a9b8a5a8/DrMichaelaSehnert2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:2.625rem;left:7.5rem;display:block; }#PTMpcBE62Ll24WIoTKJTSb5w4DuLV6pN.adaptive-delivery-prevent-bg, #PTMpcBE62Ll24WIoTKJTSb5w4DuLV6pN.lazyload, #PTMpcBE62Ll24WIoTKJTSb5w4DuLV6pN.lazyloading { background-image: none; }
#AycmUhfi2n7QBf3sGheiulfEnuZ0RezH { color:rgba(61,58,53,0.6);display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:25.625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iZvfgRT5DOXgOizkREG1BHyas5w2LCfc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iZvfgRT5DOXgOizkREG1BHyas5w2LCfc > .row .container { border-width: 0; border-radius: 0; }#iZvfgRT5DOXgOizkREG1BHyas5w2LCfc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZvfgRT5DOXgOizkREG1BHyas5w2LCfc > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:none; }#OfD2PGQ0TZcgMrTrORpI6ZbAET1vWxTo { color:#3d3a35;display:block;width:41.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.25rem;left:25.625rem;height:13.125rem;text-align:justify;text-align-last:initial;display:block; }
#T65fgcmdhJD9ePDOquxJLTL8gXDR3mVI { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c57f150f-cc5a-4e0e-9a0a-10cbe77b03bc/Jasmine5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:2.1875rem;left:7.5rem;display:block; }#T65fgcmdhJD9ePDOquxJLTL8gXDR3mVI.adaptive-delivery-prevent-bg, #T65fgcmdhJD9ePDOquxJLTL8gXDR3mVI.lazyload, #T65fgcmdhJD9ePDOquxJLTL8gXDR3mVI.lazyloading { background-image: none; }
#IFT9z59Qwu1k8f7AVcCb8noXDa2IJTqr { color:rgba(61,58,53,0.6);display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KapTPDpI8tsyNty69gU4RkhcP1QXi3xt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KapTPDpI8tsyNty69gU4RkhcP1QXi3xt > .row .container { border-width: 0; border-radius: 0; }#KapTPDpI8tsyNty69gU4RkhcP1QXi3xt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KapTPDpI8tsyNty69gU4RkhcP1QXi3xt > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:none; }#k0ImDNt6iNrCL48WfPioARqCtpb2cxsy { color:#3d3a35;display:block;width:41.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.25rem;left:25.625rem;height:9.1875rem;text-align:justify;text-align-last:initial;display:block; }
#bRX6ymS98dIWTDw17dsomNKzmWU3k3IK { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0846e3a9-b2e8-4b7b-a423-7022a5d0657d/TeresaSzupianyJaneczek.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:2.1875rem;left:7.5rem;display:block; }#bRX6ymS98dIWTDw17dsomNKzmWU3k3IK.adaptive-delivery-prevent-bg, #bRX6ymS98dIWTDw17dsomNKzmWU3k3IK.lazyload, #bRX6ymS98dIWTDw17dsomNKzmWU3k3IK.lazyloading { background-image: none; }
#f6t8LEPV02yXTWz5SHnzFEagEaqv0u0L { color:rgba(61,58,53,0.6);display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QDTFuxMshSg0lx8q9ptPKnuZOxJAyPMv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QDTFuxMshSg0lx8q9ptPKnuZOxJAyPMv > .row .container { border-width: 0; border-radius: 0; }#QDTFuxMshSg0lx8q9ptPKnuZOxJAyPMv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDTFuxMshSg0lx8q9ptPKnuZOxJAyPMv > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:none; }#EuatO4luTxZ1vABKPq4w6WwUHbpyOSvu { color:#3d3a35;display:block;width:41.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.25rem;left:25.625rem;height:11.8125rem;text-align:justify;text-align-last:initial;display:block; }
#Qc7zM1a7azWITTbXO6I4GHaNEo7b4AmB { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/47a578ab-af75-41c7-a8d0-d96f3536881a/SebastiansPic.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:2.1875rem;left:7.5rem;display:block; }#Qc7zM1a7azWITTbXO6I4GHaNEo7b4AmB.adaptive-delivery-prevent-bg, #Qc7zM1a7azWITTbXO6I4GHaNEo7b4AmB.lazyload, #Qc7zM1a7azWITTbXO6I4GHaNEo7b4AmB.lazyloading { background-image: none; }
#QWnqb2MZBkDsVHTlcz6lVvRswMXHDk3P { color:rgba(61,58,53,0.6);display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.625rem;height:1.95rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AIEqZMbuHfuXurOhQfGvW2H8vaCzTHFS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AIEqZMbuHfuXurOhQfGvW2H8vaCzTHFS > .row .container { border-width: 0; border-radius: 0; }#AIEqZMbuHfuXurOhQfGvW2H8vaCzTHFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AIEqZMbuHfuXurOhQfGvW2H8vaCzTHFS > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:none; }#cD2u9gg4w9aRWbpmu5eCP38fFCwPvcv8 { color:#3d3a35;display:block;width:41.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.6875rem;left:25.625rem;height:17.0625rem;text-align:justify;text-align-last:initial;display:block; }
#WadLLp42MluJVIPPlddEDIeXp0uvzL0P { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2e95b167-128d-4be1-8e67-d55be59b842b/DrMorrisonphoto.crop_761x769_120,0.preview.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:2.625rem;left:7.5rem;display:block; }#WadLLp42MluJVIPPlddEDIeXp0uvzL0P.adaptive-delivery-prevent-bg, #WadLLp42MluJVIPPlddEDIeXp0uvzL0P.lazyload, #WadLLp42MluJVIPPlddEDIeXp0uvzL0P.lazyloading { background-image: none; }
#Tw8188l5FqFQhqidI5po9U92dNZtxnkE { color:rgba(61,58,53,0.6);display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:25.625rem;height:1.95rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eUsRCMwxCMlKAeFTKAe0hV99DzeKom96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eUsRCMwxCMlKAeFTKAe0hV99DzeKom96 > .row .container { border-width: 0; border-radius: 0; }#eUsRCMwxCMlKAeFTKAe0hV99DzeKom96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eUsRCMwxCMlKAeFTKAe0hV99DzeKom96 > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:none; }#to9cLRbRmxNhsoW84QHGCTJetALcficO { color:#3d3a35;display:block;width:41.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.6875rem;left:25.625rem;height:24.93543125rem;text-align:justify;text-align-last:initial;display:block; }
#ZOEpV2C1FZUqsieNWyPfNyJCfnGzaUem { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4ff12975-c742-4d33-acc5-a7946fd402eb/DrLuisMariaIlzabreRipoll.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:2.625rem;left:7.5rem;display:block; }#ZOEpV2C1FZUqsieNWyPfNyJCfnGzaUem.adaptive-delivery-prevent-bg, #ZOEpV2C1FZUqsieNWyPfNyJCfnGzaUem.lazyload, #ZOEpV2C1FZUqsieNWyPfNyJCfnGzaUem.lazyloading { background-image: none; }
#i6lyLBCeoNIGpF5vHBBz3aGaomi8fmb7 { color:rgba(61,58,53,0.6);display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:25.625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB > .row .container { background-color: transparent; background-image: none; }#FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB > .row .container > .video-iframe-container { display: none; }#FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB > .row > .video-iframe-container { display: none; }#FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB > .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); }#FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB > .row .container { border-width: 0; border-radius: 0; }#FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#rFavRqxTqn2om3T5EECiu0PhvXixfHgw { color:#3d3a35;display:block;width:41.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.6875rem;left:25.625rem;height:10.5rem;text-align:justify;text-align-last:initial;display:block; }
#lnB34KaeGtPEUtXPlGHhG9SagaDwTqIO { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f81584c1-953e-4ebd-b896-92e368e8915e/DrWillemijnvandenHoudt.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:2.625rem;left:7.5rem;display:block; }#lnB34KaeGtPEUtXPlGHhG9SagaDwTqIO.adaptive-delivery-prevent-bg, #lnB34KaeGtPEUtXPlGHhG9SagaDwTqIO.lazyload, #lnB34KaeGtPEUtXPlGHhG9SagaDwTqIO.lazyloading { background-image: none; }
#OmGNwMslS27P8y0c7KqgzenpBeqeUHH1 { color:rgba(61,58,53,0.6);display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:25.625rem;height:1.94921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH > .row .container { background-color: transparent; background-image: none; }#dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH > .row .container > .video-iframe-container { display: none; }#dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH > .row > .video-iframe-container { display: none; }#dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH > .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); }#dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH > .row .container { border-width: 0; border-radius: 0; }#dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#FSOgnQvcr77OL9mVeRdRFKOvpIW6QfTu { color:#3d3a35;display:block;width:41.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.6875rem;left:25.625rem;height:14.4375rem;text-align:justify;text-align-last:initial;display:block; }
#fOETrunHtQf3f9LHTzhnpqE1LMHi5ZRq { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d19e2898-5c97-4992-927c-e1c3d8ab05fb/unnamed5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:3.0617904663086rem;left:7.5rem;display:block; }#fOETrunHtQf3f9LHTzhnpqE1LMHi5ZRq.adaptive-delivery-prevent-bg, #fOETrunHtQf3f9LHTzhnpqE1LMHi5ZRq.lazyload, #fOETrunHtQf3f9LHTzhnpqE1LMHi5ZRq.lazyloading { background-image: none; }
#Im5Em9JGWDDB9vbTUqt2UGm2lWGyNAqP { color:rgba(61,58,53,0.6);display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9992904663086rem;left:25.624998092651rem;height:1.94921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099cd;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; }#QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z > .row .container { background-color: transparent; background-image: none; }#QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z > .row .container > .video-iframe-container { display: none; }#QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z > .row > .video-iframe-container { display: none; }#QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z > .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); }#QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z > .row .container { border-width: 0; border-radius: 0; }#QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#h0nuOXKGABneIP7VGN8PSUDTxoo7xHaQ { color:#ffffff;display:block;width:51.9375rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:11.5rem;height:3.493925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TV5HJhZXVisXeUNz0GUTx02g095l3eoD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099cd;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; }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row .container { background-color: transparent; background-image: none; }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row .container > .video-iframe-container { display: none; }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row > .video-iframe-container { display: none; }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .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); }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row .container { border-width: 0; border-radius: 0; }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#lizQphcLARk6TCko7Gz3U7wL3pz2JSEc { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:5.6875rem;left:11.8125rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFIFRGUK2PbUxKboVxZxxnHW2h0Bo0bm { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.75rem;left:11.125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzhNpFfdM8gms89GxegtgVfR03vD1ylK { box-sizing:content-box;color:#d0df00;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1rem;left:16.375rem;display:block; }
#VrI4UbEvUPgFHBdWP9tMBcvM0rTaOvxG { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.75rem;left:30.1875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bboq4brzwuMWxhbiN58K13UbV63Erv6B { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.6875rem;left:31.0625rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wu3a24aogiQ082Kl4blRxSTsgAplKwHt { box-sizing:content-box;color:#d0df00;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1rem;left:35.125rem;display:block; }
#JxrCfT9k1t05eRExXIDsZuxVuWFburvq { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.75rem;left:48.9375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhBpGZK3Ro3FKEdqEazcWElJhh4ymEJW { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.6875rem;left:49.8125rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#odB6Ze5fdX9EhqCfPzAf65tW7iM5La9W { box-sizing:content-box;color:#d0df00;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:1rem;left:53.875rem;display:block; }
#nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe > .row .container { background-color: transparent; background-image: none; }#nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe > .row .container > .video-iframe-container { display: none; }#nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe > .row > .video-iframe-container { display: none; }#nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe > .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); }#nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe > .row .container { border-width: 0; border-radius: 0; }#nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#fixBG3esOsNPMETfqXaXlQn0M9PUrWOV { color:#0099cd;display:block;width:51.9375rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:11.5rem;height:3.493925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IGg4DRXhmUVI317qzZy78OSluazCu7Gv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#IGg4DRXhmUVI317qzZy78OSluazCu7Gv > .row .container { background-color: transparent; background-image: none; }#IGg4DRXhmUVI317qzZy78OSluazCu7Gv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGg4DRXhmUVI317qzZy78OSluazCu7Gv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGg4DRXhmUVI317qzZy78OSluazCu7Gv > .row .container > .video-iframe-container { display: none; }#IGg4DRXhmUVI317qzZy78OSluazCu7Gv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGg4DRXhmUVI317qzZy78OSluazCu7Gv > .row > .video-iframe-container { display: none; }#IGg4DRXhmUVI317qzZy78OSluazCu7Gv > .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); }#IGg4DRXhmUVI317qzZy78OSluazCu7Gv > .row .container { border-width: 0; border-radius: 0; }#IGg4DRXhmUVI317qzZy78OSluazCu7Gv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGg4DRXhmUVI317qzZy78OSluazCu7Gv > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#HyrPLaAen7hvAVst034XQCZgZVIQv6zs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.625rem;top:1.5625rem;left:2.5rem;overflow:hidden;display:block; }
#mKuNySU9BbtZ3n9E9ZdthIKvs4gTVem4 { 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:9.125rem;width:13.75rem;top:1.5625rem;left:21.25rem;overflow:hidden;display:block; }
#LRQNInSwamGrHVmkfsf1p2t1dzTmHyHF { position:absolute;display:block;z-index:15002;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:9.0625rem;width:13.625rem;top:1.5625rem;left:40rem;overflow:hidden;display:block; }
#o2NlXrqEkJmoJRclKWR55UEhbM53mATJ { position:absolute;display:block;z-index:15003;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:9.125rem;width:13.75rem;top:1.5625rem;left:58.75rem;overflow:hidden;display:block; }
#nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM > .row .container { background-color: transparent; background-image: none; }#nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM > .row .container > .video-iframe-container { display: none; }#nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM > .row > .video-iframe-container { display: none; }#nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM > .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); }#nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM > .row .container { border-width: 0; border-radius: 0; }#nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#ZvtzlWGEoLoGiL3OxMuOxC4Ria92RJIx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.625rem;top:1.5625rem;left:2.5rem;overflow:hidden;display:block; }
#GykfkPdrUaXPw3aJ2P8knEEMWSsOqAqk { 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:9.0625rem;width:13.625rem;top:1.5625rem;left:21.25rem;overflow:hidden;display:block; }
#rdxemWpyozkN5h0yMB14k25Or0PwuROB { position:absolute;display:block;z-index:15002;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:9.125rem;width:13.75rem;top:1.5625rem;left:40rem;overflow:hidden;display:block; }
#nhVN3WLSvG7XbTTryWeJry6S3SK6B0PM { position:absolute;display:block;z-index:15003;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:9.125rem;width:13.75rem;top:1.5625rem;left:58.75rem;overflow:hidden;display:block; }
#KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX > .row .container { background-color: transparent; background-image: none; }#KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX > .row .container > .video-iframe-container { display: none; }#KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX > .row > .video-iframe-container { display: none; }#KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX > .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); }#KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX > .row .container { border-width: 0; border-radius: 0; }#KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#iRQFFXQRGkoeAdSScFcThoiDXFPdiTg7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:13.75rem;top:1.5625rem;left:2.5rem;overflow:hidden;display:block; }
#QcsEkV9h7DwPS2csOgo61CGt1F0z0Tpm { 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:9.125rem;width:13.75rem;top:1.5625rem;left:21.25rem;overflow:hidden;display:block; }
#DZ3r9lAaGuEyLUI95cRnrRxy2DtEHOZG { position:absolute;display:block;z-index:15002;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:9.125rem;width:13.75rem;top:1.5625rem;left:40rem;overflow:hidden;display:block; }
#Aq0Hne1eoJG8HPwiuRWQ1d0d7gdO817a { position:absolute;display:block;z-index:15003;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:9.125rem;width:13.75rem;top:1.5625rem;left:58.75rem;overflow:hidden;display:block; }
#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc84c108-795c-488a-b72e-d071b8cf66f5/SzkolenieInvisalign291.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg.adaptive-delivery-prevent-bg, #c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg.lazyload, #c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg.lazyloading { background-image: none; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row .container { background-color: transparent; background-image: none; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,153,205,0.86); }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row .container > .video-iframe-container { display: none; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,153,205,0.86); }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row > .video-iframe-container { display: none; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .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); }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row .container { border-width: 0; border-radius: 0; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#v5LN0TAKHM5lu97yKTicoKdpK4CHF5Oa { color:#ffffff;display:block;width:51.9375rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:11.5625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W4OFqeD4cwytVZGQ7mFek5hhuXDXiJmT { color:#3d3935;display:block;width:42.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.0123701095581rem;left:16.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-form-header {  }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:31.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.6875rem;box-sizing:border-box;height:3.125rem;color:#3d3a35;font-size:1rem;overflow:hidden;font-family:montserrat;vertical-align:top;text-align:center;text-align-last:center; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-text {padding-top: 0; padding-bottom: 0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.6875rem;box-sizing:border-box;height:4.375rem;color:#3d3a35;font-size:1rem;overflow:hidden;font-family:montserrat;vertical-align:top;text-align:center;text-align-last:center; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.6875rem;box-sizing:border-box;height:3.125rem;color:#3d3a35;font-family:montserrat;font-size:1rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-select {padding-top: 0; padding-bottom: 0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#d0df00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#0099cd;width:31.6875rem;height:3.75rem;font-family:montserrat;overflow:hidden; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]:-moz-placeholder { color:#3d3a35;font-family:montserrat;font-size:1rem;text-align:center;text-align-last:center; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]::-moz-placeholder { color:#3d3a35;font-family:montserrat;font-size:1rem;text-align:center;text-align-last:center; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]:-ms-input-placeholder { color:#3d3a35;font-family:montserrat;font-size:1rem;text-align:center;text-align-last:center; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]::-webkit-input-placeholder { color:#3d3a35;font-family:montserrat;font-size:1rem;text-align:center;text-align-last:center; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:30.4375rem;overflow:hidden;font-style:normal;float:none; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-container:first-of-type{padding-top:0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-container:last-of-type{padding-bottom:0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.96728515625rem;left:20.372869491577rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.6875rem;display:block;vertical-align:top; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m {display:block;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.96728515625rem;left:20.372869491577rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #yKLHDTXFMwGecTOMe2xWuW05dLTp3ZZG { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #fX4MFlEThBbIsOJnz9L5RV0Ex90Vw0Ag { position:relative;display:none; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #LDRUGKHsKEUT0ac4NlwIusOL4nQcGN4J { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #K2Xmk7oQhKmhk5E7GgLQdcBbF052ycax { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #A0l4ellNeFNiIM1dk7Qx3U48ahTvOc7P { position:relative;display:none; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #aEswki3mPeXGx6BE36HBse0tw58erCtq { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #nEGSsUlf3tqfkHrEkWEkChAN3hVSbXBE { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #lhS1omDkOk0AoJpFeQTiSeNukksu3H9L { position:relative;display:none; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #JTpHZJ3TDXkonzHMSZNaAwM2AfWPPGZH { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #QA7qJ8foDBdXwnzwbivsv4v7Uy3KEaXl { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #t1ZXVfZE1J68roxWV9ckNAnIObIUtz6g { position:relative;display:none; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #DrbZxnBBp9ofBQXyGhNLlDXKAJiR9wgP { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #NTzb8ecG6PixHv1ozwkNaNcVlpQVx9A5 { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #qBaZ4JqCRB3zag8bGi9AZNXZea5vGd55 { position:relative;display:none; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #fWrtn2wsPT7rnrxeUBKye0z1AkyBL2h9 { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #mt7GEVQG18se0OoHAMZF12ueB4WuV2U6 { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #R7uHaRWagwss5An6nunq7Js7TslNl203 { position:relative;display:none; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #rwPz4SXGzaPff1AquReQX9dDHm7BRcZ6 { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #LfhGv0hrMZTNht0iuKo3XDTNLmHIdHDK { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #ORmzBFoQzipxWGSW8NivxtCcgtLNkBBs { position:relative;z-index:2; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #bbI6pE9QgJeHWGt1RIAnZlv6RcfebFdt { position:relative; }
#uLT6UcqfDNiIPa0dPXnLfgS2f3a0KdPM { position:relative;display:block; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #MQThTT3SgTOcMNsWW1IFgilAHKskEPvO { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #DGDFqVk0uaMTr39GlmFGBDrJ9quwLuJ7 { position:relative; }
#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099cd;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; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row .container { background-color: transparent; background-image: none; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row .container > .video-iframe-container { display: none; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row > .video-iframe-container { display: none; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .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); }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row .container { border-width: 0; border-radius: 0; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#iZhQOerVwwONWOm9Q7qL8bZGs6mOMIUJ { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:0.975rem;display:block; }
#yfc9JLMvSNQKAZatX9Ov7QOSHcEnFlNJ { 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:1.25rem;width:5.3125rem;top:1.75rem;left:69.6875rem;overflow:hidden;display:block; }
#IxJHRMGpZIgqw66uzqzDP0s8pEtzH7Qw { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:62.0625rem;height:0.975rem;display:block; }
#TGTmVAlVCeHHFBOs6vDoSUe2elFNdhg1 { 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:1.5625rem;width:5.24956875rem;top:1.5625rem;left:6.125rem;overflow:hidden;display:block; }
#FOpqlpWAsystoWwTXVDRRlcUM0iuk0Cr { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.85546875rem;left:12.5625rem;height:0.975rem;display:block; }
#PKuX81pilcXPPdBqkrTPnacU7Hn5D36r { position:absolute;display:block;z-index:15010;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.25rem;width:9.75rem;top:1.75rem;left:16.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT { display:none; }#pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oiSheZuakMGxIb80vUxRBb2FizaD2aDJ { width:14.5rem;height:2.5588235294117rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pys3vUOAdBrbB37OJrDv3gWELOtDwwfO { width:8.75rem;height:3.125rem;top:0.8125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL9075ub8s1ZWZJ97tmdrTHb4doGVZcq { display:block; }
 }@media only screen and (max-width: 763px) { #iCiPOpaiGHsPSkc3pWbEw0Wa7Xg18veA { width:5.8125rem;height:3.125rem;top:0.8125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMOOG1RHAuT5UwA8G3ZfDTbmJv7IHXs7 { display:block; }
 }@media only screen and (max-width: 763px) { #fDvmRbrDscZvM4ArQa8J3dqFi1zJATzs { width:8.375rem;height:3.125rem;top:0rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwnzzKzOOrnSw8mbNe33rCgWv4nuTkoc { display:block; }
 }@media only screen and (max-width: 763px) { #Byn6AHSBy0nV0737JMTASxwuWdB7vNhP { width:5.3125rem;height:3.125rem;top:0.8125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbtiMGR7QglbKtmEN6XCFA4hA7WrqgTq { display:block; }
 }@media only screen and (max-width: 763px) { #Xfc6If3abp5IqEsPw1ztdxLmwNMML0AT { width:8.375rem;height:3.125rem;top:0.75rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpVr4SQHKbAxemkO7QxW2FF3BHzU2Qv4 { display:block; }
 }@media only screen and (max-width: 763px) { #sBfP4Ah4dNFtKJmP8CJBAC0TADb2ft4d { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0dAUmz67D2b6paiulTHFG0szi2kOr2o { width:5.8125rem;height:3.125rem;top:0.75rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeZUztiF8cwa572nOTJMVvNJTEPGUVfC { display:block; }
 }@media only screen and (max-width: 763px) { #lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu { display:block; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skgGdALdf66mPUFaGNbNo0ChQ8qIcwck { width:11.625rem;height:2.0625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ruh0S4QlwvkxIVRUeRSRMwVptGH7bz3i { width:8.75rem;height:3.125rem;top:0.8125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns2eQMDgPKIsXE52k1379xxpIShGNuZI { display:block; }
 }@media only screen and (max-width: 763px) { #XKwJylr8FKdTm30birFOkwmRMAF2gMoA { width:5.8125rem;height:3.125rem;top:0.8125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtlEgCroQVX0oxWh4XqzDHPOSwdBFKvP { display:block; }
 }@media only screen and (max-width: 763px) { #tW6kdpDxkDkEXzHt6V8JsvNkM9KdIWgN { width:8.375rem;height:3.125rem;top:0.8125rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZswSFgtu8vAR7HhlrQKAurTEQuPaLIsr { display:block; }
 }@media only screen and (max-width: 763px) { #sMkAMmGulm71iL4kg0TBHBZhWu83KhvH { width:5.3125rem;height:3.125rem;top:0.8125rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIQZ5iQCl7DlyikMoOgAgoPSAnIRUM4X { display:block; }
 }@media only screen and (max-width: 763px) { #TVuLwUWz7oJdcZDv27vHFzPIIG3l0AWa { width:8.375rem;height:3.125rem;top:0.75rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiKxPMmrH43UMD24yHlg2oTSLWX58bZq { display:block; }
 }@media only screen and (max-width: 763px) { #Opx0rTZXzUqfLXI0u9k0PVp25KRTdAvT { width:5.8125rem;height:3.125rem;top:0.75rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpdqwRdJ1Gsl3RoIJVwVsK4VBPiFJ3RD { display:block; }
 }@media only screen and (max-width: 763px) { #QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3 { display:block; }#QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQt8pruoUZTTEkfgQHiT279VLN3qXEn6 { width:47.75rem;height:13.125rem;top:8.25rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU0JXtH2iaxBnk77ix07WgIIbLpaLnLC { width:13.625rem;height:2.8125rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3d9Cf939v1NpMHiTfQDSTPm9hrxoN3 { display:block; }
 }@media only screen and (max-width: 763px) { #wC0q9Wq71NH67DBSG1HtOSqFKIhCs7Ky { width:13.625rem;height:2.6875rem;top:34.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4xcWgVQLFF6J4iBwTwQrfI9OdNxB7u4 { display:block; }
 }@media only screen and (max-width: 763px) { #l1giR1DhGOrhkCCC6igN9V50rfgIto1m { width:43.75rem;height:4.0625rem;top:27.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiTkXag2mwhKWszPvFUuktND5UvRtVN8 { width:47.75rem;height:3.375rem;top:21.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A { display:block; }#V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHI7fE7t6689PMqe5TBqNquAcu6agPvQ { width:13.8125rem;height:6.5625rem;top:5.375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #attc21J43TU9JFTiXbLHy6xKawsad8CM { width:45.375rem;height:3.4375rem;top:5.75rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsXTcofoaagi4aWZqNP4ySNMWsC2s6e3 { width:47.75rem;height:1.9375rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIxskMtI0SvqZzEuVpamD6xxCvrgHVuD { width:2.4375rem;height:1.6875rem;top:5.8125rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAu44horx65UO4iRKeBO002s5uhF0qis { display:none; }#BAu44horx65UO4iRKeBO002s5uhF0qis > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pyUtuUe2vAPN0DHpsJoX0IN0iEgNBVBx { width:47.75rem;height:5.625rem;top:37.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9RwCsTadlLNKMCtMp2FFC2fodsfGIJa { width:47.75rem;height:6.5rem;top:4.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suDEWmXzTfvQOWVhBTvaNf5PHJxvP9zt { width:9.125rem;height:7.3125rem;top:18.0625rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhZO2smmlOVoVRM9ZMiaK9EWDBbxZoZs { width:9.125rem;height:7.3125rem;top:18.0625rem;left:19.3125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHoZPy8hv4vfQirveDATJ8AG5oHvD6Ne { width:9.125rem;height:7.3125rem;top:18.0625rem;left:38.625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzTRt4caFZixTcHAa0dihnlLqBdDovyz { width:16.25rem;height:4.6875rem;top:25.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz7hDKPW23WghsXT1TDnPln722cBsqlH { width:17.5rem;height:7rem;top:24.5625rem;left:15.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdF1xxQ2i1g0Ns5y9XAy1myNXFO4LSRt { width:17.9375rem;height:4.6875rem;top:24.5625rem;left:29.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHLPMp60xI5y8x8sCy8Tp2TOkTgsallg { display:none; }#tHLPMp60xI5y8x8sCy8Tp2TOkTgsallg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DrQKy8VtUo0cdLcAnNE4TMZX7ulh8RWJ { width:47.75rem;height:;top:5.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHObQ88HopoHvW1XZicbTchlunecOyfS { width:20.625rem;height:2.4375rem;top:14.875rem;left:13.562500953674rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDN25nwhTJw2cwPhomA8VXMuJE4ofENw { display:none; }#MDN25nwhTJw2cwPhomA8VXMuJE4ofENw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WqT67lvTLskds4F1sWFOlmCCAzxG33kC { width:16.25rem;height:10.5rem;top:13.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAub61BFMBrI4tStzfMnLnQoxVPviNfp { width:16.25rem;height:6rem;top:13.625rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKTA8gbfr36b2GaENSHGc731pkDlEp7z { width:16.5rem;height:6rem;top:13.625rem;left:19.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4U3H9kZFPrkv8uH54eoDOayXfC6FxHU { width:16.25rem;height:4.5rem;top:13.625rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WADuAQapMhMRsbCa2x9AeMT6fvwpbrNk { width:19.1875rem;height:34.6875rem;top:24.0625rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwWgQT2QiEVfyq3un0Cem98uBGOS1x0n { width:11.875rem;height:9.75rem;top:3.875rem;left:11.967968940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL8Ik6yn1xBwOWSuBlFFnQUqrnia8qBq { width:10.375rem;height:6.625rem;top:5.4375rem;left:24.656250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwMW17iVZeCCNTGvWfipT6UK5lJ0AiQ8 { width:9.6875rem;height:6.4375rem;top:5.6875rem;left:36.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGbTcfQHOvudM2GuxcgBcrKiCMhsfn68 { width:20.625rem;height:2.4375rem;top:14.875rem;left:13.562500953674rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnSF09AvwFSTCmqXZAcUyTb19qO79mh7 { width:7.625rem;height:7.625rem;top:4.9375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT9oMuIPUnyb0TqPlCtRSafSDlePz0Ae { display:none; }#DT9oMuIPUnyb0TqPlCtRSafSDlePz0Ae > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BkLpzWcDI9hTW7sa4PXVn4FarOLZMWRi { width:32.1875rem;height:2.4375rem;top:4.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbUk92FxkSQsxshhZ633TZlxThmdQv6Z { width:1.375rem;height:1.375rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm5yp4pkgiv0eeOTuzF6an2l3kUqTxU0 { width:47.75rem;height:1.5625rem;top:10.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ludgu1uScu3tEtHzvN8HxLlkBAUSPxzp { width:47.75rem;height:1.5625rem;top:13.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGhTI3fruEqO9CWdMbfEHiKxTJ0IuGU0 { width:47.75rem;height:1.5625rem;top:16.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIamNXa4JWq8HNMSDS5RQtGt9FJHo0lo { width:47.75rem;height:1.5625rem;top:19.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amRkCTFvC9C1C55Zs7LvlhFCUvpgoNiz { width:1.375rem;height:1.375rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGlMT8UZJ0mHTVOBkBHEXhO7k5q0DXm1 { width:1.375rem;height:1.375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obcReSzVyh0r5tEq3ZqkX9tyU8ATHTq9 { width:1.375rem;height:1.375rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFbTsJli7Ct73xnhhDnP0BWfHM3eULLc { width:47.75rem;height:86rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG { display:block; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GM0cDGw3frcJVUmRZ7WaW7yOA6ZDTJAq { width:29.5625rem;height:19.0625rem;top:6.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoFlAdM2bITlbh1LL5ITz1T15OIc2Zkt { width:40rem;height:22.5rem;top:4.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy9g1mFKbD3ETHo5yPomMzBhBvX2Ne9F { display:none; }#Cy9g1mFKbD3ETHo5yPomMzBhBvX2Ne9F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ppTbfAI23JoXo0B7ZBsoWKTt1HTeWLQn { width:20.4375rem;height:4.5rem;top:7.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaAMUxgEvhJ888FmGfZhMODSZkpaKwvb { width:20.4375rem;height:3rem;top:7.25rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu8HoIgI7p1uoplzo1nOoO86FKAlAW8r { width:20.4375rem;height:3rem;top:7.25rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAvKwECCMwCN36LL97Ln2DczWLUGzA3f { width:20.4375rem;height:7.5rem;top:13.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIGUZeX54zF0vrXgACqMMwZafhX6JOcT { width:20.4375rem;height:7.5rem;top:13.3125rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOmVAo7OINwOPm4o4Gp9WqgVzxtv5uIo { width:20.4375rem;height:6rem;top:13.3125rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 { display:block; }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoLCRygasF3Ri1OcJOWNFrOrnOaKZgGW { width:44.375rem;height:9.75rem;top:3.625rem;left:1.6867189407349rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1 { display:block; }#Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6e8v0adJEaLiCidD8yRmcvhAmdEnrAm { width:20.4375rem;height:1.875rem;top:10.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIm5fSzk1qgc9VmxFDTpzJ2hUrk3fTsd { width:20.4375rem;height:3.75rem;top:10.9375rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8rM5K42HDNRrWL5z0rTT4SF0rr7FkJX { width:20.4375rem;height:3.75rem;top:10.9375rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1FoKy9AFKPDyDGknfgqiipMZZmxE5Et { width:20.4375rem;height:34.5rem;top:15.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsFq2avT3ZGaCaGfK0uOB4NK7KTEN2Qp { width:20.4375rem;height:25.5rem;top:15.8125rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAGpbpKTdIqTUDNxkNirgoPMMxHLXuAF { width:20.4375rem;height:12rem;top:15.8125rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnQdzpbVSsuCxVDmHaMrtxv7mLDPoB09 { width:5.0625rem;height:5.0625rem;top:3.25rem;left:5.4054689407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9ByUtmBStLQUp47BawfgRDimQ4kn5KD { width:4.625rem;height:4.625rem;top:3.5rem;left:21.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF1LQZNKRUBfOz0WIhEv43IsbxWdq0i9 { width:4.625rem;height:4.625rem;top:3.5rem;left:37.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeUMdFvzkP9mMe9xhxG24NRk3BLi7TBF { width:2.4375rem;height:2.4375rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6TC9IT0sP7sOUP7OQqwkDOl5TTqilF5 { width:2.4375rem;height:2.4375rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf5SABzdAC9xUIN5fuTetOSZ84J1tmLJ { width:2.4375rem;height:2.4375rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUBWWzpXsSMxgal3aweNFhXSBkqI9ImC { width:2.4375rem;height:2.4375rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgVi4JL1lwEQTLByP2bpVip223wEiE9P { width:2.4375rem;height:2.4375rem;top:15.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giNqotseaD1sgSt0XmR1h71vZ3vq407z { width:2.4375rem;height:2.4375rem;top:22.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7OOcoiXwA2prNnTXwpfRUg7D9gHJ4l5 { width:2.4375rem;height:2.4375rem;top:30.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmW5d8Wmhc3LAbdvycaQC4cmN0fMupk5 { width:2.4375rem;height:2.4375rem;top:15.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzW9HEziCVw9L13EGHZiOWDM3GfgGoSM { width:2.4375rem;height:2.4375rem;top:19.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs9NfKJBIhNsqTQyw2BQUPekRAdI9NVl { width:2.4375rem;height:2.4375rem;top:24.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz8b949gZ9WUzUz6ZhA3Xh4fuMRxb6ud { width:2.4375rem;height:2.4375rem;top:38rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 { display:block; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Izt270fDo14vpZJpExKOM3OpvXL1vULi { width:13.75rem;height:2.8125rem;top:2.8125rem;left:17.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5C4saOSqmcUJEOpDqDm5UUxqh4wUCAG { display:block; }
 }@media only screen and (max-width: 763px) { #tCGDtVzo5IGAmigJTK79IXT2gp9aZpg1 { display:none; }#tCGDtVzo5IGAmigJTK79IXT2gp9aZpg1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ostltPKv7VxX9znZ8cd3eJTDNP6Gp3GB { width:15.625rem;height:16.5rem;top:7.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTr70TrlBsqFheflowNxAOfR6nKiCFxX { width:5.9375rem;height:5.9375rem;top:0rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHWz0stp3a3BWFU2V35BS4FX8zcMIlWZ { width:15.625rem;height:21rem;top:7.8125rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL2NfwZlnAg1xxN4k1r3L6ZVv3wtZGnz { width:5.9375rem;height:5.9375rem;top:0rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbb9bRARmwwFVATg5ZtpZi25Aqfi6CzW { width:15.625rem;height:18rem;top:7.8125rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXCDBXW3wBkWTOB6rZPsVW9UKRrU5s45 { width:5.9375rem;height:5.9375rem;top:0rem;left:26.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx2VrRWXLBQegOPt5GD6eO9TwKQIQ37Q { width:15.625rem;height:21rem;top:7.8125rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEqJhZaUwyl7gpZKE14eFD5Qthg2TTDu { width:5.9375rem;height:5.9375rem;top:0rem;left:38.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN93UEZCnmJtO9fv1dNuk0uM0EHS8ouh { display:none; }#xN93UEZCnmJtO9fv1dNuk0uM0EHS8ouh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #azdlovyqeBGBbRyITKmy9XpX4SwwEoqu { width:18.75rem;height:16.5rem;top:7.8125rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhhEux0k9T9z4Ufct15TKL91TqeGaLTA { width:18.75rem;height:16.5rem;top:7.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efw5eFHpKw0plCUMPre3CvMgVm0NtdI9 { width:5.9375rem;height:5.9375rem;top:0rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvvJoJw9rW6d5b8P7B3MrxKumA4psLra { width:5.9375rem;height:5.9375rem;top:0rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2pgE14OXD51XpOpxWqSoHVVF6fFXoMJ { width:17.8125rem;height:0.9375rem;top:23.4375rem;left:29.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv5hOhRT81XDWNw3QeCv5bnS7yWyiKdt { width:1.0625rem;height:0.75rem;top:13.8125rem;left:42.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDsNcnclT7puHOLoLyUMQyU5Rz2fmgAz { width:17.3125rem;height:9rem;top:7.8125rem;left:30.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Bct58mO2u9IG8M8wf0ikgEnohc9uJ7 { width:7.25rem;height:7.25rem;top:0rem;left:36.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5 { display:none; }#GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H8icGGAuhd3R4Pllp02tSJTwZPrtMw89 { width:47.75rem;height:2rem;top:39.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmWrolsCpUmktGlJNeEARfgGlq4Zr1Dt { width:20.25rem;height:2.8125rem;top:43.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG6t36ueQcJq47NpHK67wqq5pBuaEef1 { display:block; }
 }@media only screen and (max-width: 763px) { #V7u2GvDeVT7hkvvmb0uiAksTFZtidg5c { width:47.75rem;height:11.4375rem;top:4rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3pwmWusuAMAtWyTASm0Jq6TCIT2vuCf { width:47.75rem;height:;top:18.125rem;left:0rem;font-size:0.875rem;display:block; }#q3pwmWusuAMAtWyTASm0Jq6TCIT2vuCf li:before{  }
 }@media only screen and (max-width: 763px) { #iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M { display:block; }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bi5oTPisgfEwiuqaHUJzKsRNzv2kv8DV { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT8z3nZ94CacxPJ5311tBzsguzvqXead { width:35.3125rem;height:1.9375rem;top:5.5625rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe { display:block; }#FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6TPMOOqJziOnWz6w7r80FcsoAi0SBAc { width:25.4375rem;height:1.4375rem;top:13.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mws8eoTym8bUADyJ5OiTgb1HCz1raXBB { width:11.1875rem;height:2.25rem;top:23.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK71v0fyBGQUDXxJe2214ZMHVTnW4Jks { display:block; }
 }@media only screen and (max-width: 763px) { #r4KBKWImZlkbnnEAALvsygR2Nx3TxtuE { width:16.6875rem;height:16.875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCGeLRtPJ0gVFzlLBqlAZK0t8cF9QqGg { width:16.75rem;height:16.875rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3xrfPpdcgFTbhMwDq2whtTCUQDM49eS { width:14.75rem;height:1.5rem;top:12.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdeeiPX19T1ohUFn5Wy0IQpTazq8T3IB { width:14.75rem;height:1rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfii55woTBeprT9RKkTQKTlzBVCp9Q2m { width:14.75rem;height:1.5rem;top:7.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfNF7OZQzkv9XmOTe3bfMz2Q4ePt0UaT { width:14.75rem;height:1rem;top:6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvp71J9p1nuBHDvzTVcOASXykGw034Du { width:11.1875rem;height:2.25rem;top:23.1875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbATmm4uyiRZLNyK08RbUPGlvlaTDZFv { display:block; }
 }@media only screen and (max-width: 763px) { #n5JwlGKQdu4K8zFcR8RNg0OBdPbk0oxX { width:16.6875rem;height:16.875rem;top:3.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VASrGz0LLiQ61J8AkadEp2LNhZMhQ1rZ { width:16.75rem;height:16.875rem;top:3.0625rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzzVVoIcMV5kawDwXvNBJTZr0oroeyQ9 { width:14.75rem;height:1.5rem;top:12.625rem;left:9.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCeW0MhAagKrGPhWBLvXxtXsz57UZ4y { width:14.75rem;height:1rem;top:11rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHFZDSk3tRZ4Jx8EMVpgDWZSLQ6Spipa { width:14.75rem;height:1.5rem;top:7.5625rem;left:9.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIaPdP8fGzolAfSPe0DqR7Q42aHti4bb { width:14.75rem;height:1rem;top:6rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7LZpIPC8dFbB3pAyA5Q1yCyNs2T7mWT { width:11.1875rem;height:2.25rem;top:23.1875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJZq343N44hfr7NV8brx9VO27PoT3TWD { display:block; }
 }@media only screen and (max-width: 763px) { #XmNpk3U4mt5IhZbiOlo6IOkoRuEn3toC { width:16.6875rem;height:16.875rem;top:3.6875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e04w9wJ7Po9eWSXI2XkCuylKI8nEF3hf { width:16.75rem;height:16.875rem;top:3.0625rem;left:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a39G8TT0WVFzabJdDNhIhttkFm2Xkkam { width:14.75rem;height:1.5rem;top:12.625rem;left:21.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryuyNhPswryqODkg0QwtFQsOLgWMzUln { width:14.75rem;height:1rem;top:11rem;left:21.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJl8biHNQXJbwXOdEhwODTGfBZePowTU { width:14.75rem;height:1.5rem;top:7.5625rem;left:21.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtGcbJTRRp3fMfvptoblaOrIK2ZuSTmq { width:14.75rem;height:1rem;top:6rem;left:21.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVkSwTAWN0HWr687S7SWElJNTeKnoPeg { width:15.625rem;height:2.875rem;top:15.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsLwR62xoJ3w6pvsRqEAXqB2iocM7dAb { width:15.625rem;height:2.875rem;top:15.3125rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osHEH0An8M9TKLnwkkR7uotpN5nRCblg { width:15.625rem;height:2.875rem;top:15.3125rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFEIttUBTbGEUUoAso0rBRQPMRJZWmWS { display:none; }#OFEIttUBTbGEUUoAso0rBRQPMRJZWmWS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bZcVbNNsv6c9MUoMmftJGHnFzqfHP0Bw { width:14.8125rem;height:1.75rem;top:3.375rem;left:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkshw06lRCVXLK1B7hh6CGxVMdL4GRK8 { width:11rem;height:1.4375rem;top:6.375rem;left:12.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypkCARJmKqny4QWGkhaeaUQRxyyULhlT { width:15.6875rem;height:1.4375rem;top:9.375rem;left:8.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f78NBqd4gmLb2mBQ0o9pcR6tP9vK5eba { width:11.75rem;height:2.8125rem;top:13.75rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4GfFiGESHqZZtp6GQZho2qgkcVq32GJ { display:block; }
 }@media only screen and (max-width: 763px) { #JkmE42HZGcBMVVCvDNlNh0NfWqpQSAI7 { width:14.8125rem;height:;top:3.375rem;left:21rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9bbGpsrwkTfJnwKmNAGAVqrTuhQGy9A { width:11rem;height:1.4375rem;top:6.375rem;left:24.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUoywE05fy8ngWLWTnSfhsq1CHZfzCuS { width:12.4375rem;height:2.875rem;top:9.375rem;left:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6HPX8DAovHxTL0ksLs7uUgt6snxFihA { width:11.75rem;height:2.8125rem;top:13.75rem;left:23.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaabIB1KUnzzBD7VC1ai1Da21BaT40Cz { display:block; }
 }@media only screen and (max-width: 763px) { #TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca { display:none; }#TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ctTlUR9hLf3DJAcm8Ggg4USIvvKxeE9W { width:11.75rem;height:2.8125rem;top:11.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #le6q2tTJLvdmUxreezxcDiZtpaxrhwGa { display:block; }
 }@media only screen and (max-width: 763px) { #LXazSl9m4VTFhfcw4rwyruOkeQ913KoE { width:17.1875rem;height:;top:9rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7xM99xF8iBB9kesMfngxdvoUJPlP6bE { width:14.375rem;height:1.4375rem;top:6.6875rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfWyOaKaLZ2DI87tvsDlQaxx7MoEbD9c { width:17.3125rem;height:;top:3rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx5FElTF0J7I10FmwXv07iCSxxr3Fwfb { width:11.75rem;height:2.8125rem;top:11.875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBhiSNpOsUNxBMysqKZl4wvVQlDeVzJf { display:block; }
 }@media only screen and (max-width: 763px) { #vKK8DMUVI9MWW4TJ9rEsIJTTJbTgBxtH { width:14.375rem;height:1.4375rem;top:6.75rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtSRw4Kr7DAaPHHTneNAUWcTlBAAAu7a { width:17.3125rem;height:;top:3.0625rem;left:30.3125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm99F8AAfpJrQTTGKqThMcXZasM0TDxC { width:17.1875rem;height:1.4375rem;top:9.125rem;left:30.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxfolOshJDFspekWiaegWvf1DwATXfiJ { width:12.4375rem;height:1.4375rem;top:8rem;left:16.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRmWtCN8WZdwsR7yNQ4AganIRSNao0u4 { width:11rem;height:1.4375rem;top:4.875rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlJuXFga3xOTosEMFhkM7vZIgFXd93cy { width:14.8125rem;height:1.75rem;top:1.8125rem;left:15.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIdE0nwVFAAFJ1MXzRO8Z02GCg2rwzrR { width:11.75rem;height:2.8125rem;top:11.125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCHtaAhs7x5JidFcDXU7ibgtI4HJRIad { display:block; }
 }@media only screen and (max-width: 763px) { #NeigaCFWZZa63mkETUMCFXdNWcyAZ2vk { width:14.8125rem;height:1.75rem;top:0.8125rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5RUMfIiKNPR90Dfv0ouLqBNdSpAfFzJ { width:11rem;height:1.4375rem;top:3.875rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMzCCu6Ptgfoniu7dkb88ILolcwdSovR { width:12.4375rem;height:1.4375rem;top:7rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhwMGD3JZNlxDMzf7M1dusKLQimKAQM7 { width:11.625rem;height:2.6875rem;top:10.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnASWHiDtonuxy3HFK60CsbCEagaXq6m { display:block; }
 }@media only screen and (max-width: 763px) { #HTTuPTrvKoLeqHXfNmVmz2vQSRLRCuuX { width:14.8125rem;height:1.75rem;top:1.8125rem;left:16.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG1gNuBqlFIXa49kGH4g08Uf5ZDfv69k { width:11rem;height:1.4375rem;top:4.875rem;left:20.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V03UTbATTmPMbTNyhqeBGOTFvpoMkdS2 { width:12.4375rem;height:1.4375rem;top:8rem;left:19.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOnxHvJUlEv2sl1mhHfmQgTyxTEUn7lb { width:11.625rem;height:2.6875rem;top:11.125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Hv12zpWfBEh2q3uBTrkIl586vnUyaI { display:block; }
 }@media only screen and (max-width: 763px) { #asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT { display:block; }#asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiBX2KD3d6G8sITJpZ2zHti5g8oCQo7W { width:14.8125rem;height:1.75rem;top:3.8125rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9kyfwoQ1Tn090axZFBI0SCpD2C1rzRP { width:5rem;height:5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQuwqNozddUXlwanC7JCixMz5JXOEbhB { width:13.9375rem;height:;top:10.1875rem;left:1.4375rem;font-size:0.875rem;display:block; }#eQuwqNozddUXlwanC7JCixMz5JXOEbhB li:before{  }
 }@media only screen and (max-width: 763px) { #Nlyo279ruqqp81Q4A5rpcaNk0oUiDyqU { width:12.5rem;height:1.4375rem;top:8.375rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d75Z8TwfJbA07q3pxOHOXs09TLCJp24u { width:14.8125rem;height:;top:22.4375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV7quWSk8ZBZ4L6xXT2rXI2xGQ0h8we3 { width:16.4375rem;height:1.4375rem;top:20.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1fysTv28GgXvgWApVUhxPQ8e7TM9ssN { width:16.3125rem;height:1.4375rem;top:30.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE3hkhmqsAyA1lxxaZFxwORPvsnwNyor { width:16.9375rem;height:;top:11.875rem;left:14.8125rem;font-size:0.875rem;display:block; }#TE3hkhmqsAyA1lxxaZFxwORPvsnwNyor li:before{  }
 }@media only screen and (max-width: 763px) { #GxpIgLqq2xHuCumPSl1BapAu7RiMTkGp { width:12.5rem;height:2.875rem;top:8.375rem;left:18.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S07lg1m0aJz5egauFW1gZSns1TFxLgDE { width:6.5rem;height:6.5rem;top:1.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGpaywkm031MSk8ONT2UPh6RMwl5JtV7 { width:14.8125rem;height:1.75rem;top:3.8125rem;left:16.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJChNvozq805epzBm8iJEHvtckXwNyqG { width:16.3125rem;height:1.4375rem;top:28.625rem;left:31.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Deie6yQKMHRR6f7TXiITxL9P2idsR1 { width:16.0625rem;height:;top:10.1875rem;left:31.5625rem;font-size:0.875rem;display:block; }#o5Deie6yQKMHRR6f7TXiITxL9P2idsR1 li:before{  }
 }@media only screen and (max-width: 763px) { #qfNgZiCeaBAu1x1rzEpnelAqcmf9hGfi { width:16.25rem;height:1.4375rem;top:8.375rem;left:31.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoK3A2wMd57ShKWVuRznZhgzeFz0byUm { width:5rem;height:5rem;top:2.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBmrCc1D6VDIC6vUp5IZPT8VlTtxyXmE { width:14.8125rem;height:;top:3rem;left:32.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIlTDJpouxGSMtLRJrf5IcsLT8zkbivO { width:13.9375rem;height:2.25rem;top:30.375rem;left:33.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuqXbAgMZ8PtzTTCCF9CuOzO0U7mtxL6 { width:16.625rem;height:5.4375rem;top:36.4375rem;left:31rem;font-size:0.875rem;display:block; }#DuqXbAgMZ8PtzTTCCF9CuOzO0U7mtxL6 li:before{  }
 }@media only screen and (max-width: 763px) { #sCLS2PetNQuxSuSh4tIMuONpIXfrgutT { width:17.5rem;height:1.4375rem;top:34.6875rem;left:30.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl { display:block; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpoJURkxQKw8F2ZMLmBKIhe2SmSLpAkx { width:35.3125rem;height:;top:7.1875rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7QWBFGPdfA2wahNCibwe9Z4zf60Wemy { width:47.75rem;height:3.4375rem;top:3.3125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ { display:block; }#FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kI1r2dzNCr33T0ifd23WGEJhi9AnGhfD { width:9.375rem;height:2.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCRUXZvUWI3EAsJaygiXgxzOpOVxV6od { display:block; }
 }@media only screen and (max-width: 763px) { #r4VZTUCSsDVB9u9i3QguaPhuV823SHSe { width:9.375rem;height:2.5rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgnF26Xp0KZhrv7J45KvMG8VIEe6SzxP { display:block; }
 }@media only screen and (max-width: 763px) { #XWguJgFfzZvD7n3VUbxUboAnVBVK1KJp { width:0.25rem;height:50rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLWSzxDwvQJmzzNiIWuH7aoAu1QqFNR1 { width:46.1875rem;height:7.1875rem;top:1.9375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFdw4EAqsc3DBXTA10lteKwXl8El0Mx { width:9.375rem;height:2.5rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2RQMMNiMtFZlGQnE1qvXpFm86arPJrA { display:block; }
 }@media only screen and (max-width: 763px) { #HsAz6qdrmvmviIoJOiRArb8z1Q0u3WKM { width:47.75rem;height:1.75rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeNspQOH9ZOnLbLJgTavsH49MZkKzNhx { width:46.1875rem;height:7.1875rem;top:15.5rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti7IlPiTlNp91MJykZ2u260B3TxwCxEP { width:47.75rem;height:1.75rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz55NHdTixba2gCr2WTL4h65XcT7Gr8h { width:9.375rem;height:2.5rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8PpxzZXhwVQ1pLQ8a1OwF5WaOzGB5KN { display:block; }
 }@media only screen and (max-width: 763px) { #a4P1cXq37hG9NySdxcdAhy8FZ4rXKC41 { width:47.75rem;height:1.75rem;top:37.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaHIAtqc6R3U7tILsivZpqOZTd4xoOWD { width:46.1875rem;height:7.1875rem;top:28.8125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keD4FDwiKTVp2PsbNXCJ9uPqSsnRpJt5 { width:9.375rem;height:2.5rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaMa3nMJBTpbltDAQ6gtAIQDTtIkzWiT { display:block; }
 }@media only screen and (max-width: 763px) { #gAg6k9TO2NE8KdripcCfLMMouKleSIbp { width:9.375rem;height:2.5rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSfIvBUZIuQEw4gHgU49u5TzKCoak9Ux { display:block; }
 }@media only screen and (max-width: 763px) { #D5Nfmzn3ikcJ2PmKsuT3ieFroOuNU1OD { width:47.75rem;height:1.75rem;top:51rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA5BuuKFPL9nliD77MapSfSft6TqmcDA { width:46.1875rem;height:7.1875rem;top:42.3125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyC6Xk3aZT3A8vpEtem3epG3Am62Q52i { width:9.375rem;height:2.5rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uicbnGohCrn7nmP8owAhnOKHt6m31mIA { display:block; }
 }@media only screen and (max-width: 763px) { #gvgG23AJBxWhINWOS1Px12oLnogMG21x { width:9.375rem;height:2.5rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PstzzpNVdGTDkF06dpFaDd6mTCFZF5Va { display:block; }
 }@media only screen and (max-width: 763px) { #aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx { display:block; }#aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkAAkRFesxBzQ3ymv4DHDuWOOLh8dskA { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwSgaVH0DpLMnbb8oGp38b1SqAhLiTBd { display:none; }#MwSgaVH0DpLMnbb8oGp38b1SqAhLiTBd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nwqTNG9um7vzxJ390rThUR7HvMQNtPLN { width:41.75rem;height:17.0625rem;top:5.6875rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTMpcBE62Ll24WIoTKJTSb5w4DuLV6pN { width:16.125rem;height:16.125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AycmUhfi2n7QBf3sGheiulfEnuZ0RezH { width:36.5625rem;height:;top:2.625rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZvfgRT5DOXgOizkREG1BHyas5w2LCfc { display:none; }#iZvfgRT5DOXgOizkREG1BHyas5w2LCfc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OfD2PGQ0TZcgMrTrORpI6ZbAET1vWxTo { width:41.6875rem;height:13.125rem;top:5.25rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T65fgcmdhJD9ePDOquxJLTL8gXDR3mVI { width:16.0625rem;height:16.0625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFT9z59Qwu1k8f7AVcCb8noXDa2IJTqr { width:36.5625rem;height:1.9375rem;top:2.1875rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KapTPDpI8tsyNty69gU4RkhcP1QXi3xt { display:none; }#KapTPDpI8tsyNty69gU4RkhcP1QXi3xt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k0ImDNt6iNrCL48WfPioARqCtpb2cxsy { width:41.75rem;height:11.8125rem;top:5.25rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRX6ymS98dIWTDw17dsomNKzmWU3k3IK { width:16.0625rem;height:16.0625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6t8LEPV02yXTWz5SHnzFEagEaqv0u0L { width:36.5625rem;height:;top:2.1875rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDTFuxMshSg0lx8q9ptPKnuZOxJAyPMv { display:none; }#QDTFuxMshSg0lx8q9ptPKnuZOxJAyPMv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EuatO4luTxZ1vABKPq4w6WwUHbpyOSvu { width:41.75rem;height:11.8125rem;top:5.25rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc7zM1a7azWITTbXO6I4GHaNEo7b4AmB { width:16.0625rem;height:16.0625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWnqb2MZBkDsVHTlcz6lVvRswMXHDk3P { width:36.5625rem;height:;top:2.1875rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIEqZMbuHfuXurOhQfGvW2H8vaCzTHFS { display:none; }#AIEqZMbuHfuXurOhQfGvW2H8vaCzTHFS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cD2u9gg4w9aRWbpmu5eCP38fFCwPvcv8 { width:41.875rem;height:19.6875rem;top:5.6875rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WadLLp42MluJVIPPlddEDIeXp0uvzL0P { width:16.125rem;height:16.125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8188l5FqFQhqidI5po9U92dNZtxnkE { width:36.5625rem;height:;top:2.625rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUsRCMwxCMlKAeFTKAe0hV99DzeKom96 { display:none; }#eUsRCMwxCMlKAeFTKAe0hV99DzeKom96 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #to9cLRbRmxNhsoW84QHGCTJetALcficO { width:41.875rem;height:24.875rem;top:5.625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOEpV2C1FZUqsieNWyPfNyJCfnGzaUem { width:16.125rem;height:16.125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lyLBCeoNIGpF5vHBBz3aGaomi8fmb7 { width:36.5625rem;height:;top:2.5625rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB { display:none; }#FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rFavRqxTqn2om3T5EECiu0PhvXixfHgw { width:41.75rem;height:10.5rem;top:5.6875rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnB34KaeGtPEUtXPlGHhG9SagaDwTqIO { width:16.125rem;height:16.125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmGNwMslS27P8y0c7KqgzenpBeqeUHH1 { width:36.5625rem;height:;top:2.625rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH { display:none; }#dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FSOgnQvcr77OL9mVeRdRFKOvpIW6QfTu { width:41.6875rem;height:14.4375rem;top:5.625rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOETrunHtQf3f9LHTzhnpqE1LMHi5ZRq { width:16.125rem;height:16.125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im5Em9JGWDDB9vbTUqt2UGm2lWGyNAqP { width:36.5625rem;height:;top:2.9375rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z { display:block; }#QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0nuOXKGABneIP7VGN8PSUDTxoo7xHaQ { width:47.75rem;height:3.4375rem;top:4.0625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV5HJhZXVisXeUNz0GUTx02g095l3eoD { display:block; }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lizQphcLARk6TCko7Gz3U7wL3pz2JSEc { width:13.75rem;height:10.5rem;top:5.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFIFRGUK2PbUxKboVxZxxnHW2h0Bo0bm { width:14.375rem;height:1.125rem;top:18.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzhNpFfdM8gms89GxegtgVfR03vD1ylK { width:4.6875rem;height:4.6875rem;top:1rem;left:7.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrI4UbEvUPgFHBdWP9tMBcvM0rTaOvxG { width:14.375rem;height:1.125rem;top:18.75rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bboq4brzwuMWxhbiN58K13UbV63Erv6B { width:12.8125rem;height:11.8125rem;top:5.6875rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu3a24aogiQ082Kl4blRxSTsgAplKwHt { width:4.6875rem;height:4.6875rem;top:1rem;left:19.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxrCfT9k1t05eRExXIDsZuxVuWFburvq { width:14.375rem;height:1.125rem;top:18.75rem;left:21.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhBpGZK3Ro3FKEdqEazcWElJhh4ymEJW { width:12.8125rem;height:11.8125rem;top:5.6875rem;left:23rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odB6Ze5fdX9EhqCfPzAf65tW7iM5La9W { width:4.6875rem;height:4.6875rem;top:1rem;left:31.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe { display:block; }#nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fixBG3esOsNPMETfqXaXlQn0M9PUrWOV { width:47.75rem;height:3.4375rem;top:5.5rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGg4DRXhmUVI317qzZy78OSluazCu7Gv { display:block; }#IGg4DRXhmUVI317qzZy78OSluazCu7Gv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyrPLaAen7hvAVst034XQCZgZVIQv6zs { width:13.625rem;height:9.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKuNySU9BbtZ3n9E9ZdthIKvs4gTVem4 { width:13.75rem;height:9.125rem;top:1.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRQNInSwamGrHVmkfsf1p2t1dzTmHyHF { width:13.625rem;height:9.0625rem;top:1.5625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2NlXrqEkJmoJRclKWR55UEhbM53mATJ { width:13.75rem;height:9.125rem;top:1.5625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM { display:block; }#nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvtzlWGEoLoGiL3OxMuOxC4Ria92RJIx { width:13.625rem;height:9.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GykfkPdrUaXPw3aJ2P8knEEMWSsOqAqk { width:13.625rem;height:9.0625rem;top:1.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdxemWpyozkN5h0yMB14k25Or0PwuROB { width:13.75rem;height:9.125rem;top:1.5625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhVN3WLSvG7XbTTryWeJry6S3SK6B0PM { width:13.75rem;height:9.125rem;top:1.5625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX { display:block; }#KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRQFFXQRGkoeAdSScFcThoiDXFPdiTg7 { width:13.75rem;height:9.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcsEkV9h7DwPS2csOgo61CGt1F0z0Tpm { width:13.75rem;height:9.125rem;top:1.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ3r9lAaGuEyLUI95cRnrRxy2DtEHOZG { width:13.75rem;height:9.125rem;top:1.5625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq0Hne1eoJG8HPwiuRWQ1d0d7gdO817a { width:13.75rem;height:9.125rem;top:1.5625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg { display:block; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5LN0TAKHM5lu97yKTicoKdpK4CHF5Oa { width:47.75rem;height:;top:4rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4OFqeD4cwytVZGQ7mFek5hhuXDXiJmT { width:42.5rem;height:3.8125rem;top:8rem;left:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-regular-label { width:31.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-text { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-text {padding-top: 0; padding-bottom: 0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-textarea { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-select { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-select {padding-top: 0; padding-bottom: 0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-button { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-checkbox-label { width:30.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m  { width:31.6875rem;height:auto;top:11.9375rem;left:6.78125rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .radio-container { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m {display:block;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m { width:31.6875rem;height:auto;top:11.9375rem;left:6.78125rem; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #yKLHDTXFMwGecTOMe2xWuW05dLTp3ZZG {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #fX4MFlEThBbIsOJnz9L5RV0Ex90Vw0Ag { display:none; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #LDRUGKHsKEUT0ac4NlwIusOL4nQcGN4J {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #K2Xmk7oQhKmhk5E7GgLQdcBbF052ycax {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #A0l4ellNeFNiIM1dk7Qx3U48ahTvOc7P { display:none; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #aEswki3mPeXGx6BE36HBse0tw58erCtq {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #nEGSsUlf3tqfkHrEkWEkChAN3hVSbXBE {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #lhS1omDkOk0AoJpFeQTiSeNukksu3H9L { display:none; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #JTpHZJ3TDXkonzHMSZNaAwM2AfWPPGZH {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #QA7qJ8foDBdXwnzwbivsv4v7Uy3KEaXl {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #t1ZXVfZE1J68roxWV9ckNAnIObIUtz6g { display:none; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #DrbZxnBBp9ofBQXyGhNLlDXKAJiR9wgP {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #NTzb8ecG6PixHv1ozwkNaNcVlpQVx9A5 {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #qBaZ4JqCRB3zag8bGi9AZNXZea5vGd55 { display:none; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #fWrtn2wsPT7rnrxeUBKye0z1AkyBL2h9 {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #mt7GEVQG18se0OoHAMZF12ueB4WuV2U6 {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #R7uHaRWagwss5An6nunq7Js7TslNl203 { display:none; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #rwPz4SXGzaPff1AquReQX9dDHm7BRcZ6 {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #LfhGv0hrMZTNht0iuKo3XDTNLmHIdHDK {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #ORmzBFoQzipxWGSW8NivxtCcgtLNkBBs {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #bbI6pE9QgJeHWGt1RIAnZlv6RcfebFdt {  }
 }@media only screen and (max-width: 763px) { #uLT6UcqfDNiIPa0dPXnLfgS2f3a0KdPM { display:block; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #MQThTT3SgTOcMNsWW1IFgilAHKskEPvO {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #DGDFqVk0uaMTr39GlmFGBDrJ9quwLuJ7 {  }
 }@media only screen and (max-width: 763px) { #OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm { display:block; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZhQOerVwwONWOm9Q7qL8bZGs6mOMIUJ { width:8.1875rem;height:0.9375rem;top:1.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfc9JLMvSNQKAZatX9Ov7QOSHcEnFlNJ { width:5.3125rem;height:1.25rem;top:1.75rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxJHRMGpZIgqw66uzqzDP0s8pEtzH7Qw { width:8.1875rem;height:0.9375rem;top:1.875rem;left:39.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGTmVAlVCeHHFBOs6vDoSUe2elFNdhg1 { width:5.1875rem;height:1.5440421848696rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOpqlpWAsystoWwTXVDRRlcUM0iuk0Cr { width:3.5625rem;height:1rem;top:1.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKuX81pilcXPPdBqkrTPnacU7Hn5D36r { width:9.75rem;height:1.25rem;top:1.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#0099cd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d0df00;display:block; }#pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT > .row .container { background-color: transparent; background-image: none; }#pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT > .row .container > .video-iframe-container { display: none; }#pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT > .row > .video-iframe-container { display: none; }#pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT > .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); }#pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT > .row .container { border-width: 0; border-radius: 0; }#pbf69m5hT1GVGWxOGv7lvIKNnDGqcDiT > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiSheZuakMGxIb80vUxRBb2FizaD2aDJ { width:8.5rem;height:1.5rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pys3vUOAdBrbB37OJrDv3gWELOtDwwfO { width:8.75rem;height:3.125rem;top:9.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL9075ub8s1ZWZJ97tmdrTHb4doGVZcq { display:block; }
 }@media only screen and (max-width: 763px) { #iCiPOpaiGHsPSkc3pWbEw0Wa7Xg18veA { width:5.8125rem;height:3.125rem;top:13.4375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMOOG1RHAuT5UwA8G3ZfDTbmJv7IHXs7 { display:block; }
 }@media only screen and (max-width: 763px) { #fDvmRbrDscZvM4ArQa8J3dqFi1zJATzs { width:8.375rem;height:3.125rem;top:17.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwnzzKzOOrnSw8mbNe33rCgWv4nuTkoc { display:block; }
 }@media only screen and (max-width: 763px) { #Byn6AHSBy0nV0737JMTASxwuWdB7vNhP { width:5.3125rem;height:3.125rem;top:20.9375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbtiMGR7QglbKtmEN6XCFA4hA7WrqgTq { display:block; }
 }@media only screen and (max-width: 763px) { #Xfc6If3abp5IqEsPw1ztdxLmwNMML0AT { width:8.375rem;height:3.125rem;top:24.9375rem;left:5.8125rem;background-color:#d0df00;background-image:none;color:#0099cd;box-shadow: 0rem 0rem 0.3125rem #d0df00 ;display:block; }
 }@media only screen and (max-width: 763px) { #fpVr4SQHKbAxemkO7QxW2FF3BHzU2Qv4 { display:block; }
 }@media only screen and (max-width: 763px) { #sBfP4Ah4dNFtKJmP8CJBAC0TADb2ft4d { top:1.1875rem;left:17.5rem;width:2.5rem;height:2.5rem;z-index:15004;color:#ffffff;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0dAUmz67D2b6paiulTHFG0szi2kOr2o { width:5.8125rem;height:3.125rem;top:6.0625rem;left:7.125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #MeZUztiF8cwa572nOTJMVvNJTEPGUVfC { display:block; }
 }@media only screen and (max-width: 763px) { #lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu { position:relative;z-index:auto;display:none; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #skgGdALdf66mPUFaGNbNo0ChQ8qIcwck { width:11.625rem;height:2.0625rem;top:1.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ruh0S4QlwvkxIVRUeRSRMwVptGH7bz3i { width:8.75rem;height:3.125rem;top:1.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns2eQMDgPKIsXE52k1379xxpIShGNuZI { display:block; }
 }@media only screen and (max-width: 763px) { #XKwJylr8FKdTm30birFOkwmRMAF2gMoA { width:5.8125rem;height:3.125rem;top:1.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtlEgCroQVX0oxWh4XqzDHPOSwdBFKvP { display:block; }
 }@media only screen and (max-width: 763px) { #tW6kdpDxkDkEXzHt6V8JsvNkM9KdIWgN { width:8.375rem;height:3.125rem;top:0.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZswSFgtu8vAR7HhlrQKAurTEQuPaLIsr { display:block; }
 }@media only screen and (max-width: 763px) { #sMkAMmGulm71iL4kg0TBHBZhWu83KhvH { width:5.3125rem;height:3.125rem;top:1.375rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIQZ5iQCl7DlyikMoOgAgoPSAnIRUM4X { display:block; }
 }@media only screen and (max-width: 763px) { #TVuLwUWz7oJdcZDv27vHFzPIIG3l0AWa { width:8.375rem;height:3.125rem;top:1.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiKxPMmrH43UMD24yHlg2oTSLWX58bZq { display:block; }
 }@media only screen and (max-width: 763px) { #Opx0rTZXzUqfLXI0u9k0PVp25KRTdAvT { width:5.8125rem;height:3.125rem;top:5.75rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpdqwRdJ1Gsl3RoIJVwVsK4VBPiFJ3RD { display:block; }
 }@media only screen and (max-width: 763px) { #QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3 { display:block; }#QewpwpQ7A7DQLhT8L8GkOCmoZmJJV1N3 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f78d0519-ad8d-42f4-8a7a-6377fd318c81/SzkolenieInvisalign32.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,153,205,0.78); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,153,205,0.78); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQt8pruoUZTTEkfgQHiT279VLN3qXEn6 { width:20rem;height:7.7988125rem;top:3.125rem;left:0rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PU0JXtH2iaxBnk77ix07WgIIbLpaLnLC { width:13.75rem;height:2.8125rem;top:20.1875rem;left:3.1250001192093rem;color:#d0df00;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3d9Cf939v1NpMHiTfQDSTPm9hrxoN3 { display:block; }
 }@media only screen and (max-width: 763px) { #wC0q9Wq71NH67DBSG1HtOSqFKIhCs7Ky { width:13.75rem;height:2.8125rem;top:24.25rem;left:3.1250001192093rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b4xcWgVQLFF6J4iBwTwQrfI9OdNxB7u4 { display:block; }
 }@media only screen and (max-width: 763px) { #l1giR1DhGOrhkCCC6igN9V50rfgIto1m { width:20rem;height:3.65625rem;top:15.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiTkXag2mwhKWszPvFUuktND5UvRtVN8 { width:20rem;height:1.80625rem;top:12.25rem;left:0rem;font-size:1.0625rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A { display:block; }#V7lmeGuRh0qHFJvrPcOJmlJb8dw3x59A > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHI7fE7t6689PMqe5TBqNquAcu6agPvQ { width:11.4375rem;height:5.25rem;top:12.375rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #attc21J43TU9JFTiXbLHy6xKawsad8CM { width:19.625rem;height:5.19921875rem;top:2.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bsXTcofoaagi4aWZqNP4ySNMWsC2s6e3 { width:20rem;height:2.5996125rem;top:8.44921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIxskMtI0SvqZzEuVpamD6xxCvrgHVuD { width:1.375rem;height:1.29980625rem;top:5rem;left:18.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BAu44horx65UO4iRKeBO002s5uhF0qis { display:none; }#BAu44horx65UO4iRKeBO002s5uhF0qis > .row .container { width:20rem;height:72.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pyUtuUe2vAPN0DHpsJoX0IN0iEgNBVBx { width:20rem;height:13.125rem;top:59.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9RwCsTadlLNKMCtMp2FFC2fodsfGIJa { width:20rem;height:9.425rem;top:4.3749995231628rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #suDEWmXzTfvQOWVhBTvaNf5PHJxvP9zt { width:9.125rem;height:5.28125rem;top:18.1875rem;left:5.4375rem;font-size:4.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OhZO2smmlOVoVRM9ZMiaK9EWDBbxZoZs { width:9.125rem;height:5.28125rem;top:31.312499523163rem;left:5.4375001788139rem;font-size:4.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHoZPy8hv4vfQirveDATJ8AG5oHvD6Ne { width:9.125rem;height:5.28125rem;top:46.3125rem;left:5.4375rem;font-size:4.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzTRt4caFZixTcHAa0dihnlLqBdDovyz { width:13.6875rem;height:4.125rem;top:23.46875rem;left:3.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz7hDKPW23WghsXT1TDnPln722cBsqlH { width:18.1875rem;height:4.125rem;top:36.59375rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdF1xxQ2i1g0Ns5y9XAy1myNXFO4LSRt { width:19.375rem;height:4.125rem;top:51.59375rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHLPMp60xI5y8x8sCy8Tp2TOkTgsallg { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/89d4f93c-9505-467d-ab0c-7228d10e0b6d/toitero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#tHLPMp60xI5y8x8sCy8Tp2TOkTgsallg.adaptive-delivery-prevent-bg, #tHLPMp60xI5y8x8sCy8Tp2TOkTgsallg.lazyload, #tHLPMp60xI5y8x8sCy8Tp2TOkTgsallg.lazyloading { background-image: none; }#tHLPMp60xI5y8x8sCy8Tp2TOkTgsallg > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DrQKy8VtUo0cdLcAnNE4TMZX7ulh8RWJ { width:17.1875rem;height:7.1484375rem;top:1.0937519073486rem;left:1.4062502384186rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHObQ88HopoHvW1XZicbTchlunecOyfS { width:20rem;height:0;top:18.375000476837rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MDN25nwhTJw2cwPhomA8VXMuJE4ofENw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89d4f93c-9505-467d-ab0c-7228d10e0b6d/toitero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#MDN25nwhTJw2cwPhomA8VXMuJE4ofENw.adaptive-delivery-prevent-bg, #MDN25nwhTJw2cwPhomA8VXMuJE4ofENw.lazyload, #MDN25nwhTJw2cwPhomA8VXMuJE4ofENw.lazyloading { background-image: none; }#MDN25nwhTJw2cwPhomA8VXMuJE4ofENw > .row .container { width:20rem;height:73.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WqT67lvTLskds4F1sWFOlmCCAzxG33kC { width:16.25rem;height:7.8781875rem;top:14.125rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAub61BFMBrI4tStzfMnLnQoxVPviNfp { width:16.25rem;height:3.9391rem;top:35.625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKTA8gbfr36b2GaENSHGc731pkDlEp7z { width:16.5rem;height:3.93909375rem;top:50.875rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4U3H9kZFPrkv8uH54eoDOayXfC6FxHU { width:16.25rem;height:3.9391rem;top:66.1875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WADuAQapMhMRsbCa2x9AeMT6fvwpbrNk { width:19.1875rem;height:34.6875rem;top:47.75rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwWgQT2QiEVfyq3un0Cem98uBGOS1x0n { width:11.875rem;height:9.75rem;top:25.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL8Ik6yn1xBwOWSuBlFFnQUqrnia8qBq { width:10.375rem;height:6.625rem;top:42.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwMW17iVZeCCNTGvWfipT6UK5lJ0AiQ8 { width:9.6875rem;height:6.4375rem;top:58.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGbTcfQHOvudM2GuxcgBcrKiCMhsfn68 { width:20rem;height:2.4375rem;top:1.6492195129394rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qnSF09AvwFSTCmqXZAcUyTb19qO79mh7 { width:7.625rem;height:7.625rem;top:5.3749961853028rem;left:6.1875001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT9oMuIPUnyb0TqPlCtRSafSDlePz0Ae { display:none; }#DT9oMuIPUnyb0TqPlCtRSafSDlePz0Ae > .row .container { width:20rem;height:67.899871826172rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BkLpzWcDI9hTW7sa4PXVn4FarOLZMWRi { width:20rem;height:4.8739375rem;top:2.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NbUk92FxkSQsxshhZ633TZlxThmdQv6Z { display:flex;width:1.375rem;height:1.375rem;top:9.3125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #hm5yp4pkgiv0eeOTuzF6an2l3kUqTxU0 { width:20rem;height:4.78125rem;top:11.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ludgu1uScu3tEtHzvN8HxLlkBAUSPxzp { width:20rem;height:3.1875rem;top:20.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGhTI3fruEqO9CWdMbfEHiKxTJ0IuGU0 { width:20rem;height:4.78125rem;top:27.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SIamNXa4JWq8HNMSDS5RQtGt9FJHo0lo { width:20rem;height:3.1875rem;top:36.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amRkCTFvC9C1C55Zs7LvlhFCUvpgoNiz { display:flex;width:1.375rem;height:1.375rem;top:18rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #cGlMT8UZJ0mHTVOBkBHEXhO7k5q0DXm1 { display:flex;width:1.375rem;height:1.375rem;top:25.0625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #obcReSzVyh0r5tEq3ZqkX9tyU8ATHTq9 { display:flex;width:1.375rem;height:1.375rem;top:33.6875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #PFbTsJli7Ct73xnhhDnP0BWfHM3eULLc { top:43.462501525879rem;left:6.4375001788137rem;width:13.5625rem;height:24.4375rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG { background-color:#0099cd;background-image:none;display:block; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container { background-color: transparent; background-image: none; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container > .video-iframe-container { display: none; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row > .video-iframe-container { display: none; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .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); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GM0cDGw3frcJVUmRZ7WaW7yOA6ZDTJAq { width:17.125rem;height:5.361325rem;top:2.2255859375rem;left:1.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RoFlAdM2bITlbh1LL5ITz1T15OIc2Zkt { height:11.25rem;width:20rem;top:9.4736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy9g1mFKbD3ETHo5yPomMzBhBvX2Ne9F { display:none; }#Cy9g1mFKbD3ETHo5yPomMzBhBvX2Ne9F > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ppTbfAI23JoXo0B7ZBsoWKTt1HTeWLQn { width:20rem;height:3.9375rem;top:7.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaAMUxgEvhJ888FmGfZhMODSZkpaKwvb { width:20rem;height:1.31286875rem;top:28.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu8HoIgI7p1uoplzo1nOoO86FKAlAW8r { width:20rem;height:2.6257375rem;top:46.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAvKwECCMwCN36LL97Ln2DczWLUGzA3f { width:20rem;height:6.5625rem;top:12.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIGUZeX54zF0vrXgACqMMwZafhX6JOcT { width:20rem;height:5.25rem;top:31rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOmVAo7OINwOPm4o4Gp9WqgVzxtv5uIo { width:20rem;height:5.25rem;top:49.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row .container { background-color: transparent; background-image: none; }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row .container > .video-iframe-container { display: none; }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row > .video-iframe-container { display: none; }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .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); }#GSMkoGgQB6FG5lBHgoBtsi5tIyApi8F8 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoLCRygasF3Ri1OcJOWNFrOrnOaKZgGW { width:17.125rem;height:7.7988125rem;top:2.2255859375rem;left:1.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1 { display:block; }#Blnvh3ViK87bu3TRNx6qTNKzlGxnpgp1 > .row .container { width:20rem;height:109.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6e8v0adJEaLiCidD8yRmcvhAmdEnrAm { width:20rem;height:1.875rem;top:6.3125002384187rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIm5fSzk1qgc9VmxFDTpzJ2hUrk3fTsd { width:20rem;height:3.75rem;top:51.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8rM5K42HDNRrWL5z0rTT4SF0rr7FkJX { width:20rem;height:3.75rem;top:89.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1FoKy9AFKPDyDGknfgqiipMZZmxE5Et { width:16.75rem;height:31.5rem;top:8.8000005483625rem;left:2.5937499403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsFq2avT3ZGaCaGfK0uOB4NK7KTEN2Qp { width:16.875rem;height:23.625rem;top:57.0625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAGpbpKTdIqTUDNxkNirgoPMMxHLXuAF { width:15.8125rem;height:13.125rem;top:96rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnQdzpbVSsuCxVDmHaMrtxv7mLDPoB09 { display:flex;width:5.0625rem;height:5.0625rem;top:0rem;left:7.4687501788137rem; }
 }@media only screen and (max-width: 763px) { #E9ByUtmBStLQUp47BawfgRDimQ4kn5KD { display:flex;width:4.625rem;height:4.625rem;top:44.9375rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #oF1LQZNKRUBfOz0WIhEv43IsbxWdq0i9 { display:flex;width:4.625rem;height:4.625rem;top:83.5625rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #ZeUMdFvzkP9mMe9xhxG24NRk3BLi7TBF { display:flex;width:2.4375rem;height:2.4375rem;top:8.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w6TC9IT0sP7sOUP7OQqwkDOl5TTqilF5 { display:flex;width:2.4375rem;height:2.4375rem;top:13.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zf5SABzdAC9xUIN5fuTetOSZ84J1tmLJ { display:flex;width:2.4375rem;height:2.4375rem;top:26.625000238419rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iUBWWzpXsSMxgal3aweNFhXSBkqI9ImC { display:flex;width:2.4375rem;height:2.4375rem;top:33.250000476837rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HgVi4JL1lwEQTLByP2bpVip223wEiE9P { display:flex;width:2.4375rem;height:2.4375rem;top:56.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #giNqotseaD1sgSt0XmR1h71vZ3vq407z { display:flex;width:2.4375rem;height:2.4375rem;top:63.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7OOcoiXwA2prNnTXwpfRUg7D9gHJ4l5 { display:flex;width:2.4375rem;height:2.4375rem;top:69.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bmW5d8Wmhc3LAbdvycaQC4cmN0fMupk5 { display:flex;width:2.4375rem;height:2.4375rem;top:95.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PzW9HEziCVw9L13EGHZiOWDM3GfgGoSM { display:flex;width:2.4375rem;height:2.4375rem;top:99.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gs9NfKJBIhNsqTQyw2BQUPekRAdI9NVl { display:flex;width:2.4375rem;height:2.4375rem;top:104.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz8b949gZ9WUzUz6ZhA3Xh4fuMRxb6ud { display:flex;width:2.4375rem;height:2.4375rem;top:77.5625rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 { display:block; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Izt270fDo14vpZJpExKOM3OpvXL1vULi { width:13.75rem;height:2.8125rem;top:1.71875rem;left:3.1249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5C4saOSqmcUJEOpDqDm5UUxqh4wUCAG { display:block; }
 }@media only screen and (max-width: 763px) { #tCGDtVzo5IGAmigJTK79IXT2gp9aZpg1 { display:none; }#tCGDtVzo5IGAmigJTK79IXT2gp9aZpg1 > .row .container { width:20rem;height:98.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ostltPKv7VxX9znZ8cd3eJTDNP6Gp3GB { width:18.75rem;height:11.8125rem;top:7.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTr70TrlBsqFheflowNxAOfR6nKiCFxX { width:5.9375rem;height:5.9375rem;top:0rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHWz0stp3a3BWFU2V35BS4FX8zcMIlWZ { width:18.75rem;height:15.75rem;top:27.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL2NfwZlnAg1xxN4k1r3L6ZVv3wtZGnz { width:5.9375rem;height:5.9375rem;top:20.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbb9bRARmwwFVATg5ZtpZi25Aqfi6CzW { width:18.75rem;height:11.8125rem;top:52.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXCDBXW3wBkWTOB6rZPsVW9UKRrU5s45 { width:5.9375rem;height:5.9375rem;top:45.75rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx2VrRWXLBQegOPt5GD6eO9TwKQIQ37Q { width:18.75rem;height:13.125rem;top:73.6875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEqJhZaUwyl7gpZKE14eFD5Qthg2TTDu { width:5.9375rem;height:5.9375rem;top:66.875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN93UEZCnmJtO9fv1dNuk0uM0EHS8ouh { background-color:rgba(255,255,255,0.9);background-image:none;display:none; }#xN93UEZCnmJtO9fv1dNuk0uM0EHS8ouh > .row .container { width:20rem;height:66.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #azdlovyqeBGBbRyITKmy9XpX4SwwEoqu { width:18.75rem;height:14.4375rem;top:30.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhhEux0k9T9z4Ufct15TKL91TqeGaLTA { width:18.75rem;height:13.125rem;top:7.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efw5eFHpKw0plCUMPre3CvMgVm0NtdI9 { width:5.9375rem;height:5.9375rem;top:23.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvvJoJw9rW6d5b8P7B3MrxKumA4psLra { width:5.9375rem;height:5.9375rem;top:0.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2pgE14OXD51XpOpxWqSoHVVF6fFXoMJ { width:17.8125rem;height:0.9375rem;top:64.9375rem;left:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv5hOhRT81XDWNw3QeCv5bnS7yWyiKdt { width:1.0625rem;height:0.75rem;top:60.3125rem;left:10.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDsNcnclT7puHOLoLyUMQyU5Rz2fmgAz { width:17.3125rem;height:6.5625rem;top:55.125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Bct58mO2u9IG8M8wf0ikgEnohc9uJ7 { width:9.5625rem;height:9.5625rem;top:45.612502098084rem;left:5.2187501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f78d0519-ad8d-42f4-8a7a-6377fd318c81/SzkolenieInvisalign32.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5.adaptive-delivery-prevent-bg, #GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5.lazyload, #GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5.lazyloading { background-image: none; }#GqrzDX5vOlCEBEc9UPqvFbSRNlP8Qhs5 > .row .container { width:20rem;height:58.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H8icGGAuhd3R4Pllp02tSJTwZPrtMw89 { width:20rem;height:5.60485625rem;top:46.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmWrolsCpUmktGlJNeEARfgGlq4Zr1Dt { width:19rem;height:2.8125rem;top:53.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG6t36ueQcJq47NpHK67wqq5pBuaEef1 { display:block; }
 }@media only screen and (max-width: 763px) { #V7u2GvDeVT7hkvvmb0uiAksTFZtidg5c { width:20rem;height:9.3414375rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3pwmWusuAMAtWyTASm0Jq6TCIT2vuCf { width:20rem;height:31.375rem;top:12.6962890625rem;left:0rem;font-size:0.875rem;display:block; }#q3pwmWusuAMAtWyTASm0Jq6TCIT2vuCf li:before{  }
 }@media only screen and (max-width: 763px) { #iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00fd0c1a-e919-4f06-8e61-4fb277fe3984/Toinvis2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M.adaptive-delivery-prevent-bg, #iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M.lazyload, #iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M.lazyloading { background-image: none; }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row .container { background-color: transparent; background-image: none; }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0099cd; }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row .container > .video-iframe-container { display: none; }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0099cd; }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row > .video-iframe-container { display: none; }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .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); }#iItK9MhPEWQbw4ewAFx9pbmH8H8kod0M > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bi5oTPisgfEwiuqaHUJzKsRNzv2kv8DV { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GT8z3nZ94CacxPJ5311tBzsguzvqXead { width:20rem;height:1.29980625rem;top:7.697975rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe { display:block; }#FbCk8ZtHrhxeO0E911WtblWHQ7k3PZxe > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6TPMOOqJziOnWz6w7r80FcsoAi0SBAc { width:13.25rem;height:0;top:12.812501907349rem;left:3.3750001788139rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #mws8eoTym8bUADyJ5OiTgb1HCz1raXBB { width:10.9463125rem;height:2.01074375rem;top:18.875rem;left:4.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eK71v0fyBGQUDXxJe2214ZMHVTnW4Jks { display:block; }
 }@media only screen and (max-width: 763px) { #r4KBKWImZlkbnnEAALvsygR2Nx3TxtuE { width:16.3125rem;height:16.375rem;top:1.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCGeLRtPJ0gVFzlLBqlAZK0t8cF9QqGg { width:16.1875rem;height:16.4375rem;top:18.875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3xrfPpdcgFTbhMwDq2whtTCUQDM49eS { width:14.7480625rem;height:1.75rem;top:10.1875rem;left:2.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdeeiPX19T1ohUFn5Wy0IQpTazq8T3IB { width:14.7480625rem;height:1rem;top:8.5625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfii55woTBeprT9RKkTQKTlzBVCp9Q2m { width:14.7480625rem;height:1.75rem;top:5.125rem;left:2.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NfNF7OZQzkv9XmOTe3bfMz2Q4ePt0UaT { width:14.7480625rem;height:1rem;top:3.5625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvp71J9p1nuBHDvzTVcOASXykGw034Du { width:10.9463125rem;height:2.01074375rem;top:39.69824375rem;left:4.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CbATmm4uyiRZLNyK08RbUPGlvlaTDZFv { display:block; }
 }@media only screen and (max-width: 763px) { #n5JwlGKQdu4K8zFcR8RNg0OBdPbk0oxX { width:16.125rem;height:16.3125rem;top:22.13574375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VASrGz0LLiQ61J8AkadEp2LNhZMhQ1rZ { width:16.3125rem;height:16.375rem;top:39.7919921875rem;left:1.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzzVVoIcMV5kawDwXvNBJTZr0oroeyQ9 { width:14.7480625rem;height:1.75rem;top:31.07324375rem;left:2.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwCeW0MhAagKrGPhWBLvXxtXsz57UZ4y { width:14.7480625rem;height:1rem;top:29.44824375rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHFZDSk3tRZ4Jx8EMVpgDWZSLQ6Spipa { width:14.7480625rem;height:1.75rem;top:26.01074375rem;left:2.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIaPdP8fGzolAfSPe0DqR7Q42aHti4bb { width:14.7480625rem;height:1rem;top:24.44824375rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7LZpIPC8dFbB3pAyA5Q1yCyNs2T7mWT { width:10.9463125rem;height:2.01074375rem;top:60.5839875rem;left:4.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AJZq343N44hfr7NV8brx9VO27PoT3TWD { display:block; }
 }@media only screen and (max-width: 763px) { #XmNpk3U4mt5IhZbiOlo6IOkoRuEn3toC { width:16.25rem;height:16.375rem;top:42.9589875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e04w9wJ7Po9eWSXI2XkCuylKI8nEF3hf { width:16.5625rem;height:16.375rem;top:78.271484375rem;left:1.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a39G8TT0WVFzabJdDNhIhttkFm2Xkkam { width:14.7480625rem;height:1.75rem;top:51.8964875rem;left:2.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryuyNhPswryqODkg0QwtFQsOLgWMzUln { width:14.7480625rem;height:1rem;top:50.2714875rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJl8biHNQXJbwXOdEhwODTGfBZePowTU { width:14.7480625rem;height:1.75rem;top:46.8339875rem;left:2.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LtGcbJTRRp3fMfvptoblaOrIK2ZuSTmq { width:14.7480625rem;height:1rem;top:45.2714875rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVkSwTAWN0HWr687S7SWElJNTeKnoPeg { width:15.625rem;height:2.2734375rem;top:12.875rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LsLwR62xoJ3w6pvsRqEAXqB2iocM7dAb { width:15.625rem;height:2.2734375rem;top:33.76074375rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #osHEH0An8M9TKLnwkkR7uotpN5nRCblg { width:15.625rem;height:2.2734375rem;top:54.5839875rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFEIttUBTbGEUUoAso0rBRQPMRJZWmWS { display:none; }#OFEIttUBTbGEUUoAso0rBRQPMRJZWmWS > .row .container { width:20rem;height:37.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bZcVbNNsv6c9MUoMmftJGHnFzqfHP0Bw { width:14.8105625rem;height:1.75rem;top:4.0625rem;left:2.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kkshw06lRCVXLK1B7hh6CGxVMdL4GRK8 { width:10.9980625rem;height:1.4625rem;top:7.0625rem;left:4.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypkCARJmKqny4QWGkhaeaUQRxyyULhlT { width:12.4355625rem;height:2.925rem;top:9.75rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #f78NBqd4gmLb2mBQ0o9pcR6tP9vK5eba { width:11.6796875rem;height:2.7421875rem;top:13.9375rem;left:4.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d4GfFiGESHqZZtp6GQZho2qgkcVq32GJ { display:block; }
 }@media only screen and (max-width: 763px) { #JkmE42HZGcBMVVCvDNlNh0NfWqpQSAI7 { width:14.8125rem;height:1.75rem;top:20.6875rem;left:2.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9bbGpsrwkTfJnwKmNAGAVqrTuhQGy9A { width:11rem;height:1.4625rem;top:23.6875rem;left:4.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUoywE05fy8ngWLWTnSfhsq1CHZfzCuS { width:12.4375rem;height:2.925rem;top:26.375rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6HPX8DAovHxTL0ksLs7uUgt6snxFihA { width:11.75rem;height:2.8125rem;top:30.5625rem;left:4.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NaabIB1KUnzzBD7VC1ai1Da21BaT40Cz { display:block; }
 }@media only screen and (max-width: 763px) { #TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00fd0c1a-e919-4f06-8e61-4fb277fe3984/Toinvis2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca.adaptive-delivery-prevent-bg, #TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca.lazyload, #TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca.lazyloading { background-image: none; }#TPybopVwhlhVNwHk6pKTE4sPBUTZx4Ca > .row .container { width:20rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ctTlUR9hLf3DJAcm8Ggg4USIvvKxeE9W { width:11.75rem;height:2.8125rem;top:8.375rem;left:4.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #le6q2tTJLvdmUxreezxcDiZtpaxrhwGa { display:block; }
 }@media only screen and (max-width: 763px) { #LXazSl9m4VTFhfcw4rwyruOkeQ913KoE { width:17.9996875rem;height:1.4624rem;top:6.1875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7xM99xF8iBB9kesMfngxdvoUJPlP6bE { width:14.375rem;height:1.4624rem;top:4.125rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfWyOaKaLZ2DI87tvsDlQaxx7MoEbD9c { width:19.4375rem;height:2rem;top:1.3125rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx5FElTF0J7I10FmwXv07iCSxxr3Fwfb { width:11.75rem;height:2.8125rem;top:22.5rem;left:4.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BBhiSNpOsUNxBMysqKZl4wvVQlDeVzJf { display:block; }
 }@media only screen and (max-width: 763px) { #vKK8DMUVI9MWW4TJ9rEsIJTTJbTgBxtH { width:14.375rem;height:1.4624rem;top:17.5625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtSRw4Kr7DAaPHHTneNAUWcTlBAAAu7a { width:17.3125rem;height:2rem;top:14.5625rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm99F8AAfpJrQTTGKqThMcXZasM0TDxC { width:17.1875rem;height:1.4624rem;top:19.875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxfolOshJDFspekWiaegWvf1DwATXfiJ { width:12.4375rem;height:1.4624rem;top:7.5rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRmWtCN8WZdwsR7yNQ4AganIRSNao0u4 { width:11rem;height:1.4624rem;top:4.8125rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlJuXFga3xOTosEMFhkM7vZIgFXd93cy { width:14.8125rem;height:1.75rem;top:1.8125rem;left:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIdE0nwVFAAFJ1MXzRO8Z02GCg2rwzrR { width:11.75rem;height:2.8125rem;top:10.1875rem;left:4.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fCHtaAhs7x5JidFcDXU7ibgtI4HJRIad { display:block; }
 }@media only screen and (max-width: 763px) { #NeigaCFWZZa63mkETUMCFXdNWcyAZ2vk { width:14.8125rem;height:1.75rem;top:2.9375rem;left:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5RUMfIiKNPR90Dfv0ouLqBNdSpAfFzJ { width:11rem;height:1.4625rem;top:5.9375rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMzCCu6Ptgfoniu7dkb88ILolcwdSovR { width:12.4375rem;height:1.4625rem;top:8.625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhwMGD3JZNlxDMzf7M1dusKLQimKAQM7 { width:11.75rem;height:2.8125rem;top:11.375rem;left:4.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XnASWHiDtonuxy3HFK60CsbCEagaXq6m { display:block; }
 }@media only screen and (max-width: 763px) { #HTTuPTrvKoLeqHXfNmVmz2vQSRLRCuuX { width:14.8125rem;height:1.75rem;top:3.8125rem;left:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG1gNuBqlFIXa49kGH4g08Uf5ZDfv69k { width:11rem;height:1.4619125rem;top:6.8125rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V03UTbATTmPMbTNyhqeBGOTFvpoMkdS2 { width:12.4375rem;height:1.4619125rem;top:9.5rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOnxHvJUlEv2sl1mhHfmQgTyxTEUn7lb { width:11.75rem;height:2.8125rem;top:12.1875rem;left:4.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y5Hv12zpWfBEh2q3uBTrkIl586vnUyaI { display:block; }
 }@media only screen and (max-width: 763px) { #asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT { display:block; }#asMWewgtTwKo2Ohoa9x7WmlxsCqFfdvT > .row .container { width:20rem;height:116.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiBX2KD3d6G8sITJpZ2zHti5g8oCQo7W { width:14.8125rem;height:1.75rem;top:5.625rem;left:2.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g9kyfwoQ1Tn090axZFBI0SCpD2C1rzRP { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #eQuwqNozddUXlwanC7JCixMz5JXOEbhB { width:13.9375rem;height:9.207rem;top:11.4375rem;left:3rem;font-size:0.875rem;display:block; }#eQuwqNozddUXlwanC7JCixMz5JXOEbhB li:before{  }
 }@media only screen and (max-width: 763px) { #Nlyo279ruqqp81Q4A5rpcaNk0oUiDyqU { width:12.5rem;height:1.4625rem;top:8.75rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d75Z8TwfJbA07q3pxOHOXs09TLCJp24u { width:15rem;height:6.8203125rem;top:24.463282108307rem;left:2.4999999403954rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MV7quWSk8ZBZ4L6xXT2rXI2xGQ0h8we3 { width:14.5rem;height:1.4625rem;top:22.250001907349rem;left:2.7499999403954rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1fysTv28GgXvgWApVUhxPQ8e7TM9ssN { width:16.3125rem;height:1.4625rem;top:32.775782585144rem;left:1.8437499403954rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE3hkhmqsAyA1lxxaZFxwORPvsnwNyor { width:14.8125rem;height:13.441375rem;top:49.6875rem;left:2.5625rem;font-size:0.875rem;display:block; }#TE3hkhmqsAyA1lxxaZFxwORPvsnwNyor li:before{  }
 }@media only screen and (max-width: 763px) { #GxpIgLqq2xHuCumPSl1BapAu7RiMTkGp { width:12.5rem;height:2.923825rem;top:45.5rem;left:3.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S07lg1m0aJz5egauFW1gZSns1TFxLgDE { display:flex;width:3.9375rem;height:3.9375rem;top:36.9375rem;left:8.1875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #BGpaywkm031MSk8ONT2UPh6RMwl5JtV7 { width:14.8125rem;height:1.75rem;top:42.125rem;left:2.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJChNvozq805epzBm8iJEHvtckXwNyqG { width:15.125rem;height:1.4625rem;top:96.9375rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5Deie6yQKMHRR6f7TXiITxL9P2idsR1 { width:13.6875rem;height:16.027375rem;top:78.9375rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }#o5Deie6yQKMHRR6f7TXiITxL9P2idsR1 li:before{  }
 }@media only screen and (max-width: 763px) { #qfNgZiCeaBAu1x1rzEpnelAqcmf9hGfi { width:12.5rem;height:1.4625rem;top:76.25rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LoK3A2wMd57ShKWVuRznZhgzeFz0byUm { display:flex;width:3.125rem;height:3.125rem;top:67.125rem;left:8.5rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #oBmrCc1D6VDIC6vUp5IZPT8VlTtxyXmE { width:14.8125rem;height:3.5rem;top:71.5rem;left:2.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hIlTDJpouxGSMtLRJrf5IcsLT8zkbivO { width:12.1875rem;height:2.2734375rem;top:98.9375rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DuqXbAgMZ8PtzTTCCF9CuOzO0U7mtxL6 { width:15.125rem;height:5.484375rem;top:108.0625rem;left:2.4375rem;font-size:0.875rem;display:block; }#DuqXbAgMZ8PtzTTCCF9CuOzO0U7mtxL6 li:before{  }
 }@media only screen and (max-width: 763px) { #sCLS2PetNQuxSuSh4tIMuONpIXfrgutT { width:12.8125rem;height:2.923825rem;top:103.5625rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl { display:block; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpoJURkxQKw8F2ZMLmBKIhe2SmSLpAkx { width:20rem;height:1.29980625rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7QWBFGPdfA2wahNCibwe9Z4zf60Wemy { width:20rem;height:2.6rem;top:2.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ { display:block; }#FiDMRvpKcoBerMSkcyC1XyZ7NWEXuNFQ > .row .container { width:20rem;height:97.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kI1r2dzNCr33T0ifd23WGEJhi9AnGhfD { width:9.375rem;height:2.5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCRUXZvUWI3EAsJaygiXgxzOpOVxV6od { display:block; }
 }@media only screen and (max-width: 763px) { #r4VZTUCSsDVB9u9i3QguaPhuV823SHSe { width:9.375rem;height:2.5rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgnF26Xp0KZhrv7J45KvMG8VIEe6SzxP { display:block; }
 }@media only screen and (max-width: 763px) { #XWguJgFfzZvD7n3VUbxUboAnVBVK1KJp { width:0.25rem;height:87.5rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLWSzxDwvQJmzzNiIWuH7aoAu1QqFNR1 { width:18.75rem;height:10.7988375rem;top:4.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFdw4EAqsc3DBXTA10lteKwXl8El0Mx { width:9.375rem;height:2.5rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2RQMMNiMtFZlGQnE1qvXpFm86arPJrA { display:block; }
 }@media only screen and (max-width: 763px) { #HsAz6qdrmvmviIoJOiRArb8z1Q0u3WKM { width:18.75rem;height:1.79980625rem;top:20rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeNspQOH9ZOnLbLJgTavsH49MZkKzNhx { width:18.75rem;height:12.5986375rem;top:26.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti7IlPiTlNp91MJykZ2u260B3TxwCxEP { width:18.75rem;height:1.79980625rem;top:44.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz55NHdTixba2gCr2WTL4h65XcT7Gr8h { width:9.375rem;height:2.5rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8PpxzZXhwVQ1pLQ8a1OwF5WaOzGB5KN { display:block; }
 }@media only screen and (max-width: 763px) { #a4P1cXq37hG9NySdxcdAhy8FZ4rXKC41 { width:18.75rem;height:1.79980625rem;top:68.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaHIAtqc6R3U7tILsivZpqOZTd4xoOWD { width:18.75rem;height:12.5986375rem;top:51.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keD4FDwiKTVp2PsbNXCJ9uPqSsnRpJt5 { width:9.375rem;height:2.5rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaMa3nMJBTpbltDAQ6gtAIQDTtIkzWiT { display:block; }
 }@media only screen and (max-width: 763px) { #gAg6k9TO2NE8KdripcCfLMMouKleSIbp { width:9.375rem;height:2.5rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSfIvBUZIuQEw4gHgU49u5TzKCoak9Ux { display:block; }
 }@media only screen and (max-width: 763px) { #D5Nfmzn3ikcJ2PmKsuT3ieFroOuNU1OD { width:18.75rem;height:1.79980625rem;top:92.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA5BuuKFPL9nliD77MapSfSft6TqmcDA { width:18.75rem;height:12.5986375rem;top:75.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyC6Xk3aZT3A8vpEtem3epG3Am62Q52i { width:9.375rem;height:2.5rem;top:89.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uicbnGohCrn7nmP8owAhnOKHt6m31mIA { display:block; }
 }@media only screen and (max-width: 763px) { #gvgG23AJBxWhINWOS1Px12oLnogMG21x { width:9.375rem;height:2.5rem;top:71.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PstzzpNVdGTDkF06dpFaDd6mTCFZF5Va { display:block; }
 }@media only screen and (max-width: 763px) { #aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx { display:block; }#aZXUncnsM6QRCSmTNBTDHcd4bLivBAHx > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkAAkRFesxBzQ3ymv4DHDuWOOLh8dskA { width:20rem;height:2.6rem;top:1.98095703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwSgaVH0DpLMnbb8oGp38b1SqAhLiTBd { display:none; }#MwSgaVH0DpLMnbb8oGp38b1SqAhLiTBd > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nwqTNG9um7vzxJ390rThUR7HvMQNtPLN { width:20rem;height:34.125rem;top:20.9375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PTMpcBE62Ll24WIoTKJTSb5w4DuLV6pN { width:14.75rem;height:14.75rem;top:4.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AycmUhfi2n7QBf3sGheiulfEnuZ0RezH { width:14.4375rem;height:1.462675rem;top:1.8125rem;left:2.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZvfgRT5DOXgOizkREG1BHyas5w2LCfc { display:none; }#iZvfgRT5DOXgOizkREG1BHyas5w2LCfc > .row .container { width:20rem;height:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OfD2PGQ0TZcgMrTrORpI6ZbAET1vWxTo { width:20rem;height:26.25rem;top:20.9375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T65fgcmdhJD9ePDOquxJLTL8gXDR3mVI { width:14.75rem;height:14.75rem;top:4.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFT9z59Qwu1k8f7AVcCb8noXDa2IJTqr { width:14.4375rem;height:1.462675rem;top:1.8125rem;left:2.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KapTPDpI8tsyNty69gU4RkhcP1QXi3xt { display:none; }#KapTPDpI8tsyNty69gU4RkhcP1QXi3xt > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k0ImDNt6iNrCL48WfPioARqCtpb2cxsy { width:20rem;height:24.9375rem;top:23.25rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bRX6ymS98dIWTDw17dsomNKzmWU3k3IK { width:14.75rem;height:14.75rem;top:6.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6t8LEPV02yXTWz5SHnzFEagEaqv0u0L { width:14.4375rem;height:2.925rem;top:2.4375rem;left:2.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDTFuxMshSg0lx8q9ptPKnuZOxJAyPMv { display:none; }#QDTFuxMshSg0lx8q9ptPKnuZOxJAyPMv > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EuatO4luTxZ1vABKPq4w6WwUHbpyOSvu { width:20rem;height:24.9375rem;top:20.9375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Qc7zM1a7azWITTbXO6I4GHaNEo7b4AmB { width:14.75rem;height:14.75rem;top:4.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWnqb2MZBkDsVHTlcz6lVvRswMXHDk3P { width:14.4375rem;height:1.462675rem;top:1.8125rem;left:2.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AIEqZMbuHfuXurOhQfGvW2H8vaCzTHFS { display:none; }#AIEqZMbuHfuXurOhQfGvW2H8vaCzTHFS > .row .container { width:20rem;height:65.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cD2u9gg4w9aRWbpmu5eCP38fFCwPvcv8 { width:20rem;height:42rem;top:21.75rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WadLLp42MluJVIPPlddEDIeXp0uvzL0P { width:14.75rem;height:14.75rem;top:5.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8188l5FqFQhqidI5po9U92dNZtxnkE { width:20rem;height:1.462675rem;top:2.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eUsRCMwxCMlKAeFTKAe0hV99DzeKom96 { display:none; }#eUsRCMwxCMlKAeFTKAe0hV99DzeKom96 > .row .container { width:20rem;height:78.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #to9cLRbRmxNhsoW84QHGCTJetALcficO { width:20rem;height:53.8125rem;top:21.75rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZOEpV2C1FZUqsieNWyPfNyJCfnGzaUem { width:14.75rem;height:14.75rem;top:5.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lyLBCeoNIGpF5vHBBz3aGaomi8fmb7 { width:20rem;height:1.462675rem;top:2.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB { display:block; }#FzEteXnF8ynoPq9G96Ia2XqZnwRK4BNB > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFavRqxTqn2om3T5EECiu0PhvXixfHgw { width:20rem;height:22.3125rem;top:20.9375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lnB34KaeGtPEUtXPlGHhG9SagaDwTqIO { width:14.75rem;height:14.75rem;top:4.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmGNwMslS27P8y0c7KqgzenpBeqeUHH1 { width:20rem;height:1.4625rem;top:1.69970703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH { display:block; }#dP1LyXVw4aLM7FKHC1P4u5QCRUTvcBTH > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSOgnQvcr77OL9mVeRdRFKOvpIW6QfTu { width:20rem;height:32.8125rem;top:20.9375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fOETrunHtQf3f9LHTzhnpqE1LMHi5ZRq { width:14.75rem;height:14.75rem;top:4.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im5Em9JGWDDB9vbTUqt2UGm2lWGyNAqP { width:20rem;height:1.4625rem;top:1.69970703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z { display:block; }#QeT83hOTPQdDXSvEemtyNtLfNDhIT45Z > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0nuOXKGABneIP7VGN8PSUDTxoo7xHaQ { width:20rem;height:2.6rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV5HJhZXVisXeUNz0GUTx02g095l3eoD { background-color:#0099cd;background-image:none;display:block; }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row .container { background-color: transparent; background-image: none; }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row .container > .video-iframe-container { display: none; }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row > .video-iframe-container { display: none; }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .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); }#TV5HJhZXVisXeUNz0GUTx02g095l3eoD > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lizQphcLARk6TCko7Gz3U7wL3pz2JSEc { width:15.625rem;height:10.5rem;top:7.1875rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xFIFRGUK2PbUxKboVxZxxnHW2h0Bo0bm { width:17.0625rem;height:1.1375rem;top:18.9375rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzhNpFfdM8gms89GxegtgVfR03vD1ylK { width:4.6875rem;height:4.6875rem;top:1.25rem;left:7.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrI4UbEvUPgFHBdWP9tMBcvM0rTaOvxG { width:14.375rem;height:1.1375rem;top:37.69921875rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bboq4brzwuMWxhbiN58K13UbV63Erv6B { width:16.125rem;height:9.1875rem;top:27.26171875rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wu3a24aogiQ082Kl4blRxSTsgAplKwHt { width:4.6875rem;height:4.6875rem;top:21.32421875rem;left:7.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxrCfT9k1t05eRExXIDsZuxVuWFburvq { width:14.375rem;height:1.1375rem;top:57.7734375rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhBpGZK3Ro3FKEdqEazcWElJhh4ymEJW { width:15.8125rem;height:10.5rem;top:46.0234375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odB6Ze5fdX9EhqCfPzAf65tW7iM5La9W { width:4.6875rem;height:4.6875rem;top:40.0859375rem;left:7.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe { display:block; }#nMJcH2DmIvQ307uBBpDc3mdgQh0CPyZe > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fixBG3esOsNPMETfqXaXlQn0M9PUrWOV { width:20rem;height:5.19921875rem;top:0.994140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGg4DRXhmUVI317qzZy78OSluazCu7Gv { display:block; }#IGg4DRXhmUVI317qzZy78OSluazCu7Gv > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyrPLaAen7hvAVst034XQCZgZVIQv6zs { width:13.75rem;height:9.125rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKuNySU9BbtZ3n9E9ZdthIKvs4gTVem4 { width:13.75rem;height:9.125rem;top:11.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRQNInSwamGrHVmkfsf1p2t1dzTmHyHF { width:13.75rem;height:9.125rem;top:22rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2NlXrqEkJmoJRclKWR55UEhbM53mATJ { width:13.75rem;height:9.125rem;top:32.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM { display:none; }#nN5pSJKbwqTkzHT3HiMyP0Lyq5czDREM > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZvtzlWGEoLoGiL3OxMuOxC4Ria92RJIx { width:13.75rem;height:9.125rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GykfkPdrUaXPw3aJ2P8knEEMWSsOqAqk { width:13.75rem;height:9.125rem;top:11.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdxemWpyozkN5h0yMB14k25Or0PwuROB { width:13.75rem;height:9.125rem;top:22rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhVN3WLSvG7XbTTryWeJry6S3SK6B0PM { width:13.75rem;height:9.125rem;top:32.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX { display:block; }#KMVAaIXEhJFME2tQBmDKOQK6UHgGoDRX > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRQFFXQRGkoeAdSScFcThoiDXFPdiTg7 { width:13.75rem;height:9.125rem;top:0.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcsEkV9h7DwPS2csOgo61CGt1F0z0Tpm { width:13.75rem;height:9.125rem;top:11rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ3r9lAaGuEyLUI95cRnrRxy2DtEHOZG { width:13.75rem;height:9.125rem;top:21.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq0Hne1eoJG8HPwiuRWQ1d0d7gdO817a { width:13.75rem;height:9.125rem;top:31.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg { display:block; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5LN0TAKHM5lu97yKTicoKdpK4CHF5Oa { width:20rem;height:2.6rem;top:3.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4OFqeD4cwytVZGQ7mFek5hhuXDXiJmT { width:18.3125rem;height:5.60449375rem;top:7.0625rem;left:0.84375rem;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-text {padding-top: 0; padding-bottom: 0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-select {padding-top: 0; padding-bottom: 0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-weight:400;font-style:normal; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m  { width:17.5rem;height:auto;top:13.9375rem;left:0rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m {display:block;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m { width:17.5rem;height:auto;top:13.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #yKLHDTXFMwGecTOMe2xWuW05dLTp3ZZG {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #fX4MFlEThBbIsOJnz9L5RV0Ex90Vw0Ag { display:none; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #LDRUGKHsKEUT0ac4NlwIusOL4nQcGN4J {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #K2Xmk7oQhKmhk5E7GgLQdcBbF052ycax {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #A0l4ellNeFNiIM1dk7Qx3U48ahTvOc7P { display:none; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #aEswki3mPeXGx6BE36HBse0tw58erCtq {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #nEGSsUlf3tqfkHrEkWEkChAN3hVSbXBE {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #lhS1omDkOk0AoJpFeQTiSeNukksu3H9L { display:none; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #JTpHZJ3TDXkonzHMSZNaAwM2AfWPPGZH {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #QA7qJ8foDBdXwnzwbivsv4v7Uy3KEaXl {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #t1ZXVfZE1J68roxWV9ckNAnIObIUtz6g { display:none; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #DrbZxnBBp9ofBQXyGhNLlDXKAJiR9wgP {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #NTzb8ecG6PixHv1ozwkNaNcVlpQVx9A5 {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #qBaZ4JqCRB3zag8bGi9AZNXZea5vGd55 { display:none; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #fWrtn2wsPT7rnrxeUBKye0z1AkyBL2h9 {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #mt7GEVQG18se0OoHAMZF12ueB4WuV2U6 {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #R7uHaRWagwss5An6nunq7Js7TslNl203 { display:none; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #rwPz4SXGzaPff1AquReQX9dDHm7BRcZ6 {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #LfhGv0hrMZTNht0iuKo3XDTNLmHIdHDK {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #ORmzBFoQzipxWGSW8NivxtCcgtLNkBBs {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #bbI6pE9QgJeHWGt1RIAnZlv6RcfebFdt {  }
 }@media only screen and (max-width: 763px) { #uLT6UcqfDNiIPa0dPXnLfgS2f3a0KdPM { display:block; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #MQThTT3SgTOcMNsWW1IFgilAHKskEPvO {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #DGDFqVk0uaMTr39GlmFGBDrJ9quwLuJ7 {  }
 }@media only screen and (max-width: 763px) { #OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm { display:block; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZhQOerVwwONWOm9Q7qL8bZGs6mOMIUJ { width:8.187375rem;height:0.975rem;top:6.2114791870117rem;left:5.9054908752441rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfc9JLMvSNQKAZatX9Ov7QOSHcEnFlNJ { width:5.3125rem;height:1.25rem;top:3.5rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxJHRMGpZIgqw66uzqzDP0s8pEtzH7Qw { width:8.1875rem;height:0.975rem;top:1.6875rem;left:5.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGTmVAlVCeHHFBOs6vDoSUe2elFNdhg1 { width:5.1875rem;height:1.54394375rem;top:7.93603515625rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOpqlpWAsystoWwTXVDRRlcUM0iuk0Cr { width:3.5625rem;height:0.975rem;top:10.728515625rem;left:8.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKuX81pilcXPPdBqkrTPnacU7Hn5D36r { width:8.3125rem;height:1rem;top:12.077476501465rem;left:5.84375rem;overflow:hidden;display:block; }
 }