.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:245,223,234;--color-primary-1:221,149,186;--color-primary-2:187,43,116;--color-primary-3:94,22,58;--color-primary-4:28,6,17;--color-secondary-0:242,246,250;--color-secondary-1:213,226,239;--color-secondary-2:170,196,223;--color-secondary-3:85,98,112;--color-secondary-4:26,29,33;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b30350;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91 > .row .container { background-color: transparent; background-image: none; }#t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91 > .row .container > .video-iframe-container { display: none; }#t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91 > .row > .video-iframe-container { display: none; }#t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91 > .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); }#t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91 > .row .container { border-width: 0; border-radius: 0; }#t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91 > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#JZZdpOG994a8Un62ZAexe4xpdhz5HiyT { color:#ffffff;display:block;width:48.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:13.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Xl6HoM5IcenODLeWyX7VH7ig8hZHeyez { color:#ffffff;display:block;width:53.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:10.65625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#A9ZMUKb8FRSIax5EGB8524aogvsqVcJe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#A9ZMUKb8FRSIax5EGB8524aogvsqVcJe > .row .container { background-color: transparent; background-image: none; }#A9ZMUKb8FRSIax5EGB8524aogvsqVcJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9ZMUKb8FRSIax5EGB8524aogvsqVcJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9ZMUKb8FRSIax5EGB8524aogvsqVcJe > .row .container > .video-iframe-container { display: none; }#A9ZMUKb8FRSIax5EGB8524aogvsqVcJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9ZMUKb8FRSIax5EGB8524aogvsqVcJe > .row > .video-iframe-container { display: none; }#A9ZMUKb8FRSIax5EGB8524aogvsqVcJe > .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); }#A9ZMUKb8FRSIax5EGB8524aogvsqVcJe > .row .container { border-width: 0; border-radius: 0; }#A9ZMUKb8FRSIax5EGB8524aogvsqVcJe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A9ZMUKb8FRSIax5EGB8524aogvsqVcJe > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#eoPL8TZ4vGgAdfNyFiEnViDbLCfCc9z0 { color:#2c1a0e;display:block;width:35.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.3125rem;left:3.75rem;height:3.25rem;display:block; }
#RmtBkr00pkuqDh0C5bCJy0tysNdtTeyg { color:#5c2d0a;display:block;width:48.25rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.25rem;left:3.75rem;height:3.57470625rem;font-style:normal;display:block; }
#Tmm3ZMzs4cIeDtMko4KIl1gXk4x3NamE { color:#2c1a0e;display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:24.6875rem;left:3.75rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lfb41z7GNa9l4cnwtHSgh7M1KZ6GMPUd { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.375rem;left:3.75rem;display:block; }
#LHiidnsIQA7PBHhZM2PRuxDAXKCXU2re { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wSo3xfHLnIkJ2yMccQaBxT3Zvfu0l9Wh { color:#2c1a0e;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:33.375rem;left:3.75rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FsS0mgaGHpUdBZ9sQT3Kc2U4H46lzbbC { color:#a0613a;display:block;width:39.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:16.5rem;left:3.75rem;height:5.25rem;font-style:normal;display:block; }
#nAGzTaHcI1QSVBGvrmqN1upRn4VtdpL0 { position:absolute;display:block;z-index:14988;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:34.9375rem;width:45.4375rem;top:9.625rem;left:25.8125rem;overflow:hidden;display:block; }
#Tuk7HxJv4MqkQecXk1FPUPDh1i7rdN6x { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:38.375rem;left:52.4375rem;height:5.699225rem;text-align:center;text-align-last:center;display:block; }
#xH5eJZXnO64kvizlvN1t6tOlDq53lF5E { box-sizing:content-box;height:9.4375rem;width:9.4375rem;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:15010;background-color:#b30350;background-image:none;top:36.5rem;left:52.9375rem;display:block; }
#nmvM51RofZhklwcweSABKwOs1X4znivX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#nmvM51RofZhklwcweSABKwOs1X4znivX > .row .container { background-color: transparent; background-image: none; }#nmvM51RofZhklwcweSABKwOs1X4znivX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmvM51RofZhklwcweSABKwOs1X4znivX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmvM51RofZhklwcweSABKwOs1X4znivX > .row .container > .video-iframe-container { display: none; }#nmvM51RofZhklwcweSABKwOs1X4znivX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmvM51RofZhklwcweSABKwOs1X4znivX > .row > .video-iframe-container { display: none; }#nmvM51RofZhklwcweSABKwOs1X4znivX > .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); }#nmvM51RofZhklwcweSABKwOs1X4znivX > .row .container { border-width: 0; border-radius: 0; }#nmvM51RofZhklwcweSABKwOs1X4znivX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmvM51RofZhklwcweSABKwOs1X4znivX > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#U6m737dLVQVLFBRVBIDJzwdeo5z7GFRe { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:29.75rem;top:12.402995109558rem;left:45.25rem;overflow:hidden;display:block; }
#rSvhqsONEcbzxruG2z2P8uzDbbVaZmoQ { color:#5c2d0a;display:block;width:51.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1842460632324rem;left:11.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 .widget-text.counter-number { border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:#ffffff;background-image:none;color:#a0613a;padding-top:0.675rem;padding-right:0.5875rem;padding-bottom:0.675rem;padding-left:0.5875rem;display:block;align-items:center;width:3.52625rem;min-width:3.52625rem;height:3.62375rem;position:relative;font-family:poppins;font-size:2.6975rem;font-weight:700;line-height:57.98px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 .widget-text.counter-label { background-color:;background-image:none;color:#a0613a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.42125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.70125rem;height:0.83875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.01125rem;font-weight:400;line-height:13.42px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:23.8125rem;height:6.48375rem;padding-top:0.843125rem;padding-right:0.84rem;padding-bottom:0.843125rem;padding-left:0.84rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.1875rem;left:24.75rem;z-index:15004; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 #Nkg7KFwFWV7dHEilmDAHlPSxa3NVEG5q { display:flex;position:relative;top:0rem;left:0rem; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 #CmpWiRda591ZHt5pMAtEqgsXdmWJQkDT { width:auto; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 #tUNMDQ0K5TUvg8pIg9XUZXOQCvS2FZSI {  }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 #PIzlQH6yw6zcfKwUkDPTUrmarC9ayRiX { display:flex;position:relative;top:0rem;left:0rem; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 #V7SoPUHSC3nAA6oCyTl5s3E8kmK0TXPk {  }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 #ucc2mSC9QBoam468oQTSsxVVb7gmf6Vr {  }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 #ySiNcA7srdSTPD86leTNvZDcZv72034f { display:flex;position:relative;top:0rem;left:0rem; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 #gk2OfzQ0T2pN7K60Bx6a6VPhyzzC42dc {  }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 #HVIdJcPeN7XhPmuhw4VPfxB3gkBw063U {  }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 #sCVm6uFteFGSPKSDUo80bGe7TuODW53S { display:flex;position:relative;top:0rem;left:0rem; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 #PFs6ppzNLMQ0TehqBdJb5GxZZtV9A2Ub {  }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 #pNHxBV6gnWvLPMq4b0PTclwTVGtOwqBM {  }
#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW { position:relative;display:block; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW { background-color: transparent; background-image: none; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .row .container > .video-iframe-container { display: none; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .row > .video-iframe-container { display: none; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .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); }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW { border-width: 0; border-radius: 0; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .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; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .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:65.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LvvrO3TyzVTauuHToNSFbIUaB3uUfTtk { color:#5c2d0a;display:block;width:58.9980625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:7.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqhe2HgBIdGBOQ6ysELTE92LS1ncq2cO { color:#5c2d0a;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:18.3125rem;left:11.75rem;height:4.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#r7Lu8514oeyIbPfocy7T5v6AeyzTfo0N { color:#a0613a;display:block;width:58.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:9.75rem;left:7.5rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kzymur7Q72OgH2bAqLV2f4HkwNDQCK6t { color:#3c3c3c;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:24rem;left:11.75rem;height:7.19925rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TlbFNSHluZedzVExS4q6VTXtG9oneRiQ { color:#5c2d0a;display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:40.4375rem;left:11.9375rem;height:4.7998rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VdHN8J2QyxoyVuQnvKOfV8i7Ll26Wb9P { color:#3c3c3c;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:46.1875rem;left:11.75rem;height:5.3994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PCNI4bnL2hI3ZEQEo9v1zN8i0OtyhCyr { box-sizing:content-box;height:19.5rem;width:57.5rem;position:absolute;display:block;z-index:14999;background-color:#f1ece6;background-image:none;top:15.125rem;left:9rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#lA0NUARqqHJI9QKrW3faqiEmbeqy3tC8 { box-sizing:content-box;height:18.5625rem;width:57.5rem;position:absolute;display:block;z-index:15000;background-color:#f1ece6;background-image:none;top:36.75rem;left:9rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#Zhmflt2AN2CHewBUk44zvAgS6rRcIhek { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:30rem;top:18.125rem;left:38.25rem;overflow:hidden;display:block; }
#wLbouDg9ZzDRJV5LiWBkkx6SSciqDU54 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:18.625rem;top:35.6875rem;left:46.1875rem;overflow:hidden;display:block; }
#EpOdpmVsP4rNWLuMETbVITAItPluBZ9f { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:58rem;left:26.6875rem;display:block; }
#Se3TsHOXi2ZsDubEiS2OLlwiysrrAKit { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50 { position:relative;display:block; }#PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50 { background-color: transparent; background-image: none; }#PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50 > .row .container > .video-iframe-container { display: none; }#PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50 > .row > .video-iframe-container { display: none; }#PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50 > .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); }#PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50 { border-width: 0; border-radius: 0; }#PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50 > .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; }#PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50 > .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:41.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CN8oV0cEwzwZKT3VeqT85R8wShfPwTVE { color:#5c2d0a;display:block;width:38.5625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:18.21875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o9TOr443KoNsckS5lQ2aTNgAeUOqaowG { color:#3c3c3c;display:block;width:62.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:9.4375rem;left:11.3125rem;height:27.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TgddB0qHNqJ4mvHI87SiD90ZIyqT9s5d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:33.6875rem;left:7.5rem; }
#rXTyATTqqAskw7qwbzGga0IVIx6uAwuH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:28.875rem;left:7.5rem; }
#XA7obNT0xZ68nDT18aiXvzkt8UrmxER3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:24.0625rem;left:7.5rem; }
#bVbWoHrw8XdT0eBs3GmT88A2t2CD0sm4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:19.375rem;left:7.5rem; }
#Vn8ib7C1eXBhtSXFB56pTuMHEaHU0KXI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.625rem;left:7.5rem; }
#kPgDVUbiOrtRQCXL9lDPBg1K4hKZ585m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:9.8125rem;left:7.5rem; }
#HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(180deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, #ffffff, #f1ece6);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o > .row .container { background-color: transparent; background-image: none; }#HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o > .row .container > .video-iframe-container { display: none; }#HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o > .row > .video-iframe-container { display: none; }#HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o > .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); }#HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o > .row .container { border-width: 0; border-radius: 0; }#HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o > .row .container { font-size:0.875rem;font-family:kalnia;height:49.625rem;width:75rem;overflow:visible;position:relative;display:block; }#RPB2mlBvwPi2Nl4Sx1VJ2JKkKiADiTs1 { color:#a0613a;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:7.9375rem;left:20.96875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hX9XgNcD5k6ph3BTERWv1Q6GOUz2sSuB { color:#3c3c3c;display:block;width:45.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:13.031467437744rem;left:17.186908721924rem;height:23.125rem;display:block; }#hX9XgNcD5k6ph3BTERWv1Q6GOUz2sSuB li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#hX9XgNcD5k6ph3BTERWv1Q6GOUz2sSuB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2c6658cc7c08d809b640f0524708596ecb7f60f5.svg); }
#gGp7q4WSmssoyGM9GHC3f3omzlxF3OSA { box-sizing:content-box;height:40.3125rem;width:50.5625rem;position:absolute;display:block;z-index:15008;background-color:#f1ece6;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.4375rem;left:14.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eAnczft4BLIAqFCN9uJ2PrzERqPAXUlf { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:38.625rem;left:28.966796875rem;display:block; }
#SuuBIycmZNFTSk5QdSkZVXl8e9pxmHnQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK { 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; }#HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK > .row .container { background-color: transparent; background-image: none; }#HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK > .row .container > .video-iframe-container { display: none; }#HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK > .row > .video-iframe-container { display: none; }#HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK > .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); }#HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK > .row .container { border-width: 0; border-radius: 0; }#HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#GnHJi6Ji4quRnoxWnzzreh5235O21Che { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:7.375rem;left:20.1875rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#RPhG5NZzI0Tyis6nSkZTMWXViCJuxe1G { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:17.875rem;left:31.375rem;height:1.50035625rem;text-align:center;text-align-last:center;display:block; }
#TUCbPIu5Xin76RcrAN01U8ddvPtc35rX { position:absolute;display:block;z-index:14991;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:25.1875rem;top:1.8125rem;left:41.0625rem;overflow:hidden;display:block; }
#fxITUkrvUlzN9f4JWSlAfSVgKuSWTEXs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:13rem;left:50.375rem;overflow:hidden;display:block; }
#n3RnkBNFJmGQ6Z2U5gdzHNosBVH3U5CF { box-sizing:content-box;height:9.875rem;width:41.5rem;position:absolute;display:block;z-index:14992;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.375rem solid #f1ece6;border-left:0.375rem solid #f1ece6;border-right:0.375rem solid #f1ece6;border-bottom:0.375rem solid #f1ece6;top:5rem;left:17.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#QQ53zTWUaJWhqC0OferMzft1vgBldoqe { position:relative;display:block; }#QQ53zTWUaJWhqC0OferMzft1vgBldoqe { background-color: transparent; background-image: none; }#QQ53zTWUaJWhqC0OferMzft1vgBldoqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQ53zTWUaJWhqC0OferMzft1vgBldoqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQ53zTWUaJWhqC0OferMzft1vgBldoqe > .row .container > .video-iframe-container { display: none; }#QQ53zTWUaJWhqC0OferMzft1vgBldoqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQ53zTWUaJWhqC0OferMzft1vgBldoqe > .row > .video-iframe-container { display: none; }#QQ53zTWUaJWhqC0OferMzft1vgBldoqe > .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); }#QQ53zTWUaJWhqC0OferMzft1vgBldoqe { border-width: 0; border-radius: 0; }#QQ53zTWUaJWhqC0OferMzft1vgBldoqe > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#QQ53zTWUaJWhqC0OferMzft1vgBldoqe > .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:51.4375rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#w0LZQmWgqMTQACXcTUpiKRxLXnFAyX6A { color:#5c2d0a;display:block;width:65.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:4.625rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#mU1GKH6CV7NlfISM3eaLFrF3BLpkwTiC { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.4625rem;display:block; }
#I76ynoZv4PsAoSzPwouqKim4ypA4KOeU { color:#3c3c3c;display:block;width:13.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.0625rem;left:57.0625rem;height:1.4625rem;font-style:normal;display:block; }
#KPzhKsamzAazZqVoRbGrX2vie5FTOrlI { color:#3c3c3c;display:block;width:17.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.0625rem;left:34.5rem;height:1.4625rem;font-style:normal;display:block; }
#tfTSrXUHN72byoPEKQMvyebtbHTSc4kE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.75rem;left:27.5rem;height:1.4625rem;display:block; }
#cryqcqf8cJs7yGnclfNKHkJ1DBfJrikN { box-sizing:content-box;height:3.49989375rem;width:3.49989375rem;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:15006;background-color:#f1ece6;background-image:none;top:14rem;left:52.875rem;box-shadow: 0.0625rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#gS7NwnoFWqBUihcq9b4RDXeEBkJztCKW { box-sizing:content-box;height:3.49989375rem;width:3.49989375rem;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:15007;background-color:#f1ece6;background-image:none;top:14rem;left:30.125rem;box-shadow: 0.0625rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#ghorcTSFKGnka7Iur7mAfgBBH5itlFfa { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.625rem;left:53.5625rem; }
#QEO6bhwtoFf1GrWEEo4Zmo8p6K3i3VrP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.87489375rem;width:2.87489375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:14.3125rem;left:30.4375rem; }
#BZvGtHvgObBbhWR9miw6pz2S5Vv23XSW { box-sizing:content-box;height:4.25rem;width:65.3125rem;position:absolute;display:block;z-index:14996;background-color:#f1ece6;background-image:none;top:20.3125rem;left:6.25rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;box-shadow: none;display:block; }
#rgwbx2KaorkvHrlc7ePAe4goz5FxPG2c { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.75rem;left:8.75rem;height:1.4625rem;font-style:normal;display:block; }
#ktREqPb3FwDuPyQyRtpAWA47mx7iZcRQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.375rem;left:50.3125rem;height:1.4625rem;display:block; }
#zWC01n1GDu6fF5vZQXD0UauaGP8aDpCq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.375rem;left:27.5rem;height:1.4625rem;display:block; }
#awtdiPDHffQo76GGZrNGuRb9uOIIUZvy { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.1875rem;left:8.75rem;height:1.4625rem;font-style:normal;display:block; }
#UhUbZ4A2aqItWKV9JN97T7UNWtbBQ6aM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.9375rem;left:50.5625rem;height:1.4625rem;display:block; }
#rTmJHcnwuDyyqetfGafGTVQ9rV8JspyF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:32.75rem;left:27.75rem;height:1.4625rem;display:block; }
#M8QThzoLDZ4Nozd8ua7MxZ2wO0d8D5Cc { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:32.75rem;left:9rem;height:1.4625rem;font-style:normal;display:block; }
#JFu8B15hh6dJVRxqyPWLe0dfcHTVFGIi { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:38.625rem;left:50.5625rem;height:1.4625rem;display:block; }
#rcBCG9C4qf6DDDMFlF5hBQ8N5sVBVqTe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:38.625rem;left:27.75rem;height:1.4625rem;display:block; }
#HNfxpNimVa9tT97y9Dl4yRPiX9Zn9hgT { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:38.4375rem;left:9.0625rem;height:1.4625rem;font-style:normal;display:block; }
#yzOGzZKDzfptUOG9BRe2ypkaFsylpPgp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:44.1875rem;left:50.5625rem;height:1.4625rem;display:block; }
#bHXrLrU0RE2Nm8FwOiZOkorPhnx8VGTL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:44rem;left:27.75rem;height:1.4625rem;display:block; }
#gSGqoRMeATECFtiEubAtONoXWmUqRwTH { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.4625rem;font-style:normal;display:block; }
#vifIuyzJ29h5ZSLk8QvicW9pDl0FB2eu { box-sizing:content-box;height:4.25rem;width:65.0625rem;position:absolute;display:block;z-index:14995;background-color:#f1ece6;background-image:none;top:25.8125rem;left:6.25rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;display:block; }
#F263QSJZi4PpxSJfmQocp2170ky7e8uT { box-sizing:content-box;height:4.25rem;width:65rem;position:absolute;display:block;z-index:15000;background-color:#f1ece6;background-image:none;top:31.375rem;left:6.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;display:block; }
#o3NhPir19Kh4O2P5cLEDt6ihWqI1a0nK { box-sizing:content-box;height:4.25rem;width:64.875rem;position:absolute;display:block;z-index:15001;background-color:#f1ece6;background-image:none;top:37.0625rem;left:6.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;display:block; }
#U5qPp1hB1rZ8wvtniKcTSoackwugo6Rh { box-sizing:content-box;height:4.25rem;width:64.875rem;position:absolute;display:block;z-index:15002;background-color:#f1ece6;background-image:none;top:42.625rem;left:6.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;display:block; }
#grvyhMRGVZhmUh49wzQ55SG61SEptP7U { box-sizing:content-box;height:4.1875rem;width:16.375rem;position:absolute;display:block;z-index:14997;background-color:#f1ece6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.3125rem;left:6.25rem;display:block; }
#vU8VhDxli9WNyTPZMmQq5DJemtg0ycHN { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.38671875rem;left:47.218101501465rem; }
#FHHrEBeHMqCPMVZqLowFQc980rTAzK5W { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:27rem;left:47.1875rem; }
#Umcz92LFVXLll241TK4o8HNOJZlIFV62 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:37.9375rem;left:47.4375rem; }
#muSKabPMg0Vzh8HJX7Sc6uqgQBWsxnC2 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:32.25rem;left:47.4375rem; }
#TBqfHyZl6WWIf9RNvBeR0k60ykHEPXQK { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:43.8125rem;left:47.4375rem; }
#F3v04KIT5bSh6zHfyGV4Sq394tmn1Dl7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.87435rem;width:2.87435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.04296875rem;left:23.811851501465rem; }
#Dfq8ExbFcATSCpD0XAn8WaVCdaDvKEu8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.87435rem;width:2.87435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:26.6875rem;left:23.8125rem; }
#y3ON4Fm9a80OaVP5mbbQPhDKBtxLnffl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.87435rem;width:2.87435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:37.9375rem;left:24.0625rem; }
#xhTqWGShgTq1XEcanccn958FXCbU73Qe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.87435rem;width:2.87435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.25rem;left:24.0625rem; }
#CkeTIOlGkvtxqAvJzaxaaWdgc3BpQzGd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.87435rem;width:2.87435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:43.5rem;left:24.0625rem; }
#DSk6NsGNZemJhWHiQgvC4FUfShvg348p { box-sizing:content-box;height:4.25rem;width:64.875rem;position:absolute;display:block;z-index:15002;background-color:#f1ece6;background-image:none;top:42.625rem;left:6.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;display:none; }
#JDeJSBeulZfuh0VfDHgzRi1LsdCqSHTI { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#LCoo40vyJWrB9AZKpbzsMyN5TKiQAyXP { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#FX5ax6w4ATPZsJScP4uREUAlE4mlp5WC { box-sizing:content-box;height:4.25rem;width:64.875rem;position:absolute;display:block;z-index:15002;background-color:#f1ece6;background-image:none;top:42.625rem;left:6.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;display:none; }
#Voy7mmylxD17JGdxDIBonOzmM367ktqp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#h3M97l3lrR985c5EznKfCT1R6JVVdWC7 { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#zu6e0spduoPCsegfeI0lrKxWB2ul4TJp { box-sizing:content-box;height:4.25rem;width:64.875rem;position:absolute;display:block;z-index:15002;background-color:#f1ece6;background-image:none;top:42.625rem;left:6.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;display:none; }
#gpW53DmTxn270caT2qnCpMRRlTOkD5bf { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#gJZ1W8uGzCD5dSprqCUCzrL7ZhV5UVc0 { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#hX0NWG0w2pZSpv3z2miZOwEiEIDpcH1v { box-sizing:content-box;height:4.25rem;width:64.875rem;position:absolute;display:block;z-index:15002;background-color:#f1ece6;background-image:none;top:42.625rem;left:6.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;display:none; }
#u37H3ObUaLmPmHGWq6gfQVFUHAwpDmm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#wknicm8PpTUQfRdOoeTTVRJoraQq35kd { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#cTnIkn0RLcSOMidZmnqS8MSAdRN50hTX { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:43.8125rem;left:47.4375rem;display:none; }
#DPJmm0AVpHvg3n3hbCfrSpToNRvihbNB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:43.8125rem;left:47.4375rem;display:none; }
#LCOKxLTK1CwUtnWiKAk5XThHKRbeRX0U { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:43.8125rem;left:47.4375rem;display:none; }
#Z81bbFc1akP5KIDgdMPAxvoA72n4eZ39 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:43.8125rem;left:47.4375rem;display:none; }
#nMTftpdplRsc6HT4ovcl1501cFuV0aO0 { box-sizing:content-box;height:4.25rem;width:65.3125rem;position:absolute;display:block;z-index:14996;background-color:#f1ece6;background-image:none;top:20.3125rem;left:6.25rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;box-shadow: none;display:none; }
#Wv8pyVd0uRwbfR69cuhf81P1w8LBQc51 { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#Ggp3oT5y1I58BPVOG5bCAcOWcddez8tF { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#fb3fdHhdAMdtm1ws73Itgve1nFwuH4ce { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#CWMTAV8Qb6kH572tcylxPDGRJKPm70k5 { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#FwnG6ASZz54u8JEzghRlFUAegGenhSsC { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#nEd2ePDkprEmrLBNsWrrozQg5ihdxToN { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#w55xmUOcWgoKWdJa33zNTEFPUG9epE3z { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#ncDWktT7FxDlAFPKXgtSywu6dkn1Giba { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#K47mB7bmX9fl2TniSK3driE1wxvVLmdK { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#tKgPuTV1JBee5EfM68QdKrZEO5KHgTMC { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#vGlefimlsA67nqQKKElOWlZbiEJzhOwv { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI { position:relative;display:block; }#awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI { background-color: transparent; background-image: none; }#awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI > .row .container > .video-iframe-container { display: none; }#awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI > .row > .video-iframe-container { display: none; }#awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI > .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); }#awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI { border-width: 0; border-radius: 0; }#awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI > .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; }#awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gpdQNtu1yk9cT6Da7snvH96VTVOsXLIU { color:#5c2d0a;display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8736820220948rem;left:7.6875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s4iwF10AgNVws8kTgNdybdAiN22B7Hal { position:absolute;display:block;z-index:15022;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:30.3125rem;width:39.625rem;top:22.5rem;left:32.0966796875rem;overflow:hidden;display:block; }
#TEKBKr3VBOymeV7hD1RdVRmNunOI72c8 { color:#5c2d0a;display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:10rem;left:8rem;height:2.4rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IsnI2BtvM2HcHOfE71nZOTX2gCp5ChOP { color:#a0613a;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:13rem;left:8rem;height:1.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#H8BWPUfvcbgKsvcXyzyx2mdIWQ2f6gg1 { color:#5c2d0a;display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:19.5rem;left:8rem;height:2.4rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vadZwLairqIgl6a5d8m2e8yZTqPDElRQ { color:#a0613a;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:22.5rem;left:8rem;height:1.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#V1MpLOmxhuShZWKSQGU4MI6QMUt7BXRX { box-sizing:content-box;height:7.625rem;width:63rem;position:absolute;display:block;z-index:15009;background-color:#f1ece6;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.875rem;left:5.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dnXEnykQPtpm0JV7DZQ7BhaLfmbSGTiu { box-sizing:content-box;height:7.625rem;width:62.9375rem;position:absolute;display:block;z-index:15010;background-color:#f1ece6;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.0625rem;left:5.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#S0U5yIT1eQ5IDLZbBwCX2wvcEhZDGuCW { box-sizing:content-box;height:22.875rem;width:25.4375rem;position:absolute;display:block;z-index:15009;background-color:#f1ece6;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29rem;left:5.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XgNL5pdOIFF4QrLa6S07zPS6PkoPw9B2 { color:#41ad49;display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:30.875rem;left:7.6875rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#tWQaFxgneFsQS7QLkT8aSa4RmzGhG448 { color:#ff0000;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:34.25rem;left:10.9375rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#HVVP9rlWqkMGbmgEcndCMDtbO9wUoQvC { color:#5c2d0a;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:37.637371063233rem;left:7.6875rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oW2dITq5EMTJbrPnw9RZbh6FDCP83WX5 { color:#5c2d0a;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:48.12451171875rem;left:8.71875rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oqOBCueUuMNcEvqGf82ASGkNgET9w0T8 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:15.625rem;top:41.937143325806rem;left:29.968040466309rem;overflow:hidden;display:block; }
#y99LeWeJNDuGk4erfDDTBDAFKrO7Fizu { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:43.03076171875rem;left:8rem;display:block; }
#r3OfA8RSyGRbi2ZR2DITfXu8v49Z8uZq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ezgi7Nozta1fVoc4o6SMvCDWospInrwu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#Ezgi7Nozta1fVoc4o6SMvCDWospInrwu > .row .container { background-color: transparent; background-image: none; }#Ezgi7Nozta1fVoc4o6SMvCDWospInrwu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ezgi7Nozta1fVoc4o6SMvCDWospInrwu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ezgi7Nozta1fVoc4o6SMvCDWospInrwu > .row .container > .video-iframe-container { display: none; }#Ezgi7Nozta1fVoc4o6SMvCDWospInrwu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ezgi7Nozta1fVoc4o6SMvCDWospInrwu > .row > .video-iframe-container { display: none; }#Ezgi7Nozta1fVoc4o6SMvCDWospInrwu > .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); }#Ezgi7Nozta1fVoc4o6SMvCDWospInrwu > .row .container { border-width: 0; border-radius: 0; }#Ezgi7Nozta1fVoc4o6SMvCDWospInrwu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ezgi7Nozta1fVoc4o6SMvCDWospInrwu > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;position:relative;display:block; }#unxa3d5wodPtxwE4SuZpwSNJrez35ceU { color:#5c2d0a;display:block;width:52.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:11.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VRDxNZB41x7eblOn7EtuCn3l9AKmvQ1c { color:#a0613a;display:block;width:54.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8125rem;left:10.0625rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BwVLpLPhkT2T0E1ZmZVQmmfxT1xnNzJc { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.125rem;width:27.25rem;top:12.8125rem;left:9.75rem;overflow:hidden;display:block; }
#S9mp3pBc8wpRWGyooDdIRTHXRrpoTkWl { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.1875rem;width:27.3125rem;top:12.8125rem;left:37.9375rem;overflow:hidden;display:block; }
#FI2PnHHNyTM02fcRAp97mwWKzpgUdlD6 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.1875rem;width:27.3125rem;top:40.75rem;left:37.9375rem;overflow:hidden;display:block; }
#lixJPHUcx17291V5SgAM5WHfsR5nw9Qc { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.1875rem;width:27.3125rem;top:26.75rem;left:37.9375rem;overflow:hidden;display:block; }
#g6hRPTvsrnTasbyv9JwEBomOVbQTo4wM { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.1875rem;width:27.3125rem;top:26.75rem;left:9.75rem;overflow:hidden;display:block; }
#qrKT9naOHZLH7AUohkNzb2emupf62nTA { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.1875rem;width:27.3125rem;top:40.75rem;left:9.75rem;overflow:hidden;display:block; }
#z29BXRqyfGRqR0VJDonlERwFzRk7a1Gs { box-sizing:content-box;height:1.125rem;width:12.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.953126907349rem;left:12.375rem;display:block; }
#R9OQ1otAJyef7CqCeZUo1rv7D0wtSWDg { box-sizing:content-box;height:1.125rem;width:11.875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.015625953674rem;left:23.875rem;display:block; }
#ZsDDuROrKbKiUm7OVo42v9sCutqS79I3 { box-sizing:content-box;height:1.1875rem;width:19.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.515625953674rem;left:12.125rem;display:block; }
#GBETUDzDHRy2gU8On8hu8z74rpUObfm6 { box-sizing:content-box;height:1.1875rem;width:10.1875rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.953125953674rem;left:40.625rem;display:block; }
#IcyCEN7QuC9RwRUEm2smGQaiAHfZ3sXG { box-sizing:content-box;height:1.1875rem;width:19.25rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.828125953674rem;left:40.625rem;display:block; }
#cBbsaz98ZFp8kXxLcyOBDiRCD5IOS3On { box-sizing:content-box;height:1.1875rem;width:5.875rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.265625953674rem;left:40.625rem;display:block; }
#aduf8CKMLC5CWRsGsQr8wJGkBM735zss { box-sizing:content-box;height:1.1875rem;width:5.875rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.361458778381rem;left:55.5625rem;display:block; }
#krx2kQ8FLDLVZXpBmxa6dAq8hXcU9JmN { box-sizing:content-box;height:1.125rem;width:2.9375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.140626907349rem;left:29.1875rem;display:block; }
#TOawtCKSz6biaykCVcQ3HUMsfSeBG1C4 { box-sizing:content-box;height:1.125rem;width:19.75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.531251907349rem;left:12.375rem;display:block; }
#SXwZpcWb1G0GLpZfMGEsr0M9uUmtBFu0 { box-sizing:content-box;height:1.125rem;width:9.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.968751907349rem;left:12.375rem;display:block; }
#FV4BfVxLe0uDFCv95Axy6635n2hKk8ZX { box-sizing:content-box;height:1.125rem;width:5.4375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.468751907349rem;left:54.970832824707rem;display:block; }
#ZDp9Atq4UVqVIHOhGQUapOuuPtyvpUFH { box-sizing:content-box;height:1.125rem;width:19.875rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.906251907349rem;left:40.625rem;display:block; }
#gVSGTf2OPldo7EKx7N3efmggkLJKudgX { box-sizing:content-box;height:1.125rem;width:1.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.218751907349rem;left:40.625rem;display:block; }
#xo9HdSTSMpzgAtXNhF2SmEIdo3PVK5iG { box-sizing:content-box;height:1.125rem;width:11.875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.015625953674rem;left:23.875rem;display:none; }
#ABMs07hNDIhHL7EVFdLkUeTzV1gCrJyz { box-sizing:content-box;height:1.125rem;width:11.875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.015625953674rem;left:23.875rem;display:none; }
#arzKGuwOHOppGRsFTl0z7a7lu8geKClv { box-sizing:content-box;height:1.1875rem;width:19.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.515625953674rem;left:12.125rem;display:none; }
#t8JfzwwnOLaIXB7iNqlMskgUGrtI3RtR { box-sizing:content-box;height:1.1875rem;width:19.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.515625953674rem;left:12.125rem;display:none; }
#VkbLvqotTKWHnb9G40WLmNiTsoHlqhCB { box-sizing:content-box;height:1.1875rem;width:19.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.515625953674rem;left:12.125rem;display:none; }
#PIyOfFVU587WKFT5WfszoBgEV6ihZa5J { box-sizing:content-box;height:1.1875rem;width:19.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.515625953674rem;left:12.125rem;display:none; }
#nbnKJrCuTw8fpAaxMcqEnUMcX0xfRTtM { box-sizing:content-box;height:1.1875rem;width:19.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.515625953674rem;left:12.125rem;display:none; }
#e0whrxmxDLHTkAA2TlNkpCLG4nVZ0nIV { box-sizing:content-box;height:1.1875rem;width:19.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.515625953674rem;left:12.125rem;display:none; }
#M47aLfZAi4FaEhz5bKvkTsyWb4hqP9IT { box-sizing:content-box;height:1.1875rem;width:19.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.515625953674rem;left:12.125rem;display:none; }
#yhQXzVRfTrT3Lzfa5THD9JDxXOTcp2nt { box-sizing:content-box;height:1.1875rem;width:19.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.515625953674rem;left:12.125rem;display:none; }
#C492rutKzbuXxBonyyfaKqoGLoOGZ5e7 { box-sizing:content-box;height:1.1875rem;width:19.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.515625953674rem;left:12.125rem;display:none; }
#vIXSDMOrFWCAXLrvdFzEErTFqqXQRwOp { box-sizing:content-box;height:1.4375rem;width:5.625rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.1875rem;left:17.625rem;display:block; }
#K3PGopHOEET7ZnSpm8JvzIOahxMbqDT7 { box-sizing:content-box;height:1.4375rem;width:2.75rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.004168510437rem;left:49.09375rem;display:block; }
#unvUFxLsDe8yQoeELAyVu87OG0p3DM2i { box-sizing:content-box;height:1.4375rem;width:2.6875rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.566669464111rem;left:49.75rem;display:block; }
#NLI7BdUcSyJPsK0Z1XTqsCWMPOc0e40q { box-sizing:content-box;height:1.4375rem;width:2.5625rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.441670417786rem;left:22.408332824707rem;display:block; }
#DmLBm31AwhKbsNOgaSVuIwSItu9J4iwL { box-sizing:content-box;height:1.4375rem;width:5.625rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.004168510437rem;left:19.25rem;display:block; }
#ofAydmqRb7MnUlEy6JmPxOBcXXC1JWNh { box-sizing:content-box;height:1.4375rem;width:7.5625rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.629168510437rem;left:47.033332824707rem;display:block; }
#SG8dLavy7FgpRhJMdt55P2B4Ode7RP7B { box-sizing:content-box;height:1.4375rem;width:7.5625rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.004166603088rem;left:47.5625rem;display:block; }
#TMterNeBuDD8rsLUmmmqSfCyzqsllOET { box-sizing:content-box;height:1.4375rem;width:7.5625rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.254170417786rem;left:46.59375rem;display:block; }
#sGIi81CN2UlVkpDQyclROJmLdDDmoTzb { box-sizing:content-box;height:1.4375rem;width:5.6875rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.361462593079rem;left:18.6875rem;display:block; }
#NuH3TWHcvvRAJoDENigDpyqWLJJCaU2v { box-sizing:content-box;height:1.4375rem;width:6.25rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.441668510437rem;left:18.970832824707rem;display:block; }
#r2TwnlsOvIVJEI7BLSWr5GpIgXrTIhWf { box-sizing:content-box;height:1.4375rem;width:5.625rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.281250953674rem;left:18.408332824707rem;display:block; }
#JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(180deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f1ece6, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa > .row .container { background-color: transparent; background-image: none; }#JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa > .row .container > .video-iframe-container { display: none; }#JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa > .row > .video-iframe-container { display: none; }#JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa > .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); }#JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa > .row .container { border-width: 0; border-radius: 0; }#JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:#f1ece6;background-image:none;vertical-align:top; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1rem;font-family:var(--paragraphs-font-family);height:auto; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;line-height:1.4;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family); }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM .accordion-trigger.adaptive-delivery-prevent-bg, #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM .accordion-trigger.lazyload, #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM .accordion-trigger.lazyloading { background-image: none; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM { box-sizing:content-box;height:auto;width:50.3740625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.8795986175538rem;left:11.062381744385rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #BrVmiyXR9BtWGOMH1nQnr3V8kiEV6Vxa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #C9FXnB3AD6W7pgcmhimNGOnzP3MwzH4B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #hZKg06phZ6Un7KPWscNtXL1FLwihArok { display:block;position:relative; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #ae74y8ht9DH8UpMsbGLBIciEcxQdDINd {  }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #LeDHVTkM4EKfSlnXkZWFDdwREp3tP8HG {  }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #AUdEDrHTtepxhCG6xI9MrnLy9RUqHEwt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #yhbeGWMdveIw7gSv3UZ2NQ5ISpEzETfo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #rtXFIr4Epu9WiHJ5toVqHihDwW2xeAvm { display:block;position:relative; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #QD3Amt62khHDkdfXPq5n9ox8rlDuw2yZ {  }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #kQkwS8s2MLBE0y3AZtopc8MRuQtucWXb { display:none; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #TaTe1mKkhpESzn8xAt8h4HtcPdUZTBGJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #WleJoPnX4uM4Bpgc2FfAy9c9hr5UA4z4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #noGfTSmMzvHXb7EkkstK61gauDdPJqrW { display:block;position:relative; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #vmUN3lLSoAlE4mhMakLqL2UHZKSqZouC {  }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #cFZvJ4Z9wRo0deZLGGoQTmSoCPu3wQff { display:none; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #Gw5OrkRTbgIpoCU4ZNLNvL8JRlfHfnTe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #XkqoI15WRTD95LWkW0yFVict9yWgzgiV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #kfTz9JTHOa1FQih6LCMsJ31WlanA7mis { display:block;position:relative; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #MqpSlQ5euDHwQJSFrK4KLSU37P6KLlD3 {  }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #Cz6aqOvsxKnuiFVW3JUp6ifD6OJRaicu { display:none; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #pxXT5Wpxy4JUxOq9x1c9g06WgadJEFPf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #wE6eyU1c1Pt3FCV7WuP5tKFOTROlbAgK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #tWF3l581FkPIwyvWh5ZWGfc7WInPpkZo { display:block;position:relative; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #FrCAGCTIEaxhMF14iG1gaWx9uSlpM64G {  }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #Q7ogusiD2GtuN7nQ1hTl1pSBtXuCgWUE { display:none; }
#G6o2cNFAQaoO2TXlZO6NbOhOrbRwZsne { color:#5c2d0a;display:block;width:51.9375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.125rem;left:12.25rem;height:2.925rem;font-style:normal;display:block; }
#wHTl4ZVdcDoKvslTXOpcfoRCz0MOxHe9 { position:absolute;display:block;z-index:15020;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:9.4993125rem;width:17.2490625rem;top:34.799360275269rem;left:0rem;overflow:hidden;display:block; }
#gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be8f71;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; }#gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K > .row .container { background-color: transparent; background-image: none; }#gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K > .row .container > .video-iframe-container { display: none; }#gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K > .row > .video-iframe-container { display: none; }#gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K > .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); }#gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K > .row .container { border-width: 0; border-radius: 0; }#gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#Q6sbxfIEGZZAPmZZAUMCfWk2b2Webnrt { color:rgba(var(--color-tertiary-0),1);display:block;width:52.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:3.31103515625rem;left:11.9375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WKwHV792NhhPK0O158sSI0fI88TkgLMw { color:rgba(var(--color-tertiary-0),1);display:block;width:67.06125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.3125rem;left:5.31201171875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmmppdH1eysygtuXxTTOT4OozlZ5kQF9 { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:12.5625rem;left:28.0302734375rem;display:block; }
#IPhR1SHK6HoHrNZH2mC6J4dnKI8tRlfJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 { 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; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row .container { background-color: transparent; background-image: none; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row .container > .video-iframe-container { display: none; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row > .video-iframe-container { display: none; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .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); }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row .container { border-width: 0; border-radius: 0; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#rG28AQ5Txxm41pnDAnBDt9baI3XMW2K5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:2rem;left:7.5rem;overflow:hidden;display:block; }
#aI8taRA32gc93hxRqcXKxxDQrF4FEuON { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:1.94921875rem;left:10rem;height:1.225rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rLzRZt5XrG00MPDZ4gOCUin0DoTSUwrc { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:1.8623046875rem;left:47.3125rem;height:1.40033125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AOq1W0BqU7uSEphLQzSXd4Xc8iLUEM7A { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:61.5625rem;height:1.40033125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91 { display:block; }#t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZZdpOG994a8Un62ZAexe4xpdhz5HiyT { top:0.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6HoM5IcenODLeWyX7VH7ig8hZHeyez { top:4.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ZMUKb8FRSIax5EGB8524aogvsqVcJe { display:block; }#A9ZMUKb8FRSIax5EGB8524aogvsqVcJe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoPL8TZ4vGgAdfNyFiEnViDbLCfCc9z0 { top:7.3125rem;left:0rem;width:35.5rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmtBkr00pkuqDh0C5bCJy0tysNdtTeyg { top:12.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmm3ZMzs4cIeDtMko4KIl1gXk4x3NamE { top:24.6875rem;left:0rem;width:22.875rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfb41z7GNa9l4cnwtHSgh7M1KZ6GMPUd { width:21.625rem;height:4rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHiidnsIQA7PBHhZM2PRuxDAXKCXU2re { display:block; }
 }@media only screen and (max-width: 763px) { #wSo3xfHLnIkJ2yMccQaBxT3Zvfu0l9Wh { top:33.375rem;left:0rem;width:22.625rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsS0mgaGHpUdBZ9sQT3Kc2U4H46lzbbC { top:16.5rem;left:0rem;width:39.0625rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAGzTaHcI1QSVBGvrmqN1upRn4VtdpL0 { top:9.625rem;left:2.3125rem;width:45.4375rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuk7HxJv4MqkQecXk1FPUPDh1i7rdN6x { top:38.375rem;left:37.375rem;width:10.375rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH5eJZXnO64kvizlvN1t6tOlDq53lF5E { top:36.5rem;left:38.3125rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmvM51RofZhklwcweSABKwOs1X4znivX { display:block; }#nmvM51RofZhklwcweSABKwOs1X4znivX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6m737dLVQVLFBRVBIDJzwdeo5z7GFRe { top:12.375rem;left:18rem;width:29.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSvhqsONEcbzxruG2z2P8uzDbbVaZmoQ { top:3.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 { display:flex;width:19rem;height:5.3125rem;top:6.5625rem;left:7.7226581573488rem; }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #Nkg7KFwFWV7dHEilmDAHlPSxa3NVEG5q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #CmpWiRda591ZHt5pMAtEqgsXdmWJQkDT {  }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #tUNMDQ0K5TUvg8pIg9XUZXOQCvS2FZSI {  }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #PIzlQH6yw6zcfKwUkDPTUrmarC9ayRiX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #V7SoPUHSC3nAA6oCyTl5s3E8kmK0TXPk {  }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #ucc2mSC9QBoam468oQTSsxVVb7gmf6Vr {  }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #ySiNcA7srdSTPD86leTNvZDcZv72034f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #gk2OfzQ0T2pN7K60Bx6a6VPhyzzC42dc {  }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #HVIdJcPeN7XhPmuhw4VPfxB3gkBw063U {  }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #sCVm6uFteFGSPKSDUo80bGe7TuODW53S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #PFs6ppzNLMQ0TehqBdJb5GxZZtV9A2Ub {  }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #pNHxBV6gnWvLPMq4b0PTclwTVGtOwqBM {  }
 }@media only screen and (max-width: 763px) { #FgThThm4xV9b6So0VPIGNfPu8Pt53PEW { display:block; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvvrO3TyzVTauuHToNSFbIUaB3uUfTtk { top:5.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqhe2HgBIdGBOQ6ysELTE92LS1ncq2cO { top:18.3125rem;left:0rem;width:30.1875rem;height:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7Lu8514oeyIbPfocy7T5v6AeyzTfo0N { top:9.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzymur7Q72OgH2bAqLV2f4HkwNDQCK6t { top:24rem;left:0rem;width:27.375rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlbFNSHluZedzVExS4q6VTXtG9oneRiQ { top:40.4375rem;left:0rem;width:30.4375rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdHN8J2QyxoyVuQnvKOfV8i7Ll26Wb9P { top:46.1875rem;left:0rem;width:27.125rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCNI4bnL2hI3ZEQEo9v1zN8i0OtyhCyr { top:15.125rem;left:0rem;width:47.75rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA0NUARqqHJI9QKrW3faqiEmbeqy3tC8 { top:36.75rem;left:0rem;width:47.75rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhmflt2AN2CHewBUk44zvAgS6rRcIhek { top:18.125rem;left:17.75rem;width:30rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLbouDg9ZzDRJV5LiWBkkx6SSciqDU54 { top:35.6875rem;left:29.125rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpOdpmVsP4rNWLuMETbVITAItPluBZ9f { width:21.625rem;height:4rem;top:58rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se3TsHOXi2ZsDubEiS2OLlwiysrrAKit { display:block; }
 }@media only screen and (max-width: 763px) { #PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50 { display:block; }#PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CN8oV0cEwzwZKT3VeqT85R8wShfPwTVE { top:3.3125rem;left:4.59375rem;width:38.5625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9TOr443KoNsckS5lQ2aTNgAeUOqaowG { top:9.4375rem;left:0rem;width:47.75rem;height:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgddB0qHNqJ4mvHI87SiD90ZIyqT9s5d { top:33.6875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXTyATTqqAskw7qwbzGga0IVIx6uAwuH { top:28.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA7obNT0xZ68nDT18aiXvzkt8UrmxER3 { top:24.0625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVbWoHrw8XdT0eBs3GmT88A2t2CD0sm4 { top:19.375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn8ib7C1eXBhtSXFB56pTuMHEaHU0KXI { top:14.625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPgDVUbiOrtRQCXL9lDPBg1K4hKZ585m { top:9.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o { display:block; }#HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPB2mlBvwPi2Nl4Sx1VJ2JKkKiADiTs1 { top:7.9375rem;left:7.34375rem;width:33.0625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX9XgNcD5k6ph3BTERWv1Q6GOUz2sSuB { top:13rem;left:2.5625rem;width:45.125rem;height:23.0625rem;font-size:1.125rem;display:block; }#hX9XgNcD5k6ph3BTERWv1Q6GOUz2sSuB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2c6658cc7c08d809b640f0524708596ecb7f60f5.svg); }
 }@media only screen and (max-width: 763px) { #gGp7q4WSmssoyGM9GHC3f3omzlxF3OSA { top:4.4375rem;left:0rem;width:47.75rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAnczft4BLIAqFCN9uJ2PrzERqPAXUlf { width:21.625rem;height:4rem;top:38.625rem;left:15.341796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuuBIycmZNFTSk5QdSkZVXl8e9pxmHnQ { display:block; }
 }@media only screen and (max-width: 763px) { #HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK { display:block; }#HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnHJi6Ji4quRnoxWnzzreh5235O21Che { top:7.375rem;left:6.5625rem;width:35.1875rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPhG5NZzI0Tyis6nSkZTMWXViCJuxe1G { top:17.875rem;left:15.3125rem;width:32.4375rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUCbPIu5Xin76RcrAN01U8ddvPtc35rX { top:1.8125rem;left:22.5625rem;width:25.1875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxITUkrvUlzN9f4JWSlAfSVgKuSWTEXs { top:13rem;left:36.75rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3RnkBNFJmGQ6Z2U5gdzHNosBVH3U5CF { top:5rem;left:3.4375rem;width:41.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ53zTWUaJWhqC0OferMzft1vgBldoqe { display:block; }#QQ53zTWUaJWhqC0OferMzft1vgBldoqe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0LZQmWgqMTQACXcTUpiKRxLXnFAyX6A { top:3.3125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU1GKH6CV7NlfISM3eaLFrF3BLpkwTiC { top:21.75rem;left:26.1875rem;width:21.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I76ynoZv4PsAoSzPwouqKim4ypA4KOeU { top:15.0625rem;left:34.4375rem;width:13.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPzhKsamzAazZqVoRbGrX2vie5FTOrlI { top:15.0625rem;left:20.875rem;width:17.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfTSrXUHN72byoPEKQMvyebtbHTSc4kE { top:21.75rem;left:13.875rem;width:15rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cryqcqf8cJs7yGnclfNKHkJ1DBfJrikN { top:14rem;left:39.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS7NwnoFWqBUihcq9b4RDXeEBkJztCKW { top:14rem;left:16.5rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghorcTSFKGnka7Iur7mAfgBBH5itlFfa { top:14.625rem;left:39.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEO6bhwtoFf1GrWEEo4Zmo8p6K3i3VrP { top:14.3125rem;left:16.8125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZvGtHvgObBbhWR9miw6pz2S5Vv23XSW { top:20.3125rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgwbx2KaorkvHrlc7ePAe4goz5FxPG2c { top:21.75rem;left:0rem;width:15rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktREqPb3FwDuPyQyRtpAWA47mx7iZcRQ { top:27.375rem;left:29.5625rem;width:18.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWC01n1GDu6fF5vZQXD0UauaGP8aDpCq { top:27.375rem;left:13.875rem;width:15rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtdiPDHffQo76GGZrNGuRb9uOIIUZvy { top:27.1875rem;left:0rem;width:15rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhUbZ4A2aqItWKV9JN97T7UNWtbBQ6aM { top:32.9375rem;left:29.5625rem;width:18.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTmJHcnwuDyyqetfGafGTVQ9rV8JspyF { top:32.75rem;left:14.125rem;width:15rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8QThzoLDZ4Nozd8ua7MxZ2wO0d8D5Cc { top:32.75rem;left:0rem;width:15rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFu8B15hh6dJVRxqyPWLe0dfcHTVFGIi { top:38.625rem;left:29.5625rem;width:18.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcBCG9C4qf6DDDMFlF5hBQ8N5sVBVqTe { top:38.625rem;left:14.125rem;width:15rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNfxpNimVa9tT97y9Dl4yRPiX9Zn9hgT { top:38.4375rem;left:0rem;width:15rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzOGzZKDzfptUOG9BRe2ypkaFsylpPgp { top:44.1875rem;left:29.5625rem;width:18.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHXrLrU0RE2Nm8FwOiZOkorPhnx8VGTL { top:44rem;left:14.125rem;width:15rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSGqoRMeATECFtiEubAtONoXWmUqRwTH { top:44rem;left:0rem;width:15rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vifIuyzJ29h5ZSLk8QvicW9pDl0FB2eu { top:25.8125rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F263QSJZi4PpxSJfmQocp2170ky7e8uT { top:31.375rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3NhPir19Kh4O2P5cLEDt6ihWqI1a0nK { top:37.0625rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5qPp1hB1rZ8wvtniKcTSoackwugo6Rh { top:42.625rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grvyhMRGVZhmUh49wzQ55SG61SEptP7U { top:20.3125rem;left:0rem;width:16.375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU8VhDxli9WNyTPZMmQq5DJemtg0ycHN { top:21.375rem;left:33.593101501465rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHHrEBeHMqCPMVZqLowFQc980rTAzK5W { top:27rem;left:33.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umcz92LFVXLll241TK4o8HNOJZlIFV62 { top:37.9375rem;left:33.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSKabPMg0Vzh8HJX7Sc6uqgQBWsxnC2 { top:32.25rem;left:33.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBqfHyZl6WWIf9RNvBeR0k60ykHEPXQK { top:43.8125rem;left:33.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3v04KIT5bSh6zHfyGV4Sq394tmn1Dl7 { top:21rem;left:10.186851501465rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfq8ExbFcATSCpD0XAn8WaVCdaDvKEu8 { top:26.6875rem;left:10.1875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3ON4Fm9a80OaVP5mbbQPhDKBtxLnffl { top:37.9375rem;left:10.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhTqWGShgTq1XEcanccn958FXCbU73Qe { top:32.25rem;left:10.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkeTIOlGkvtxqAvJzaxaaWdgc3BpQzGd { top:43.5rem;left:10.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSk6NsGNZemJhWHiQgvC4FUfShvg348p { top:42.625rem;left:0rem;width:47.4375rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDeJSBeulZfuh0VfDHgzRi1LsdCqSHTI { top:59.375rem;left:0rem;width:15rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCoo40vyJWrB9AZKpbzsMyN5TKiQAyXP { top:58.6875rem;left:0rem;width:9.375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FX5ax6w4ATPZsJScP4uREUAlE4mlp5WC { top:42.625rem;left:0rem;width:47.4375rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Voy7mmylxD17JGdxDIBonOzmM367ktqp { top:64.375rem;left:0rem;width:9.375rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3M97l3lrR985c5EznKfCT1R6JVVdWC7 { top:65.0625rem;left:0rem;width:15rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zu6e0spduoPCsegfeI0lrKxWB2ul4TJp { top:42.625rem;left:0rem;width:47.4375rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpW53DmTxn270caT2qnCpMRRlTOkD5bf { top:70.125rem;left:0rem;width:9.375rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJZ1W8uGzCD5dSprqCUCzrL7ZhV5UVc0 { top:70.8125rem;left:0rem;width:15rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hX0NWG0w2pZSpv3z2miZOwEiEIDpcH1v { top:42.625rem;left:0rem;width:47.4375rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u37H3ObUaLmPmHGWq6gfQVFUHAwpDmm3 { top:76.0625rem;left:0rem;width:9.375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wknicm8PpTUQfRdOoeTTVRJoraQq35kd { top:44rem;left:0rem;width:15rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTnIkn0RLcSOMidZmnqS8MSAdRN50hTX { top:43.8125rem;left:33.8125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPJmm0AVpHvg3n3hbCfrSpToNRvihbNB { top:43.8125rem;left:33.8125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCOKxLTK1CwUtnWiKAk5XThHKRbeRX0U { top:43.8125rem;left:33.8125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z81bbFc1akP5KIDgdMPAxvoA72n4eZ39 { top:43.8125rem;left:33.8125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMTftpdplRsc6HT4ovcl1501cFuV0aO0 { top:20.3125rem;left:0rem;width:47.4375rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wv8pyVd0uRwbfR69cuhf81P1w8LBQc51 { top:18.375rem;left:0rem;width:15rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ggp3oT5y1I58BPVOG5bCAcOWcddez8tF { top:23.875rem;left:0rem;width:15rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fb3fdHhdAMdtm1ws73Itgve1nFwuH4ce { top:29.375rem;left:0rem;width:15rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWMTAV8Qb6kH572tcylxPDGRJKPm70k5 { top:34.875rem;left:0rem;width:15rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwnG6ASZz54u8JEzghRlFUAegGenhSsC { top:44rem;left:0rem;width:15rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEd2ePDkprEmrLBNsWrrozQg5ihdxToN { top:39.625rem;left:0rem;width:9.375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w55xmUOcWgoKWdJa33zNTEFPUG9epE3z { top:34.125rem;left:0rem;width:9.375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncDWktT7FxDlAFPKXgtSywu6dkn1Giba { top:28.625rem;left:0rem;width:9.375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K47mB7bmX9fl2TniSK3driE1wxvVLmdK { top:23.125rem;left:0rem;width:9.375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKgPuTV1JBee5EfM68QdKrZEO5KHgTMC { top:17.6875rem;left:0rem;width:9.375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGlefimlsA67nqQKKElOWlZbiEJzhOwv { top:53.125rem;left:0rem;width:4.0625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI { display:block; }#awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpdQNtu1yk9cT6Da7snvH96VTVOsXLIU { top:2.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4iwF10AgNVws8kTgNdybdAiN22B7Hal { top:22.5rem;left:8.125rem;width:39.625rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEKBKr3VBOymeV7hD1RdVRmNunOI72c8 { top:10rem;left:0rem;width:41.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsnI2BtvM2HcHOfE71nZOTX2gCp5ChOP { top:13rem;left:0rem;width:34.3125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8BWPUfvcbgKsvcXyzyx2mdIWQ2f6gg1 { top:19.5rem;left:0rem;width:41.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vadZwLairqIgl6a5d8m2e8yZTqPDElRQ { top:22.5rem;left:0rem;width:34.3125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1MpLOmxhuShZWKSQGU4MI6QMUt7BXRX { top:8.875rem;left:0rem;width:47.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnXEnykQPtpm0JV7DZQ7BhaLfmbSGTiu { top:18.0625rem;left:0rem;width:47.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0U5yIT1eQ5IDLZbBwCX2wvcEhZDGuCW { top:29rem;left:0rem;width:25.4375rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgNL5pdOIFF4QrLa6S07zPS6PkoPw9B2 { top:30.875rem;left:0rem;width:22.25rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWQaFxgneFsQS7QLkT8aSa4RmzGhG448 { top:34.25rem;left:0rem;width:18.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVVP9rlWqkMGbmgEcndCMDtbO9wUoQvC { top:37.625rem;left:0rem;width:21.8125rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW2dITq5EMTJbrPnw9RZbh6FDCP83WX5 { top:48.0625rem;left:0rem;width:19.75rem;height:2.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqOBCueUuMNcEvqGf82ASGkNgET9w0T8 { top:41.875rem;left:16.343040466309rem;width:15.625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y99LeWeJNDuGk4erfDDTBDAFKrO7Fizu { width:21.625rem;height:4rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3OfA8RSyGRbi2ZR2DITfXu8v49Z8uZq { display:block; }
 }@media only screen and (max-width: 763px) { #Ezgi7Nozta1fVoc4o6SMvCDWospInrwu { display:block; }#Ezgi7Nozta1fVoc4o6SMvCDWospInrwu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unxa3d5wodPtxwE4SuZpwSNJrez35ceU { width:47.75rem;height:2.875rem;top:6.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRDxNZB41x7eblOn7EtuCn3l9AKmvQ1c { width:47.75rem;height:1.75rem;top:4.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwVLpLPhkT2T0E1ZmZVQmmfxT1xnNzJc { top:12.8125rem;left:0rem;width:27.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9mp3pBc8wpRWGyooDdIRTHXRrpoTkWl { top:12.8125rem;left:20.4375rem;width:27.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI2PnHHNyTM02fcRAp97mwWKzpgUdlD6 { top:40.75rem;left:20.4375rem;width:27.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lixJPHUcx17291V5SgAM5WHfsR5nw9Qc { top:26.75rem;left:20.4375rem;width:27.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6hRPTvsrnTasbyv9JwEBomOVbQTo4wM { top:26.75rem;left:0rem;width:27.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrKT9naOHZLH7AUohkNzb2emupf62nTA { top:40.75rem;left:0rem;width:27.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z29BXRqyfGRqR0VJDonlERwFzRk7a1Gs { top:33.9375rem;left:0rem;width:12.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9OQ1otAJyef7CqCeZUo1rv7D0wtSWDg { top:20rem;left:10.25rem;width:11.875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsDDuROrKbKiUm7OVo42v9sCutqS79I3 { top:21.5rem;left:0rem;width:19.4375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBETUDzDHRy2gU8On8hu8z74rpUObfm6 { top:21.9375rem;left:27rem;width:10.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcyCEN7QuC9RwRUEm2smGQaiAHfZ3sXG { top:34.8125rem;left:27rem;width:19.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBbsaz98ZFp8kXxLcyOBDiRCD5IOS3On { top:36.25rem;left:27rem;width:5.875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aduf8CKMLC5CWRsGsQr8wJGkBM735zss { top:33.3125rem;left:41.875rem;width:5.875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krx2kQ8FLDLVZXpBmxa6dAq8hXcU9JmN { top:45.125rem;left:15.5625rem;width:2.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOawtCKSz6biaykCVcQ3HUMsfSeBG1C4 { top:46.5rem;left:0rem;width:19.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXwZpcWb1G0GLpZfMGEsr0M9uUmtBFu0 { top:47.9375rem;left:0rem;width:9.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV4BfVxLe0uDFCv95Axy6635n2hKk8ZX { top:46.4375rem;left:41.345832824707rem;width:5.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDp9Atq4UVqVIHOhGQUapOuuPtyvpUFH { top:47.875rem;left:27rem;width:19.875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVSGTf2OPldo7EKx7N3efmggkLJKudgX { top:49.1875rem;left:27rem;width:1.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo9HdSTSMpzgAtXNhF2SmEIdo3PVK5iG { top:20rem;left:10.25rem;width:11.875rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABMs07hNDIhHL7EVFdLkUeTzV1gCrJyz { top:20rem;left:10.25rem;width:11.875rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #arzKGuwOHOppGRsFTl0z7a7lu8geKClv { top:21.5rem;left:0rem;width:19.4375rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8JfzwwnOLaIXB7iNqlMskgUGrtI3RtR { top:21.5rem;left:0rem;width:19.4375rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkbLvqotTKWHnb9G40WLmNiTsoHlqhCB { top:21.5rem;left:0rem;width:19.4375rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIyOfFVU587WKFT5WfszoBgEV6ihZa5J { top:21.5rem;left:0rem;width:19.4375rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbnKJrCuTw8fpAaxMcqEnUMcX0xfRTtM { top:21.5rem;left:0rem;width:19.4375rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0whrxmxDLHTkAA2TlNkpCLG4nVZ0nIV { top:21.5rem;left:0rem;width:19.4375rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M47aLfZAi4FaEhz5bKvkTsyWb4hqP9IT { top:21.5rem;left:0rem;width:19.4375rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhQXzVRfTrT3Lzfa5THD9JDxXOTcp2nt { top:21.5rem;left:0rem;width:19.4375rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C492rutKzbuXxBonyyfaKqoGLoOGZ5e7 { top:21.5rem;left:0rem;width:19.4375rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIXSDMOrFWCAXLrvdFzEErTFqqXQRwOp { top:27.1875rem;left:4rem;width:5.625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3PGopHOEET7ZnSpm8JvzIOahxMbqDT7 { top:14rem;left:35.46875rem;width:2.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unvUFxLsDe8yQoeELAyVu87OG0p3DM2i { top:27.5625rem;left:36.125rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLI7BdUcSyJPsK0Z1XTqsCWMPOc0e40q { top:41.4375rem;left:8.7833328247069rem;width:2.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmLBm31AwhKbsNOgaSVuIwSItu9J4iwL { top:14rem;left:5.625rem;width:5.625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofAydmqRb7MnUlEy6JmPxOBcXXC1JWNh { top:16.625rem;left:33.408332824707rem;width:7.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG8dLavy7FgpRhJMdt55P2B4Ode7RP7B { top:30rem;left:33.9375rem;width:7.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMterNeBuDD8rsLUmmmqSfCyzqsllOET { top:43.25rem;left:32.96875rem;width:7.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGIi81CN2UlVkpDQyclROJmLdDDmoTzb { top:43.3125rem;left:5.0625rem;width:5.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuH3TWHcvvRAJoDENigDpyqWLJJCaU2v { top:16.4375rem;left:5.345832824707rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2TwnlsOvIVJEI7BLSWr5GpIgXrTIhWf { top:29.25rem;left:4.783332824707rem;width:5.625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa { display:block; }#JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM { display:flex;height:auto;width:45.25rem;top:5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #BrVmiyXR9BtWGOMH1nQnr3V8kiEV6Vxa {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #C9FXnB3AD6W7pgcmhimNGOnzP3MwzH4B {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #hZKg06phZ6Un7KPWscNtXL1FLwihArok {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #ae74y8ht9DH8UpMsbGLBIciEcxQdDINd {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #LeDHVTkM4EKfSlnXkZWFDdwREp3tP8HG {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #AUdEDrHTtepxhCG6xI9MrnLy9RUqHEwt {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #yhbeGWMdveIw7gSv3UZ2NQ5ISpEzETfo {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #rtXFIr4Epu9WiHJ5toVqHihDwW2xeAvm {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #QD3Amt62khHDkdfXPq5n9ox8rlDuw2yZ {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #kQkwS8s2MLBE0y3AZtopc8MRuQtucWXb {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #TaTe1mKkhpESzn8xAt8h4HtcPdUZTBGJ {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #WleJoPnX4uM4Bpgc2FfAy9c9hr5UA4z4 {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #noGfTSmMzvHXb7EkkstK61gauDdPJqrW {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #vmUN3lLSoAlE4mhMakLqL2UHZKSqZouC {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #cFZvJ4Z9wRo0deZLGGoQTmSoCPu3wQff {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #Gw5OrkRTbgIpoCU4ZNLNvL8JRlfHfnTe {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #XkqoI15WRTD95LWkW0yFVict9yWgzgiV {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #kfTz9JTHOa1FQih6LCMsJ31WlanA7mis {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #MqpSlQ5euDHwQJSFrK4KLSU37P6KLlD3 {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #Cz6aqOvsxKnuiFVW3JUp6ifD6OJRaicu {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #pxXT5Wpxy4JUxOq9x1c9g06WgadJEFPf {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #wE6eyU1c1Pt3FCV7WuP5tKFOTROlbAgK {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #tWF3l581FkPIwyvWh5ZWGfc7WInPpkZo {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #FrCAGCTIEaxhMF14iG1gaWx9uSlpM64G {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #Q7ogusiD2GtuN7nQ1hTl1pSBtXuCgWUE {  }
 }@media only screen and (max-width: 763px) { #G6o2cNFAQaoO2TXlZO6NbOhOrbRwZsne { top:4.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHTl4ZVdcDoKvslTXOpcfoRCz0MOxHe9 { top:34.75rem;left:0rem;width:17.1875rem;height:9.465409125496rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K { display:block; }#gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6sbxfIEGZZAPmZZAUMCfWk2b2Webnrt { top:3.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKwHV792NhhPK0O158sSI0fI88TkgLMw { top:9.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmmppdH1eysygtuXxTTOT4OozlZ5kQF9 { width:21.625rem;height:4rem;top:12.5625rem;left:14.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPhR1SHK6HoHrNZH2mC6J4dnKI8tRlfJ { display:block; }
 }@media only screen and (max-width: 763px) { #zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 { display:block; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rG28AQ5Txxm41pnDAnBDt9baI3XMW2K5 { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI8taRA32gc93hxRqcXKxxDQrF4FEuON { width:25.9375rem;height:1.1875rem;top:1.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLzRZt5XrG00MPDZ4gOCUin0DoTSUwrc { width:12.1875rem;height:1.375rem;top:1.8125rem;left:33.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOq1W0BqU7uSEphLQzSXd4Xc8iLUEM7A { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91 { position:relative;z-index:auto;display:block; }#t4L1mZxEE1Ad1kXviHs6TnnpmR8nRT91 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZZdpOG994a8Un62ZAexe4xpdhz5HiyT { width:19.875rem;height:1.4624rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6HoM5IcenODLeWyX7VH7ig8hZHeyez { width:20rem;height:1.13720625rem;top:3.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ZMUKb8FRSIax5EGB8524aogvsqVcJe { display:block; }#A9ZMUKb8FRSIax5EGB8524aogvsqVcJe > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoPL8TZ4vGgAdfNyFiEnViDbLCfCc9z0 { width:14.5rem;height:3.41161875rem;top:1.375rem;left:2.7500001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmtBkr00pkuqDh0C5bCJy0tysNdtTeyg { width:20rem;height:4.2246125rem;top:6.3125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tmm3ZMzs4cIeDtMko4KIl1gXk4x3NamE { width:20rem;height:5.625rem;top:32.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfb41z7GNa9l4cnwtHSgh7M1KZ6GMPUd { width:17.5rem;height:3.4375rem;top:46rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHiidnsIQA7PBHhZM2PRuxDAXKCXU2re { display:block; }
 }@media only screen and (max-width: 763px) { #wSo3xfHLnIkJ2yMccQaBxT3Zvfu0l9Wh { width:20rem;height:4.21875rem;top:39.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsS0mgaGHpUdBZ9sQT3Kc2U4H46lzbbC { width:20rem;height:2.79980625rem;top:11.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nAGzTaHcI1QSVBGvrmqN1upRn4VtdpL0 { width:20rem;height:15.3779375rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuk7HxJv4MqkQecXk1FPUPDh1i7rdN6x { width:10.3745rem;height:3rem;top:17.875rem;left:4.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xH5eJZXnO64kvizlvN1t6tOlDq53lF5E { width:5.1875rem;height:5.1875rem;top:16.78125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmvM51RofZhklwcweSABKwOs1X4znivX { display:block; }#nmvM51RofZhklwcweSABKwOs1X4znivX > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6m737dLVQVLFBRVBIDJzwdeo5z7GFRe { width:20rem;height:11.176470588235rem;top:12.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSvhqsONEcbzxruG2z2P8uzDbbVaZmoQ { width:18.375rem;height:4.3875rem;top:8.380859375rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 .widget-text.counter-number { padding-top:0.405rem;padding-right:0.3425rem;padding-bottom:0.405rem;padding-left:0.3425rem;width:2.0525rem;min-width:2.0525rem;height:2.174375rem;font-size:1.62rem;line-height:34.79px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.253125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.73625rem;height:0.858125rem;font-size:0.6075rem;line-height:13.73px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dgdnI92LWFULiztsta6Bl7G47EftmE26 { display:flex;width:14.9375rem;height:4.095625rem;top:1.7109375rem;left:1.6087239980698rem;padding-top:0.865rem;padding-right:0.8275rem;padding-bottom:0.865rem;padding-left:0.8275rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #Nkg7KFwFWV7dHEilmDAHlPSxa3NVEG5q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #CmpWiRda591ZHt5pMAtEqgsXdmWJQkDT {  }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #tUNMDQ0K5TUvg8pIg9XUZXOQCvS2FZSI {  }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #PIzlQH6yw6zcfKwUkDPTUrmarC9ayRiX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #V7SoPUHSC3nAA6oCyTl5s3E8kmK0TXPk {  }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #ucc2mSC9QBoam468oQTSsxVVb7gmf6Vr {  }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #ySiNcA7srdSTPD86leTNvZDcZv72034f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #gk2OfzQ0T2pN7K60Bx6a6VPhyzzC42dc {  }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #HVIdJcPeN7XhPmuhw4VPfxB3gkBw063U {  }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #sCVm6uFteFGSPKSDUo80bGe7TuODW53S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #PFs6ppzNLMQ0TehqBdJb5GxZZtV9A2Ub {  }
 }@media only screen and (max-width: 763px) { #dgdnI92LWFULiztsta6Bl7G47EftmE26 #pNHxBV6gnWvLPMq4b0PTclwTVGtOwqBM {  }
 }@media only screen and (max-width: 763px) { #FgThThm4xV9b6So0VPIGNfPu8Pt53PEW { display:block; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .row .container { width:20rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvvrO3TyzVTauuHToNSFbIUaB3uUfTtk { width:19.9355625rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqhe2HgBIdGBOQ6ysELTE92LS1ncq2cO { width:14.625rem;height:5.3994125rem;top:10.1875rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7Lu8514oeyIbPfocy7T5v6AeyzTfo0N { width:20rem;height:1.5996125rem;top:4.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kzymur7Q72OgH2bAqLV2f4HkwNDQCK6t { width:16.625rem;height:9.597625rem;top:17.375rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlbFNSHluZedzVExS4q6VTXtG9oneRiQ { width:15.375rem;height:5.39941875rem;top:45.375rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VdHN8J2QyxoyVuQnvKOfV8i7Ll26Wb9P { width:16.5rem;height:7.9980625rem;top:52.25rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PCNI4bnL2hI3ZEQEo9v1zN8i0OtyhCyr { width:20rem;height:34rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA0NUARqqHJI9QKrW3faqiEmbeqy3tC8 { width:20rem;height:32.75rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhmflt2AN2CHewBUk44zvAgS6rRcIhek { width:20rem;height:11.0416875rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLbouDg9ZzDRJV5LiWBkkx6SSciqDU54 { width:14.3125rem;height:14.3125rem;top:61.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpOdpmVsP4rNWLuMETbVITAItPluBZ9f { width:19rem;height:4rem;top:77.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se3TsHOXi2ZsDubEiS2OLlwiysrrAKit { display:block; }
 }@media only screen and (max-width: 763px) { #PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50 { display:block; }#PUCZ1lNy9XFTfTvPXW2Nn3cv08CuxO50 > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CN8oV0cEwzwZKT3VeqT85R8wShfPwTVE { width:11.75rem;height:3.8994125rem;top:1.6002616882324rem;left:4.1250001192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o9TOr443KoNsckS5lQ2aTNgAeUOqaowG { width:16.375rem;height:53.1963125rem;top:6.875rem;left:2.4372631311417rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TgddB0qHNqJ4mvHI87SiD90ZIyqT9s5d { display:flex;width:1.25rem;height:1.25rem;top:53.4375rem;left:0.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #rXTyATTqqAskw7qwbzGga0IVIx6uAwuH { display:flex;width:1.25rem;height:1.25rem;top:7.1875rem;left:0.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #XA7obNT0xZ68nDT18aiXvzkt8UrmxER3 { display:flex;width:1.1875rem;height:1.1875rem;top:16.940105438233rem;left:0.46875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #bVbWoHrw8XdT0eBs3GmT88A2t2CD0sm4 { display:flex;width:1.1875rem;height:1.1875rem;top:26.731771469116rem;left:0.46875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Vn8ib7C1eXBhtSXFB56pTuMHEaHU0KXI { display:flex;width:1.125rem;height:1.125rem;top:36.690105438233rem;left:0.40625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #kPgDVUbiOrtRQCXL9lDPBg1K4hKZ585m { display:flex;width:1.1875rem;height:1.1875rem;top:43.627605438233rem;left:0.46875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o { display:block; }#HVt8R2aaq1iTPXsyvfHR7F2HZHdmki4o > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPB2mlBvwPi2Nl4Sx1VJ2JKkKiADiTs1 { width:18.374375rem;height:1.4625rem;top:4.4375rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15019;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hX9XgNcD5k6ph3BTERWv1Q6GOUz2sSuB { width:17.3745rem;height:36.4375rem;top:7.5621452331544rem;left:1.3121448755264rem;font-size:0.875rem;display:block; }#hX9XgNcD5k6ph3BTERWv1Q6GOUz2sSuB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2c6658cc7c08d809b640f0524708596ecb7f60f5.svg); }
 }@media only screen and (max-width: 763px) { #gGp7q4WSmssoyGM9GHC3f3omzlxF3OSA { width:20rem;height:43.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAnczft4BLIAqFCN9uJ2PrzERqPAXUlf { width:19rem;height:4rem;top:48rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuuBIycmZNFTSk5QdSkZVXl8e9pxmHnQ { display:block; }
 }@media only screen and (max-width: 763px) { #HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK { display:block; }#HHA7BsJIIJZ3Ss5zo2To2GVTlAxBhUQK > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnHJi6Ji4quRnoxWnzzreh5235O21Che { width:16.5625rem;height:6.5625rem;top:2.7254962921142rem;left:1.7187498807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPhG5NZzI0Tyis6nSkZTMWXViCJuxe1G { width:13.6239375rem;height:2.25rem;top:13.246921539307rem;left:6.0010648965836rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUCbPIu5Xin76RcrAN01U8ddvPtc35rX { width:20rem;height:20rem;top:1.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxITUkrvUlzN9f4JWSlAfSVgKuSWTEXs { width:3.3125rem;height:3.3125rem;top:9.2856292724613rem;left:15.127247929573rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3RnkBNFJmGQ6Z2U5gdzHNosBVH3U5CF { width:17.874625rem;height:9.124625rem;top:1.1014442443848rem;left:0.72088062763213rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ53zTWUaJWhqC0OferMzft1vgBldoqe { display:block; }#QQ53zTWUaJWhqC0OferMzft1vgBldoqe > .row .container { width:20rem;height:81.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0LZQmWgqMTQACXcTUpiKRxLXnFAyX6A { width:18.4375rem;height:7.7988125rem;top:0.75rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU1GKH6CV7NlfISM3eaLFrF3BLpkwTiC { width:9.375rem;height:2.625rem;top:53rem;left:9.75rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I76ynoZv4PsAoSzPwouqKim4ypA4KOeU { width:8.5625rem;height:1.1375rem;top:49.4375rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPzhKsamzAazZqVoRbGrX2vie5FTOrlI { width:7.9375rem;height:1.1375rem;top:14.125rem;left:6rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfTSrXUHN72byoPEKQMvyebtbHTSc4kE { width:6.6875rem;height:0;top:19.0625rem;left:11.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cryqcqf8cJs7yGnclfNKHkJ1DBfJrikN { width:2.5rem;height:2.5rem;top:45.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS7NwnoFWqBUihcq9b4RDXeEBkJztCKW { width:2.5rem;height:2.5rem;top:10.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghorcTSFKGnka7Iur7mAfgBBH5itlFfa { display:flex;width:1.25rem;height:1.25rem;top:46.5625rem;left:9.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QEO6bhwtoFf1GrWEEo4Zmo8p6K3i3VrP { display:flex;width:1.5625rem;height:1.5625rem;top:11.25rem;left:9.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #BZvGtHvgObBbhWR9miw6pz2S5Vv23XSW { width:19.6875rem;height:4.25rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgwbx2KaorkvHrlc7ePAe4goz5FxPG2c { width:15rem;height:0;top:23.636726379394rem;left:2.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktREqPb3FwDuPyQyRtpAWA47mx7iZcRQ { width:18.1875rem;height:0;top:29.261726379394rem;left:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWC01n1GDu6fF5vZQXD0UauaGP8aDpCq { width:15rem;height:0;top:29.261726379394rem;left:5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #awtdiPDHffQo76GGZrNGuRb9uOIIUZvy { width:15rem;height:0;top:29.074226379394rem;left:2.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhUbZ4A2aqItWKV9JN97T7UNWtbBQ6aM { width:18.1875rem;height:0;top:34.761726379394rem;left:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTmJHcnwuDyyqetfGafGTVQ9rV8JspyF { width:15rem;height:0;top:34.574226379394rem;left:5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8QThzoLDZ4Nozd8ua7MxZ2wO0d8D5Cc { width:15rem;height:0;top:34.574226379394rem;left:2.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFu8B15hh6dJVRxqyPWLe0dfcHTVFGIi { width:18.1875rem;height:0;top:40.261726379394rem;left:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcBCG9C4qf6DDDMFlF5hBQ8N5sVBVqTe { width:15rem;height:0;top:40.261726379394rem;left:5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNfxpNimVa9tT97y9Dl4yRPiX9Zn9hgT { width:15rem;height:0;top:40.074226379394rem;left:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzOGzZKDzfptUOG9BRe2ypkaFsylpPgp { width:18.187125rem;height:0;top:45.073978424073rem;left:1.812854886055rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHXrLrU0RE2Nm8FwOiZOkorPhnx8VGTL { width:15rem;height:0;top:48.573623657226rem;left:4.9999996423721rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSGqoRMeATECFtiEubAtONoXWmUqRwTH { width:15rem;height:0;top:53.6875rem;left:1.8125rem;font-size:0.875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #vifIuyzJ29h5ZSLk8QvicW9pDl0FB2eu { width:19.6875rem;height:4.25rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F263QSJZi4PpxSJfmQocp2170ky7e8uT { width:19.6875rem;height:4.25rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3NhPir19Kh4O2P5cLEDt6ihWqI1a0nK { width:19.6875rem;height:4.25rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5qPp1hB1rZ8wvtniKcTSoackwugo6Rh { width:19.6875rem;height:4.25rem;top:52.1875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #grvyhMRGVZhmUh49wzQ55SG61SEptP7U { width:16.375rem;height:4.1875rem;top:22.199226379394rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vU8VhDxli9WNyTPZMmQq5DJemtg0ycHN { display:flex;width:2.1875rem;height:2.1875rem;top:23.273445129394rem;left:17.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHHrEBeHMqCPMVZqLowFQc980rTAzK5W { display:flex;width:2.1875rem;height:2.1875rem;top:28.886726379394rem;left:17.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Umcz92LFVXLll241TK4o8HNOJZlIFV62 { display:flex;width:2.1875rem;height:2.1875rem;top:39.574226379394rem;left:17.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #muSKabPMg0Vzh8HJX7Sc6uqgQBWsxnC2 { display:flex;width:2.1875rem;height:2.1875rem;top:34.074226379394rem;left:17.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBqfHyZl6WWIf9RNvBeR0k60ykHEPXQK { display:flex;width:1.375rem;height:1.375rem;top:53.625rem;left:7.8125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #F3v04KIT5bSh6zHfyGV4Sq394tmn1Dl7 { display:flex;width:1.62464375rem;height:1.62464375rem;top:23.685485363007rem;left:8.1628781557081rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Dfq8ExbFcATSCpD0XAn8WaVCdaDvKEu8 { display:flex;width:1.749525rem;height:1.749525rem;top:29.124051570893rem;left:8.0379964113237rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #y3ON4Fm9a80OaVP5mbbQPhDKBtxLnffl { display:flex;width:1.749525rem;height:1.749525rem;top:40.124286174774rem;left:8.0379964113237rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #xhTqWGShgTq1XEcanccn958FXCbU73Qe { display:flex;width:1.749525rem;height:1.749525rem;top:34.624169826507rem;left:8.0379964113237rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #CkeTIOlGkvtxqAvJzaxaaWdgc3BpQzGd { display:flex;width:1.5rem;height:1.5rem;top:18.216145038605rem;left:8.2105840194781rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #DSk6NsGNZemJhWHiQgvC4FUfShvg348p { width:19.6875rem;height:4.25rem;top:57.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #JDeJSBeulZfuh0VfDHgzRi1LsdCqSHTI { width:4.0625rem;height:2.2744125rem;top:58.861855506897rem;left:1.0929213762283rem;font-size:0.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #LCoo40vyJWrB9AZKpbzsMyN5TKiQAyXP { width:9.375rem;height:1.3125rem;top:59.343036174774rem;left:9.7247859239581rem;font-size:0.875rem;line-height:1.5;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FX5ax6w4ATPZsJScP4uREUAlE4mlp5WC { width:19.6875rem;height:4.25rem;top:63.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Voy7mmylxD17JGdxDIBonOzmM367ktqp { width:8.5625rem;height:2.625rem;top:64.375rem;left:9.75rem;font-size:0.875rem;line-height:1.5;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #h3M97l3lrR985c5EznKfCT1R6JVVdWC7 { width:4.6247625rem;height:2.2744125rem;top:64.549592018125rem;left:1.0385888814926rem;font-size:0.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #zu6e0spduoPCsegfeI0lrKxWB2ul4TJp { width:19.6875rem;height:4.25rem;top:69.3125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #gpW53DmTxn270caT2qnCpMRRlTOkD5bf { width:9.375rem;height:2.625rem;top:70.125rem;left:9.75rem;font-size:0.875rem;line-height:1.5;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #gJZ1W8uGzCD5dSprqCUCzrL7ZhV5UVc0 { width:9.749625rem;height:1.1375rem;top:70.930748939512rem;left:1.1628786325455rem;font-size:0.875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #hX0NWG0w2pZSpv3z2miZOwEiEIDpcH1v { width:19.6875rem;height:4.25rem;top:75.25rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #u37H3ObUaLmPmHGWq6gfQVFUHAwpDmm3 { width:9.375rem;height:1.3125rem;top:76.6875rem;left:9.75rem;font-size:0.875rem;line-height:1.5;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #wknicm8PpTUQfRdOoeTTVRJoraQq35kd { width:15rem;height:1.21875rem;top:76.764912605288rem;left:1.1875rem;font-size:0.9375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #cTnIkn0RLcSOMidZmnqS8MSAdRN50hTX { display:flex;width:1.37488125rem;height:1.37488125rem;top:59.3125rem;left:7.9375rem;font-size:0.875rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #DPJmm0AVpHvg3n3hbCfrSpToNRvihbNB { display:flex;width:1.37488125rem;height:1.37488125rem;top:65rem;left:7.9375rem;font-size:0.875rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #LCOKxLTK1CwUtnWiKAk5XThHKRbeRX0U { display:flex;width:1.3742875rem;height:1.3742875rem;top:70.75rem;left:7.9375rem;font-size:0.875rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #Z81bbFc1akP5KIDgdMPAxvoA72n4eZ39 { display:flex;width:1.3742875rem;height:1.3742875rem;top:76.6875rem;left:7.8125rem;font-size:0.875rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #nMTftpdplRsc6HT4ovcl1501cFuV0aO0 { width:19.6875rem;height:4.249525rem;top:16.9375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Wv8pyVd0uRwbfR69cuhf81P1w8LBQc51 { width:15rem;height:1.1375rem;top:18.4375rem;left:1.0625rem;font-size:0.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Ggp3oT5y1I58BPVOG5bCAcOWcddez8tF { width:4.0625rem;height:2.2744125rem;top:23.1875rem;left:1.0625rem;font-size:0.875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #fb3fdHhdAMdtm1ws73Itgve1nFwuH4ce { width:6.374875rem;height:2.2744125rem;top:28.875rem;left:1.0625rem;font-size:0.875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #CWMTAV8Qb6kH572tcylxPDGRJKPm70k5 { width:15rem;height:1.1375rem;top:34.9375rem;left:1.0625rem;font-size:0.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #FwnG6ASZz54u8JEzghRlFUAegGenhSsC { width:15rem;height:1.1375rem;top:40.375rem;left:1.0625rem;font-size:0.875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #nEd2ePDkprEmrLBNsWrrozQg5ihdxToN { width:9.375rem;height:1.3125rem;top:40.1875rem;left:10.625rem;font-size:0.875rem;line-height:1.5;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #w55xmUOcWgoKWdJa33zNTEFPUG9epE3z { width:8.375rem;height:2.625rem;top:34.25rem;left:10.625rem;font-size:0.875rem;line-height:1.5;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ncDWktT7FxDlAFPKXgtSywu6dkn1Giba { width:9.375rem;height:1.3125rem;top:29.1875rem;left:10.625rem;font-size:0.875rem;line-height:1.5;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #K47mB7bmX9fl2TniSK3driE1wxvVLmdK { width:9.375rem;height:1.3125rem;top:23.6875rem;left:10.625rem;font-size:0.875rem;line-height:1.5;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #tKgPuTV1JBee5EfM68QdKrZEO5KHgTMC { width:9.375rem;height:1.3125rem;top:18.1875rem;left:10.625rem;font-size:0.875rem;line-height:1.5;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #vGlefimlsA67nqQKKElOWlZbiEJzhOwv { width:3.937025rem;height:1.1375rem;top:53.742894172669rem;left:0.99964487552644rem;font-size:0.875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI { display:block; }#awMTBkT6g8XFGzt22MLrvtMqcXPaWfJI > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpdQNtu1yk9cT6Da7snvH96VTVOsXLIU { width:11.1245rem;height:3.8994125rem;top:1.8744149208069rem;left:4.4377366304398rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4iwF10AgNVws8kTgNdybdAiN22B7Hal { width:15.625rem;height:11.9375rem;top:38.4873046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEKBKr3VBOymeV7hD1RdVRmNunOI72c8 { width:20rem;height:3.6rem;top:8.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IsnI2BtvM2HcHOfE71nZOTX2gCp5ChOP { width:17.937375rem;height:2.8rem;top:12.4375rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8BWPUfvcbgKsvcXyzyx2mdIWQ2f6gg1 { width:20rem;height:3.6rem;top:18.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vadZwLairqIgl6a5d8m2e8yZTqPDElRQ { width:18.249875rem;height:2.8rem;top:21.8125rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1MpLOmxhuShZWKSQGU4MI6QMUt7BXRX { width:20rem;height:9.1875rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnXEnykQPtpm0JV7DZQ7BhaLfmbSGTiu { width:20rem;height:7.625rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0U5yIT1eQ5IDLZbBwCX2wvcEhZDGuCW { width:20rem;height:32.75rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgNL5pdOIFF4QrLa6S07zPS6PkoPw9B2 { width:20rem;height:2.6rem;top:28.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWQaFxgneFsQS7QLkT8aSa4RmzGhG448 { width:18.5rem;height:1.625rem;top:32.1875rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVVP9rlWqkMGbmgEcndCMDtbO9wUoQvC { width:20rem;height:2.8rem;top:34.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oW2dITq5EMTJbrPnw9RZbh6FDCP83WX5 { width:13.9995rem;height:2rem;top:55.5rem;left:3rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqOBCueUuMNcEvqGf82ASGkNgET9w0T8 { width:7.5625rem;height:2.875rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y99LeWeJNDuGk4erfDDTBDAFKrO7Fizu { width:19rem;height:3.5625rem;top:50.8623046875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3OfA8RSyGRbi2ZR2DITfXu8v49Z8uZq { display:block; }
 }@media only screen and (max-width: 763px) { #Ezgi7Nozta1fVoc4o6SMvCDWospInrwu { display:block; }#Ezgi7Nozta1fVoc4o6SMvCDWospInrwu > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unxa3d5wodPtxwE4SuZpwSNJrez35ceU { width:20rem;height:3.8994125rem;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRDxNZB41x7eblOn7EtuCn3l9AKmvQ1c { width:18.125rem;height:2.2744125rem;top:1.3896484375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BwVLpLPhkT2T0E1ZmZVQmmfxT1xnNzJc { width:20rem;height:9.625rem;top:9.3990875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9mp3pBc8wpRWGyooDdIRTHXRrpoTkWl { width:20rem;height:9.65625rem;top:20.305210113526rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI2PnHHNyTM02fcRAp97mwWKzpgUdlD6 { width:20rem;height:9.6567505720824rem;top:63.9303375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lixJPHUcx17291V5SgAM5WHfsR5nw9Qc { width:20rem;height:9.6567505720824rem;top:42.1178375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6hRPTvsrnTasbyv9JwEBomOVbQTo4wM { width:20rem;height:9.6567505720824rem;top:31.2115875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrKT9naOHZLH7AUohkNzb2emupf62nTA { width:20rem;height:9.6567505720824rem;top:53.0240875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z29BXRqyfGRqR0VJDonlERwFzRk7a1Gs { width:12.625rem;height:1.125rem;top:82.086463928225rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9OQ1otAJyef7CqCeZUo1rv7D0wtSWDg { width:3.875rem;height:0.75rem;top:68.19583415985rem;left:12.533333361149rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsDDuROrKbKiUm7OVo42v9sCutqS79I3 { width:5rem;height:0.8125rem;top:57.320835113526rem;left:11.374479115009rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBETUDzDHRy2gU8On8hu8z74rpUObfm6 { width:10.1875rem;height:1.1875rem;top:79.648963928225rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcyCEN7QuC9RwRUEm2smGQaiAHfZ3sXG { width:19.25rem;height:1.1875rem;top:86.898963928225rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBbsaz98ZFp8kXxLcyOBDiRCD5IOS3On { width:5.875rem;height:1.1875rem;top:88.336463928225rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aduf8CKMLC5CWRsGsQr8wJGkBM735zss { width:5.875rem;height:1.1875rem;top:84.461463928225rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #krx2kQ8FLDLVZXpBmxa6dAq8hXcU9JmN { width:2.9375rem;height:1.125rem;top:90.773963928225rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOawtCKSz6biaykCVcQ3HUMsfSeBG1C4 { width:19.75rem;height:1.125rem;top:93.148963928225rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXwZpcWb1G0GLpZfMGEsr0M9uUmtBFu0 { width:9.125rem;height:1.125rem;top:94.586463928225rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FV4BfVxLe0uDFCv95Axy6635n2hKk8ZX { width:5.4375rem;height:1.125rem;top:95.523963928225rem;left:14.408332824707rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZDp9Atq4UVqVIHOhGQUapOuuPtyvpUFH { width:19.875rem;height:1.125rem;top:96.961463928225rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVSGTf2OPldo7EKx7N3efmggkLJKudgX { width:1.75rem;height:1.125rem;top:98.273963928225rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xo9HdSTSMpzgAtXNhF2SmEIdo3PVK5iG { width:14.875rem;height:0.75rem;top:69.195835113525rem;left:1.7187500596046rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ABMs07hNDIhHL7EVFdLkUeTzV1gCrJyz { width:1.375rem;height:0.75rem;top:70.133335113525rem;left:1.7833333611488rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #arzKGuwOHOppGRsFTl0z7a7lu8geKClv { width:6.5625rem;height:0.8125rem;top:58.320835113526rem;left:2.0958333611488rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #t8JfzwwnOLaIXB7iNqlMskgUGrtI3RtR { width:4.4375rem;height:0.6875rem;top:47.102085113526rem;left:12.937501013279rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #VkbLvqotTKWHnb9G40WLmNiTsoHlqhCB { width:14.3125rem;height:0.6875rem;top:48.102087020874rem;left:1.7833333611488rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #PIyOfFVU587WKFT5WfszoBgEV6ihZa5J { width:4.3125rem;height:0.6875rem;top:49.164587020874rem;left:2.0333333611488rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #nbnKJrCuTw8fpAaxMcqEnUMcX0xfRTtM { width:10.375rem;height:0.6875rem;top:36.6020860672rem;left:2.0333333611488rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #e0whrxmxDLHTkAA2TlNkpCLG4nVZ0nIV { width:3.4375rem;height:0.6875rem;top:37.531252861023rem;left:2.066666662693rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #M47aLfZAi4FaEhz5bKvkTsyWb4hqP9IT { width:7.1875rem;height:0.625rem;top:27.102084159851rem;left:2.004166662693rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #yhQXzVRfTrT3Lzfa5THD9JDxXOTcp2nt { width:8.75rem;height:0.625rem;top:14.789585113526rem;left:10.502083837986rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #C492rutKzbuXxBonyyfaKqoGLoOGZ5e7 { width:14.375rem;height:0.625rem;top:15.914585113526rem;left:1.7187500596046rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #vIXSDMOrFWCAXLrvdFzEErTFqqXQRwOp { width:5.625rem;height:1.4375rem;top:22.727084159851rem;left:7.0625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3PGopHOEET7ZnSpm8JvzIOahxMbqDT7 { width:4.6875rem;height:1.4375rem;top:44.148960113526rem;left:7.0937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #unvUFxLsDe8yQoeELAyVu87OG0p3DM2i { width:2.6875rem;height:1.4375rem;top:53.182292699814rem;left:9.2541676163675rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLI7BdUcSyJPsK0Z1XTqsCWMPOc0e40q { width:2.5625rem;height:1.4375rem;top:42.4302110672rem;left:8.6562500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmLBm31AwhKbsNOgaSVuIwSItu9J4iwL { width:5.625rem;height:1.4375rem;top:54.586460113526rem;left:6.56666713953rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofAydmqRb7MnUlEy6JmPxOBcXXC1JWNh { width:7.5625rem;height:1.4375rem;top:32.773959159851rem;left:6.4687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG8dLavy7FgpRhJMdt55P2B4Ode7RP7B { width:7.5625rem;height:1.4375rem;top:21.322919845581rem;left:7.9416666626931rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMterNeBuDD8rsLUmmmqSfCyzqsllOET { width:4.25rem;height:1.4375rem;top:31.2739610672rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGIi81CN2UlVkpDQyclROJmLdDDmoTzb { width:5.6875rem;height:1.4375rem;top:10.182294845581rem;left:6.9687500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuH3TWHcvvRAJoDENigDpyqWLJJCaU2v { width:6.25rem;height:1.4375rem;top:65.648961782456rem;left:6.31666713953rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2TwnlsOvIVJEI7BLSWr5GpIgXrTIhWf { width:5.625rem;height:1.4375rem;top:11.7739610672rem;left:6.9375000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa { display:block; }#JkT0IFKJ4RrsKUiqEFl9CSQhHQUghIDa > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM .accordion-heading-text { line-height:1.3;overflow:hidden;height:auto; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM .accordion-desc-text { font-size:0.875rem;height:auto; }
#HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM { display:flex;height:auto;width:17.5rem;top:8.2185134887694rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #BrVmiyXR9BtWGOMH1nQnr3V8kiEV6Vxa {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #C9FXnB3AD6W7pgcmhimNGOnzP3MwzH4B {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #hZKg06phZ6Un7KPWscNtXL1FLwihArok {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #ae74y8ht9DH8UpMsbGLBIciEcxQdDINd {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #LeDHVTkM4EKfSlnXkZWFDdwREp3tP8HG {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #AUdEDrHTtepxhCG6xI9MrnLy9RUqHEwt {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #yhbeGWMdveIw7gSv3UZ2NQ5ISpEzETfo {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #rtXFIr4Epu9WiHJ5toVqHihDwW2xeAvm {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #QD3Amt62khHDkdfXPq5n9ox8rlDuw2yZ {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #kQkwS8s2MLBE0y3AZtopc8MRuQtucWXb {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #TaTe1mKkhpESzn8xAt8h4HtcPdUZTBGJ {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #WleJoPnX4uM4Bpgc2FfAy9c9hr5UA4z4 {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #noGfTSmMzvHXb7EkkstK61gauDdPJqrW {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #vmUN3lLSoAlE4mhMakLqL2UHZKSqZouC {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #cFZvJ4Z9wRo0deZLGGoQTmSoCPu3wQff {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #Gw5OrkRTbgIpoCU4ZNLNvL8JRlfHfnTe {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #XkqoI15WRTD95LWkW0yFVict9yWgzgiV {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #kfTz9JTHOa1FQih6LCMsJ31WlanA7mis {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #MqpSlQ5euDHwQJSFrK4KLSU37P6KLlD3 {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #Cz6aqOvsxKnuiFVW3JUp6ifD6OJRaicu {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #pxXT5Wpxy4JUxOq9x1c9g06WgadJEFPf {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #wE6eyU1c1Pt3FCV7WuP5tKFOTROlbAgK {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #tWF3l581FkPIwyvWh5ZWGfc7WInPpkZo {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #FrCAGCTIEaxhMF14iG1gaWx9uSlpM64G {  }
 }@media only screen and (max-width: 763px) { #HaZphUhwqNbohVkuTAzfy0WwB8yMpsTM #Q7ogusiD2GtuN7nQ1hTl1pSBtXuCgWUE {  }
 }@media only screen and (max-width: 763px) { #G6o2cNFAQaoO2TXlZO6NbOhOrbRwZsne { width:15.9995rem;height:5.84911875rem;top:1.0166015625rem;left:1.9990234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHTl4ZVdcDoKvslTXOpcfoRCz0MOxHe9 { width:18.812125rem;height:10.374625rem;top:50.026630401611rem;left:0.59303975105286rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K { display:block; }#gNXTi9e9pDJ7MQ7ZXTTPRmi0AsWIJz6K > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6sbxfIEGZZAPmZZAUMCfWk2b2Webnrt { width:20rem;height:3.9375rem;top:8.6875rem;left:0rem;font-size:0.875rem;font-family:var(--headlines-font-family);font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WKwHV792NhhPK0O158sSI0fI88TkgLMw { width:20rem;height:5.0625rem;top:2.31103515625rem;left:0rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mmmppdH1eysygtuXxTTOT4OozlZ5kQF9 { width:19rem;height:4rem;top:13.90625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPhR1SHK6HoHrNZH2mC6J4dnKI8tRlfJ { display:block; }
 }@media only screen and (max-width: 763px) { #zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 { display:block; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rG28AQ5Txxm41pnDAnBDt9baI3XMW2K5 { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI8taRA32gc93hxRqcXKxxDQrF4FEuON { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLzRZt5XrG00MPDZ4gOCUin0DoTSUwrc { width:15.874625rem;height:1.225rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOq1W0BqU7uSEphLQzSXd4Xc8iLUEM7A { width:15.874625rem;height:1.225rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }