.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:247,250,249;--color-primary-1:227,239,235;--color-primary-2:199,222,214;--color-primary-3:100,111,107;--color-primary-4:30,33,32;--color-secondary-0:254,236,218;--color-secondary-1:255,200,118;--color-secondary-2:252,162,72;--color-secondary-3:151,97,43;--color-secondary-4:50,32,14;--color-tertiary-0:224,225,228;--color-tertiary-1:152,155,166;--color-tertiary-2:49,55,77;--color-tertiary-3:25,28,39;--color-tertiary-4:7,8,12;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#3a3a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bb69ae14-3b39-476d-9fd0-cbbe4252f377/Untitleddesign.png");background-position:top right !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; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.adaptive-delivery-prevent-bg, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyload, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyloading { background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { background-color: transparent; background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .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); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { border-width: 0; border-radius: 0; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#ZzGxX9eLluTiVLseT69uzHyTgf7B7tmg { color:#ffffff;display:block;width:44rem;position:absolute;font-family:montserrat;font-size:4.1875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.625rem;left:31rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyBtJWxpRD15BfmFlaQnGnriig5hR1nF { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.6875rem;left:37.34375rem;height:4.7504375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlMruJ9FEVV5aHP1gJkGqTwXQmPBEDJA { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.9375rem;left:36.65625rem;height:2.75010625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gsrLWdGLu0HQNZvlHW7ZINWFv1zTsMxd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:7rem;top:2.0625rem;left:34rem;overflow:hidden;display:block; }
#DM9RRTQzrvxKsN0fgvmHOTCtIDcBC9o0 { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.125rem solid #f8f8f8;border-left:0.125rem solid #f8f8f8;border-right:0.125rem solid #f8f8f8;border-bottom:0.125rem solid #f8f8f8;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:30.84375rem;left:47.0625rem;display:none; }
#y82y6IAW9TfogzPouSf9gU889Mle7Tef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { background-color: transparent; background-image: none; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container > .video-iframe-container { display: none; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row > .video-iframe-container { display: none; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .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); }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { border-width: 0; border-radius: 0; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#NsywVkQSCqpf51SXza1u0tb6sKTzIO8I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:8.25rem;top:0.75rem;left:3.4375rem;overflow:hidden;display:block; }
#ghtBw81r8QbarTk4op1BXA2yTy1aIXT6 { 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:4.93706875rem;width:10rem;top:0.4375rem;left:13.125rem;overflow:hidden;display:block; }
#nBRhVtDPVRtqrrVvNf8G3MLX5daJL7dK { position:absolute;display:block;z-index:15005;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:5rem;width:10.1248125rem;top:0.40625rem;left:23.125rem;overflow:hidden;display:block; }
#py2aZ0sfmIMHMGb8u2QWkN1gXdkFxKDz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:11.25rem;top:0rem;left:31.875rem;overflow:hidden;display:block; }
#wIWgcmTlTbEcNMiJtOx9NCSgBRix6T16 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9.8125rem;top:1.28125rem;left:43.125rem;overflow:hidden;display:block; }
#Xvm6yv1NzCqDEgBNKS6Zn8FId9cM40RH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06239375rem;width:10.2495625rem;top:0.75rem;left:54.790367126465rem;overflow:hidden;display:block; }
#ubTe5qzZc1aIDWh2gvMTC0Ikq6LE4HJ1 { 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:4.49978125rem;width:9.3120625rem;top:0.65625rem;left:64.998703002931rem;overflow:hidden;display:block; }
#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { background-color: transparent; background-image: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container > .video-iframe-container { display: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container { display: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .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); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { border-width: 0; border-radius: 0; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#GTRAZ2621C50n8bR3PfuUh6TzDmCc8Cx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:25.5rem;top:0rem;left:24.75rem;overflow:hidden;display:block; }
#poNSwfeXZs88LpSF7XmePazGZaR2xCcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { background-color: transparent; background-image: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container > .video-iframe-container { display: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container { display: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .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); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { border-width: 0; border-radius: 0; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { font-size:0.875rem;font-family:arial;height:71rem;width:75rem;position:relative;display:block; }#bNkJQZVcwTfbEOifQFu9nLsFr3be02i4 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.1875rem;left:21.875rem;height:3.0872375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JEVGDa5P4WI5BI6Crb0h1xrbHfekIcE7 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15034;line-height:1.1;letter-spacing:0;top:11.8125rem;left:12.125rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#JT0f5WIk5wRpE9EGtrfdyqTF2mBNxCOq { position:absolute;display:block;z-index:15035;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.625rem;width:75rem;top:14.1875rem;left:-37.5625rem;display:none; }
#zhTlqIdklQpbG3sOWbDZaVDiwQJtlvrS { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:13.875rem;left:19.9375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#GGTwtRCvHq909CkgpcJccxuCDhCMJEIS { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#ffffff;background-image:none;top:11.4375rem;left:36.125rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#ibTPSnimTXBtRDhDM0HVkwo25xHWcSCU { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15057;background-color:#ffffff;background-image:none;top:38.125rem;left:36.125rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#RQ9Rk6CWMAim9pqzbe9sdUDvASLt2W5i { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:68.875rem;left:40.375rem;display:none; }
#Zd3faAnM2ahgCqebiXzxDIUbUXkFIRSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XVvwRczrB47ffHT2mzldCqbPlbLK1rsd { box-sizing:content-box;height:44.1875rem;width:0.0625rem;position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:none;top:13.875000715256rem;left:37.385417938233rem;display:block; }
#sz0QFGKedVJUatGqmrT3bm1iv9wUl4yk { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:25.5625rem;left:15.375rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Syfz2bIGGIvdmypTGSFD7q072xKvUQUC { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:16.375rem;left:15.375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Zl170AzyZtvl3gEUAl0AB1yttW6iWZDX { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:21.125rem;left:23.3125rem;display:block; }
#cPtKXaDXyutPZkT0MVoAE4uL5d2MDml4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAn83Am9kCEwuCEyNJBTbL3c7MhDdE0o { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:31.6875rem;left:23.3125rem;display:block; }
#aghPg4OEDsdiiQxpJRhqQ9AFO7TOtHNM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rebL99iczV6J6vxgpwr8JELPRdTbo4m3 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:48.375rem;left:39.75rem;display:block; }
#A2bf5Q2lItAlXlAtW1SOZoXfiVyzWZg2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZToVtgu39M0nfGywoM1OPNs9HTcAWIJS { color:rgba(var(--color-tertiary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:43.3125rem;left:40.5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qZqXLZJr85ZIluOrymTAAoxFfvLuIkyz { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:41rem;left:40.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#V6VPJFgdStVyGXpRTaWLpTfZSEcdFygh { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:38.5rem;left:40.5rem;height:2.0625rem;text-align:left;text-align-last:left;display:block; }
#Sh6cM1HFPA6dLmTW5eh0GMDTAdneGiT0 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:18rem;left:20.5625rem;height:1.13736875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#F1wszcKyfQu1DbLVW9r8RxsAJUGrWX4H { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:28.8125rem;left:25.5625rem;height:2.2747375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rPrPI2XRTmka7VdGCztFol6rDn92RDVo { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:19.125rem;left:20.375rem;height:1.13736875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#M8knFQe8BKZhx0SlEAq5EXpvT0PZlpLQ { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:30.0625rem;left:25.5625rem;height:1.13736875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bh5y2myroq8XqM9wvdbu8hH3DtLhQpap { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:46.5625rem;left:40.5rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K4qgFRBBaSSG1k9ZX6vsDhxmhmTK2sTq { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:45.4375rem;left:40.5rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row .container { border-width: 0; border-radius: 0; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:none; }#r0GqqIICDu0N4Jv7wMW54J29kpt0R5cX { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.0810546875rem;left:18.28125rem;height:3.0874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FnpS4VADEH9xiPL8ObpuTLovNd6Rb2Vd { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:6.16748046875rem;left:18.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row .container { border-width: 0; border-radius: 0; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:none; }#Gocab37BOBvPVu6zUnvGGmEO0tqotIZu { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.3125rem;left:3.6875rem;height:8.77440625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nMLoLRDF5AGfhe4QzEbyQ2eMdLoPvwcX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:1.3125rem;left:0.875rem; }
#yiKbtrbTKQIqOzaoQwd0NQ6gFO0zPTtn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:1.3125rem;left:19.625rem; }
#WLVkJFffLO2hGrJBsVM3PIoGBc5wUIBh { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:1.3125rem;left:22.4375rem;height:8.77440625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H48fimT4zN5LhyEmRBewislR1wBPabs5 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:1.3125rem;left:41.25rem;height:8.7744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LtBDKhyoLbPoZlQmwimeUQwr444nC0eW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:1.3125rem;left:38.4375rem; }
#UeS2q6Obpem9EeTy1hFBvE8PNvVtosWF { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:1.3125rem;left:60rem;height:8.77440625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mt7qbNEllOC66ZMxoMnud4P1pt92xLiw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:1.3125rem;left:57.1875rem; }
#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row .container { border-width: 0; border-radius: 0; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:none; }#CfBprPP9fwFW3TtM29OGkdBv14DLH2kU { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:5.54248046875rem;left:18.28125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xKhUa6wFixCeRgvrFlgcx8Za7cdsdZqX { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:1.75rem;left:31.15625rem;display:block; }
#JD7U7dvfqBcWird9TRtJchBJHlAg8Sw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#865a27;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; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container { background-color: transparent; background-image: none; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container > .video-iframe-container { display: none; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row > .video-iframe-container { display: none; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .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); }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container { border-width: 0; border-radius: 0; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#i5AbCFM7v9oaFxtJ9TQXR88PqsFOkXEF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.5625rem;top:4.375rem;left:21.875rem;overflow:hidden;display:block; }
#Sx1CBM4DAm9m9zdsQILXOzRd5HlvNHBC { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:25.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#KwDFRiAdRGpDclmuChnFy85w1wLsgTxZ { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.75rem;left:21.5625rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#vrIe2qKXdbKHSXZTdCvu9bV1p8TWChJs { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.75rem;left:29.25rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#e1KTMzrEHavrIoHHBIWrMrQMesrCbvyq { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.75rem;left:37.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#n6Bp9INF7WFXHo0V8L68PTqBWVOxrahn { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.75rem;left:46.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#PfvxWMPcIiwpLAMi7SAMdlcKoTTJE1np { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:13.75rem;left:28.5rem;display:block; }
#QxZJR9kvhBvvmGBk5BDfOEiGdKohBPPJ { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:13.75rem;left:37.0625rem;display:block; }
#aXZ9e2n52ptcSxZZLgMgO6PpJZaximTf { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:13.75rem;left:45.625rem;display:block; }
#BOBOBw470vGTDV5mF6JgZ6TZTJMtUHOx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.375rem;left:30.125rem; }
#BOBOBw470vGTDV5mF6JgZ6TZTJMtUHOx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#gAT7nmcWsi51KE7ZIQ8HHdP5vpQTIOb8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.375rem;left:46.5rem; }
#gAT7nmcWsi51KE7ZIQ8HHdP5vpQTIOb8 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#JWDtSzFn4b1wCGIkTUTAqOqvxnuMe2vh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.375rem;left:33.625rem; }
#JWDtSzFn4b1wCGIkTUTAqOqvxnuMe2vh > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#BBde8VUbwxrsdVnTqOkTvN2pmpAB24vC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.4375rem;left:50.0625rem; }
#BBde8VUbwxrsdVnTqOkTvN2pmpAB24vC > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#DJCQwaZaPtVpUh5rAaPSJ7N76lgnOQ7w { box-sizing:content-box;height:4.6875rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:3.375rem;left:38.3125rem;display:block; }
#BIMCWgvubaGgCcVM4FdrQDKCVRAwQ4VM { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ad5zoXwEd8XQKAhKC0BElLOUnTfMlhPS { color:#d7b543;display:block;width:5.375rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4.09375rem;left:40.25rem;height:3.25rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 { display:block; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzGxX9eLluTiVLseT69uzHyTgf7B7tmg { top:12.625rem;left:0rem;width:44rem;height:8.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyBtJWxpRD15BfmFlaQnGnriig5hR1nF { top:22.6875rem;left:16.4375rem;width:31.3125rem;height:4.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlMruJ9FEVV5aHP1gJkGqTwXQmPBEDJA { top:9.9375rem;left:15.0625rem;width:32.6875rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsrLWdGLu0HQNZvlHW7ZINWFv1zTsMxd { top:2.0625rem;left:20.375rem;width:7rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM9RRTQzrvxKsN0fgvmHOTCtIDcBC9o0 { width:11.875rem;height:2.8125rem;top:30.8125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y82y6IAW9TfogzPouSf9gU889Mle7Tef { display:block; }
 }@media only screen and (max-width: 763px) { #Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 { display:block; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsywVkQSCqpf51SXza1u0tb6sKTzIO8I { top:0.75rem;left:0rem;width:8.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghtBw81r8QbarTk4op1BXA2yTy1aIXT6 { top:0.4375rem;left:0rem;width:10rem;height:4.93706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBRhVtDPVRtqrrVvNf8G3MLX5daJL7dK { top:0.375rem;left:9.5rem;width:10.0625rem;height:4.9692278252066rem;display:block; }
 }@media only screen and (max-width: 763px) { #py2aZ0sfmIMHMGb8u2QWkN1gXdkFxKDz { top:0rem;left:18.25rem;width:11.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWgcmTlTbEcNMiJtOx9NCSgBRix6T16 { top:1.25rem;left:29.5rem;width:9.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvm6yv1NzCqDEgBNKS6Zn8FId9cM40RH { top:0.75rem;left:37.5rem;width:10.1875rem;height:5.0317402648284rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubTe5qzZc1aIDWh2gvMTC0Ikq6LE4HJ1 { top:0.625rem;left:38.5rem;width:9.25rem;height:4.4697913660373rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 { display:block; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTRAZ2621C50n8bR3PfuUh6TzDmCc8Cx { top:0rem;left:11.125rem;width:25.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #poNSwfeXZs88LpSF7XmePazGZaR2xCcD { display:none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bNkJQZVcwTfbEOifQFu9nLsFr3be02i4 { width:31.25rem;height:3.0625rem;top:3.1875rem;left:8.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEVGDa5P4WI5BI6Crb0h1xrbHfekIcE7 { width:22.125rem;height:2.0625rem;top:11.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT0f5WIk5wRpE9EGtrfdyqTF2mBNxCOq { width:47.75rem;height:97.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhTlqIdklQpbG3sOWbDZaVDiwQJtlvrS { width:14.375rem;height:1.625rem;top:13.875rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGTwtRCvHq909CkgpcJccxuCDhCMJEIS { width:2.5rem;height:2.5rem;top:11.4375rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTPSnimTXBtRDhDM0HVkwo25xHWcSCU { width:2.5rem;height:2.5rem;top:38.125rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ9Rk6CWMAim9pqzbe9sdUDvASLt2W5i { width:12.4375rem;height:2.9375rem;top:68.875rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zd3faAnM2ahgCqebiXzxDIUbUXkFIRSO { display:block; }
 }@media only screen and (max-width: 763px) { #XVvwRczrB47ffHT2mzldCqbPlbLK1rsd { top:13.875rem;left:23.760417938233rem;width:0.0625rem;height:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz0QFGKedVJUatGqmrT3bm1iv9wUl4yk { width:19rem;height:3.25rem;top:25.5625rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syfz2bIGGIvdmypTGSFD7q072xKvUQUC { width:19rem;height:1.625rem;top:16.375rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl170AzyZtvl3gEUAl0AB1yttW6iWZDX { width:11.875rem;height:2.8125rem;top:21.125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPtKXaDXyutPZkT0MVoAE4uL5d2MDml4 { display:block; }
 }@media only screen and (max-width: 763px) { #aAn83Am9kCEwuCEyNJBTbL3c7MhDdE0o { width:11.875rem;height:2.8125rem;top:31.6875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aghPg4OEDsdiiQxpJRhqQ9AFO7TOtHNM { display:block; }
 }@media only screen and (max-width: 763px) { #rebL99iczV6J6vxgpwr8JELPRdTbo4m3 { width:11.875rem;height:2.8125rem;top:48.375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2bf5Q2lItAlXlAtW1SOZoXfiVyzWZg2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZToVtgu39M0nfGywoM1OPNs9HTcAWIJS { width:23.0625rem;height:1.625rem;top:43.3125rem;left:24.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZqXLZJr85ZIluOrymTAAoxFfvLuIkyz { width:14.375rem;height:1.625rem;top:41rem;left:26.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6VPJFgdStVyGXpRTaWLpTfZSEcdFygh { width:22.125rem;height:2.0625rem;top:38.5rem;left:25.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh6cM1HFPA6dLmTW5eh0GMDTAdneGiT0 { width:13.6875rem;height:1.125rem;top:18rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1wszcKyfQu1DbLVW9r8RxsAJUGrWX4H { width:8.8125rem;height:2.25rem;top:28.8125rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPrPI2XRTmka7VdGCztFol6rDn92RDVo { width:13.6875rem;height:1.125rem;top:19.125rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8knFQe8BKZhx0SlEAq5EXpvT0PZlpLQ { width:8.8125rem;height:1.125rem;top:30.0625rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh5y2myroq8XqM9wvdbu8hH3DtLhQpap { width:8.8125rem;height:1.125rem;top:46.5625rem;left:26.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4qgFRBBaSSG1k9ZX6vsDhxmhmTK2sTq { width:8.8125rem;height:2.25rem;top:45.4375rem;left:26.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 { display:block; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0GqqIICDu0N4Jv7wMW54J29kpt0R5cX { width:38.4375rem;height:3.0625rem;top:3.0625rem;left:4.65625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnpS4VADEH9xiPL8ObpuTLovNd6Rb2Vd { width:38.4375rem;height:2.4375rem;top:6.125rem;left:4.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX { display:block; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gocab37BOBvPVu6zUnvGGmEO0tqotIZu { width:14.25rem;height:8.75rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMLoLRDF5AGfhe4QzEbyQ2eMdLoPvwcX { top:1.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiKbtrbTKQIqOzaoQwd0NQ6gFO0zPTtn { top:1.3125rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLVkJFffLO2hGrJBsVM3PIoGBc5wUIBh { width:14.1875rem;height:8.75rem;top:1.3125rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H48fimT4zN5LhyEmRBewislR1wBPabs5 { width:14.0625rem;height:8.75rem;top:1.3125rem;left:21.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtBDKhyoLbPoZlQmwimeUQwr444nC0eW { top:1.3125rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeS2q6Obpem9EeTy1hFBvE8PNvVtosWF { width:14.0625rem;height:8.75rem;top:1.3125rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt7qbNEllOC66ZMxoMnud4P1pt92xLiw { top:1.3125rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2qyWwiTSy48xtadWJZG9qxQmUdcBEET { display:block; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfBprPP9fwFW3TtM29OGkdBv14DLH2kU { width:38.4375rem;height:1.4375rem;top:5.5rem;left:4.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKhUa6wFixCeRgvrFlgcx8Za7cdsdZqX { width:12.6875rem;height:3rem;top:1.75rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD7U7dvfqBcWird9TRtJchBJHlAg8Sw0 { display:block; }
 }@media only screen and (max-width: 763px) { #RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO { display:block; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5AbCFM7v9oaFxtJ9TQXR88PqsFOkXEF { top:4.375rem;left:8.25rem;width:7.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1CBM4DAm9m9zdsQILXOzRd5HlvNHBC { top:10.9375rem;left:12.0625rem;width:23.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwDFRiAdRGpDclmuChnFy85w1wLsgTxZ { top:13.75rem;left:7.9375rem;width:6.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrIe2qKXdbKHSXZTdCvu9bV1p8TWChJs { top:13.75rem;left:15.625rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1KTMzrEHavrIoHHBIWrMrQMesrCbvyq { top:13.75rem;left:24rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Bp9INF7WFXHo0V8L68PTqBWVOxrahn { top:13.75rem;left:32.4375rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfvxWMPcIiwpLAMi7SAMdlcKoTTJE1np { top:13.75rem;left:14.875rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxZJR9kvhBvvmGBk5BDfOEiGdKohBPPJ { top:13.75rem;left:23.4375rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXZ9e2n52ptcSxZZLgMgO6PpJZaximTf { top:13.75rem;left:32rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOBOBw470vGTDV5mF6JgZ6TZTJMtUHOx { top:4.375rem;left:16.5rem;width:2.625rem;height:2.625rem;display:block; }
#BOBOBw470vGTDV5mF6JgZ6TZTJMtUHOx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #gAT7nmcWsi51KE7ZIQ8HHdP5vpQTIOb8 { top:4.375rem;left:32.875rem;width:2.625rem;height:2.625rem;display:block; }
#gAT7nmcWsi51KE7ZIQ8HHdP5vpQTIOb8 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #JWDtSzFn4b1wCGIkTUTAqOqvxnuMe2vh { top:4.375rem;left:20rem;width:2.625rem;height:2.625rem;display:block; }
#JWDtSzFn4b1wCGIkTUTAqOqvxnuMe2vh > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #BBde8VUbwxrsdVnTqOkTvN2pmpAB24vC { top:4.4375rem;left:36.4375rem;width:2.625rem;height:2.625rem;display:block; }
#BBde8VUbwxrsdVnTqOkTvN2pmpAB24vC > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #DJCQwaZaPtVpUh5rAaPSJ7N76lgnOQ7w { top:3.375rem;left:24.6875rem;width:0.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIMCWgvubaGgCcVM4FdrQDKCVRAwQ4VM { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ad5zoXwEd8XQKAhKC0BElLOUnTfMlhPS { top:4.0625rem;left:26.625rem;width:5.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#3a3a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 { background-color:#090808;background-image:url("https://images.assets-landingi.com/uc/27f68de9-e41b-4c66-88bb-a65a37b541b8/Untitleddesign2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.adaptive-delivery-prevent-bg, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyload, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyloading { background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { background-color: transparent; background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .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); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzGxX9eLluTiVLseT69uzHyTgf7B7tmg { width:20rem;height:3.75rem;top:21.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyBtJWxpRD15BfmFlaQnGnriig5hR1nF { width:20rem;height:3.125rem;top:25.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlMruJ9FEVV5aHP1gJkGqTwXQmPBEDJA { width:20rem;height:1.25rem;top:20.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsrLWdGLu0HQNZvlHW7ZINWFv1zTsMxd { width:7rem;height:3rem;top:1.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM9RRTQzrvxKsN0fgvmHOTCtIDcBC9o0 { width:11.875rem;height:2.8125rem;top:30rem;left:4.0625rem;font-size:1.125rem;font-weight:400;font-style:normal;background-color:#ffce7a;background-image:none;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #y82y6IAW9TfogzPouSf9gU889Mle7Tef { display:block; }
 }@media only screen and (max-width: 763px) { #Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 { display:block; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsywVkQSCqpf51SXza1u0tb6sKTzIO8I { width:2.625rem;height:1.1875rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ghtBw81r8QbarTk4op1BXA2yTy1aIXT6 { width:3.5rem;height:1.5625rem;top:0.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBRhVtDPVRtqrrVvNf8G3MLX5daJL7dK { width:3.875rem;height:1.75rem;top:0.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #py2aZ0sfmIMHMGb8u2QWkN1gXdkFxKDz { width:4.3125rem;height:2.0625rem;top:0rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWgcmTlTbEcNMiJtOx9NCSgBRix6T16 { width:3.125rem;height:0.8125rem;top:0.6875rem;left:16.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xvm6yv1NzCqDEgBNKS6Zn8FId9cM40RH { width:3.625rem;height:1.75rem;top:0.3125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubTe5qzZc1aIDWh2gvMTC0Ikq6LE4HJ1 { width:4rem;height:1.8125rem;top:0.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 { background-color:#f8f5ef;background-image:none;display:block; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { background-color: transparent; background-image: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container > .video-iframe-container { display: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container { display: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .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); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTRAZ2621C50n8bR3PfuUh6TzDmCc8Cx { width:12.875rem;height:1.1875rem;top:0rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poNSwfeXZs88LpSF7XmePazGZaR2xCcD { background-color:#f8f5ef;background-image:none;display:block; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { background-color: transparent; background-image: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container > .video-iframe-container { display: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container { display: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .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); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNkJQZVcwTfbEOifQFu9nLsFr3be02i4 { width:20rem;height:2.0999375rem;top:1.6875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JEVGDa5P4WI5BI6Crb0h1xrbHfekIcE7 { width:15.125rem;height:1.51236875rem;top:7.4375rem;left:4rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JT0f5WIk5wRpE9EGtrfdyqTF2mBNxCOq { width:0.0625rem;height:40.0625rem;top:8.3125009536744rem;left:1.5625rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zhTlqIdklQpbG3sOWbDZaVDiwQJtlvrS { width:14.375rem;height:1.4622375rem;top:9.25rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GGTwtRCvHq909CkgpcJccxuCDhCMJEIS { width:1.875rem;height:1.875rem;top:7.4375rem;left:0.58203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTPSnimTXBtRDhDM0HVkwo25xHWcSCU { width:1.875rem;height:1.875rem;top:32.687500715256rem;left:0.58203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ9Rk6CWMAim9pqzbe9sdUDvASLt2W5i { width:12.4375rem;height:2.9375rem;top:62.474609375rem;left:3.78125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Zd3faAnM2ahgCqebiXzxDIUbUXkFIRSO { display:block; }
 }@media only screen and (max-width: 763px) { #XVvwRczrB47ffHT2mzldCqbPlbLK1rsd { width:0.1875rem;height:12.375rem;top:99.59326171875rem;left:4.3125rem;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #sz0QFGKedVJUatGqmrT3bm1iv9wUl4yk { width:10.875rem;height:2.92448125rem;top:21.062500715256rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Syfz2bIGGIvdmypTGSFD7q072xKvUQUC { width:15.5625rem;height:1.4622375rem;top:12.125000715256rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zl170AzyZtvl3gEUAl0AB1yttW6iWZDX { width:11.875rem;height:2.8125rem;top:16.375000715256rem;left:3.4375rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cPtKXaDXyutPZkT0MVoAE4uL5d2MDml4 { display:block; }
 }@media only screen and (max-width: 763px) { #aAn83Am9kCEwuCEyNJBTbL3c7MhDdE0o { width:11.875rem;height:2.8125rem;top:26.823569059372rem;left:3.4375rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aghPg4OEDsdiiQxpJRhqQ9AFO7TOtHNM { display:block; }
 }@media only screen and (max-width: 763px) { #rebL99iczV6J6vxgpwr8JELPRdTbo4m3 { width:11.875rem;height:2.8125rem;top:42.937502622604rem;left:3.4375rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A2bf5Q2lItAlXlAtW1SOZoXfiVyzWZg2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZToVtgu39M0nfGywoM1OPNs9HTcAWIJS { width:10.5rem;height:2.92448125rem;top:37.062502622604rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qZqXLZJr85ZIluOrymTAAoxFfvLuIkyz { width:9.25rem;height:1.4622375rem;top:34.895834684372rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V6VPJFgdStVyGXpRTaWLpTfZSEcdFygh { width:12.4375rem;height:1.51236875rem;top:33.425781965256rem;left:4rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sh6cM1HFPA6dLmTW5eh0GMDTAdneGiT0 { width:13.6875rem;height:1.13736875rem;top:13.586588621139rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F1wszcKyfQu1DbLVW9r8RxsAJUGrWX4H { width:8.8125rem;height:2.2747375rem;top:23.986979246139rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rPrPI2XRTmka7VdGCztFol6rDn92RDVo { width:13.6875rem;height:1.13736875rem;top:14.723307371139rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M8knFQe8BKZhx0SlEAq5EXpvT0PZlpLQ { width:8.8125rem;height:1.13736875rem;top:25.166016340256rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bh5y2myroq8XqM9wvdbu8hH3DtLhQpap { width:8.8125rem;height:1.13736875rem;top:41.166018247604rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K4qgFRBBaSSG1k9ZX6vsDhxmhmTK2sTq { width:8.8125rem;height:2.2747375rem;top:39.986979246139rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 { display:none; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row .container { width:20rem;height:11.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r0GqqIICDu0N4Jv7wMW54J29kpt0R5cX { width:15.9375rem;height:3.8496125rem;top:2.5rem;left:2.03125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FnpS4VADEH9xiPL8ObpuTLovNd6Rb2Vd { width:14.3125rem;height:3rem;top:7.07421875rem;left:2.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX { display:none; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row .container { width:20rem;height:42.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gocab37BOBvPVu6zUnvGGmEO0tqotIZu { width:14.25rem;height:7.7988375rem;top:1.5rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nMLoLRDF5AGfhe4QzEbyQ2eMdLoPvwcX { display:flex;width:2.25rem;height:2.25rem;top:1.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #yiKbtrbTKQIqOzaoQwd0NQ6gFO0zPTtn { display:flex;width:2.25rem;height:2.25rem;top:11.64892578125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #WLVkJFffLO2hGrJBsVM3PIoGBc5wUIBh { width:14.1875rem;height:7.7988375rem;top:11.64892578125rem;left:4.15625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H48fimT4zN5LhyEmRBewislR1wBPabs5 { width:14.0625rem;height:7.7988375rem;top:22.2978515625rem;left:4.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LtBDKhyoLbPoZlQmwimeUQwr444nC0eW { display:flex;width:2.25rem;height:2.25rem;top:22.2978515625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #UeS2q6Obpem9EeTy1hFBvE8PNvVtosWF { width:14.0625rem;height:7.7988375rem;top:33.00927734375rem;left:4.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mt7qbNEllOC66ZMxoMnud4P1pt92xLiw { display:flex;width:2.25rem;height:2.25rem;top:33.00927734375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #S2qyWwiTSy48xtadWJZG9qxQmUdcBEET { display:none; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CfBprPP9fwFW3TtM29OGkdBv14DLH2kU { width:20rem;height:2.3994125rem;top:4.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xKhUa6wFixCeRgvrFlgcx8Za7cdsdZqX { width:12.6875rem;height:3rem;top:0.625rem;left:3.625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JD7U7dvfqBcWird9TRtJchBJHlAg8Sw0 { display:block; }
 }@media only screen and (max-width: 763px) { #RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO { display:block; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO { border-width: 0; border-radius: 0; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container { width:20rem;height:19.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5AbCFM7v9oaFxtJ9TQXR88PqsFOkXEF { width:5.3125rem;height:1.875rem;top:2.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1CBM4DAm9m9zdsQILXOzRd5HlvNHBC { width:11rem;height:2.2747375rem;top:10.9375rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwDFRiAdRGpDclmuChnFy85w1wLsgTxZ { width:4.8125rem;height:0.9749375rem;top:14.75rem;left:3.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vrIe2qKXdbKHSXZTdCvu9bV1p8TWChJs { width:5.8125rem;height:0.9749375rem;top:14.75rem;left:10.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e1KTMzrEHavrIoHHBIWrMrQMesrCbvyq { width:5.3125rem;height:0.9749375rem;top:16.4375rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Bp9INF7WFXHo0V8L68PTqBWVOxrahn { width:5.0625rem;height:0.9749375rem;top:16.4375rem;left:10.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PfvxWMPcIiwpLAMi7SAMdlcKoTTJE1np { width:0.125rem;height:1.25rem;top:10.3125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxZJR9kvhBvvmGBk5BDfOEiGdKohBPPJ { width:0.125rem;height:1.25rem;top:10.2998046875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXZ9e2n52ptcSxZZLgMgO6PpJZaximTf { width:0.125rem;height:1.25rem;top:21.56153125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOBOBw470vGTDV5mF6JgZ6TZTJMtUHOx { display:flex;width:1.875rem;height:1.875rem;top:2.3125rem;left:11rem;font-size:1.3125rem; }
#BOBOBw470vGTDV5mF6JgZ6TZTJMtUHOx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #gAT7nmcWsi51KE7ZIQ8HHdP5vpQTIOb8 { display:flex;width:1.875rem;height:1.875rem;top:6.75rem;left:11.0625rem;font-size:1.3125rem; }
#gAT7nmcWsi51KE7ZIQ8HHdP5vpQTIOb8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #JWDtSzFn4b1wCGIkTUTAqOqvxnuMe2vh { display:flex;width:1.875rem;height:1.875rem;top:2.3125rem;left:13.4375rem;font-size:1.3125rem; }
#JWDtSzFn4b1wCGIkTUTAqOqvxnuMe2vh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #BBde8VUbwxrsdVnTqOkTvN2pmpAB24vC { display:flex;width:1.875rem;height:1.875rem;top:6.75rem;left:13.5625rem;font-size:1.3125rem; }
#BBde8VUbwxrsdVnTqOkTvN2pmpAB24vC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #DJCQwaZaPtVpUh5rAaPSJ7N76lgnOQ7w { width:0.125rem;height:5.5rem;top:6.5rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIMCWgvubaGgCcVM4FdrQDKCVRAwQ4VM { top:5.125rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ad5zoXwEd8XQKAhKC0BElLOUnTfMlhPS { width:5.375rem;height:2.5999375rem;top:6.38720703125rem;left:4.53125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }