.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,224,226;--color-primary-1:255,152,158;--color-primary-2:255,48,61;--color-primary-3:128,24,31;--color-primary-4:38,7,9;--color-secondary-0:217,222,225;--color-secondary-1:130,146,157;--color-secondary-2:4,37,58;--color-secondary-3:2,19,29;--color-secondary-4:1,6,9;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:51,51,51;--color-tertiary-3:26,26,26;--color-tertiary-4:5,5,5;--headlines-font-family:"Overpass";--paragraphs-font-family:"Overpass"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c0a431a-6f42-4be4-b29f-c02fc380afb4/carouselblocksquaredoctorpatientaohs.webp");background-position:center left !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; }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg.adaptive-delivery-prevent-bg, #J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg.lazyload, #J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg.lazyloading { background-image: none; }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row .container { background-color: transparent; background-image: none; }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,37,58,0.8); }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row .container > .video-iframe-container { display: none; }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,37,58,0.8); }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row > .video-iframe-container { display: none; }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .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); }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row .container { border-width: 0; border-radius: 0; }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg::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; }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:60rem;position:relative;display:block; }#lm5NZoTzb9WJyX3nkSx9FqI0rioDXTRr { 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:4.1875rem;width:18.3125rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#RQnUTgkD6zHCxxAqpzFc9JLz4ZTJlVGQ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:13.9375rem;left:0rem;height:7.19925rem;font-style:normal;display:block; }
#TiVE9qDawDXRXgBvUTReWqeESiBygbTM { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:24.5rem;left:0rem;height:4.78125rem;display:block; }
#TnUtwcAqrmkLn15oCFx6CVH5smmPboLU { box-sizing:content-box;height:44.8125rem;width:26.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.9375rem;left:32rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);display:block; }
#Zqc9gXKLfM8Wwhqv7ccWW5xuuNElc5Wn { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:4.5rem;left:37.125rem;height:3.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-form-header {  }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #ababab;border-left:0.0625rem solid #ababab;border-right:0.0625rem solid #ababab;border-bottom:0.0625rem solid #ababab;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-text {padding-top: 0; padding-bottom: 0;}#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #ababab;border-left:0.0625rem solid #ababab;border-right:0.0625rem solid #ababab;border-bottom:0.0625rem solid #ababab;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-select {padding-top: 0; padding-bottom: 0;}#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.625rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.2; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .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; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-container:first-of-type{padding-top:0;}#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-container:last-of-type{padding-bottom:0;}#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.375rem;left:33.375rem; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1.0625rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL {display:block;}#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.375rem;left:33.375rem; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #ZU26i4L1ntRm3ghUxIdsb2Ft4Zdzi1zt { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #LDGFfnWp7wDDsaWbJGSpSpgpuanB8N5C { position:relative;display:block; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #GR6tES0pdEtflto5VsMdsEboRVtn9ulU { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #fE0aTFuoqTFB4DJbLqGeTO5zyVMDwSKw { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #ht47nnBVlbVto3eFuxCMCzdLpkr7a57H { position:relative;display:block; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #AFhkpvSVTBA2dH6mSRnxE9y7mC95mypN { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #hUTtM3sG77NfAUvKAUyDXC6MPBNu5npi { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #p6vsbFbQ4Mh1Poz2ioPARyhZguOiVwZd { position:relative;display:block; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #ZhbBoQtl19E9uZQMPTpslZTTZxXmf5np { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #b5ywktRAlefvNwGXgEcHkLBJFmDoLimk { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #HVrFeMne8VdG1pPTaGZrpAQpqCu0CHmw { position:relative;display:block; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #PbI3rT2LnIrZ8k1TsA4NsltNctoGhKKM { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #STDkH2meTG4ao6bf2zLT5QJ0rVDqpJ5L { position:relative;display:block;z-index:15000; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #l4x1FOALu7eZMpBiQANQHxDbq4Mh1Tu3 { position:relative;display:block;z-index:15000; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #IZPD1TiQEknLfMN4AgiQhNSuRzou2HZF { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #VPciF1F4g7ubZfl6T7hlOKBEyDLZZBy3 { position:relative;z-index:2; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #vmcUurxhDIDLE4OTBAcsZkFaTIiXi2hr { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #EKzNNNMoiXARuaQBHPiFMk9uTlitN6ZW { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #i5rlcPXVuqDr9yBZlT1F5rJ86XMdRWJk { position:relative;z-index:2; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #m3Q9BlnUJKWqWzZ2oMclgkzWzTqhXNiH { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #LO255itXGmzRZOD0TA5hDnWLSzS4SuX8 { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #UgErOhCXbGKAr1X7xd7XigW943hWSoat { position:relative;z-index:2; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #xIzMdSXOUp2ifqtASgyqdq5Hni1S8FiM { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #LH9st1I7mTnu9zaAAAUSCXSOzxOQbqWf { position:relative; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #DmsWPDlZvCfu5QtsD2c5BnvWfrHL5dLt { position:relative; }
#T2DFb4agRSuTQAR2FV6TS3bwKu1AbU6O { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:8.125rem;left:34.625rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#WZIF19UXK19URTBsqtJhBsKBzkgSBZLV { box-sizing:content-box;height:9.0625rem;width:26.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.125rem;left:32.1875rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-4),0.08) ;display:block; }
#eLvimx31hK5WbmfBhguwi2KnsJlaoSId { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:21.75rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#wMxL7efvsCfHNmr3p3nGy2tTSV9fGq11 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:30.5rem;left:2.25rem;height:1.59375rem;font-style:normal;display:block; }
#abftkSOeiRxiVUvCMNqg1zaTSSWyahi7 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:32.6875rem;left:2.25rem;height:1.59375rem;font-style:normal;display:block; }
#B1Vz5ZsPT2W0WQ9dq1vzhrbpnC9egtVJ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:35rem;left:2.25rem;height:1.59375rem;font-style:normal;display:block; }
#QPXpk8XLsWO3NOEEZ8FPHNL2GMXh41pz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:37.5rem;left:2.25rem;height:1.59375rem;font-style:normal;display:block; }
#V8oH58U4mzHzWmpTqVkp41K04GyxHUCT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15.8125rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.125rem;left:0rem;display:block; }
#e1JhQOlBbHgMlr4U69CJmw3niIbc4fGI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PcX3zH45dFAr6Hs36hSvIbDHdUWObo0Q { 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:1.5rem;width:1.5rem;top:30.5rem;left:0rem;overflow:hidden;display:block; }
#fP2Ki6qaFgAFWAdd0vMsgU6ugd6i5wPC { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:32.6875rem;left:0rem;overflow:hidden;display:block; }
#QuMbF2dJWOIdeVQAD0y6Za9bnbyrUAdx { position:absolute;display:block;z-index:15025;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:1.5rem;top:35rem;left:0rem;overflow:hidden;display:block; }
#iC7xXBiBeb10aa1UllP4DtNydWTbfPOB { position:absolute;display:block;z-index:15026;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:1.5rem;top:37.5rem;left:0rem;overflow:hidden;display:block; }
#MgOoCN2hOU09kklNPOHAwFeducvx0fkb { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:40.125rem;left:2.25rem;height:1.59375rem;font-style:normal;display:block; }
#BdkJcP3fzR0Pc9rVJq4dbHTQP2LZohyo { position:absolute;display:block;z-index:15028;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:1.5rem;top:40.125rem;left:0rem;overflow:hidden;display:block; }
#AVTliRz8vwoDckEtrVJllcScNvC3SUD2 { position:relative;display:block; }#AVTliRz8vwoDckEtrVJllcScNvC3SUD2 { background-color: transparent; background-image: none; }#AVTliRz8vwoDckEtrVJllcScNvC3SUD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVTliRz8vwoDckEtrVJllcScNvC3SUD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVTliRz8vwoDckEtrVJllcScNvC3SUD2 > .row .container > .video-iframe-container { display: none; }#AVTliRz8vwoDckEtrVJllcScNvC3SUD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVTliRz8vwoDckEtrVJllcScNvC3SUD2 > .row > .video-iframe-container { display: none; }#AVTliRz8vwoDckEtrVJllcScNvC3SUD2 > .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); }#AVTliRz8vwoDckEtrVJllcScNvC3SUD2 { border-width: 0; border-radius: 0; }#AVTliRz8vwoDckEtrVJllcScNvC3SUD2 > .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; }#AVTliRz8vwoDckEtrVJllcScNvC3SUD2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2 { position:relative;display:block; }#dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2 { background-color: transparent; background-image: none; }#dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2 > .row .container > .video-iframe-container { display: none; }#dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2 > .row > .video-iframe-container { display: none; }#dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2 > .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); }#dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2 { border-width: 0; border-radius: 0; }#dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2 > .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; }#dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wmM5iR041NL0hGm2KoFq62hZ5JHKMoXg { color:rgba(var(--color-secondary-2),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.4375rem;left:30rem;height:8.25rem;display:block; }
#zmeyk7UWTUncLXZySLVqyXKmsBylkTih { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:11.3125rem;left:30rem;height:4.78125rem;display:block; }
#OoRx4SVqFhf3nlRFN8ZgP988uPodXHGC { color:rgba(var(--color-secondary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.9375rem;left:32.25rem;height:1.59375rem;font-style:normal;display:block; }
#CeLZtRbtGK70yBsVKkMsP9z0AFWHCutl { position:absolute;display:block;z-index:15025;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:1.5rem;top:18.9375rem;left:30rem;overflow:hidden;display:block; }
#a9Ip4casmrJQt6DumU8ICw88QxsAf3OO { color:rgba(var(--color-secondary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:21.1875rem;left:32.25rem;height:1.59375rem;font-style:normal;display:block; }
#iMBf8TheJvkHiOZOT0STGSouqtkUnRPq { position:absolute;display:block;z-index:15027;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:1.5rem;top:21.1875rem;left:30rem;overflow:hidden;display:block; }
#Mz1wi9Xutw59r7T0zlkZoM3Poz96V3LF { color:rgba(var(--color-secondary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:25rem;left:32.25rem;height:3.1875rem;font-style:normal;display:block; }
#W7ApkMI2mT3qpz3MlhIJFFp7T2vHGpTQ { position:absolute;display:block;z-index:15029;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:1.5rem;top:25rem;left:30rem;overflow:hidden;display:block; }
#r6bn6raLuFiiK1X9QqFLfZumclov56Z5 { color:rgba(var(--color-secondary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:28.8125rem;left:32.25rem;height:1.59375rem;font-style:normal;display:block; }
#XGcybzDu7HDLAi06OZIATt9XJ8i3qRzd { position:absolute;display:block;z-index:15031;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:1.5rem;top:28.8125rem;left:30rem;overflow:hidden;display:block; }
#dJCVg6DKBQMyxQIZlOOgBRoLhHdSXbsH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:20.375rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.6875rem;left:30rem;display:block; }
#os7wxwmv0lWzrNCA7V2kQDPW1e4S3qEM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7RLTuXp6KtdSDJ8iHniv68Zv5sLalE5 { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.4375rem;width:21.375rem;top:0.34375rem;left:4.3125rem;overflow:hidden;display:block; }
#tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM { position:relative;display:block; }#tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM { background-color: transparent; background-image: none; }#tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM > .row .container > .video-iframe-container { display: none; }#tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM > .row > .video-iframe-container { display: none; }#tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM > .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); }#tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM { border-width: 0; border-radius: 0; }#tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM > .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; }#tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH > .row .container { background-color: transparent; background-image: none; }#VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH > .row .container > .video-iframe-container { display: none; }#VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH > .row > .video-iframe-container { display: none; }#VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH > .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); }#VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH > .row .container { border-width: 0; border-radius: 0; }#VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#wgovEzEi0cnJTVnsBnfXKbaPJL1pJJ7u { color:rgba(var(--color-secondary-2),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:7.4375rem;left:0rem;height:5.63671875rem;display:block; }
#cIDT17wJgHxR41DU7KvI39KfJEbV34xI { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:13.375rem;left:0rem;height:4.78125rem;display:block; }
#ia9OkSWayyMJKX2z9HTDHq19ZgnSnONr { color:rgba(var(--color-secondary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:19.375rem;left:2.25rem;height:1.59375rem;font-style:normal;display:block; }
#kNGgIKO9ZNEW5Zyw7dhW4AaGKN4o7MiQ { position:absolute;display:block;z-index:15025;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:1.5rem;top:19.375rem;left:0rem;overflow:hidden;display:block; }
#TxUVe0atwCISUCA57RnxHSx0ik700opy { color:rgba(var(--color-secondary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:21.625rem;left:2.25rem;height:1.59375rem;font-style:normal;display:block; }
#eW4kObNhC3cJucKXpodPgbcmZgLkSo0I { position:absolute;display:block;z-index:15027;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:1.5rem;top:21.625rem;left:0rem;overflow:hidden;display:block; }
#PKxQ5Ty3tSWdy0CkP5TaiHM94KagvaVB { color:rgba(var(--color-secondary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:23.875rem;left:2.25rem;height:1.59375rem;font-style:normal;display:block; }
#iXSIC9NTWDyTgdn0NeSBeU3TlDkDVomQ { position:absolute;display:block;z-index:15029;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:1.5rem;top:23.875rem;left:0rem;overflow:hidden;display:block; }
#Uan0FsnTB0bA9lrSDMvGCpeSLGU11lJa { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:20.375rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.75rem;left:0rem;display:block; }
#XKwmwz5U0JaT2Kk0KBhs0Xd3P5iVv4eX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HDF9NwvCZmCzRDdn33oVsWZfOlsxi8hr { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:29.875rem;top:5.28125rem;left:30rem;overflow:hidden;display:block; }
#mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk { position:relative;display:block; }#mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk { background-color: transparent; background-image: none; }#mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk > .row .container > .video-iframe-container { display: none; }#mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk > .row > .video-iframe-container { display: none; }#mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk > .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); }#mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk { border-width: 0; border-radius: 0; }#mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk > .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; }#mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n > .row .container { background-color: transparent; background-image: none; }#P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n > .row .container > .video-iframe-container { display: none; }#P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n > .row > .video-iframe-container { display: none; }#P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n > .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); }#P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n > .row .container { border-width: 0; border-radius: 0; }#P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#FedqpOhh9iJc6oldXcXsQbIVg2Bft2nc { color:rgba(var(--color-secondary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:0rem;left:14.125rem;height:6rem;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; }
#asI5uCPbW3WZMnKk8aoobED0bBrpxLf3 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.625rem;left:10.3125rem;height:4.78125rem;text-align:center;text-align-last:center;display:block; }
#X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N { position:relative;display:block; }#X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N { background-color: transparent; background-image: none; }#X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N > .row .container > .video-iframe-container { display: none; }#X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N > .row > .video-iframe-container { display: none; }#X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N > .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); }#X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N { border-width: 0; border-radius: 0; }#X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N > .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; }#X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT { position:relative;display:block; }#kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT { background-color: transparent; background-image: none; }#kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT > .row .container > .video-iframe-container { display: none; }#kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT > .row > .video-iframe-container { display: none; }#kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT > .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); }#kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT { border-width: 0; border-radius: 0; }#kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT > .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; }#kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QTeDOsHG26zQovzOicsZmc07H3Xlw34d { color:rgba(var(--color-secondary-2),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.0625rem;left:0.5rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UhbKhhcx4WbMNkXyOc654REUM6Q3lKPW { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9.875rem;left:0.3125rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#g81gL7k1bIoXl41TC3v495siiWWDmi3X { color:rgba(var(--color-secondary-2),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.0625rem;left:15.5rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p8GlOzSOJssIDw2yyVFT8exv1HTrTNNW { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.875rem;left:15.5rem;height:4.78125rem;text-align:center;text-align-last:center;display:block; }
#iRTTst3aHcmVEKUkdeFlArkddaXHlCA8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:9.875rem;left:30.5rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#qbOToHHUAk7CmIfFkB2QWzvwl7HlCwXI { color:rgba(var(--color-secondary-2),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4.1875rem;left:30.5rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1oPuyzx3qRNGPk6vB1nsb7NCKnfhWGe { color:rgba(var(--color-secondary-2),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:5.0625rem;left:45.5rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B8aqlUcbPMyTZbwmzfe3NrPRzKJ9mSsB { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:9.875rem;left:45.5rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#dJ8r5VP90Iy3Uu2UfEgLdPcllXGqlJvD { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.125rem;left:5.75rem; }
#V9gArTS7wDzPa3OE0qOGzPk6TJ5MvFtM { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0rem;left:20.75rem; }
#wtWAV5pNSKCXfi4W9RVU9oOCusxVwTe6 { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:0rem;left:35.75rem; }
#XKRAQ3XopbRwHSB79WEegrRctiPGRFnv { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0rem;left:50.75rem; }
#AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc { position:relative;display:block; }#AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc { background-color: transparent; background-image: none; }#AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc > .row .container > .video-iframe-container { display: none; }#AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc > .row > .video-iframe-container { display: none; }#AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc > .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); }#AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc { border-width: 0; border-radius: 0; }#AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc > .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; }#AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V { position:relative;display:block; }#t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V { background-color: transparent; background-image: none; }#t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V > .row .container > .video-iframe-container { display: none; }#t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V > .row > .video-iframe-container { display: none; }#t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V > .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); }#t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V { border-width: 0; border-radius: 0; }#t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V > .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; }#t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VzDtpUKCJqQpIkNWNFS4khxL6nVaUnAJ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:20.375rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.15625rem;left:19.8125rem;display:block; }
#Fu9M5aXImfCbcNuTwL9wLIATNN8XQrhi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K { position:relative;display:block; }#A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K { background-color: transparent; background-image: none; }#A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K > .row .container > .video-iframe-container { display: none; }#A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K > .row > .video-iframe-container { display: none; }#A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K > .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); }#A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K { border-width: 0; border-radius: 0; }#A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K > .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; }#A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iRHrPdC8hc460Q8QZephB1AVM5NTlIry { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iRHrPdC8hc460Q8QZephB1AVM5NTlIry > .row .container { background-color: transparent; background-image: none; }#iRHrPdC8hc460Q8QZephB1AVM5NTlIry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRHrPdC8hc460Q8QZephB1AVM5NTlIry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRHrPdC8hc460Q8QZephB1AVM5NTlIry > .row .container > .video-iframe-container { display: none; }#iRHrPdC8hc460Q8QZephB1AVM5NTlIry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRHrPdC8hc460Q8QZephB1AVM5NTlIry > .row > .video-iframe-container { display: none; }#iRHrPdC8hc460Q8QZephB1AVM5NTlIry > .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); }#iRHrPdC8hc460Q8QZephB1AVM5NTlIry > .row .container { border-width: 0; border-radius: 0; }#iRHrPdC8hc460Q8QZephB1AVM5NTlIry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRHrPdC8hc460Q8QZephB1AVM5NTlIry > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J > .row .container { background-color: transparent; background-image: none; }#bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J > .row .container > .video-iframe-container { display: none; }#bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J > .row > .video-iframe-container { display: none; }#bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J > .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); }#bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J > .row .container { border-width: 0; border-radius: 0; }#bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#pERoKwc9BTZZivekAizqERahH22Ury2z { color:rgba(var(--color-secondary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:0rem;left:13.125rem;height:6rem;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; }
#lS7QnKPQ1KGzQv90eOTqAfR8SoT0s05C { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6250019073488rem;left:8.78125rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#C69HqWmbSPrld9C83Vt2489Jm9I9vcLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C69HqWmbSPrld9C83Vt2489Jm9I9vcLA > .row .container { background-color: transparent; background-image: none; }#C69HqWmbSPrld9C83Vt2489Jm9I9vcLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C69HqWmbSPrld9C83Vt2489Jm9I9vcLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C69HqWmbSPrld9C83Vt2489Jm9I9vcLA > .row .container > .video-iframe-container { display: none; }#C69HqWmbSPrld9C83Vt2489Jm9I9vcLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C69HqWmbSPrld9C83Vt2489Jm9I9vcLA > .row > .video-iframe-container { display: none; }#C69HqWmbSPrld9C83Vt2489Jm9I9vcLA > .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); }#C69HqWmbSPrld9C83Vt2489Jm9I9vcLA > .row .container { border-width: 0; border-radius: 0; }#C69HqWmbSPrld9C83Vt2489Jm9I9vcLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C69HqWmbSPrld9C83Vt2489Jm9I9vcLA > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb > .row .container { background-color: transparent; background-image: none; }#c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb > .row .container > .video-iframe-container { display: none; }#c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb > .row > .video-iframe-container { display: none; }#c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb > .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); }#c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb > .row .container { border-width: 0; border-radius: 0; }#c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:60rem;position:relative;display:block; }#PFiTJ6JEsgR4729vXZBTXTJ1Tk27NeML { color:rgba(var(--color-secondary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.75rem;left:0.6875rem;height:10.2356875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ak3in8rcyUQhMo4t6C1zMBXHuvKNFKUp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.750000476837rem;left:0.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gkWVliZptZ811FSazPX8PM1y31UkoMhT { color:rgba(var(--color-secondary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.7500004768372rem;left:20.625rem;height:10.2356875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QyadLQ1lFJcgSNgOnOGN9ufb95bgCDpS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.750000476837rem;left:20.625rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p5g2EknHAcOUAws44GSQroAaczGlOuS7 { color:rgba(var(--color-secondary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.7500004768372rem;left:40.75rem;height:10.2356875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pM94f0LSEqS0N2XnSMKVhKLbrm0JtT2d { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.750000476837rem;left:40.75rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xvbJW6zCrZL7ezUrgu991SUSmRAL0GO9 { 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:4rem;width:4rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#smTvmxrMv6vkPPvMiqTCfBdQgQNGJZsP { box-sizing:content-box;height:0.1875rem;width:14.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.84375rem;left:4.728515625rem;display:block; }
#zmnma6QTrDfQ2KhfcBqrszX3Tyuf7wT6 { 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:4rem;width:4rem;top:0rem;left:20rem;overflow:hidden;display:block; }
#CvHigrFLW5agvvC2qRFcsEoWDDtJxITG { box-sizing:content-box;height:0.1875rem;width:14.625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.90625rem;left:24rem;display:block; }
#QTNZTLnS0XHJEWNLcwBxJhIe3aJqJQi5 { box-sizing:content-box;height:0.1875rem;width:14.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.90625rem;left:44.541664123535rem;display:block; }
#p3Mfyg1pTrVEHZkcRHDHPd2ggdWEoT21 { 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:4rem;width:4rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#erZcdr5BxJlK1RySdsZZEP1osOi1blKk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#erZcdr5BxJlK1RySdsZZEP1osOi1blKk > .row .container { background-color: transparent; background-image: none; }#erZcdr5BxJlK1RySdsZZEP1osOi1blKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erZcdr5BxJlK1RySdsZZEP1osOi1blKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erZcdr5BxJlK1RySdsZZEP1osOi1blKk > .row .container > .video-iframe-container { display: none; }#erZcdr5BxJlK1RySdsZZEP1osOi1blKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erZcdr5BxJlK1RySdsZZEP1osOi1blKk > .row > .video-iframe-container { display: none; }#erZcdr5BxJlK1RySdsZZEP1osOi1blKk > .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); }#erZcdr5BxJlK1RySdsZZEP1osOi1blKk > .row .container { border-width: 0; border-radius: 0; }#erZcdr5BxJlK1RySdsZZEP1osOi1blKk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erZcdr5BxJlK1RySdsZZEP1osOi1blKk > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#bTWX9tHhTJ97Q6wNPrUGoP169wy37goi { position:relative;display:block; }#bTWX9tHhTJ97Q6wNPrUGoP169wy37goi { background-color: transparent; background-image: none; }#bTWX9tHhTJ97Q6wNPrUGoP169wy37goi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTWX9tHhTJ97Q6wNPrUGoP169wy37goi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTWX9tHhTJ97Q6wNPrUGoP169wy37goi > .row .container > .video-iframe-container { display: none; }#bTWX9tHhTJ97Q6wNPrUGoP169wy37goi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTWX9tHhTJ97Q6wNPrUGoP169wy37goi > .row > .video-iframe-container { display: none; }#bTWX9tHhTJ97Q6wNPrUGoP169wy37goi > .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); }#bTWX9tHhTJ97Q6wNPrUGoP169wy37goi { border-width: 0; border-radius: 0; }#bTWX9tHhTJ97Q6wNPrUGoP169wy37goi > .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; }#bTWX9tHhTJ97Q6wNPrUGoP169wy37goi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE { position:relative;display:block; }#GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE { background-color: transparent; background-image: none; }#GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE > .row .container > .video-iframe-container { display: none; }#GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE > .row > .video-iframe-container { display: none; }#GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE > .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); }#GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE { border-width: 0; border-radius: 0; }#GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE > .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; }#GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nzl3FBAkTwfMMLxHIvAPXA21c7WlnRqH { color:rgba(var(--color-secondary-2),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.3125rem;left:31.4375rem;height:8.4550625rem;display:block; }
#BH7ll1ik26hBs7xVw0UwfM5b68s8nTFE { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.75rem;left:31.4375rem;height:11.15625rem;display:block; }
#GQyDU38U6hfIQcolN2QBXWPT2xAAmRGO { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:20.375rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.375rem;left:31.4375rem;display:block; }
#X9mgVTV14AElJikAQoQzpVHtnaNLMTBA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yiFfUongTcqb8dbdHN084PTXNTKPDq7v { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:28.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kpVEsZEHWG8dUKFCx2420WdQD2gz8yer { position:relative;display:block; }#kpVEsZEHWG8dUKFCx2420WdQD2gz8yer { background-color: transparent; background-image: none; }#kpVEsZEHWG8dUKFCx2420WdQD2gz8yer::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpVEsZEHWG8dUKFCx2420WdQD2gz8yer > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpVEsZEHWG8dUKFCx2420WdQD2gz8yer > .row .container > .video-iframe-container { display: none; }#kpVEsZEHWG8dUKFCx2420WdQD2gz8yer > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpVEsZEHWG8dUKFCx2420WdQD2gz8yer > .row > .video-iframe-container { display: none; }#kpVEsZEHWG8dUKFCx2420WdQD2gz8yer > .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); }#kpVEsZEHWG8dUKFCx2420WdQD2gz8yer { border-width: 0; border-radius: 0; }#kpVEsZEHWG8dUKFCx2420WdQD2gz8yer > .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; }#kpVEsZEHWG8dUKFCx2420WdQD2gz8yer > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JXPJBENlXlkppK4uGWGo8obTASEgLtVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d18b2f23-d8ed-4069-9119-44897335e2f4/7732Background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JXPJBENlXlkppK4uGWGo8obTASEgLtVu.adaptive-delivery-prevent-bg, #JXPJBENlXlkppK4uGWGo8obTASEgLtVu.lazyload, #JXPJBENlXlkppK4uGWGo8obTASEgLtVu.lazyloading { background-image: none; }#JXPJBENlXlkppK4uGWGo8obTASEgLtVu > .row .container { background-color: transparent; background-image: none; }#JXPJBENlXlkppK4uGWGo8obTASEgLtVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXPJBENlXlkppK4uGWGo8obTASEgLtVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXPJBENlXlkppK4uGWGo8obTASEgLtVu > .row .container > .video-iframe-container { display: none; }#JXPJBENlXlkppK4uGWGo8obTASEgLtVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXPJBENlXlkppK4uGWGo8obTASEgLtVu > .row > .video-iframe-container { display: none; }#JXPJBENlXlkppK4uGWGo8obTASEgLtVu > .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); }#JXPJBENlXlkppK4uGWGo8obTASEgLtVu > .row .container { border-width: 0; border-radius: 0; }#JXPJBENlXlkppK4uGWGo8obTASEgLtVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXPJBENlXlkppK4uGWGo8obTASEgLtVu > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#nRfCaGswnzxtWUwT8ZrOXcu9NCE9Vkpd { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:1.94986875rem;text-align:left;text-align-last:left;display:block; }
#hqDNVcN1b6SpWuUWfMpW0Bo7oyQ3gpVm { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.125rem;left:1.125rem;height:9.5625rem;text-align:left;text-align-last:left;display:block; }
#bJH0TGTcIqPIJXmSozU2DwHfPKKZWJHA { box-sizing:content-box;height:15rem;width:0.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.6875rem;left:0rem;display:block; }
#ppNBpCPh2V9fkD3XgyE4rE39hGpNhTGT { 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:14.125rem;width:18.75rem;top:4.625rem;left:41.25rem;overflow:hidden;display:block; }
#g9d90QfvCypKGlTxwtAX2D8X2wQezCLp { 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:flex;z-index:15011;opacity:1;top:17.041015625rem;left:1.125rem; }
#g9d90QfvCypKGlTxwtAX2D8X2wQezCLp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282828;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; }#xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy > .row .container { background-color: transparent; background-image: none; }#xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy > .row .container > .video-iframe-container { display: none; }#xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy > .row > .video-iframe-container { display: none; }#xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy > .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); }#xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy > .row .container { border-width: 0; border-radius: 0; }#xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#Q84f3ToU7HfdQmStPBMtdamXQx879hmg { position:absolute;display:block;z-index:15004;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.625rem;width:2.9375rem;top:0.875rem;left:10.25rem;overflow:hidden;display:block; }
#gsQ1T5GitoDogVoysAWeZTSSR6nbbGsK { color:rgba(var(--color-tertiary-1),1);display:block;width:10.25rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg { display:block; }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm5NZoTzb9WJyX3nkSx9FqI0rioDXTRr { top:3.1875rem;left:0rem;width:18.3125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQnUTgkD6zHCxxAqpzFc9JLz4ZTJlVGQ { top:13.9375rem;left:0rem;width:28.1875rem;height:7.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiVE9qDawDXRXgBvUTReWqeESiBygbTM { top:24.5rem;left:0rem;width:27.875rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnUtwcAqrmkLn15oCFx6CVH5smmPboLU { top:2.9375rem;left:20.3125rem;width:26.9375rem;height:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqc9gXKLfM8Wwhqv7ccWW5xuuNElc5Wn { top:4.5rem;left:30.625rem;width:17.125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-text {padding-top: 0; padding-bottom: 0;}#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-select {padding-top: 0; padding-bottom: 0;}#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL  { width:22.0625rem;height:auto;top:12.375rem;left:23.1875rem; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL {display:block;}#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL { width:22.0625rem;height:auto;top:12.375rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #ZU26i4L1ntRm3ghUxIdsb2Ft4Zdzi1zt {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #LDGFfnWp7wDDsaWbJGSpSpgpuanB8N5C {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #GR6tES0pdEtflto5VsMdsEboRVtn9ulU {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #fE0aTFuoqTFB4DJbLqGeTO5zyVMDwSKw {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #ht47nnBVlbVto3eFuxCMCzdLpkr7a57H {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #AFhkpvSVTBA2dH6mSRnxE9y7mC95mypN {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #hUTtM3sG77NfAUvKAUyDXC6MPBNu5npi {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #p6vsbFbQ4Mh1Poz2ioPARyhZguOiVwZd {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #ZhbBoQtl19E9uZQMPTpslZTTZxXmf5np {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #b5ywktRAlefvNwGXgEcHkLBJFmDoLimk {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #HVrFeMne8VdG1pPTaGZrpAQpqCu0CHmw {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #PbI3rT2LnIrZ8k1TsA4NsltNctoGhKKM {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #STDkH2meTG4ao6bf2zLT5QJ0rVDqpJ5L {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #l4x1FOALu7eZMpBiQANQHxDbq4Mh1Tu3 {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #IZPD1TiQEknLfMN4AgiQhNSuRzou2HZF {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #VPciF1F4g7ubZfl6T7hlOKBEyDLZZBy3 {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #vmcUurxhDIDLE4OTBAcsZkFaTIiXi2hr {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #EKzNNNMoiXARuaQBHPiFMk9uTlitN6ZW {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #i5rlcPXVuqDr9yBZlT1F5rJ86XMdRWJk {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #m3Q9BlnUJKWqWzZ2oMclgkzWzTqhXNiH {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #LO255itXGmzRZOD0TA5hDnWLSzS4SuX8 {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #UgErOhCXbGKAr1X7xd7XigW943hWSoat {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #xIzMdSXOUp2ifqtASgyqdq5Hni1S8FiM {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #LH9st1I7mTnu9zaAAAUSCXSOzxOQbqWf {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #DmsWPDlZvCfu5QtsD2c5BnvWfrHL5dLt {  }
 }@media only screen and (max-width: 763px) { #T2DFb4agRSuTQAR2FV6TS3bwKu1AbU6O { top:8.125rem;left:25.625rem;width:22.125rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZIF19UXK19URTBsqtJhBsKBzkgSBZLV { top:3.125rem;left:20.8125rem;width:26.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLvimx31hK5WbmfBhguwi2KnsJlaoSId { top:21.75rem;left:0rem;width:27.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMxL7efvsCfHNmr3p3nGy2tTSV9fGq11 { top:30.5rem;left:0rem;width:14.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abftkSOeiRxiVUvCMNqg1zaTSSWyahi7 { top:32.6875rem;left:0rem;width:14.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1Vz5ZsPT2W0WQ9dq1vzhrbpnC9egtVJ { top:35rem;left:0rem;width:14.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPXpk8XLsWO3NOEEZ8FPHNL2GMXh41pz { top:37.5rem;left:0rem;width:14.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8oH58U4mzHzWmpTqVkp41K04GyxHUCT { width:15.8125rem;height:3rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1JhQOlBbHgMlr4U69CJmw3niIbc4fGI { display:block; }
 }@media only screen and (max-width: 763px) { #PcX3zH45dFAr6Hs36hSvIbDHdUWObo0Q { top:30.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP2Ki6qaFgAFWAdd0vMsgU6ugd6i5wPC { top:32.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuMbF2dJWOIdeVQAD0y6Za9bnbyrUAdx { top:35rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC7xXBiBeb10aa1UllP4DtNydWTbfPOB { top:37.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgOoCN2hOU09kklNPOHAwFeducvx0fkb { top:40.125rem;left:0rem;width:19.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdkJcP3fzR0Pc9rVJq4dbHTQP2LZohyo { top:40.125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVTliRz8vwoDckEtrVJllcScNvC3SUD2 { display:block; }#AVTliRz8vwoDckEtrVJllcScNvC3SUD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2 { display:block; }#dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmM5iR041NL0hGm2KoFq62hZ5JHKMoXg { top:2.4375rem;left:18rem;width:29.75rem;height:8.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmeyk7UWTUncLXZySLVqyXKmsBylkTih { top:11.3125rem;left:17.875rem;width:29.875rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoRx4SVqFhf3nlRFN8ZgP988uPodXHGC { top:18.9375rem;left:20.1875rem;width:27.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeLZtRbtGK70yBsVKkMsP9z0AFWHCutl { top:18.9375rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Ip4casmrJQt6DumU8ICw88QxsAf3OO { top:21.1875rem;left:20.1875rem;width:27.5625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMBf8TheJvkHiOZOT0STGSouqtkUnRPq { top:21.1875rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz1wi9Xutw59r7T0zlkZoM3Poz96V3LF { top:25rem;left:20.1875rem;width:27.5625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7ApkMI2mT3qpz3MlhIJFFp7T2vHGpTQ { top:25rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6bn6raLuFiiK1X9QqFLfZumclov56Z5 { top:28.8125rem;left:20.1875rem;width:27.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGcybzDu7HDLAi06OZIATt9XJ8i3qRzd { top:28.8125rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJCVg6DKBQMyxQIZlOOgBRoLhHdSXbsH { width:20.375rem;height:3rem;top:31.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os7wxwmv0lWzrNCA7V2kQDPW1e4S3qEM { display:block; }
 }@media only screen and (max-width: 763px) { #w7RLTuXp6KtdSDJ8iHniv68Zv5sLalE5 { top:0.3125rem;left:1.25rem;width:21.375rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM { display:block; }#tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH { display:block; }#VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgovEzEi0cnJTVnsBnfXKbaPJL1pJJ7u { top:7.4375rem;left:0rem;width:29.5625rem;height:5.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIDT17wJgHxR41DU7KvI39KfJEbV34xI { top:13.375rem;left:0rem;width:28.5625rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia9OkSWayyMJKX2z9HTDHq19ZgnSnONr { top:19.375rem;left:0rem;width:27.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNGgIKO9ZNEW5Zyw7dhW4AaGKN4o7MiQ { top:19.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxUVe0atwCISUCA57RnxHSx0ik700opy { top:21.625rem;left:0rem;width:27.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW4kObNhC3cJucKXpodPgbcmZgLkSo0I { top:21.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKxQ5Ty3tSWdy0CkP5TaiHM94KagvaVB { top:23.875rem;left:0rem;width:27.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXSIC9NTWDyTgdn0NeSBeU3TlDkDVomQ { top:23.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uan0FsnTB0bA9lrSDMvGCpeSLGU11lJa { width:20.375rem;height:3rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKwmwz5U0JaT2Kk0KBhs0Xd3P5iVv4eX { display:block; }
 }@media only screen and (max-width: 763px) { #HDF9NwvCZmCzRDdn33oVsWZfOlsxi8hr { top:5.25rem;left:17.875rem;width:29.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk { display:block; }#mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n { display:block; }#P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FedqpOhh9iJc6oldXcXsQbIVg2Bft2nc { top:0rem;left:8rem;width:31.75rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #asI5uCPbW3WZMnKk8aoobED0bBrpxLf3 { top:6.625rem;left:4.1875rem;width:39.375rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N { display:block; }#X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT { display:block; }#kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTeDOsHG26zQovzOicsZmc07H3Xlw34d { top:5.0625rem;left:0rem;width:14rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhbKhhcx4WbMNkXyOc654REUM6Q3lKPW { top:9.875rem;left:0rem;width:14.4375rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g81gL7k1bIoXl41TC3v495siiWWDmi3X { top:5.0625rem;left:9.875rem;width:14rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8GlOzSOJssIDw2yyVFT8exv1HTrTNNW { top:9.875rem;left:9.875rem;width:14rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTTst3aHcmVEKUkdeFlArkddaXHlCA8 { top:9.875rem;left:21.8125rem;width:14rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbOToHHUAk7CmIfFkB2QWzvwl7HlCwXI { top:4.1875rem;left:21.8125rem;width:14rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1oPuyzx3qRNGPk6vB1nsb7NCKnfhWGe { top:5.0625rem;left:33.75rem;width:14rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8aqlUcbPMyTZbwmzfe3NrPRzKJ9mSsB { top:9.875rem;left:33.75rem;width:14rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ8r5VP90Iy3Uu2UfEgLdPcllXGqlJvD { top:0.125rem;left:4.21875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9gArTS7wDzPa3OE0qOGzPk6TJ5MvFtM { top:0rem;left:16.15625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtWAV5pNSKCXfi4W9RVU9oOCusxVwTe6 { top:0rem;left:28.09375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKRAQ3XopbRwHSB79WEegrRctiPGRFnv { top:0rem;left:40.03125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc { display:block; }#AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V { display:block; }#t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzDtpUKCJqQpIkNWNFS4khxL6nVaUnAJ { width:20.375rem;height:3rem;top:0.125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu9M5aXImfCbcNuTwL9wLIATNN8XQrhi { display:block; }
 }@media only screen and (max-width: 763px) { #A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K { display:block; }#A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRHrPdC8hc460Q8QZephB1AVM5NTlIry { display:block; }#iRHrPdC8hc460Q8QZephB1AVM5NTlIry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J { display:block; }#bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pERoKwc9BTZZivekAizqERahH22Ury2z { top:0rem;left:7rem;width:33.75rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS7QnKPQ1KGzQv90eOTqAfR8SoT0s05C { top:6.625rem;left:2.65625rem;width:42.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C69HqWmbSPrld9C83Vt2489Jm9I9vcLA { display:block; }#C69HqWmbSPrld9C83Vt2489Jm9I9vcLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb { display:block; }#c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFiTJ6JEsgR4729vXZBTXTJ1Tk27NeML { width:18.3125rem;height:11.6875rem;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak3in8rcyUQhMo4t6C1zMBXHuvKNFKUp { width:13.75rem;height:1.375rem;top:16.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkWVliZptZ811FSazPX8PM1y31UkoMhT { width:18.375rem;height:11.6875rem;top:4.75rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyadLQ1lFJcgSNgOnOGN9ufb95bgCDpS { width:11.25rem;height:1.375rem;top:16.75rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5g2EknHAcOUAws44GSQroAaczGlOuS7 { width:18.25rem;height:10.1875rem;top:4.75rem;left:29.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM94f0LSEqS0N2XnSMKVhKLbrm0JtT2d { width:14.75rem;height:1.375rem;top:16.75rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvbJW6zCrZL7ezUrgu991SUSmRAL0GO9 { top:0rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #smTvmxrMv6vkPPvMiqTCfBdQgQNGJZsP { top:1.8125rem;left:0rem;width:14.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmnma6QTrDfQ2KhfcBqrszX3Tyuf7wT6 { top:0rem;left:15.875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvHigrFLW5agvvC2qRFcsEoWDDtJxITG { top:1.875rem;left:17.125rem;width:14.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTNZTLnS0XHJEWNLcwBxJhIe3aJqJQi5 { top:1.875rem;left:33rem;width:14.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Mfyg1pTrVEHZkcRHDHPd2ggdWEoT21 { top:0rem;left:31.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #erZcdr5BxJlK1RySdsZZEP1osOi1blKk { display:block; }#erZcdr5BxJlK1RySdsZZEP1osOi1blKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTWX9tHhTJ97Q6wNPrUGoP169wy37goi { display:block; }#bTWX9tHhTJ97Q6wNPrUGoP169wy37goi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE { display:block; }#GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzl3FBAkTwfMMLxHIvAPXA21c7WlnRqH { top:1.3125rem;left:19.75rem;width:28rem;height:8.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH7ll1ik26hBs7xVw0UwfM5b68s8nTFE { top:9.75rem;left:19.1875rem;width:28.5625rem;height:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQyDU38U6hfIQcolN2QBXWPT2xAAmRGO { width:20.375rem;height:3rem;top:25.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9mgVTV14AElJikAQoQzpVHtnaNLMTBA { display:block; }
 }@media only screen and (max-width: 763px) { #yiFfUongTcqb8dbdHN084PTXNTKPDq7v { top:0rem;left:0rem;width:28.1875rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpVEsZEHWG8dUKFCx2420WdQD2gz8yer { display:block; }#kpVEsZEHWG8dUKFCx2420WdQD2gz8yer > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXPJBENlXlkppK4uGWGo8obTASEgLtVu { display:block; }#JXPJBENlXlkppK4uGWGo8obTASEgLtVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRfCaGswnzxtWUwT8ZrOXcu9NCE9Vkpd { top:3.0625rem;left:0rem;width:32.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqDNVcN1b6SpWuUWfMpW0Bo7oyQ3gpVm { top:6.125rem;left:0rem;width:28.6875rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJH0TGTcIqPIJXmSozU2DwHfPKKZWJHA { top:5.6875rem;left:0rem;width:0.1875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppNBpCPh2V9fkD3XgyE4rE39hGpNhTGT { top:4.625rem;left:29rem;width:18.75rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9d90QfvCypKGlTxwtAX2D8X2wQezCLp { top:17rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
#g9d90QfvCypKGlTxwtAX2D8X2wQezCLp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy { display:block; }#xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q84f3ToU7HfdQmStPBMtdamXQx879hmg { top:0.875rem;left:7.1875rem;width:2.9375rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsQ1T5GitoDogVoysAWeZTSSR6nbbGsK { top:1.375rem;left:0rem;width:10.25rem;height:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c0a431a-6f42-4be4-b29f-c02fc380afb4/carouselblocksquaredoctorpatientaohs.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg.adaptive-delivery-prevent-bg, #J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg.lazyload, #J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg.lazyloading { background-image: none; }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row .container { background-color: transparent; background-image: none; }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.8); }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row .container > .video-iframe-container { display: none; }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.8); }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row > .video-iframe-container { display: none; }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .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); }#J92l9pvFT2CbGhfkRDbzAbDs3Nr8UDzg > .row .container { width:20rem;height:96.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm5NZoTzb9WJyX3nkSx9FqI0rioDXTRr { width:16.3125rem;height:3.6875rem;top:1.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQnUTgkD6zHCxxAqpzFc9JLz4ZTJlVGQ { width:20rem;height:4.5rem;top:7.478515625rem;left:0rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TiVE9qDawDXRXgBvUTReWqeESiBygbTM { width:20rem;height:6.375rem;top:14.826171875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnUtwcAqrmkLn15oCFx6CVH5smmPboLU { width:19.5rem;height:49rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqc9gXKLfM8Wwhqv7ccWW5xuuNElc5Wn { width:17.1875rem;height:3.59895625rem;top:45.75rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-text {padding-top: 0; padding-bottom: 0;}#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-select {padding-top: 0; padding-bottom: 0;}#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL  { width:17.5rem;height:auto;top:55rem;left:0rem; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL {display:block;}#CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL { width:17.5rem;height:auto;top:55rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #ZU26i4L1ntRm3ghUxIdsb2Ft4Zdzi1zt {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #LDGFfnWp7wDDsaWbJGSpSpgpuanB8N5C {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #GR6tES0pdEtflto5VsMdsEboRVtn9ulU {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #fE0aTFuoqTFB4DJbLqGeTO5zyVMDwSKw {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #ht47nnBVlbVto3eFuxCMCzdLpkr7a57H {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #AFhkpvSVTBA2dH6mSRnxE9y7mC95mypN {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #hUTtM3sG77NfAUvKAUyDXC6MPBNu5npi {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #p6vsbFbQ4Mh1Poz2ioPARyhZguOiVwZd {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #ZhbBoQtl19E9uZQMPTpslZTTZxXmf5np {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #b5ywktRAlefvNwGXgEcHkLBJFmDoLimk {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #HVrFeMne8VdG1pPTaGZrpAQpqCu0CHmw {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #PbI3rT2LnIrZ8k1TsA4NsltNctoGhKKM {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #STDkH2meTG4ao6bf2zLT5QJ0rVDqpJ5L {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #l4x1FOALu7eZMpBiQANQHxDbq4Mh1Tu3 {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #IZPD1TiQEknLfMN4AgiQhNSuRzou2HZF {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #VPciF1F4g7ubZfl6T7hlOKBEyDLZZBy3 {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #vmcUurxhDIDLE4OTBAcsZkFaTIiXi2hr {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #EKzNNNMoiXARuaQBHPiFMk9uTlitN6ZW {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #i5rlcPXVuqDr9yBZlT1F5rJ86XMdRWJk {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #m3Q9BlnUJKWqWzZ2oMclgkzWzTqhXNiH {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #LO255itXGmzRZOD0TA5hDnWLSzS4SuX8 {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #UgErOhCXbGKAr1X7xd7XigW943hWSoat {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #xIzMdSXOUp2ifqtASgyqdq5Hni1S8FiM {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #LH9st1I7mTnu9zaAAAUSCXSOzxOQbqWf {  }
 }@media only screen and (max-width: 763px) { #CR3WRRmvcJiq4HRSeOmGCnNQd5GpVLWL #DmsWPDlZvCfu5QtsD2c5BnvWfrHL5dLt {  }
 }@media only screen and (max-width: 763px) { #T2DFb4agRSuTQAR2FV6TS3bwKu1AbU6O { width:15.375rem;height:4.78125rem;top:49.375rem;left:2.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZIF19UXK19URTBsqtJhBsKBzkgSBZLV { width:19.5rem;height:10.4375rem;top:44.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLvimx31hK5WbmfBhguwi2KnsJlaoSId { width:20rem;height:1.875rem;top:12.326171875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wMxL7efvsCfHNmr3p3nGy2tTSV9fGq11 { width:14.6875rem;height:1.59375rem;top:23rem;left:2.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #abftkSOeiRxiVUvCMNqg1zaTSSWyahi7 { width:14.6875rem;height:1.59375rem;top:25.8125rem;left:2.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B1Vz5ZsPT2W0WQ9dq1vzhrbpnC9egtVJ { width:14.6875rem;height:1.59375rem;top:28.625rem;left:2.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QPXpk8XLsWO3NOEEZ8FPHNL2GMXh41pz { width:14.6875rem;height:1.59375rem;top:31.4375rem;left:2.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V8oH58U4mzHzWmpTqVkp41K04GyxHUCT { width:20rem;height:3rem;top:39.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1JhQOlBbHgMlr4U69CJmw3niIbc4fGI { display:block; }
 }@media only screen and (max-width: 763px) { #PcX3zH45dFAr6Hs36hSvIbDHdUWObo0Q { width:1.5rem;height:1.5rem;top:23.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP2Ki6qaFgAFWAdd0vMsgU6ugd6i5wPC { width:1.5rem;height:1.5rem;top:25.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuMbF2dJWOIdeVQAD0y6Za9bnbyrUAdx { width:1.5rem;height:1.5rem;top:28.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC7xXBiBeb10aa1UllP4DtNydWTbfPOB { width:1.5rem;height:1.5rem;top:31.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgOoCN2hOU09kklNPOHAwFeducvx0fkb { width:14.1875rem;height:3.1875rem;top:33.78125rem;left:2.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BdkJcP3fzR0Pc9rVJq4dbHTQP2LZohyo { width:1.5rem;height:1.5rem;top:33.90625rem;left:0.35416662693024rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVTliRz8vwoDckEtrVJllcScNvC3SUD2 { display:block; }#AVTliRz8vwoDckEtrVJllcScNvC3SUD2 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2 { display:block; }#dDnNogfyqN4ydvKIsWIL7ZZFSWvQ8FW2 > .row .container { width:20rem;height:79.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmM5iR041NL0hGm2KoFq62hZ5JHKMoXg { width:20rem;height:8.7995rem;top:36.593125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zmeyk7UWTUncLXZySLVqyXKmsBylkTih { width:20rem;height:9.5625rem;top:46.642625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OoRx4SVqFhf3nlRFN8ZgP988uPodXHGC { width:14.4375rem;height:3.1875rem;top:57.455078125rem;left:2.1875001192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CeLZtRbtGK70yBsVKkMsP9z0AFWHCutl { width:1.5rem;height:1.5rem;top:57.455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Ip4casmrJQt6DumU8ICw88QxsAf3OO { width:16.875rem;height:3.1875rem;top:61.892578125rem;left:2.1875001192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iMBf8TheJvkHiOZOT0STGSouqtkUnRPq { width:1.5rem;height:1.5rem;top:61.892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz1wi9Xutw59r7T0zlkZoM3Poz96V3LF { width:15.5rem;height:4.78125rem;top:66.330078125rem;left:2.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W7ApkMI2mT3qpz3MlhIJFFp7T2vHGpTQ { width:1.5rem;height:1.5rem;top:66.330078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6bn6raLuFiiK1X9QqFLfZumclov56Z5 { width:14.8125rem;height:3.1875rem;top:72.361328125rem;left:2.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XGcybzDu7HDLAi06OZIATt9XJ8i3qRzd { width:1.5rem;height:1.5rem;top:72.361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJCVg6DKBQMyxQIZlOOgBRoLhHdSXbsH { width:20rem;height:3rem;top:76.798828125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #os7wxwmv0lWzrNCA7V2kQDPW1e4S3qEM { display:block; }
 }@media only screen and (max-width: 763px) { #w7RLTuXp6KtdSDJ8iHniv68Zv5sLalE5 { width:20rem;height:34.093125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM { display:block; }#tmuVK2AbVMOgJk9vIntCm2SXUysqwqRM > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH { display:block; }#VDCTkuk5bRyPe6ErNKRewMS2iT52BMrH > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgovEzEi0cnJTVnsBnfXKbaPJL1pJJ7u { width:20rem;height:4.3997375rem;top:3.75rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cIDT17wJgHxR41DU7KvI39KfJEbV34xI { width:20rem;height:6.375rem;top:8.7734375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ia9OkSWayyMJKX2z9HTDHq19ZgnSnONr { width:12.5625rem;height:1.59375rem;top:16.515625rem;left:2.1250001192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kNGgIKO9ZNEW5Zyw7dhW4AaGKN4o7MiQ { width:1.5rem;height:1.5rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxUVe0atwCISUCA57RnxHSx0ik700opy { width:14.4375rem;height:1.59375rem;top:19.494792938233rem;left:2.1250001192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eW4kObNhC3cJucKXpodPgbcmZgLkSo0I { width:1.5rem;height:1.5rem;top:19.541667938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKxQ5Ty3tSWdy0CkP5TaiHM94KagvaVB { width:16.875rem;height:3.1875rem;top:22.59375rem;left:2.1250001192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iXSIC9NTWDyTgdn0NeSBeU3TlDkDVomQ { width:1.5rem;height:1.5rem;top:22.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uan0FsnTB0bA9lrSDMvGCpeSLGU11lJa { width:20rem;height:3rem;top:27.03125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKwmwz5U0JaT2Kk0KBhs0Xd3P5iVv4eX { display:block; }
 }@media only screen and (max-width: 763px) { #HDF9NwvCZmCzRDdn33oVsWZfOlsxi8hr { width:20rem;height:17.781875rem;top:31.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk { display:block; }#mxxf8iKpVvZrapUSCPEEm3Ma0kXnLcbk > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n { display:block; }#P08pDZXRTQ7S5gtp8oVOPUuZVnVUoL9n > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FedqpOhh9iJc6oldXcXsQbIVg2Bft2nc { width:20rem;height:7.19925rem;top:0rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #asI5uCPbW3WZMnKk8aoobED0bBrpxLf3 { width:20rem;height:9.5625rem;top:7.82421875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N { display:block; }#X6DNRw8JqdQKRHTdc93rHgmavKypyZ7N > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT { display:block; }#kXTTVeVQ0LCuW9pGDqPFHJ1gwXWcVJZT > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTeDOsHG26zQovzOicsZmc07H3Xlw34d { width:14.0625rem;height:3.59895625rem;top:0rem;left:3.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UhbKhhcx4WbMNkXyOc654REUM6Q3lKPW { width:14.6875rem;height:6.375rem;top:4.125rem;left:3.9375001192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g81gL7k1bIoXl41TC3v495siiWWDmi3X { width:14.6875rem;height:3.59895625rem;top:11.699871063233rem;left:3.9375001192093rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p8GlOzSOJssIDw2yyVFT8exv1HTrTNNW { width:14.6875rem;height:4.78125rem;top:15.923179626465rem;left:3.9375001192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iRTTst3aHcmVEKUkdeFlArkddaXHlCA8 { width:14.6875rem;height:7.96875rem;top:27.977867126465rem;left:3.9375001192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qbOToHHUAk7CmIfFkB2QWzvwl7HlCwXI { width:14.6875rem;height:5.3984375rem;top:21.954429626465rem;left:3.9375001192093rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P1oPuyzx3qRNGPk6vB1nsb7NCKnfhWGe { width:14.6875rem;height:3.59895625rem;top:37.146484375rem;left:3.9375001192093rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B8aqlUcbPMyTZbwmzfe3NrPRzKJ9mSsB { width:14.6875rem;height:6.375rem;top:41.369792938233rem;left:3.9375001192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJ8r5VP90Iy3Uu2UfEgLdPcllXGqlJvD { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V9gArTS7wDzPa3OE0qOGzPk6TJ5MvFtM { display:flex;width:3.5rem;height:3.5rem;top:11.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtWAV5pNSKCXfi4W9RVU9oOCusxVwTe6 { display:flex;width:3.5rem;height:3.5rem;top:21.954429626465rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XKRAQ3XopbRwHSB79WEegrRctiPGRFnv { display:flex;width:3.5rem;height:3.5rem;top:37.196617126465rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc { display:block; }#AX4wf0uekSOSJ6VcwEmmL9N23vcyE3kc > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V { display:block; }#t5kp2eD7zmFiZ6WXqTxmGPFLtQv1IV9V > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzDtpUKCJqQpIkNWNFS4khxL6nVaUnAJ { width:20rem;height:3rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu9M5aXImfCbcNuTwL9wLIATNN8XQrhi { display:block; }
 }@media only screen and (max-width: 763px) { #A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K { display:block; }#A87r6hmrSW9UhBwvTObTVyD7t60rBQ1K > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRHrPdC8hc460Q8QZephB1AVM5NTlIry { display:block; }#iRHrPdC8hc460Q8QZephB1AVM5NTlIry > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J { display:block; }#bMZAHdnyvsaXurzdf4TPEvkiSmwhhw3J > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pERoKwc9BTZZivekAizqERahH22Ury2z { width:20rem;height:7.19925rem;top:0rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lS7QnKPQ1KGzQv90eOTqAfR8SoT0s05C { width:19.25rem;height:4.38671875rem;top:7.275390625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C69HqWmbSPrld9C83Vt2489Jm9I9vcLA { display:block; }#C69HqWmbSPrld9C83Vt2489Jm9I9vcLA > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb { display:block; }#c3RUAL1vtTBEixWdfGqecdGaf0Dbuqfb > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFiTJ6JEsgR4729vXZBTXTJ1Tk27NeML { width:17.5rem;height:11.6979375rem;top:8.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak3in8rcyUQhMo4t6C1zMBXHuvKNFKUp { width:13.8125rem;height:1.3808625rem;top:20.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkWVliZptZ811FSazPX8PM1y31UkoMhT { width:19.125rem;height:10.2356875rem;top:30.391277313233rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyadLQ1lFJcgSNgOnOGN9ufb95bgCDpS { width:11.25rem;height:1.3808625rem;top:41.564453125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5g2EknHAcOUAws44GSQroAaczGlOuS7 { width:19.125rem;height:10.2356875rem;top:51.0078125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM94f0LSEqS0N2XnSMKVhKLbrm0JtT2d { width:14.75rem;height:1.3808625rem;top:62.305992126465rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvbJW6zCrZL7ezUrgu991SUSmRAL0GO9 { width:4rem;height:4rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #smTvmxrMv6vkPPvMiqTCfBdQgQNGJZsP { width:20rem;height:0.1875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmnma6QTrDfQ2KhfcBqrszX3Tyuf7wT6 { width:4rem;height:4rem;top:23.5163rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvHigrFLW5agvvC2qRFcsEoWDDtJxITG { width:20rem;height:0.1875rem;top:29.141277313233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTNZTLnS0XHJEWNLcwBxJhIe3aJqJQi5 { width:20rem;height:0.1875rem;top:49.3203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Mfyg1pTrVEHZkcRHDHPd2ggdWEoT21 { width:4rem;height:4rem;top:44.32035rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #erZcdr5BxJlK1RySdsZZEP1osOi1blKk { display:block; }#erZcdr5BxJlK1RySdsZZEP1osOi1blKk > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTWX9tHhTJ97Q6wNPrUGoP169wy37goi { display:block; }#bTWX9tHhTJ97Q6wNPrUGoP169wy37goi > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE { display:block; }#GdTBv8CF1U17vTsqTTfRQVyhSAIgaEgE > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzl3FBAkTwfMMLxHIvAPXA21c7WlnRqH { width:20rem;height:6.599625rem;top:23.47525rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BH7ll1ik26hBs7xVw0UwfM5b68s8nTFE { width:20rem;height:19.125rem;top:30.69987487793rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GQyDU38U6hfIQcolN2QBXWPT2xAAmRGO { width:20rem;height:3rem;top:51.074871063233rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9mgVTV14AElJikAQoQzpVHtnaNLMTBA { display:block; }
 }@media only screen and (max-width: 763px) { #yiFfUongTcqb8dbdHN084PTXNTKPDq7v { width:20rem;height:20.97525rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpVEsZEHWG8dUKFCx2420WdQD2gz8yer { display:block; }#kpVEsZEHWG8dUKFCx2420WdQD2gz8yer > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXPJBENlXlkppK4uGWGo8obTASEgLtVu { display:block; }#JXPJBENlXlkppK4uGWGo8obTASEgLtVu > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRfCaGswnzxtWUwT8ZrOXcu9NCE9Vkpd { width:20rem;height:1.94986875rem;top:3.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqDNVcN1b6SpWuUWfMpW0Bo7oyQ3gpVm { width:18.3125rem;height:9.5625rem;top:6.5625rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJH0TGTcIqPIJXmSozU2DwHfPKKZWJHA { width:0.1875rem;height:10rem;top:4.44921875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppNBpCPh2V9fkD3XgyE4rE39hGpNhTGT { width:18.75rem;height:14.125rem;top:25.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9d90QfvCypKGlTxwtAX2D8X2wQezCLp { display:flex;width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem; }
#g9d90QfvCypKGlTxwtAX2D8X2wQezCLp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy { display:block; }#xe850GsyTTJhgtZbvQ0y6yLhsW4Sfdmy > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q84f3ToU7HfdQmStPBMtdamXQx879hmg { width:3.5625rem;height:2rem;top:3.79948125rem;left:8.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #gsQ1T5GitoDogVoysAWeZTSSR6nbbGsK { width:12.375rem;height:1.29980625rem;top:1.875rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15006;font-family:poppins;display:block; }
 }