.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:237,226,247;--color-primary-1:195,157,230;--color-primary-2:134,59,204;--color-primary-3:67,30,102;--color-primary-4:20,9,31;--color-secondary-0:255,255,255;--color-secondary-1:241,239,239;--color-secondary-2:224,222,222;--color-secondary-3:213,213,213;--color-secondary-4:155,155,155;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,241;--color-tertiary-2:111,110,112;--color-tertiary-3:86,86,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0f61922b-0904-464d-9dc5-392335a61fc0/Designsemnome.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:60rem;overflow:visible;position:relative;display:block; }#RFJ7CMVOoeCTbkm5oeGnanDCStW7sQ3t { color:#365a68;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5624998211863rem;left:0rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnQOULp7TpMfe9q8cInyU87duyvHLBNk { color:#365a68;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:13.125rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { color:#365a68;display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:38.250001907349rem;left:16.250001907349rem;height:6.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5E6M22v2anhSpzEWVTwC1I1AlT1CBHk { background-color:#e76d52;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:4.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:55.75rem;left:22.8125rem;display:block; }
#wd1kwOpBom3lIwGpLfg1MGCyt1Aacztf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a40eI97NsCGRBHRbIqP0LMlnCJlgTTX2 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:17.75rem;border-top-right-radius:16.1875rem;border-bottom-left-radius:13.25rem;border-bottom-right-radius:13.25rem;box-shadow: none;height:7.1875rem;width:7.4375rem;top:0rem;left:26.281251907349rem;overflow:hidden;display:block; }
#rh5UXlxO4nL6hTTHZGhAVIbrrWmdoQB1 { color:rgba(var(--color-primary-4),0.5);display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15003;line-height:2;letter-spacing:0;top:46.3125rem;left:28.0625rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wpMxUnSo2PAuQI9fC954fvg7ooURMtVQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:46.3125rem;left:25.375rem; }
#cHTOsiTuzQbBm7nANyQn6cm4alOw0Q2w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:49rem;left:25.375rem; }
#U3w5u4DXvFa1Jqafoq1R7JBWuEm9144q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:51.75rem;left:25.375rem; }
#awy1cTD0TD19RVtWJD1UdGiTSEPTH1SC { color:#e76d52;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.875rem;left:0rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zy63e7yUw4A7I0ctxCAbQSnKdMRDefUu { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#LnyexbPpulUOL0T8CgMaTS0qTdz9cpcx { color:#365a68;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5624998211863rem;left:0rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { 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; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { background-color: transparent; background-image: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container > .video-iframe-container { display: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container { display: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .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); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { border-width: 0; border-radius: 0; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:60rem;position:relative;display:block; }#fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { position:absolute;display:block;z-index:15000;background-color:#ddf6d1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.375rem;width:19rem;top:3.9375rem;left:20.25rem;display:block; }
#wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { color:#365a68;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.625rem;left:41rem;height:7.472625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.375rem;width:19rem;top:3.9375rem;left:0.3125rem;display:block; }
#rwTSSgUiaN8dWh9IUF8XVbv7yx1I11hB { color:#365a68;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.25rem;left:1rem;height:7.472625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAExnQD4ObGqs3ToeogQdRZGxtE00RGa { color:#365a68;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.8125rem;left:1rem;height:5.60449375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#udv1KZZnDTcaqIw26TcxZgC2eMbnTE3W { color:#365a68;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:52.812501907349rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UwrpviBSfHRTtZiB3RSdI97FMiVUl4qk { position:absolute;display:block;z-index:15002;background-color:#ddf6d1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.375rem;width:19rem;top:19.625rem;left:0.1875rem;display:block; }
#xTfm009lT2pvylH0QKUggvHRkVqaT2Mt { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.375rem;width:19rem;top:19.625rem;left:20.25rem;display:block; }
#Pzb0mcPmbSVSmZBF8eynOLIpKauc3El7 { position:absolute;display:block;z-index:15004;background-color:#ddf6d1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.375rem;width:19rem;top:19.625rem;left:40.75rem;display:block; }
#CpGUT95JbiJe8PlNPvLsTR7QHBrtQkk8 { position:absolute;display:block;z-index:15006;background-color:#ddf6d1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.375rem;width:19rem;top:34.5625rem;left:20.3125rem;display:block; }
#tiBhQ8DM3rABDJ2vpABU6DqFACHcECGL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.5625rem;left:7.75rem; }
#XveXTebAivUfTCQxEJ0CZg3ccT8BqeXs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.5625rem;left:47.75rem; }
#B4BenG6cKLg9NJSFiVzPrqXTwehzVNwQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20.75rem;left:7.75rem; }
#qEvE0M5iDCbd71Eoc3KzV6tcM07aGuE7 { color:#365a68;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.75rem;left:21rem;height:5.60449375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6KGRuf3tlFsMWsVhJTqHGSwI7vT3VRf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.75rem;left:27.968751907349rem; }
#TkPdBcuTEE0ClUXIiaRb7Q4qO25wcI0c { color:#365a68;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.25rem;left:21rem;height:7.472625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xnl5lBUyZg7ZvgBdG6pVFkPX9O8GdFZI { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.375rem;width:19rem;top:3.9375rem;left:40.25rem;display:block; }
#NlHQzpPuuV2INf0GDkUdvGbu10LLU35k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.5625rem;left:27.75rem; }
#lNbeIp5RklnqrPfsPh2fHfgsh5KeOgq4 { color:#365a68;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.000000476837rem;left:41.250001907349rem;height:7.472625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zP6HXkSqC40Q1osqQpbI9EWc02UI5Sox { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20.750000476837rem;left:47.968751907349rem; }
#KrVUbQTO5f6dBEngCSRNpAVzgLNGlNBR { color:#365a68;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:42.000000476837rem;left:21.250001907349rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lkyvl6kqs4CQXVWN8ubA8cZNb3MIsxqS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.937500476837rem;left:27.968751907349rem; }
#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NBQhCKtg_9Y/unsplash/ian-keefe-NBQhCKtg_9Y-photo-1503891617560-5b8c2e28cbf6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh.adaptive-delivery-prevent-bg, #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh.lazyload, #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh.lazyloading { background-image: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { background-color: transparent; background-image: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container > .video-iframe-container { display: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row > .video-iframe-container { display: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .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); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { border-width: 0; border-radius: 0; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { font-size:0.875rem;font-family:arial;height:81.5625rem;width:60rem;position:relative;display:block; }#gbfyd7k30NmUONV538uG5eiKF7tAaSyk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/672ed891-062a-4ea4-9e6a-9ee633a5af24/ChatGPTImage16_02_202619_50_45.crop_1021x1397_0,139.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;box-shadow: none;height:27.4375rem;width:21.5rem;top:15.348090648651rem;left:36.000001907349rem;display:block; }#gbfyd7k30NmUONV538uG5eiKF7tAaSyk.adaptive-delivery-prevent-bg, #gbfyd7k30NmUONV538uG5eiKF7tAaSyk.lazyload, #gbfyd7k30NmUONV538uG5eiKF7tAaSyk.lazyloading { background-image: none; }
#QtiKq03NSTzBJTxzhJoShEaIHxXoskt4 { color:#365a68;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:10.5rem;left:5.28125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqnfbQklKEOv2IXFhx4S2KiG6LG21NNT { color:#365a68;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:21.800346851349rem;left:4.5694446563721rem;height:8.39845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l8HCS65XTOlgEZc1I7p4s7oM9UF539qu { color:#365a68;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#epaqrbITTCNGol4OnGDKJ9BaTJmKUaDC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:21.675346851349rem;left:2.1944446563721rem; }
#wrFKuyvv5OuOn7FwDGM2az0Hmm8bioTK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.800346851349rem;left:2.1944446563721rem; }
#oxpgH18KBtmkzOv9tCpNTJKQZExG7PeV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.925346851349rem;left:2.1944446563721rem; }
#eJtBlDWlFGnKmEJcD9PU1oKfipFzL9Ae { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:28.004339694977rem;left:2.1944446563721rem; }
#HftgDnu6cSJu3sDDZ8kOMOFwSSttUT23 { color:#f8f4ed;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:45.624133110046rem;left:0rem;height:2.55rem;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; }
#C5oVsngZ98vbXtBnnNlCTTZ1ax3H2Ww3 { box-sizing:content-box;height:0.1875rem;width:41.8125rem;position:absolute;display:block;z-index:15033;background-color:#f8f4ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.402778625488rem;left:9.09375rem;display:block; }
#izwyEAGl3UCbMbUkHy4VVMnWpk8wqaIb { color:#f8f4ed;display:block;width:54.6875rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:52.215278625488rem;left:2.1944446563721rem;height:6.375rem;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; }
#PvgRfXeUQDupg5irW5KbDQtu1obZGzzy { color:#f8f4ed;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15012;line-height:2;letter-spacing:0;top:60.875rem;left:21.75rem;height:12.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hoUuJWaTZza6qvfiyZqNLuBw14S3uvck { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:61.0625rem;left:18.8125rem; }
#Thy66LkfiN9q9kDzFWnHPlDJG81fTePi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:63.875rem;left:18.8125rem; }
#Ji7oJsLmLCnbbXiNbwvkxNuRDIUnhE5d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:66.3125rem;left:18.8125rem; }
#vOykGlJPuvszR6PNzf9H6oI8QOpybC97 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:68.625rem;left:18.8125rem; }
#SzKvBqs9UDc0y9fzTUudmMhclDsu5eox { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:71.3125rem;left:18.8125rem; }
#MUxQWHxfuSbyQeRyxKXie6pcbhfbNMAP { color:#f8f4ed;display:block;width:54.6875rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:76.638023376462rem;left:2.8680553436279rem;height:2.375rem;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; }
#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { 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; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { background-color: transparent; background-image: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container > .video-iframe-container { display: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { display: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .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); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { border-width: 0; border-radius: 0; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { font-size:0.875rem;font-family:arial;height:75.25rem;width:60rem;position:relative;display:block; }#Ho4fkGbIiBNhQuDbqCkZqpbzhxddZsaT { color:#365a68;display:block;width:54.6875rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:0.78385353088381rem;left:2.65625rem;height:6.375rem;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; }
#ux8Eih6SZwqT60UefIk77ShR4Lb6Tb0N { color:#365a68;display:block;width:54.6875rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:9.2361111640931rem;left:2.65625rem;height:4.6484375rem;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; }
#K4SrWsT4soTEMEHbtyQlDU3h6SZKxT8e { position:absolute;display:block;z-index:15003;background-color:#ddf6d1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.375rem;width:19rem;top:15.1875rem;left:0.6875rem;display:block; }
#cGmgUlv1DCRvHN0tIKg5KV3iHFo8MvDb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.8125rem;left:8.1875rem; }
#cbNS0mKcxOFQQHkosQXmafRNPxn2hmQG { color:#365a68;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.686631202698rem;left:1.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VZQQg2900F5xXe3C7HzyEftX8Jn05N0h { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.375rem;width:19rem;top:15.1875rem;left:20.8125rem;display:block; }
#OFE1O1fQBZaahSuReaWGTkMtrPNNnKgy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:15.8125rem;left:28.25rem; }
#qz2LJcBh4RmI8W8qRPAOaFv3V7tROhAy { color:#365a68;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.686632156372rem;left:21.562501907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H4tCi8q1kVxS8SqZt7OB87uPGRSzGLG5 { position:absolute;display:block;z-index:15006;background-color:#ddf6d1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.375rem;width:19rem;top:15.1875rem;left:40.5rem;display:block; }
#xHTzi6sPKtrVWlF8viaclNTGob75IWzx { color:#365a68;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.686632156372rem;left:41.250001907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iw2ifi7TVdLGLkrqxfAS4lmBP2Tc7sak { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:15.8125rem;left:48rem; }
#TXnemXGeTLUIU8bfBopUZylqOegL8Wkw { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.375rem;width:19rem;top:30.875rem;left:0.6875rem;display:block; }
#pmtRrg4NHWvh7La96AX92WebTs6b23uW { color:#365a68;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:36.777778625488rem;left:1.4375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJxz8TUG24g6ThSvm3B9x6kXHGFr5hl8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:32.0625rem;left:8.15625rem; }
#KNq7q18BQWv47w85qFTHXc7vEF9bUhdb { position:absolute;display:block;z-index:15006;background-color:#ddf6d1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.375rem;width:19rem;top:30.875rem;left:20.8125rem;display:block; }
#lWP3TTVG9BCXrPdDxWpN3ehZxz9MNz00 { color:#365a68;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:37.590278625488rem;left:21.562501907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBfz4tBmHMO2I3FETKOEBFiU9p5aplkn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:31.5rem;left:28.3125rem; }
#kaGsL9DkqzkbRwHn6mneC5mCd2VDXS39 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.375rem;width:19rem;top:30.875rem;left:41rem;display:block; }
#tzOdJkWxvLHplg0mxfEUR2GAz1WKemCZ { color:#365a68;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:38.402778625488rem;left:41.562501907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gMqBOAcqlOnN4FEhQJWXm3cmr7dyylWi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:31.5rem;left:48.4375rem; }
#IqnzU4IiZlRknBSnqkhgFduHqqUoWWNs { box-sizing:content-box;height:0.1875rem;width:41.8125rem;position:absolute;display:block;z-index:15035;background-color:#365a68;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.951389312744rem;left:9.09375rem;display:block; }
#y75QQApp2eQ93OrQ4b9E4A7mqHJ8eZ0L { color:#365a68;display:block;width:54.6875rem;position:absolute;font-family:ubuntu;font-size:2.875rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:50.576395988464rem;left:2.65625rem;height:5.75rem;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; }
#vgORsCpnTFgEEpGgpca5vwGT4KsNxbgP { color:#365a68;display:block;width:30.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:59.3125rem;left:16.25rem;height:13.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tqaXp0QqkSl4asmGwfprpVgilSTBcOs2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:59.5rem;left:13.5625rem; }
#xq6tizN06ulwALsRi4AfNnl2flvuUmI9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:62.375rem;left:13.5625rem; }
#oe0ow6t28WFZnPkRyn4ZkVvCoSn9T16r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:64.9375rem;left:13.5625rem; }
#oKLmdMo7e9Lis7oIWhGJrVJTBd6hQcz7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:67.3125rem;left:13.5625rem; }
#rlwwir0AuPv4ibOT8559yvLAxW47WzyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:69.9375rem;left:13.5rem; }
#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6e683a47-d64a-44d5-a1af-7e508ed243eb/taqye.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ.adaptive-delivery-prevent-bg, #vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ.lazyload, #vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ.lazyloading { background-image: none; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container { background-color: transparent; background-image: none; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container > .video-iframe-container { display: none; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row > .video-iframe-container { display: none; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .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); }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container { border-width: 0; border-radius: 0; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:60rem;position:relative;display:block; }#Xk7p24wDEHqU26RHTXhRnQ38MESE9uBe { color:#365a68;display:block;width:54.6875rem;position:absolute;font-family:ubuntu;font-size:2.875rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:1.3958334922791rem;left:1.5694446563721rem;height:2.875rem;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; }
#TTmbxMR3XsAumuAc9oqbNl1WQHUptuST { color:#365a68;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15024;line-height:2.2;letter-spacing:0;top:6.2552080154419rem;left:13.194444656372rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mfh6dIQ9mDS5gDUCgWNPoyKH992RiNyI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:6.4505205154419rem;left:10.256944656372rem; }
#EKXqWnn8gszC3iBB7CBVDQW2XzgkaVLT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.0755205154419rem;left:10.131944656372rem; }
#vIRlTRJ1xD4la6guyhglkW7kCCv39N55 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.95138835907rem;left:10.194444656372rem; }
#rNiQyKfBHfBatDZWSHCsFUxyeTVR2uAs { color:#365a68;display:block;width:54.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:16.95138835907rem;left:3.625rem;height:4.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; }
#MMRDALL0cGe4oHfbNFgZHWCMc9SKOU7V { color:#365a68;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:25.062499284744rem;left:1.5625rem;height:3.4375rem;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; }
#xE5xLoxgOaZcWZP8qpe4iMvSLTvS3KkI { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:13.6875rem;width:24.625rem;top:29.187499284744rem;left:2.6875rem;display:block; }
#MvUIMsoxVwFIrka8HZrzASB1h7vl5eyL { color:#365a68;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:25.062499284744rem;left:31.562501907349rem;height:5.15625rem;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; }
#gTOFTBKEi04ehsdLdcEaI9mwxbiN5VBd { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:13.625rem;width:24.875rem;top:29.218749284744rem;left:32.562501907349rem;display:block; }
#LMEo1oiZfhlPZLgskpqUR1wppXJMgm3F { background-color:#e76d52;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:#f8f4ed;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5625rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:45.500000476837rem;left:18.187501907349rem;display:block; }
#TLya8bHFJoJDpJoC0hh59tixGSyDScl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { 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; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { background-color: transparent; background-image: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container > .video-iframe-container { display: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container { display: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .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); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { border-width: 0; border-radius: 0; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { font-size:0.875rem;font-family:arial;height:65.3125rem;width:60rem;position:relative;display:block; }#arzK17soJTEEFM86AgGIRQJuk2QXN934 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4gcz8ySUAp1lznzRElA2SJicRUSn4X9 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.375rem;left:0.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XLDTmvDHnkv0TpnsIeaGotNHiPk4JKlx { color:#365a68;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.5208334922791rem;left:0rem;height:3.33125rem;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; }
#hnb6d89PP3fr0Xx7ebo7KLC8ZSppzoKt { color:#365a68;display:block;width:54.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:5.7083334922791rem;left:3.5069446563721rem;height:3.6rem;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; }
#Ez3rqOAXXlna4XGJMBqVgnfkfHnf6ual { box-sizing:content-box;height:18.125rem;width:10.875rem;position:absolute;display:block;z-index:15102;background-color:#ddf6d1;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.5625rem;left:2.875rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#nlAW5VXbfklUx3WH8sQ1aLM7pe4hBdGk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:12rem;left:5.5625rem; }
#pOLxBH4MtJm8rb9mUDo81reaQV1VsuTc { box-sizing:content-box;height:18.125rem;width:10.875rem;position:absolute;display:block;z-index:15103;background-color:#ddf6d1;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.5625rem;left:17.25rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#ZOlBA1iUWcukTB3uVizP9WkaS2vK0yww { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:12.625rem;left:20.5625rem; }
#Wmf1npQRfyOEzoAWpyeK4rSLz0UpsTNk { box-sizing:content-box;height:18.125rem;width:10.875rem;position:absolute;display:block;z-index:15106;background-color:#ddf6d1;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.5625rem;left:31.9375rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#Q8OKpqQFXvceEpIAL85XHZT7s2cJi3F1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:12.625rem;left:34.4375rem; }
#yQ6ZBe4bAnuOZEqnbtrXGep165A2mv5W { box-sizing:content-box;height:0.3125rem;width:33.6875rem;position:absolute;display:block;z-index:15045;background-color:#365a68;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.75rem;left:12.5625rem;display:block; }
#VJIZVbR2eP8w60KkrvThsygHFKXqhDZb { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15110;line-height:1;letter-spacing:0;top:18.9375rem;left:17.75rem;height:3.75rem;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; }
#JsiFTyaqb5FKuCNu5v07FxBQ7CiEiMKK { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15111;line-height:1;letter-spacing:0;top:19.5625rem;left:3.375rem;height:3.75rem;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; }
#sLaHr1et35J6ZtPeDyi1Cg0T4OfUPyd9 { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15134;line-height:1;letter-spacing:0;top:19.75rem;left:32.4375rem;height:2.5rem;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; }
#vAGwTUilmyhbMVQxFz908JKPzf35EHzp { box-sizing:content-box;height:18.125rem;width:10.875rem;position:absolute;display:block;z-index:15110;background-color:#ddf6d1;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.5625rem;left:46.25rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#zNJklcBLp9vVWlHokm6W2J09THUycCHf { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15130;line-height:1;letter-spacing:0;top:19.5625rem;left:46.75rem;height:2.5rem;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; }
#nIIvBS7CsvgKWdZDJACTKS05Pr53PDH8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:13.0625rem;left:49.3125rem; }
#uECwfPs9mhWwPScitQHFKf8Fhdlwpp44 { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15137;line-height:1;letter-spacing:0;top:23.9375rem;left:32.4375rem;height:4rem;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; }
#PQnmQO9go8tlkwPPtitENrhiNZQmCRgy { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15139;line-height:1;letter-spacing:0;top:24.4375rem;left:17.718751907349rem;height:3rem;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; }
#SBzrLZ0hTa7MHCaiOGMT65yQFZGWNEbT { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15138;line-height:1;letter-spacing:0;top:24.4375rem;left:3.34375rem;height:3rem;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; }
#eQFwzdk0uJvKpagIK8k2eCtZbvNmZ3ny { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15122;line-height:1;letter-spacing:0;top:24.868055343628rem;left:46.718751907349rem;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; }
#A0IBwqyDkuUgCcTivMynRLWz28TWuEbW { box-sizing:content-box;height:18.125rem;width:10.875rem;position:absolute;display:block;z-index:15122;background-color:#ddf6d1;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.75rem;left:2.875rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#MOXAm9EOrdubW11X21qGThJARxWrnx9g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:38.8125rem;left:5.5625rem; }
#XJDh8LVio8LDJnfBsAIqHfuTNc2EPEPR { box-sizing:content-box;height:18.125rem;width:10.875rem;position:absolute;display:block;z-index:15123;background-color:#ddf6d1;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.75rem;left:17.25rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#rIgHoiamWEixygJP4A5L9dRIUpDuUwPd { box-sizing:content-box;height:0.3125rem;width:33.6875rem;position:absolute;display:block;z-index:15019;background-color:#365a68;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43rem;left:12.5625rem;display:block; }
#JxXtK8IKdraz8wN3J3wV6w0D9e3ST7uR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:39rem;left:20.125rem; }
#OJzM8LGDv1gVs4sBLvCxeor4aV7apWFG { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15131;line-height:1;letter-spacing:0;top:45.8125rem;left:3.375rem;height:2.5rem;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; }
#Xa2ciGIDldmMRv4J7NISw4L1oAAoC48J { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15130;line-height:1;letter-spacing:0;top:45.9375rem;left:17.75rem;height:3.75rem;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; }
#efWeCT5zqfr7wZpS0lmTiKTdmEck2SO7 { box-sizing:content-box;height:18.125rem;width:10.875rem;position:absolute;display:block;z-index:15020;background-color:#ddf6d1;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.75rem;left:31.9375rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#AQgkbTtFIG08zK5TvWTUM39Kzb4x24VN { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15116;line-height:1;letter-spacing:0;top:45.9375rem;left:32.4375rem;height:3.75rem;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; }
#uFEPTDImd5qFD20UA2McyS4Tz5gBVUP8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:38.8125rem;left:34.4375rem; }
#gl5ygSJXf8ycmQXOG6natTw6f8OzwW4Z { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15133;line-height:1;letter-spacing:0;top:50.875rem;left:17.75rem;height:4rem;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; }
#pImTCZcPoimKz0gcZbTuWS3iTWGivFxQ { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15132;line-height:1;letter-spacing:0;top:50.9375rem;left:3.375rem;height:3rem;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; }
#XFuJL5NtdLGdCixS6h9dTbXvZGDPKatH { box-sizing:content-box;height:18.125rem;width:10.875rem;position:absolute;display:block;z-index:15023;background-color:#ddf6d1;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.75rem;left:46.25rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#vRWJsbqhT4QCdhs5NaHAU6GoxmVude3y { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15123;line-height:1;letter-spacing:0;top:49.875rem;left:46.75rem;height:5rem;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; }
#yymEMTznM1qCTIAowKTfZ9g9IbsnT2QW { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15120;line-height:1;letter-spacing:0;top:45.9375rem;left:46.75rem;height:2.5rem;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; }
#TDDsg6dk7xO45T8tgFZbpmmFmrwZfBoC { color:#365a68;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15119;line-height:1;letter-spacing:0;top:50.9375rem;left:32.406251907349rem;height:3rem;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; }
#UHEf0NldiscJpDwyaZGIwMTT4wTl9WGp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:39.125rem;left:49.25rem; }
#k6TPbcOlv7KVHvZ2iXmfaOPvi78xtr3x { box-sizing:content-box;height:10rem;width:0.3125rem;position:absolute;display:block;z-index:15005;background-color:#365a68;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.46875rem;left:51.342604772546rem;display:block; }
#HNkAkF0wfppzCEpDQs9AainH7wgBoRHB { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#TbSl2onVsXGxgOEqrmwCiVVU1FSuX3fv { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Mn7KhbxhArscvOAx4XE7wsOUZTrTO6nq { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.375rem;left:0.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kqtq9NU4dTgl6GOuuT9tcdXOI1hFOiKy { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#VOFHKVmyqtGFOOJOzuBkRmOgT5C3zFiZ { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#udrA2gZoLmm7mhp5KfVI3DGOTcGOchJF { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#vNHp6Gh2tGyniZe2Zbx9ct71FSchbm8i { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#XX1hAzf9WSFSfDEBrrIA7boDlGTcuQSV { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddf6d1;background-image:url("https://images.assets-landingi.com/uc/6e683a47-d64a-44d5-a1af-7e508ed243eb/taqye.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC.adaptive-delivery-prevent-bg, #tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC.lazyload, #tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC.lazyloading { background-image: none; }#tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC > .row .container { background-color: transparent; background-image: none; }#tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC > .row .container > .video-iframe-container { display: none; }#tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC > .row > .video-iframe-container { display: none; }#tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC > .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); }#tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC > .row .container { border-width: 0; border-radius: 0; }#tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:116.375rem;width:60rem;position:relative;display:block; }#Ut5LDKFJN1Ms1CyfLyQkoy11ItoVmBXL { color:#365a68;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:0.62500190734863rem;left:0rem;height:8.775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RSRS9CQIHPT5JUMyVp8nXwkOa2kgVvOS { color:#365a68;display:block;width:57.625rem;position:absolute;font-family:ubuntu;font-size:2.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:96.125rem;left:1.1875rem;height:8.042rem;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; }
#hrgmdcnh1KlSgupGEp5mOqPMgLrRTTWU { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:12.9375rem;width:23.25rem;top:77.125rem;left:31.3125rem;display:block; }
#TZaEoIITisam0VrxrDuNE95bIantUPvB { color:#365a68;display:block;width:27.9375rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:77.124999046325rem;left:2.875rem;height:12.1465rem;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; }
#hxgUqFO0vtvbZw5CynWIMo2XPElT3gRJ { color:#365a68;display:block;width:57.625rem;position:absolute;font-family:ubuntu;font-size:2.0625rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:108.3125rem;left:1.1875rem;height:4.125rem;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; }
#drLnVeHM3BxcyNfwh4WUyH1CXa9pEeMI { position:absolute;display:block;z-index:15048;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.1875rem;width:15.0625rem;top:37.1875rem;left:42.5625rem;overflow:hidden;display:block; }
#vBR0cTZ2N1PTUwmWNZwzeUr2pw8ZQq6n { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:18.125rem;top:28.6875rem;left:40.75rem;overflow:hidden;display:block; }
#WN8gKhJ8BSU7PQz15Epuxn5F20X3F5pC { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:18.8125rem;top:44.3125rem;left:20.59375rem;overflow:hidden;display:block; }
#E7HGDihe0FKXqFNohzBUMwponCOtfoHT { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:17.9375rem;top:57.875rem;left:42.0625rem;overflow:hidden;display:block; }
#EVy9dQz6VHl4Mf1q79It9CXdaAmLcdCx { position:absolute;display:block;z-index:15051;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.1875rem;width:18rem;top:55.5rem;left:20.59375rem;overflow:hidden;display:block; }
#iixriQV3TUUPdWm83zzHUIJtLhVeQJrT { position:absolute;display:block;z-index:15047;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.125rem;width:17.9375rem;top:67.21875rem;left:20.59375rem;overflow:hidden;display:block; }
#Tdewnqa7xSZDmMK4QUqRWzBdeqHt9IdB { position:absolute;display:block;z-index:15049;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:15.375rem;width:14.75rem;top:10.9375rem;left:41.8125rem;overflow:hidden;display:block; }
#mL6mn9f98bFP7CbPBKBRQgUizyCZ1aPS { position:absolute;display:block;z-index:15037;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:13.6875rem;width:17.5rem;top:25.125rem;left:0rem;overflow:hidden;display:block; }
#RcTzwBPtWAlzwvL0kTqf2L2XBBMTgRxJ { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:17.625rem;top:10.9375rem;left:0rem;overflow:hidden;display:block; }
#KKwnn8b8XWOuxrKIBGVwoTRGksJC6L0g { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:26.375rem;width:14.8125rem;top:46.90625rem;left:1.1875rem;display:block; }
#TPflDZPW0v4ikuDqUqXeUruqFKxrExoN { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:26.375rem;width:14.8125rem;top:16.5625rem;left:22.59375rem;display:block; }
#NqZGLKrB7EcDi1Xb08fSedapgEhCNqZW { color:#365a68;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15055;line-height:1;letter-spacing:0;top:10.9375rem;left:21.125rem;height:5rem;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; }
#w8PNe08WcCaSE9BbQfTVtFyJM3Xmlif0 { color:#365a68;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1;letter-spacing:0;top:41.0625rem;left:0.34375rem;height:5rem;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; }
#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw { 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; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row .container { background-color: transparent; background-image: none; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row .container > .video-iframe-container { display: none; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row > .video-iframe-container { display: none; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .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); }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row .container { border-width: 0; border-radius: 0; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:60rem;position:relative;display:block; }#oRqlhTLSaa7VTS5fE2oD2d91M7hkN6zs { color:#365a68;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5000033378601rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ENCI3Rs4TCNdsqHaK5TssOyN5zUZalEd { color:#365a68;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.5625rem;left:0rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kHAGH8JLg1An9SOnaE6KB0DTXQ6b584s { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:43.5rem;width:20.75rem;top:16.437500476837rem;left:19.625001907349rem;display:block; }
#VsF6rpUTycwewRM0XLx7IETISap2MApp { color:#e76d52;display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.1875rem;left:19.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GGtfToe2QCaDQWbdhOedawKxto3e3XLB { background-color:#e76d52;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:4.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:47.842012405396rem;left:21.312501907349rem;display:block; }
#KX97bRQvv1WvhlqHs3lNBM36VHJ1FeV9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wybmRsAJT0UpxRmsZp1IUDVllNTeHO0Q { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:38.125rem;width:19.5625rem;top:18.312500476837rem;left:40.375001907349rem;display:block; }
#FpL0s0AcR8iKWJcVnHal3kVrbyReFThU { color:#365a68;display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.9375rem;left:40.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZB7umog27seXvi5yJUwWTPJSEii2Thx { background-color:#e76d52;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:47.842012405396rem;left:42.375001907349rem;display:block; }
#vbaX7Iz1p52MzlDRnk5WT34LWaCKAL6n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lvu39mwB6Z0d65TQPA4q52q3aeTDIobg { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:38.25rem;width:19.5625rem;top:18.312500476837rem;left:0.0625rem;display:block; }
#PFEB2CWXQNqpyQBrwMWxZdFKFFz73sAs { background-color:#e76d52;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:46.897569656372rem;left:1.125rem;display:block; }
#uKMapzWIfX0XcDo2Evpg4MFqvQSNtp77 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JGJmeK4ZaITkTZ42PwSGW4fvMOF0swTz { color:#365a68;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:33.358507156372rem;left:0rem;height:10.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fy7t4xAD5hUVUuu4V3kSgkNxQfVh23Fn { color:#365a68;display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:25.593749344349rem;left:4.9375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eqTXSsg4sk8r7uPCZTmvhMTroX2ATvtN { color:#365a68;display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:21.9375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTnkIMVrBrXr7nvP91yJxMNe4h3n7BGd { color:#365a68;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:12.511285305023rem;left:0rem;height:1.6625rem;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;text-align:center;text-align-last:center;display:block; }
#BiOGiKTzcb5z9GSw3kku4EcGKx3V5cM5 { color:#e76d52;display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.6875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:22.625rem;left:22.569444656372rem;height:9.99375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yRJ3F2TftI6dyQeXAwANJGDWCiTEgIUr { color:#365a68;display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:25.593749344349rem;left:45.250001907349rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhB3SxtgwQEZT5W8Ul8OCtTvn2RJcTrU { color:#365a68;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:31.696180343628rem;left:20.187501907349rem;height:10.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HMhIpO4QekisDOFrzFBLqq2pQqC9FLL6 { color:#365a68;display:block;width:19.4948125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:46.354166030884rem;left:20.251737594604rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gNLChCdyRyCT0xLhtbivtLUcVstCXrOG { color:#365a68;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:33.358507156372rem;left:40.375001907349rem;height:10.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e7rXogyNS814wgeUe09Ci9GTlJywpMio { color:#365a68;display:block;width:19.4948125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:46.354166030884rem;left:40.505208969116rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uAogTJlP0TJU4JGQ0SDl7LG82abrXfMc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:53.680555343628rem;left:2.4930553436279rem; }
#Z3oBomfpozvcTDtThCq6pSRoyJUHduNw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:56.437501907349rem;left:22.569444656372rem; }
#QECuE2m9VXTVDi8IwhZTSLR3NFHA0y22 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:53.555555343628rem;left:42.805559158325rem; }
#rxrTTuLQGDQSn7SiwqQAigGTPZ5NhE1Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:53.779512405396rem;left:6.1319446563721rem; }
#sF2vkUAix5tXgsKDElJ4VWCHF5wrNUXH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:56.437501907349rem;left:26.506944656372rem; }
#FOeWhRPT9uzpDevqfuCwxlNWAIEBusbM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:53.680555343628rem;left:46.756944656372rem; }
#hsdcmOq576AGAqQPHFXVpyxGP8zK6T6S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:53.904512405396rem;left:9.9930553436281rem; }
#GxTsf68umyK6phBxLSK2fM5Tf1sVTMD0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:56.437501907349rem;left:30.506944656372rem; }
#UwXaiwl2l5zqWzG4ayU4pCmtkyqlsyEm { position:absolute;display:block;z-index:15064;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.375rem;width:4.6875rem;top:54.279512405396rem;left:12.819444656372rem;overflow:hidden;display:block; }
#wHimBL9NuPEniTt4hOi3BXOarepSUoCS { position:absolute;display:block;z-index:15065;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.375rem;width:4.6875rem;top:56.930555343628rem;left:33.399305343628rem;overflow:hidden;display:block; }
#iS7oKfw6FtTWy8TbocMmbmpiwJhVTdCT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:53.743055343628rem;left:50.305559158325rem; }
#dR23fllPmXbUT9RUWQwgL6PEcw00JF3U { position:absolute;display:block;z-index:15066;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.375rem;width:4.6875rem;top:54.118055343628rem;left:53.555559158325rem;overflow:hidden;display:block; }
#SH3dAMPNtLwSyVvqn96a8nEqm4bOMRZ2 { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:4.0625rem;top:50.866319656372rem;left:3.9375rem;overflow:hidden;display:block; }
#oElHaCdAMZ5HSZ0VGnXeWpETa3NZu6Q8 { color:#365a68;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15081;line-height:1.4;letter-spacing:0;top:51.565973281861rem;left:0.4375rem;height:1.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B4UKDE6K84fMbSnqDXrTUDlWtIo8ZXBl { color:#365a68;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15082;line-height:1.4;letter-spacing:0;top:51.409723281861rem;left:7.3680553436281rem;height:1.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PcODap1xAwVnww38yV6073m2cTtfz223 { color:#365a68;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15085;line-height:1.4;letter-spacing:0;top:53.5rem;left:27.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OlM2AeSpKml045HtNveIxmothq5G1EOr { color:#365a68;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15084;line-height:1.4;letter-spacing:0;top:53.625rem;left:20.625rem;height:1.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kNi6ReFWeOCHPoUaBpD6pNCA7iJGQRb9 { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:4.0625rem;top:52.9375rem;left:24.125rem;overflow:hidden;display:block; }
#JJB1xTFl0v9nfh7HREo8GTqTDA4csggk { color:#365a68;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15088;line-height:1.4;letter-spacing:0;top:51.9375rem;left:48.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vGQsTVEcQl1400Esq74laKChbh2Z2Icy { color:#365a68;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15087;line-height:1.4;letter-spacing:0;top:52.125rem;left:41.1875rem;height:1.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zlQIqBn1EAwol1d9eEJMXNTEAmSTJWuW { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:4.0625rem;top:51.375rem;left:44.6875rem;overflow:hidden;display:block; }
#L2EeU9HKNTBQB7dsqkis1ipsRdhxILC1 { color:#365a68;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5000033378601rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FLtu4XzeOM8flKobyOl0unaLgRxaEO28 { 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; }#FLtu4XzeOM8flKobyOl0unaLgRxaEO28 > .row .container { background-color: transparent; background-image: none; }#FLtu4XzeOM8flKobyOl0unaLgRxaEO28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtu4XzeOM8flKobyOl0unaLgRxaEO28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtu4XzeOM8flKobyOl0unaLgRxaEO28 > .row .container > .video-iframe-container { display: none; }#FLtu4XzeOM8flKobyOl0unaLgRxaEO28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtu4XzeOM8flKobyOl0unaLgRxaEO28 > .row > .video-iframe-container { display: none; }#FLtu4XzeOM8flKobyOl0unaLgRxaEO28 > .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); }#FLtu4XzeOM8flKobyOl0unaLgRxaEO28 > .row .container { border-width: 0; border-radius: 0; }#FLtu4XzeOM8flKobyOl0unaLgRxaEO28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLtu4XzeOM8flKobyOl0unaLgRxaEO28 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:51.625rem;width:60rem;position:relative;display:block; }#f6aWnRKVIS5xLLGh78X0DFaTBse28u2H { color:#365a68;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:2.3125rem;left:0rem;height:3.15rem;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; }
#OAM29uThRvEupOgQruT5pu26dDEefXhZ { color:#365a68;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:7.8603515625rem;left:0rem;height:42.503875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vbOsFQMI5ghWXalA39e3DBBtbGPZKe9s { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5625rem;border-top-right-radius:22.5625rem;border-bottom-left-radius:22.5625rem;border-bottom-right-radius:22.5625rem;box-shadow: none;height:21.25rem;width:26.1875rem;top:23.922668457031rem;left:36.564361299314rem;overflow:hidden;display:block; }
#wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddf6d1;background-image:url("https://images.assets-landingi.com/uc/6e683a47-d64a-44d5-a1af-7e508ed243eb/taqye.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx.adaptive-delivery-prevent-bg, #wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx.lazyload, #wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx.lazyloading { background-image: none; }#wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx > .row .container { background-color: transparent; background-image: none; }#wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx > .row .container > .video-iframe-container { display: none; }#wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx > .row > .video-iframe-container { display: none; }#wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx > .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); }#wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx > .row .container { border-width: 0; border-radius: 0; }#wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:59.0625rem;width:60rem;position:relative;display:block; }#s1FT9GdLmycRPHUzLzAJpJ33QX8TIz3S { color:#365a68;display:block;width:54.749375rem;position:absolute;font-family:montserrat;font-size:3.3125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:1.3736979961395rem;left:2.5625rem;height:4.6375rem;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;text-align:center;text-align-last:center;display:block; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o .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; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:700;font-size:1.25rem;color:#365a68; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--headlines-font-family); }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o .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; }#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o .accordion-trigger.adaptive-delivery-prevent-bg, #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o .accordion-trigger.lazyload, #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o .accordion-trigger.lazyloading { background-image: none; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o { box-sizing:content-box;height:auto;width:54.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15013;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.0106344223025rem;left:1.6875rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #sbu3d7PNhzCP9KA6wbvxcShdmbVGIDkZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #EXBBUIXe0y35e98vFTezWCMo4vV3aotD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #ewGOLLmXU5ayJiQVJTi9T0AnnyXkACBS { display:block;position:relative; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #gUpEnwQe2qJI8ICoXeWcbm7uaqDryVTk {  }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #B0HTIrTCJOTedmaTpvodk9XWX3XpoKvP {  }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #VzrMiosIFGDgp4xPRGyI5620wAUh8emG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #yIlDgEvvp7MQxIq9b9zoDw0tf87Vo3Qx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #NrKEL9N8tvUrUfTiWafybsfFwaSgQwp5 { display:block;position:relative; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #CcXzhMSwwuqRTOkqRdMfBMZiTtJw5Doz {  }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #RiUdyKdbH4yDMITds9S7O5BmL93lMCOF { display:none; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #TTAbXW1R28s4MsZwV9Klmz0EQTpO05I1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #X0qJTKoKOyC2Nsc2WzvNB0IXSuhmxJZw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #aiW2e8T9MBnPCNIoO5eazm4TzgMMMfmM { display:block;position:relative; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #QiDNNLMqrxE9DWBXKnabkMFtemhzyp2S {  }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #NWAwmyTcsrKq9VdATeiTQFJh8JkloyVJ { display:none; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #TTXmI9ZqKvkoIdzTXCmNXZmyU578iNzP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #ZksLqTQ70V5MzxHQBpBfzMDu3ZZPt8rp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #MMvgzeD5ssf49T0w7ThoOFkchk062ksU { display:block;position:relative; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #lQ3i1D5QtxHgm01XbCcxd7NOWCNywT3Q {  }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #beRHlfFQwmCaghdlEoECpK15vgz54Tsu { display:none; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #xPZOy2myLAcqufT2kNpkEum0UpvRk5QZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #eDroVb6vSfPE5TNNpbSy7ZTmPyfxX8ZV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #PE4enxx90deEPuf94dWpvcdwhXUOpoBU { display:block;position:relative; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #puk2AGtLc21wTKvu68o7JTPThmVNMUJf {  }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #yO4qyiS68eTwCk92r1SPKTSVfadG1feO { display:none; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #M3P4TaBmxRhBFNvyI82oloe7QxQVtBmD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #vC0D2pU108O1063lfVy3XkrH7PAuAItK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #zow5BXvKAhzvzPONzzT72mP6nHU84Hgr { display:block;position:relative; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #itE4qzzaqsEXAxBoHZy72QsT5RmWq1NZ {  }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #xA2CcZBze2MzbUMCdO6fSHJDfMA3Kozo { display:none; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #PE24JC3Fc6w3M6Mbm7Tab60IAZTNfQgT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #JqDt95puyOdQCbIWgFTT0rconAvLWf9B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #PTum2cqNKcd0sv3PUldGtkFSTnv6eTdP { display:block;position:relative; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #aIcLGOTvKUQOaBI09PNJJo7XnyIgFbB3 {  }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #fK9yG2bO2WLoNZ1fKPwfil0gnTdPL9ut { display:none; }
#r1LCENT7HvmEi01OnoDm9EpBoxV6amvv { background-color:#e76d52;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:#f8f4ed;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.0625rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.674477815628rem;left:15.218751907349rem;display:block; }
#Mh1Ur2TWr1Z4ycsTmwD1GCZlFcUsoiB7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ofbz2giHapQmZH8qQirs4aU3prXSSB67 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:44.875001192093rem;left:24.375001907349rem; }
#Ofbz2giHapQmZH8qQirs4aU3prXSSB67 > img { max-width: 100%;max-height:100%; width:4.4375rem; height:4.4375rem; }#NxkxUAbKoHz1fleH4QUeaumR3lG9VgBP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:45.125001192093rem;left:30.625001907349rem; }
#NxkxUAbKoHz1fleH4QUeaumR3lG9VgBP > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; }#vh5aRZbDKNTNr2f3xTHZ3F7zq1sOWbpA { background-color:#f8f4ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.999rem;height:1.499025rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:54.1875rem;left:10.5625rem;display:block; }
#CKpQyBBa1CFUgDwaPpcT4UtSokJBAqHe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dOTdI3NpTi8zaJE9THMO0F5shKPbZyOf { background-color:#f8f4ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.999rem;height:1.499025rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:54.1875rem;left:24.25rem;display:block; }
#wRnSqnwAVmn7TauF1ZCxPGTDWsDmXK1n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ayGQdn3ITBhOFdXEsn8BQgkl17nnoAxW { background-color:#f8f4ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:1.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:54.1875rem;left:38.75rem;display:block; }
#uvM59cdVUvckqF69ZIDCbTAh96ggyzdo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFJ7CMVOoeCTbkm5oeGnanDCStW7sQ3t { width:47.75rem;height:2.1875rem;top:7.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQOULp7TpMfe9q8cInyU87duyvHLBNk { width:47.75rem;height:9.75rem;top:13.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { width:41.9375rem;height:6.3125rem;top:38.25rem;left:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5E6M22v2anhSpzEWVTwC1I1AlT1CBHk { width:25.5rem;height:4.3125rem;top:55.75rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd1kwOpBom3lIwGpLfg1MGCyt1Aacztf { display:block; }
 }@media only screen and (max-width: 763px) { #a40eI97NsCGRBHRbIqP0LMlnCJlgTTX2 { top:0rem;left:20.156251907349rem;width:7.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh5UXlxO4nL6hTTHZGhAVIbrrWmdoQB1 { width:27.4375rem;height:7.5rem;top:46.3125rem;left:20.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpMxUnSo2PAuQI9fC954fvg7ooURMtVQ { top:46.3125rem;left:19.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTOsiTuzQbBm7nANyQn6cm4alOw0Q2w { top:49rem;left:19.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3w5u4DXvFa1Jqafoq1R7JBWuEm9144q { top:51.75rem;left:19.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awy1cTD0TD19RVtWJD1UdGiTSEPTH1SC { width:47.75rem;height:4.5rem;top:22.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy63e7yUw4A7I0ctxCAbQSnKdMRDefUu { display:none; }
 }@media only screen and (max-width: 763px) { #LnyexbPpulUOL0T8CgMaTS0qTdz9cpcx { width:47.75rem;height:2.1875rem;top:7.5rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { display:block; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { width:19rem;height:13.375rem;top:3.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { width:17.5rem;height:7.4375rem;top:9.625rem;left:30.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { width:19rem;height:13.375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTSSgUiaN8dWh9IUF8XVbv7yx1I11hB { width:17.5rem;height:7.4375rem;top:9.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAExnQD4ObGqs3ToeogQdRZGxtE00RGa { width:17.5rem;height:5.5625rem;top:25.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udv1KZZnDTcaqIw26TcxZgC2eMbnTE3W { width:47.75rem;height:;top:52.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwrpviBSfHRTtZiB3RSdI97FMiVUl4qk { width:19rem;height:13.375rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTfm009lT2pvylH0QKUggvHRkVqaT2Mt { width:19rem;height:13.375rem;top:19.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzb0mcPmbSVSmZBF8eynOLIpKauc3El7 { width:19rem;height:13.375rem;top:19.625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGUT95JbiJe8PlNPvLsTR7QHBrtQkk8 { width:19rem;height:13.375rem;top:34.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiBhQ8DM3rABDJ2vpABU6DqFACHcECGL { top:4.5625rem;left:5.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XveXTebAivUfTCQxEJ0CZg3ccT8BqeXs { top:4.5625rem;left:37.4375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4BenG6cKLg9NJSFiVzPrqXTwehzVNwQ { top:20.75rem;left:5.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEvE0M5iDCbd71Eoc3KzV6tcM07aGuE7 { width:17.5rem;height:5.5625rem;top:25.75rem;left:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6KGRuf3tlFsMWsVhJTqHGSwI7vT3VRf { top:20.75rem;left:21.781251907349rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkPdBcuTEE0ClUXIiaRb7Q4qO25wcI0c { width:17.5rem;height:7.4375rem;top:9.25rem;left:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnl5lBUyZg7ZvgBdG6pVFkPX9O8GdFZI { width:19rem;height:13.375rem;top:3.9375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlHQzpPuuV2INf0GDkUdvGbu10LLU35k { top:4.5625rem;left:21.5625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNbeIp5RklnqrPfsPh2fHfgsh5KeOgq4 { width:17.5rem;height:7.4375rem;top:25rem;left:30.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP6HXkSqC40Q1osqQpbI9EWc02UI5Sox { top:20.75rem;left:37.656251907349rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrVUbQTO5f6dBEngCSRNpAVzgLNGlNBR { width:17.5rem;height:3.6875rem;top:42rem;left:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkyvl6kqs4CQXVWN8ubA8cZNb3MIsxqS { top:35.9375rem;left:21.781251907349rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh { display:block; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbfyd7k30NmUONV538uG5eiKF7tAaSyk { width:21.5rem;height:27.4375rem;top:15.3125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtiKq03NSTzBJTxzhJoShEaIHxXoskt4 { width:47.75rem;height:2.5rem;top:10.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqnfbQklKEOv2IXFhx4S2KiG6LG21NNT { width:30.0625rem;height:8.375rem;top:21.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8HCS65XTOlgEZc1I7p4s7oM9UF539qu { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epaqrbITTCNGol4OnGDKJ9BaTJmKUaDC { top:21.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrFKuyvv5OuOn7FwDGM2az0Hmm8bioTK { top:23.75rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxpgH18KBtmkzOv9tCpNTJKQZExG7PeV { top:25.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJtBlDWlFGnKmEJcD9PU1oKfipFzL9Ae { top:28rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HftgDnu6cSJu3sDDZ8kOMOFwSSttUT23 { width:47.75rem;height:2.5rem;top:45.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5oVsngZ98vbXtBnnNlCTTZ1ax3H2Ww3 { top:49.375rem;left:0rem;width:41.8125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izwyEAGl3UCbMbUkHy4VVMnWpk8wqaIb { width:47.75rem;height:6.375rem;top:52.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvgRfXeUQDupg5irW5KbDQtu1obZGzzy { width:19.4375rem;height:12.5rem;top:60.875rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoUuJWaTZza6qvfiyZqNLuBw14S3uvck { top:61.0625rem;left:15.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thy66LkfiN9q9kDzFWnHPlDJG81fTePi { top:63.875rem;left:15.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji7oJsLmLCnbbXiNbwvkxNuRDIUnhE5d { top:66.3125rem;left:15.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOykGlJPuvszR6PNzf9H6oI8QOpybC97 { top:68.625rem;left:15.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzKvBqs9UDc0y9fzTUudmMhclDsu5eox { top:71.3125rem;left:15.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUxQWHxfuSbyQeRyxKXie6pcbhfbNMAP { width:47.75rem;height:2.375rem;top:76.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { display:block; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho4fkGbIiBNhQuDbqCkZqpbzhxddZsaT { width:47.75rem;height:6.375rem;top:0.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux8Eih6SZwqT60UefIk77ShR4Lb6Tb0N { width:47.75rem;height:4.625rem;top:9.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4SrWsT4soTEMEHbtyQlDU3h6SZKxT8e { width:19rem;height:13.375rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGmgUlv1DCRvHN0tIKg5KV3iHFo8MvDb { top:15.8125rem;left:2.0625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbNS0mKcxOFQQHkosQXmafRNPxn2hmQG { width:17.5rem;height:4.875rem;top:21.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZQQg2900F5xXe3C7HzyEftX8Jn05N0h { width:19rem;height:13.375rem;top:15.1875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFE1O1fQBZaahSuReaWGTkMtrPNNnKgy { top:15.8125rem;left:22.125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz2LJcBh4RmI8W8qRPAOaFv3V7tROhAy { width:17.5rem;height:4.875rem;top:21.625rem;left:15.437501907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4tCi8q1kVxS8SqZt7OB87uPGRSzGLG5 { width:19rem;height:13.375rem;top:15.1875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHTzi6sPKtrVWlF8viaclNTGob75IWzx { width:17.5rem;height:4.875rem;top:21.625rem;left:30.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw2ifi7TVdLGLkrqxfAS4lmBP2Tc7sak { top:15.8125rem;left:41.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXnemXGeTLUIU8bfBopUZylqOegL8Wkw { width:19rem;height:13.375rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmtRrg4NHWvh7La96AX92WebTs6b23uW { width:17.5rem;height:6.5rem;top:36.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJxz8TUG24g6ThSvm3B9x6kXHGFr5hl8 { top:32.0625rem;left:2.03125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNq7q18BQWv47w85qFTHXc7vEF9bUhdb { width:19rem;height:13.375rem;top:30.875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWP3TTVG9BCXrPdDxWpN3ehZxz9MNz00 { width:17.5rem;height:4.875rem;top:37.5625rem;left:15.437501907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBfz4tBmHMO2I3FETKOEBFiU9p5aplkn { top:31.5rem;left:22.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaGsL9DkqzkbRwHn6mneC5mCd2VDXS39 { width:19rem;height:13.375rem;top:30.875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzOdJkWxvLHplg0mxfEUR2GAz1WKemCZ { width:17.5rem;height:3.25rem;top:38.375rem;left:30.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMqBOAcqlOnN4FEhQJWXm3cmr7dyylWi { top:31.5rem;left:42.3125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqnzU4IiZlRknBSnqkhgFduHqqUoWWNs { top:46.9375rem;left:2.96875rem;width:41.8125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y75QQApp2eQ93OrQ4b9E4A7mqHJ8eZ0L { width:47.75rem;height:5.75rem;top:50.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgORsCpnTFgEEpGgpca5vwGT4KsNxbgP { width:30.875rem;height:13.125rem;top:59.3125rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqaXp0QqkSl4asmGwfprpVgilSTBcOs2 { top:59.5rem;left:7.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq6tizN06ulwALsRi4AfNnl2flvuUmI9 { top:62.375rem;left:7.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe0ow6t28WFZnPkRyn4ZkVvCoSn9T16r { top:64.9375rem;left:7.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKLmdMo7e9Lis7oIWhGJrVJTBd6hQcz7 { top:67.3125rem;left:7.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlwwir0AuPv4ibOT8559yvLAxW47WzyT { top:69.9375rem;left:7.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ { display:block; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xk7p24wDEHqU26RHTXhRnQ38MESE9uBe { width:47.75rem;height:2.875rem;top:1.375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmbxMR3XsAumuAc9oqbNl1WQHUptuST { width:44.125rem;height:8.25rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfh6dIQ9mDS5gDUCgWNPoyKH992RiNyI { top:6.4375rem;left:7.1944446563719rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKXqWnn8gszC3iBB7CBVDQW2XzgkaVLT { top:9.0625rem;left:7.0694446563719rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIRlTRJ1xD4la6guyhglkW7kCCv39N55 { top:11.9375rem;left:7.1319446563719rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNiQyKfBHfBatDZWSHCsFUxyeTVR2uAs { width:47.75rem;height:4.1875rem;top:16.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMRDALL0cGe4oHfbNFgZHWCMc9SKOU7V { width:26.875rem;height:3.4375rem;top:25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE5xLoxgOaZcWZP8qpe4iMvSLTvS3KkI { top:29.125rem;left:0rem;width:24.625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvUIMsoxVwFIrka8HZrzASB1h7vl5eyL { width:26.875rem;height:5.125rem;top:25rem;left:20.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTOFTBKEi04ehsdLdcEaI9mwxbiN5VBd { top:29.1875rem;left:22.875rem;width:24.875rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMEo1oiZfhlPZLgskpqUR1wppXJMgm3F { width:25.5625rem;height:4.375rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLya8bHFJoJDpJoC0hh59tixGSyDScl6 { display:block; }
 }@media only screen and (max-width: 763px) { #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arzK17soJTEEFM86AgGIRQJuk2QXN934 { width:29.9375rem;height:3.625rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4gcz8ySUAp1lznzRElA2SJicRUSn4X9 { width:29.9375rem;height:2.4375rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLDTmvDHnkv0TpnsIeaGotNHiPk4JKlx { width:47.75rem;height:3.3125rem;top:1.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnb6d89PP3fr0Xx7ebo7KLC8ZSppzoKt { width:47.75rem;height:3.5625rem;top:5.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez3rqOAXXlna4XGJMBqVgnfkfHnf6ual { top:11.5625rem;left:0rem;width:10.875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlAW5VXbfklUx3WH8sQ1aLM7pe4hBdGk { top:12rem;left:2.5rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOLxBH4MtJm8rb9mUDo81reaQV1VsuTc { top:11.5625rem;left:13rem;width:10.875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOlBA1iUWcukTB3uVizP9WkaS2vK0yww { top:12.625rem;left:17.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmf1npQRfyOEzoAWpyeK4rSLz0UpsTNk { top:11.5625rem;left:23.875rem;width:10.875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8OKpqQFXvceEpIAL85XHZT7s2cJi3F1 { top:12.625rem;left:25.25rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ6ZBe4bAnuOZEqnbtrXGep165A2mv5W { top:16.75rem;left:0rem;width:33.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJIZVbR2eP8w60KkrvThsygHFKXqhDZb { width:9.9375rem;height:5rem;top:18.9375rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsiFTyaqb5FKuCNu5v07FxBQ7CiEiMKK { width:9.9375rem;height:3.75rem;top:19.5625rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLaHr1et35J6ZtPeDyi1Cg0T4OfUPyd9 { width:9.9375rem;height:2.5rem;top:19.75rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAGwTUilmyhbMVQxFz908JKPzf35EHzp { top:11.5625rem;left:36.875rem;width:10.875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNJklcBLp9vVWlHokm6W2J09THUycCHf { width:9.9375rem;height:3.75rem;top:19.5625rem;left:37.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIIvBS7CsvgKWdZDJACTKS05Pr53PDH8 { top:13.0625rem;left:40.125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uECwfPs9mhWwPScitQHFKf8Fhdlwpp44 { width:9.9375rem;height:4rem;top:23.9375rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQnmQO9go8tlkwPPtitENrhiNZQmCRgy { width:9.9375rem;height:3rem;top:24.4375rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBzrLZ0hTa7MHCaiOGMT65yQFZGWNEbT { width:9.9375rem;height:3rem;top:24.4375rem;left:0.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQFwzdk0uJvKpagIK8k2eCtZbvNmZ3ny { width:9.9375rem;height:2rem;top:24.8125rem;left:37.531251907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0IBwqyDkuUgCcTivMynRLWz28TWuEbW { top:37.75rem;left:0rem;width:10.875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOXAm9EOrdubW11X21qGThJARxWrnx9g { top:38.8125rem;left:2.5rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJDh8LVio8LDJnfBsAIqHfuTNc2EPEPR { top:37.75rem;left:13rem;width:10.875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIgHoiamWEixygJP4A5L9dRIUpDuUwPd { top:43rem;left:0rem;width:33.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxXtK8IKdraz8wN3J3wV6w0D9e3ST7uR { top:39rem;left:17.0625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJzM8LGDv1gVs4sBLvCxeor4aV7apWFG { width:9.9375rem;height:2.5rem;top:45.8125rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa2ciGIDldmMRv4J7NISw4L1oAAoC48J { width:9.9375rem;height:3.75rem;top:45.9375rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efWeCT5zqfr7wZpS0lmTiKTdmEck2SO7 { top:37.75rem;left:23.875rem;width:10.875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQgkbTtFIG08zK5TvWTUM39Kzb4x24VN { width:9.9375rem;height:5rem;top:45.9375rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFEPTDImd5qFD20UA2McyS4Tz5gBVUP8 { top:38.8125rem;left:25.25rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl5ygSJXf8ycmQXOG6natTw6f8OzwW4Z { width:9.9375rem;height:4rem;top:50.875rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pImTCZcPoimKz0gcZbTuWS3iTWGivFxQ { width:9.9375rem;height:3rem;top:50.9375rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFuJL5NtdLGdCixS6h9dTbXvZGDPKatH { top:37.75rem;left:36.875rem;width:10.875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRWJsbqhT4QCdhs5NaHAU6GoxmVude3y { width:9.9375rem;height:5rem;top:49.875rem;left:37.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yymEMTznM1qCTIAowKTfZ9g9IbsnT2QW { width:9.9375rem;height:2.5rem;top:45.9375rem;left:37.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDDsg6dk7xO45T8tgFZbpmmFmrwZfBoC { width:9.9375rem;height:3rem;top:50.9375rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHEf0NldiscJpDwyaZGIwMTT4wTl9WGp { top:39.125rem;left:40.0625rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6TPbcOlv7KVHvZ2iXmfaOPvi78xtr3x { top:29.4375rem;left:42.155104772546rem;width:0.3125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNkAkF0wfppzCEpDQs9AainH7wgBoRHB { display:none; }
 }@media only screen and (max-width: 763px) { #TbSl2onVsXGxgOEqrmwCiVVU1FSuX3fv { display:none; }
 }@media only screen and (max-width: 763px) { #Mn7KhbxhArscvOAx4XE7wsOUZTrTO6nq { width:29.9375rem;height:2.4375rem;top:23.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqtq9NU4dTgl6GOuuT9tcdXOI1hFOiKy { display:none; }
 }@media only screen and (max-width: 763px) { #VOFHKVmyqtGFOOJOzuBkRmOgT5C3zFiZ { display:none; }
 }@media only screen and (max-width: 763px) { #udrA2gZoLmm7mhp5KfVI3DGOTcGOchJF { display:none; }
 }@media only screen and (max-width: 763px) { #vNHp6Gh2tGyniZe2Zbx9ct71FSchbm8i { display:none; }
 }@media only screen and (max-width: 763px) { #XX1hAzf9WSFSfDEBrrIA7boDlGTcuQSV { display:none; }
 }@media only screen and (max-width: 763px) { #tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC { display:block; }#tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut5LDKFJN1Ms1CyfLyQkoy11ItoVmBXL { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSRS9CQIHPT5JUMyVp8nXwkOa2kgVvOS { width:47.75rem;height:8rem;top:96.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrgmdcnh1KlSgupGEp5mOqPMgLrRTTWU { top:77.125rem;left:24.5rem;width:23.25rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZaEoIITisam0VrxrDuNE95bIantUPvB { width:27.9375rem;height:16.1875rem;top:77.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxgUqFO0vtvbZw5CynWIMo2XPElT3gRJ { width:47.75rem;height:4.125rem;top:108.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drLnVeHM3BxcyNfwh4WUyH1CXa9pEeMI { top:37.1875rem;left:32.6875rem;width:15.0625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBR0cTZ2N1PTUwmWNZwzeUr2pw8ZQq6n { top:28.6875rem;left:29.625rem;width:18.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN8gKhJ8BSU7PQz15Epuxn5F20X3F5pC { top:44.3125rem;left:14.46875rem;width:18.8125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7HGDihe0FKXqFNohzBUMwponCOtfoHT { top:57.875rem;left:29.8125rem;width:17.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVy9dQz6VHl4Mf1q79It9CXdaAmLcdCx { top:55.5rem;left:14.46875rem;width:18rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iixriQV3TUUPdWm83zzHUIJtLhVeQJrT { top:67.1875rem;left:14.46875rem;width:17.9375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdewnqa7xSZDmMK4QUqRWzBdeqHt9IdB { top:10.9375rem;left:33rem;width:14.75rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL6mn9f98bFP7CbPBKBRQgUizyCZ1aPS { top:25.125rem;left:0rem;width:17.5rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTzwBPtWAlzwvL0kTqf2L2XBBMTgRxJ { top:10.9375rem;left:0rem;width:17.625rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKwnn8b8XWOuxrKIBGVwoTRGksJC6L0g { top:46.875rem;left:0rem;width:14.8125rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPflDZPW0v4ikuDqUqXeUruqFKxrExoN { top:16.5625rem;left:16.46875rem;width:14.8125rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqZGLKrB7EcDi1Xb08fSedapgEhCNqZW { width:17.75rem;height:5rem;top:10.9375rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8PNe08WcCaSE9BbQfTVtFyJM3Xmlif0 { width:16.8125rem;height:5rem;top:41.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCJcvFScEVrIOSBwxKXorzu11rbOTvRw { display:block; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRqlhTLSaa7VTS5fE2oD2d91M7hkN6zs { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENCI3Rs4TCNdsqHaK5TssOyN5zUZalEd { width:47.75rem;height:2.25rem;top:10.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHAGH8JLg1An9SOnaE6KB0DTXQ6b584s { width:20.75rem;height:43.5rem;top:16.4375rem;left:13.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsF6rpUTycwewRM0XLx7IETISap2MApp { width:20.75rem;height:2.4375rem;top:20.1875rem;left:13.500001907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGtfToe2QCaDQWbdhOedawKxto3e3XLB { width:17.375rem;height:4.5625rem;top:47.8125rem;left:15.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX97bRQvv1WvhlqHs3lNBM36VHJ1FeV9 { display:block; }
 }@media only screen and (max-width: 763px) { #wybmRsAJT0UpxRmsZp1IUDVllNTeHO0Q { width:19.5625rem;height:38.125rem;top:18.3125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpL0s0AcR8iKWJcVnHal3kVrbyReFThU { width:19.625rem;height:2.4375rem;top:21.9375rem;left:28.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZB7umog27seXvi5yJUwWTPJSEii2Thx { width:15.5625rem;height:3.625rem;top:47.8125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbaX7Iz1p52MzlDRnk5WT34LWaCKAL6n { display:block; }
 }@media only screen and (max-width: 763px) { #Lvu39mwB6Z0d65TQPA4q52q3aeTDIobg { width:19.5625rem;height:38.25rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFEB2CWXQNqpyQBrwMWxZdFKFFz73sAs { width:17.4375rem;height:3.625rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKMapzWIfX0XcDo2Evpg4MFqvQSNtp77 { display:block; }
 }@media only screen and (max-width: 763px) { #JGJmeK4ZaITkTZ42PwSGW4fvMOF0swTz { width:19.625rem;height:10.9375rem;top:33.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy7t4xAD5hUVUuu4V3kSgkNxQfVh23Fn { width:7.125rem;height:6.5rem;top:25.5625rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqTXSsg4sk8r7uPCZTmvhMTroX2ATvtN { width:19.625rem;height:2.4375rem;top:21.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnkIMVrBrXr7nvP91yJxMNe4h3n7BGd { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiOGiKTzcb5z9GSw3kku4EcGKx3V5cM5 { width:7.125rem;height:9.9375rem;top:22.625rem;left:16.444444656372rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRJ3F2TftI6dyQeXAwANJGDWCiTEgIUr { width:7.125rem;height:6.5rem;top:25.5625rem;left:39.125001907349rem;font-size:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhB3SxtgwQEZT5W8Ul8OCtTvn2RJcTrU { width:19.625rem;height:10.9375rem;top:31.6875rem;left:14.062501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMhIpO4QekisDOFrzFBLqq2pQqC9FLL6 { width:19.4375rem;height:1.5rem;top:46.3125rem;left:14.126737594604rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNLChCdyRyCT0xLhtbivtLUcVstCXrOG { width:19.625rem;height:10.9375rem;top:33.3125rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7rXogyNS814wgeUe09Ci9GTlJywpMio { width:19.4375rem;height:1.5rem;top:46.3125rem;left:28.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAogTJlP0TJU4JGQ0SDl7LG82abrXfMc { top:53.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3oBomfpozvcTDtThCq6pSRoyJUHduNw { top:56.4375rem;left:16.444444656372rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QECuE2m9VXTVDi8IwhZTSLR3NFHA0y22 { top:53.5rem;left:36.680559158325rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxrTTuLQGDQSn7SiwqQAigGTPZ5NhE1Q { top:53.75rem;left:0.00694465637207rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF2vkUAix5tXgsKDElJ4VWCHF5wrNUXH { top:56.4375rem;left:20.381944656372rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOeWhRPT9uzpDevqfuCwxlNWAIEBusbM { top:53.625rem;left:40.631944656372rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsdcmOq576AGAqQPHFXVpyxGP8zK6T6S { top:53.875rem;left:3.8680553436279rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxTsf68umyK6phBxLSK2fM5Tf1sVTMD0 { top:56.4375rem;left:24.381944656372rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwXaiwl2l5zqWzG4ayU4pCmtkyqlsyEm { top:54.25rem;left:6.6944446563719rem;width:4.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHimBL9NuPEniTt4hOi3BXOarepSUoCS { top:56.875rem;left:27.274305343628rem;width:4.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS7oKfw6FtTWy8TbocMmbmpiwJhVTdCT { top:53.6875rem;left:44.180559158325rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR23fllPmXbUT9RUWQwgL6PEcw00JF3U { top:54.0625rem;left:43.0625rem;width:4.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH3dAMPNtLwSyVvqn96a8nEqm4bOMRZ2 { top:50.8125rem;left:0rem;width:4.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oElHaCdAMZ5HSZ0VGnXeWpETa3NZu6Q8 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4UKDE6K84fMbSnqDXrTUDlWtIo8ZXBl { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcODap1xAwVnww38yV6073m2cTtfz223 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlM2AeSpKml045HtNveIxmothq5G1EOr { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNi6ReFWeOCHPoUaBpD6pNCA7iJGQRb9 { top:52.9375rem;left:18rem;width:4.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJB1xTFl0v9nfh7HREo8GTqTDA4csggk { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGQsTVEcQl1400Esq74laKChbh2Z2Icy { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlQIqBn1EAwol1d9eEJMXNTEAmSTJWuW { top:51.375rem;left:38.5625rem;width:4.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2EeU9HKNTBQB7dsqkis1ipsRdhxILC1 { width:20rem;height:;top:10.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLtu4XzeOM8flKobyOl0unaLgRxaEO28 { display:block; }#FLtu4XzeOM8flKobyOl0unaLgRxaEO28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6aWnRKVIS5xLLGh78X0DFaTBse28u2H { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAM29uThRvEupOgQruT5pu26dDEefXhZ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbOsFQMI5ghWXalA39e3DBBtbGPZKe9s { top:23.875rem;left:19.25rem;width:26.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx { display:block; }#wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1FT9GdLmycRPHUzLzAJpJ33QX8TIz3S { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o { display:flex;height:auto;width:27.8125rem;top:9.5625rem;left:1.1232643127441rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #sbu3d7PNhzCP9KA6wbvxcShdmbVGIDkZ {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #EXBBUIXe0y35e98vFTezWCMo4vV3aotD {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #ewGOLLmXU5ayJiQVJTi9T0AnnyXkACBS {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #gUpEnwQe2qJI8ICoXeWcbm7uaqDryVTk {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #B0HTIrTCJOTedmaTpvodk9XWX3XpoKvP {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #VzrMiosIFGDgp4xPRGyI5620wAUh8emG {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #yIlDgEvvp7MQxIq9b9zoDw0tf87Vo3Qx {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #NrKEL9N8tvUrUfTiWafybsfFwaSgQwp5 {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #CcXzhMSwwuqRTOkqRdMfBMZiTtJw5Doz {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #RiUdyKdbH4yDMITds9S7O5BmL93lMCOF {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #TTAbXW1R28s4MsZwV9Klmz0EQTpO05I1 {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #X0qJTKoKOyC2Nsc2WzvNB0IXSuhmxJZw {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #aiW2e8T9MBnPCNIoO5eazm4TzgMMMfmM {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #QiDNNLMqrxE9DWBXKnabkMFtemhzyp2S {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #NWAwmyTcsrKq9VdATeiTQFJh8JkloyVJ {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #TTXmI9ZqKvkoIdzTXCmNXZmyU578iNzP {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #ZksLqTQ70V5MzxHQBpBfzMDu3ZZPt8rp {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #MMvgzeD5ssf49T0w7ThoOFkchk062ksU {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #lQ3i1D5QtxHgm01XbCcxd7NOWCNywT3Q {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #beRHlfFQwmCaghdlEoECpK15vgz54Tsu {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #xPZOy2myLAcqufT2kNpkEum0UpvRk5QZ {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #eDroVb6vSfPE5TNNpbSy7ZTmPyfxX8ZV {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #PE4enxx90deEPuf94dWpvcdwhXUOpoBU {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #puk2AGtLc21wTKvu68o7JTPThmVNMUJf {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #yO4qyiS68eTwCk92r1SPKTSVfadG1feO {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #M3P4TaBmxRhBFNvyI82oloe7QxQVtBmD {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #vC0D2pU108O1063lfVy3XkrH7PAuAItK {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #zow5BXvKAhzvzPONzzT72mP6nHU84Hgr {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #itE4qzzaqsEXAxBoHZy72QsT5RmWq1NZ {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #xA2CcZBze2MzbUMCdO6fSHJDfMA3Kozo {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #PE24JC3Fc6w3M6Mbm7Tab60IAZTNfQgT {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #JqDt95puyOdQCbIWgFTT0rconAvLWf9B {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #PTum2cqNKcd0sv3PUldGtkFSTnv6eTdP {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #aIcLGOTvKUQOaBI09PNJJo7XnyIgFbB3 {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #fK9yG2bO2WLoNZ1fKPwfil0gnTdPL9ut {  }
 }@media only screen and (max-width: 763px) { #r1LCENT7HvmEi01OnoDm9EpBoxV6amvv { width:32.0625rem;height:4.375rem;top:37.625rem;left:9.0937519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh1Ur2TWr1Z4ycsTmwD1GCZlFcUsoiB7 { display:block; }
 }@media only screen and (max-width: 763px) { #Ofbz2giHapQmZH8qQirs4aU3prXSSB67 { top:44.875rem;left:18.250001907349rem;width:4.4375rem;height:4.4375rem;display:block; }
#Ofbz2giHapQmZH8qQirs4aU3prXSSB67 > img { max-width: 100%;max-height:100%; width:4.4375rem; height:4.4375rem; } }@media only screen and (max-width: 763px) { #NxkxUAbKoHz1fleH4QUeaumR3lG9VgBP { top:45.125rem;left:24.500001907349rem;width:4.0625rem;height:4.0625rem;display:block; }
#NxkxUAbKoHz1fleH4QUeaumR3lG9VgBP > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; } }@media only screen and (max-width: 763px) { #vh5aRZbDKNTNr2f3xTHZ3F7zq1sOWbpA { width:10.9375rem;height:1.4375rem;top:54.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKpQyBBa1CFUgDwaPpcT4UtSokJBAqHe { display:block; }
 }@media only screen and (max-width: 763px) { #dOTdI3NpTi8zaJE9THMO0F5shKPbZyOf { width:10.9375rem;height:1.4375rem;top:54.1875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRnSqnwAVmn7TauF1ZCxPGTDWsDmXK1n { display:block; }
 }@media only screen and (max-width: 763px) { #ayGQdn3ITBhOFdXEsn8BQgkl17nnoAxW { width:13.1875rem;height:1.5rem;top:54.1875rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvM59cdVUvckqF69ZIDCbTAh96ggyzdo { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2a793e07-b4ff-4c45-ac2a-2adb3859c7d1/taqye.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFJ7CMVOoeCTbkm5oeGnanDCStW7sQ3t { width:20rem;height:2.1125rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hnQOULp7TpMfe9q8cInyU87duyvHLBNk { width:20rem;height:3.4375rem;top:24.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { width:20rem;height:3.65625rem;top:41.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5E6M22v2anhSpzEWVTwC1I1AlT1CBHk { width:17rem;height:3.625rem;top:54.687501907349rem;left:1.5000001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd1kwOpBom3lIwGpLfg1MGCyt1Aacztf { display:block; }
 }@media only screen and (max-width: 763px) { #a40eI97NsCGRBHRbIqP0LMlnCJlgTTX2 { width:4.9375rem;height:4.8125rem;top:0rem;left:6.8437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh5UXlxO4nL6hTTHZGhAVIbrrWmdoQB1 { width:20rem;height:5.25rem;top:47.173612594604rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#365a68;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wpMxUnSo2PAuQI9fC954fvg7ooURMtVQ { display:flex;width:1.75rem;height:1.75rem;top:47.173612594604rem;left:2.4375001192093rem; }
 }@media only screen and (max-width: 763px) { #cHTOsiTuzQbBm7nANyQn6cm4alOw0Q2w { display:flex;width:1.6875rem;height:1.6875rem;top:48.954862594604rem;left:2.4687501192093rem; }
 }@media only screen and (max-width: 763px) { #U3w5u4DXvFa1Jqafoq1R7JBWuEm9144q { display:flex;width:1.8125rem;height:1.8125rem;top:50.666669845581rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #awy1cTD0TD19RVtWJD1UdGiTSEPTH1SC { width:20rem;height:1.7875rem;top:28.4609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Zy63e7yUw4A7I0ctxCAbQSnKdMRDefUu { top:23.198785781861rem;left:0rem;width:20rem;height:7.875rem;z-index:15000;background-color:#f8f4ed;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnyexbPpulUOL0T8CgMaTS0qTdz9cpcx { width:20rem;height:2.1125rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { display:block; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { width:20rem;height:105.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { width:19rem;height:10.625rem;top:15.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { width:17.4375rem;height:4.38574375rem;top:33.44357585907rem;left:1.2812501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { width:19rem;height:11.125rem;top:1.6866331100464rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTSSgUiaN8dWh9IUF8XVbv7yx1I11hB { width:16.5rem;height:4.38574375rem;top:6.9149303436281rem;left:1.7500001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAExnQD4ObGqs3ToeogQdRZGxtE00RGa { width:16.5rem;height:4.38574375rem;top:47.249131202697rem;left:1.7500001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udv1KZZnDTcaqIw26TcxZgC2eMbnTE3W { width:20rem;height:5.11875rem;top:97.923612594606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwrpviBSfHRTtZiB3RSdI97FMiVUl4qk { width:19rem;height:10.875rem;top:42.173612594604rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTfm009lT2pvylH0QKUggvHRkVqaT2Mt { width:19rem;height:10.4375rem;top:28.948785781861rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzb0mcPmbSVSmZBF8eynOLIpKauc3El7 { width:19rem;height:11.625rem;top:83.31250190735rem;left:0.5rem;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CpGUT95JbiJe8PlNPvLsTR7QHBrtQkk8 { width:19rem;height:10.25rem;top:70.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiBhQ8DM3rABDJ2vpABU6DqFACHcECGL { display:flex;width:3.1875rem;height:3.1875rem;top:2.2907981872559rem;left:8.4062501192094rem; }
 }@media only screen and (max-width: 763px) { #XveXTebAivUfTCQxEJ0CZg3ccT8BqeXs { display:flex;width:3.3125rem;height:3.3125rem;top:29.386284351349rem;left:8.3437501192094rem; }
 }@media only screen and (max-width: 763px) { #B4BenG6cKLg9NJSFiVzPrqXTwehzVNwQ { display:flex;width:3.125rem;height:3.125rem;top:42.924477577209rem;left:8.4375001192094rem; }
 }@media only screen and (max-width: 763px) { #qEvE0M5iDCbd71Eoc3KzV6tcM07aGuE7 { width:17.5rem;height:4.38574375rem;top:61.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6KGRuf3tlFsMWsVhJTqHGSwI7vT3VRf { display:flex;width:3.25rem;height:3.25rem;top:56.999999046326rem;left:8.3750001192094rem; }
 }@media only screen and (max-width: 763px) { #TkPdBcuTEE0ClUXIiaRb7Q4qO25wcI0c { width:17.5rem;height:4.38574375rem;top:20.029514074326rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnl5lBUyZg7ZvgBdG6pVFkPX9O8GdFZI { width:19rem;height:11.125rem;top:56.322916984558rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlHQzpPuuV2INf0GDkUdvGbu10LLU35k { display:flex;width:2.9375rem;height:2.9375rem;top:15.936632156372rem;left:8.5312501192094rem; }
 }@media only screen and (max-width: 763px) { #lNbeIp5RklnqrPfsPh2fHfgsh5KeOgq4 { width:17.5rem;height:4.38574375rem;top:88.625rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP6HXkSqC40Q1osqQpbI9EWc02UI5Sox { display:flex;width:3.125rem;height:3.125rem;top:84.06250190735rem;left:8.4375001192094rem; }
 }@media only screen and (max-width: 763px) { #KrVUbQTO5f6dBEngCSRNpAVzgLNGlNBR { width:17.5rem;height:2.923825rem;top:75.600692749025rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkyvl6kqs4CQXVWN8ubA8cZNb3MIsxqS { display:flex;width:3.375rem;height:3.375rem;top:71rem;left:8.3125001192094rem; }
 }@media only screen and (max-width: 763px) { #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh { display:block; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbfyd7k30NmUONV538uG5eiKF7tAaSyk { width:13.1875rem;height:16.9375rem;top:17.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtiKq03NSTzBJTxzhJoShEaIHxXoskt4 { width:20rem;height:2.798825rem;top:6.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqnfbQklKEOv2IXFhx4S2KiG6LG21NNT { width:20rem;height:5.699225rem;top:10rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #l8HCS65XTOlgEZc1I7p4s7oM9UF539qu { width:20rem;height:3.575rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epaqrbITTCNGol4OnGDKJ9BaTJmKUaDC { display:flex;width:1.0625rem;height:1.0625rem;top:10.0625rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #wrFKuyvv5OuOn7FwDGM2az0Hmm8bioTK { display:flex;width:1.0625rem;height:1.0625rem;top:11.5625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #oxpgH18KBtmkzOv9tCpNTJKQZExG7PeV { display:flex;width:1.1875rem;height:1.1875rem;top:12.9375rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #eJtBlDWlFGnKmEJcD9PU1oKfipFzL9Ae { display:flex;width:1.25rem;height:1.25rem;top:14.4375rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #HftgDnu6cSJu3sDDZ8kOMOFwSSttUT23 { width:20rem;height:5.625rem;top:35.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5oVsngZ98vbXtBnnNlCTTZ1ax3H2Ww3 { width:20rem;height:0.1875rem;top:42.4375rem;left:0rem;background-color:#f8f4ed;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #izwyEAGl3UCbMbUkHy4VVMnWpk8wqaIb { width:20rem;height:4.6875rem;top:43.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvgRfXeUQDupg5irW5KbDQtu1obZGzzy { width:11.25rem;height:7.5rem;top:49.4375rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;color:#f8f4ed;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hoUuJWaTZza6qvfiyZqNLuBw14S3uvck { display:flex;width:1.375rem;height:1.375rem;top:49.4375rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #Thy66LkfiN9q9kDzFWnHPlDJG81fTePi { display:flex;width:1.4375rem;height:1.4375rem;top:50.9375rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #Ji7oJsLmLCnbbXiNbwvkxNuRDIUnhE5d { display:flex;width:1.375rem;height:1.375rem;top:52.4375rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #vOykGlJPuvszR6PNzf9H6oI8QOpybC97 { display:flex;width:1.4375rem;height:1.4375rem;top:54rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #SzKvBqs9UDc0y9fzTUudmMhclDsu5eox { display:flex;width:1.4375rem;height:1.4375rem;top:55.5625rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #MUxQWHxfuSbyQeRyxKXie6pcbhfbNMAP { width:20rem;height:1.5625rem;top:58.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { display:block; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { width:20rem;height:116.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho4fkGbIiBNhQuDbqCkZqpbzhxddZsaT { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux8Eih6SZwqT60UefIk77ShR4Lb6Tb0N { width:20rem;height:4.5rem;top:7.2500028610231rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4SrWsT4soTEMEHbtyQlDU3h6SZKxT8e { width:19rem;height:8.8125rem;top:13.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGmgUlv1DCRvHN0tIKg5KV3iHFo8MvDb { display:flex;width:2.9375rem;height:2.9375rem;top:13.999999523163rem;left:8.5312505364419rem; }
 }@media only screen and (max-width: 763px) { #cbNS0mKcxOFQQHkosQXmafRNPxn2hmQG { width:17.5rem;height:2.923825rem;top:17.624999523163rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZQQg2900F5xXe3C7HzyEftX8Jn05N0h { width:19rem;height:10.875rem;top:24.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFE1O1fQBZaahSuReaWGTkMtrPNNnKgy { display:flex;width:3.1875rem;height:3.1875rem;top:25.375rem;left:8.4062505364419rem; }
 }@media only screen and (max-width: 763px) { #qz2LJcBh4RmI8W8qRPAOaFv3V7tROhAy { width:17.5rem;height:4.38574375rem;top:29.750000953674rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4tCi8q1kVxS8SqZt7OB87uPGRSzGLG5 { width:19rem;height:10.1875rem;top:38.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHTzi6sPKtrVWlF8viaclNTGob75IWzx { width:17.5rem;height:2.923825rem;top:43.8125rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw2ifi7TVdLGLkrqxfAS4lmBP2Tc7sak { display:flex;width:3.375rem;height:3.375rem;top:39rem;left:8.3125005364419rem; }
 }@media only screen and (max-width: 763px) { #TXnemXGeTLUIU8bfBopUZylqOegL8Wkw { width:19rem;height:12.3125rem;top:50.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmtRrg4NHWvh7La96AX92WebTs6b23uW { width:17.5rem;height:5.84765625rem;top:56.0625rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJxz8TUG24g6ThSvm3B9x6kXHGFr5hl8 { display:flex;width:3.375rem;height:3.375rem;top:51.812499046326rem;left:8.3125005364419rem; }
 }@media only screen and (max-width: 763px) { #KNq7q18BQWv47w85qFTHXc7vEF9bUhdb { width:19rem;height:10.5625rem;top:65.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWP3TTVG9BCXrPdDxWpN3ehZxz9MNz00 { width:17.5rem;height:4.38574375rem;top:70.375rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBfz4tBmHMO2I3FETKOEBFiU9p5aplkn { display:flex;width:3.1875rem;height:3.1875rem;top:66.125rem;left:8.4062505364419rem; }
 }@media only screen and (max-width: 763px) { #kaGsL9DkqzkbRwHn6mneC5mCd2VDXS39 { width:19rem;height:9.5rem;top:78.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzOdJkWxvLHplg0mxfEUR2GAz1WKemCZ { width:17.5rem;height:2.923825rem;top:83.56250190735rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMqBOAcqlOnN4FEhQJWXm3cmr7dyylWi { display:flex;width:3.25rem;height:3.25rem;top:79.12500190735rem;left:8.3750005364419rem; }
 }@media only screen and (max-width: 763px) { #IqnzU4IiZlRknBSnqkhgFduHqqUoWWNs { width:20rem;height:0.1875rem;top:89.875rem;left:0rem;background-color:#365a68;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #y75QQApp2eQ93OrQ4b9E4A7mqHJ8eZ0L { width:20rem;height:5.0625rem;top:91.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgORsCpnTFgEEpGgpca5vwGT4KsNxbgP { width:17.1875rem;height:16rem;top:98.675001144406rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;color:#365a68;font-weight:400;font-style:normal;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tqaXp0QqkSl4asmGwfprpVgilSTBcOs2 { display:flex;width:2.125rem;height:2.125rem;top:98.674986839294rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #xq6tizN06ulwALsRi4AfNnl2flvuUmI9 { display:flex;width:2.125rem;height:2.125rem;top:102.56250190735rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #oe0ow6t28WFZnPkRyn4ZkVvCoSn9T16r { display:flex;width:2.125rem;height:2.125rem;top:106.68750190735rem;left:0.49921876192093rem; }
 }@media only screen and (max-width: 763px) { #oKLmdMo7e9Lis7oIWhGJrVJTBd6hQcz7 { display:flex;width:2.125rem;height:2.125rem;top:110.43750190735rem;left:4.3125000596046rem; }
 }@media only screen and (max-width: 763px) { #rlwwir0AuPv4ibOT8559yvLAxW47WzyT { display:flex;width:2.125rem;height:2.125rem;top:112.60000228882rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ { display:block; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xk7p24wDEHqU26RHTXhRnQ38MESE9uBe { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmbxMR3XsAumuAc9oqbNl1WQHUptuST { width:17.5rem;height:13.1953125rem;top:7.0625rem;left:2.5000000596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#365a68;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mfh6dIQ9mDS5gDUCgWNPoyKH992RiNyI { display:flex;width:2.125rem;height:2.125rem;top:7.0625rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #EKXqWnn8gszC3iBB7CBVDQW2XzgkaVLT { display:flex;width:2.125rem;height:2.125rem;top:11.624218940735rem;left:0.99921876192094rem; }
 }@media only screen and (max-width: 763px) { #vIRlTRJ1xD4la6guyhglkW7kCCv39N55 { display:flex;width:2.125rem;height:2.125rem;top:15.999218940735rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rNiQyKfBHfBatDZWSHCsFUxyeTVR2uAs { width:20rem;height:10.4980625rem;top:22.370312690735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMRDALL0cGe4oHfbNFgZHWCMc9SKOU7V { width:20rem;height:1.923825rem;top:34.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE5xLoxgOaZcWZP8qpe4iMvSLTvS3KkI { height:11.116751269036rem;width:20rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvUIMsoxVwFIrka8HZrzASB1h7vl5eyL { width:20rem;height:2.8857375rem;top:51.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTOFTBKEi04ehsdLdcEaI9mwxbiN5VBd { height:10.9546875rem;width:20rem;top:54.450001716614rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMEo1oiZfhlPZLgskpqUR1wppXJMgm3F { width:19rem;height:3.5rem;top:67.658596038819rem;left:0.49921876192093rem;background-color:#e76d52;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#f8f4ed;font-weight:400;font-style:normal;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLya8bHFJoJDpJoC0hh59tixGSyDScl6 { display:block; }
 }@media only screen and (max-width: 763px) { #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arzK17soJTEEFM86AgGIRQJuk2QXN934 { width:20rem;height:2.4375rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4gcz8ySUAp1lznzRElA2SJicRUSn4X9 { width:20rem;height:1.86875rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLDTmvDHnkv0TpnsIeaGotNHiPk4JKlx { width:20rem;height:3.75rem;top:1.6453304290771rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hnb6d89PP3fr0Xx7ebo7KLC8ZSppzoKt { width:20rem;height:5.84765625rem;top:6.95779299736rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ez3rqOAXXlna4XGJMBqVgnfkfHnf6ual { width:9.25rem;height:10.9375rem;top:13.456249237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlAW5VXbfklUx3WH8sQ1aLM7pe4hBdGk { display:flex;width:3.375rem;height:3.375rem;top:13.981251239777rem;left:2.9375000596046rem; }
 }@media only screen and (max-width: 763px) { #pOLxBH4MtJm8rb9mUDo81reaQV1VsuTc { width:9.625rem;height:10.6875rem;top:13.487499713898rem;left:10.375000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOlBA1iUWcukTB3uVizP9WkaS2vK0yww { display:flex;width:2.5rem;height:2.5rem;top:14.174999713898rem;left:13.937500536442rem; }
 }@media only screen and (max-width: 763px) { #Wmf1npQRfyOEzoAWpyeK4rSLz0UpsTNk { width:9.125rem;height:11.875rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8OKpqQFXvceEpIAL85XHZT7s2cJi3F1 { display:flex;width:3.4375rem;height:3.4375rem;top:27.625001430511rem;left:2.9062500596046rem; }
 }@media only screen and (max-width: 763px) { #yQ6ZBe4bAnuOZEqnbtrXGep165A2mv5W { width:0.125rem;height:0.125rem;top:19.800000667572rem;left:5.6242190003395rem;background-color:#365a68;background-image:none;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #VJIZVbR2eP8w60KkrvThsygHFKXqhDZb { width:8.8125rem;height:2.8125rem;top:17.518749713897rem;left:10.781250536442rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsiFTyaqb5FKuCNu5v07FxBQ7CiEiMKK { width:8.875rem;height:1.875rem;top:17.987499713897rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLaHr1et35J6ZtPeDyi1Cg0T4OfUPyd9 { width:8.75rem;height:1.875rem;top:31.812501430511rem;left:0.24921876192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAGwTUilmyhbMVQxFz908JKPzf35EHzp { width:9.4375rem;height:11.5625rem;top:27.050000190735rem;left:10.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNJklcBLp9vVWlHokm6W2J09THUycCHf { width:8.0625rem;height:1.875rem;top:31.812500953674rem;left:11.156250536442rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIIvBS7CsvgKWdZDJACTKS05Pr53PDH8 { display:flex;width:3.125rem;height:3.125rem;top:27.781250953674rem;left:13.625000536442rem; }
 }@media only screen and (max-width: 763px) { #uECwfPs9mhWwPScitQHFKf8Fhdlwpp44 { width:7.5625rem;height:3rem;top:34.562501430511rem;left:0.84296876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQnmQO9go8tlkwPPtitENrhiNZQmCRgy { width:8.1875rem;height:2.25rem;top:20.937500476837rem;left:11.093750536442rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBzrLZ0hTa7MHCaiOGMT65yQFZGWNEbT { width:8.1875rem;height:2.25rem;top:20.331249713897rem;left:0.53046876192093rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQFwzdk0uJvKpagIK8k2eCtZbvNmZ3ny { width:7.875rem;height:1.5rem;top:35.3125rem;left:11.250000536442rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0IBwqyDkuUgCcTivMynRLWz28TWuEbW { width:9.375rem;height:11.375rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOXAm9EOrdubW11X21qGThJARxWrnx9g { display:flex;width:3.25rem;height:3.25rem;top:56.1875rem;left:3rem;z-index:15130; }
 }@media only screen and (max-width: 763px) { #XJDh8LVio8LDJnfBsAIqHfuTNc2EPEPR { width:9.125rem;height:11.1875rem;top:55.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIgHoiamWEixygJP4A5L9dRIUpDuUwPd { width:0.125rem;height:0.125rem;top:33.4375rem;left:7.4375rem;background-color:#365a68;background-image:none;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #JxXtK8IKdraz8wN3J3wV6w0D9e3ST7uR { display:flex;width:3.4375rem;height:3.4375rem;top:56.125rem;left:13.5rem; }
 }@media only screen and (max-width: 763px) { #OJzM8LGDv1gVs4sBLvCxeor4aV7apWFG { width:8.4375rem;height:1.875rem;top:60.3125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa2ciGIDldmMRv4J7NISw4L1oAAoC48J { width:8.5625rem;height:1.875rem;top:60.3125rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efWeCT5zqfr7wZpS0lmTiKTdmEck2SO7 { width:9.4375rem;height:11.25rem;top:41.75rem;left:10.375rem;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #AQgkbTtFIG08zK5TvWTUM39Kzb4x24VN { width:9.0625rem;height:1.875rem;top:46.6875rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #uFEPTDImd5qFD20UA2McyS4Tz5gBVUP8 { display:flex;width:3.5625rem;height:3.5625rem;top:42.25rem;left:13.4375rem;z-index:15127; }
 }@media only screen and (max-width: 763px) { #gl5ygSJXf8ycmQXOG6natTw6f8OzwW4Z { width:9.9375rem;height:2.25rem;top:63.4375rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pImTCZcPoimKz0gcZbTuWS3iTWGivFxQ { width:8.125rem;height:2.25rem;top:63.4375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFuJL5NtdLGdCixS6h9dTbXvZGDPKatH { width:9.1875rem;height:11.25rem;top:41.8125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #vRWJsbqhT4QCdhs5NaHAU6GoxmVude3y { width:8.625rem;height:3rem;top:48.875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yymEMTznM1qCTIAowKTfZ9g9IbsnT2QW { width:7.1875rem;height:1.875rem;top:46.4375rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #TDDsg6dk7xO45T8tgFZbpmmFmrwZfBoC { width:8.4375rem;height:2.25rem;top:49.4375rem;left:11rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #UHEf0NldiscJpDwyaZGIwMTT4wTl9WGp { display:flex;width:3.125rem;height:3.125rem;top:42.5rem;left:3.0625rem;z-index:15124; }
 }@media only screen and (max-width: 763px) { #k6TPbcOlv7KVHvZ2iXmfaOPvi78xtr3x { width:0.125rem;height:0.125rem;top:44.375rem;left:10.1875rem;background-color:#365a68;background-image:none;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #HNkAkF0wfppzCEpDQs9AainH7wgBoRHB { top:18.231250762939rem;left:0.62421876192093rem;width:18.75rem;height:0.3125rem;z-index:14994;background-color:#365a68;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TbSl2onVsXGxgOEqrmwCiVVU1FSuX3fv { top:17.356250762939rem;left:15.031250536442rem;width:0.3125rem;height:18.75rem;z-index:14993;background-color:#365a68;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Mn7KhbxhArscvOAx4XE7wsOUZTrTO6nq { width:20rem;height:1.86875rem;top:18.362500190735rem;left:1.5374999642372rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #kqtq9NU4dTgl6GOuuT9tcdXOI1hFOiKy { top:32.593750953674rem;left:0.62421876192093rem;width:18.75rem;height:0.3125rem;z-index:14992;background-color:#365a68;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VOFHKVmyqtGFOOJOzuBkRmOgT5C3zFiZ { top:32.625rem;left:4.5rem;width:0.3125rem;height:18.75rem;z-index:14991;background-color:#365a68;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #udrA2gZoLmm7mhp5KfVI3DGOTcGOchJF { top:47.1875rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:14990;background-color:#365a68;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vNHp6Gh2tGyniZe2Zbx9ct71FSchbm8i { top:46.6875rem;left:15.0625rem;width:0.3125rem;height:18.75rem;z-index:14989;background-color:#365a68;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XX1hAzf9WSFSfDEBrrIA7boDlGTcuQSV { top:61rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:14988;background-color:#365a68;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC { display:block; }#tNxIcfvBaCE07rWxNKVdN99RbMJe3kXC > .row .container { width:20rem;height:99.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut5LDKFJN1Ms1CyfLyQkoy11ItoVmBXL { width:20rem;height:5.84765625rem;top:1.000036239624rem;left:-0.15625005960464rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:montserrat;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RSRS9CQIHPT5JUMyVp8nXwkOa2kgVvOS { width:20rem;height:7.3095625rem;top:86.624980926513rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hrgmdcnh1KlSgupGEp5mOqPMgLrRTTWU { height:10.9375rem;width:19.625rem;top:74.405471801756rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZaEoIITisam0VrxrDuNE95bIantUPvB { width:20rem;height:5rem;top:68.312451362613rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hxgUqFO0vtvbZw5CynWIMo2XPElT3gRJ { width:20rem;height:2rem;top:96.2500038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #drLnVeHM3BxcyNfwh4WUyH1CXa9pEeMI { width:9.4375rem;height:11.375rem;top:45.6875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBR0cTZ2N1PTUwmWNZwzeUr2pw8ZQq6n { width:10.125rem;height:3.625rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN8gKhJ8BSU7PQz15Epuxn5F20X3F5pC { width:7.75rem;height:3.8125rem;top:40.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7HGDihe0FKXqFNohzBUMwponCOtfoHT { width:9.625rem;height:3.5rem;top:58.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVy9dQz6VHl4Mf1q79It9CXdaAmLcdCx { width:9.875rem;height:4.9375rem;top:60.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iixriQV3TUUPdWm83zzHUIJtLhVeQJrT { width:9.5625rem;height:3.3125rem;top:32.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdewnqa7xSZDmMK4QUqRWzBdeqHt9IdB { width:9.1875rem;height:9.5625rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL6mn9f98bFP7CbPBKBRQgUizyCZ1aPS { width:9.3125rem;height:7.25rem;top:36.9375rem;left:10.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RcTzwBPtWAlzwvL0kTqf2L2XBBMTgRxJ { width:9.875rem;height:7.375rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKwnn8b8XWOuxrKIBGVwoTRGksJC6L0g { width:7.8125rem;height:14.25rem;top:16.310937404633rem;left:10.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPflDZPW0v4ikuDqUqXeUruqFKxrExoN { width:7.9375rem;height:14.25rem;top:16.217187404633rem;left:1.0929687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqZGLKrB7EcDi1Xb08fSedapgEhCNqZW { width:9.0625rem;height:7rem;top:8.060163497925rem;left:0.53046876192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #w8PNe08WcCaSE9BbQfTVtFyJM3Xmlif0 { width:9.4375rem;height:7rem;top:8.06093788147rem;left:10.125000536442rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pCJcvFScEVrIOSBwxKXorzu11rbOTvRw { display:block; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row .container { width:20rem;height:134.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRqlhTLSaa7VTS5fE2oD2d91M7hkN6zs { width:20rem;height:9.75rem;top:0.92419469356537rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:ubuntu;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ENCI3Rs4TCNdsqHaK5TssOyN5zUZalEd { width:20rem;height:0;top:7.375rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kHAGH8JLg1An9SOnaE6KB0DTXQ6b584s { width:20rem;height:35.625rem;top:54.936696052551rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VsF6rpUTycwewRM0XLx7IETISap2MApp { width:20rem;height:1.7875rem;top:56.500002384186rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGtfToe2QCaDQWbdhOedawKxto3e3XLB { width:16.0625rem;height:3.625rem;top:80.30468940735rem;left:1.9687500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX97bRQvv1WvhlqHs3lNBM36VHJ1FeV9 { display:block; }
 }@media only screen and (max-width: 763px) { #wybmRsAJT0UpxRmsZp1IUDVllNTeHO0Q { width:19.5625rem;height:35.3125rem;top:95.186721801756rem;left:0.24999994039536rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpL0s0AcR8iKWJcVnHal3kVrbyReFThU { width:19.625rem;height:1.7875rem;top:96.625005722044rem;left:0.37421876192093rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZB7umog27seXvi5yJUwWTPJSEii2Thx { width:11.8125rem;height:3.625rem;top:120.18750190735rem;left:4.0937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbaX7Iz1p52MzlDRnk5WT34LWaCKAL6n { display:block; }
 }@media only screen and (max-width: 763px) { #Lvu39mwB6Z0d65TQPA4q52q3aeTDIobg { width:19.5625rem;height:32.875rem;top:17.712488651276rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFEB2CWXQNqpyQBrwMWxZdFKFFz73sAs { width:14.9375rem;height:3.625rem;top:41.693749904632rem;left:2.5312500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKMapzWIfX0XcDo2Evpg4MFqvQSNtp77 { display:block; }
 }@media only screen and (max-width: 763px) { #JGJmeK4ZaITkTZ42PwSGW4fvMOF0swTz { width:19.625rem;height:10.96875rem;top:29.937501192093rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fy7t4xAD5hUVUuu4V3kSgkNxQfVh23Fn { width:8.8125rem;height:8.125rem;top:21.812501192093rem;left:4.0625000596046rem;text-align:right;text-align-last:right;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqTXSsg4sk8r7uPCZTmvhMTroX2ATvtN { width:19.625rem;height:1.7875rem;top:19.000000238419rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnkIMVrBrXr7nvP91yJxMNe4h3n7BGd { width:20rem;height:2.1rem;top:13.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #BiOGiKTzcb5z9GSw3kku4EcGKx3V5cM5 { width:7.125rem;height:8.125rem;top:58.287551879882rem;left:4.0625000596046rem;text-align:right;text-align-last:right;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRJ3F2TftI6dyQeXAwANJGDWCiTEgIUr { width:7.125rem;height:8.04375rem;top:99.125005722044rem;left:2.7375000119209rem;text-align:right;text-align-last:right;font-size:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhB3SxtgwQEZT5W8Ul8OCtTvn2RJcTrU { width:19.625rem;height:10.96875rem;top:106.43672084808rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMhIpO4QekisDOFrzFBLqq2pQqC9FLL6 { width:19.4375rem;height:1.30625rem;top:78.999986648562rem;left:0.28046876192093rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#365a68;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gNLChCdyRyCT0xLhtbivtLUcVstCXrOG { width:19.625rem;height:10.96875rem;top:65.893749237062rem;left:0.37421876192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7rXogyNS814wgeUe09Ci9GTlJywpMio { width:19.4375rem;height:1.30625rem;top:118.93125152588rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#365a68;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uAogTJlP0TJU4JGQ0SDl7LG82abrXfMc { display:flex;width:2.5rem;height:2.5rem;top:48.037499904632rem;left:2.3750000596046rem; }
 }@media only screen and (max-width: 763px) { #Z3oBomfpozvcTDtThCq6pSRoyJUHduNw { display:flex;width:2.5rem;height:2.5rem;top:127.31172370911rem;left:1.9687500596046rem; }
 }@media only screen and (max-width: 763px) { #QECuE2m9VXTVDi8IwhZTSLR3NFHA0y22 { display:flex;width:2.5rem;height:2.5rem;top:87.235939025881rem;left:1.9687500596046rem; }
 }@media only screen and (max-width: 763px) { #rxrTTuLQGDQSn7SiwqQAigGTPZ5NhE1Q { display:flex;width:2.375rem;height:2.375rem;top:127.37422370911rem;left:8.8125005364419rem; }
 }@media only screen and (max-width: 763px) { #sF2vkUAix5tXgsKDElJ4VWCHF5wrNUXH { display:flex;width:2.375rem;height:2.375rem;top:87.298450469969rem;left:9.2187505364419rem; }
 }@media only screen and (max-width: 763px) { #FOeWhRPT9uzpDevqfuCwxlNWAIEBusbM { display:flex;width:2.375rem;height:2.375rem;top:48.162536144257rem;left:9.2187505364419rem; }
 }@media only screen and (max-width: 763px) { #hsdcmOq576AGAqQPHFXVpyxGP8zK6T6S { display:flex;width:2.125rem;height:2.125rem;top:48.224999904632rem;left:6.4375000596044rem; }
 }@media only screen and (max-width: 763px) { #GxTsf68umyK6phBxLSK2fM5Tf1sVTMD0 { display:flex;width:2.125rem;height:2.125rem;top:127.49922370911rem;left:5.7500000596046rem; }
 }@media only screen and (max-width: 763px) { #UwXaiwl2l5zqWzG4ayU4pCmtkyqlsyEm { width:4.6875rem;height:1.375rem;top:48.599999904632rem;left:12.375000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHimBL9NuPEniTt4hOi3BXOarepSUoCS { width:4.6875rem;height:1.375rem;top:127.87422370911rem;left:12.375000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS7oKfw6FtTWy8TbocMmbmpiwJhVTdCT { display:flex;width:2.125rem;height:2.125rem;top:87.485939025881rem;left:5.7500000596046rem; }
 }@media only screen and (max-width: 763px) { #dR23fllPmXbUT9RUWQwgL6PEcw00JF3U { width:4.6875rem;height:1.375rem;top:87.985939025881rem;left:12.831249773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH3dAMPNtLwSyVvqn96a8nEqm4bOMRZ2 { width:4.0625rem;height:2.0625rem;top:123.81249809265rem;left:4.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oElHaCdAMZ5HSZ0VGnXeWpETa3NZu6Q8 { width:4.8125rem;height:1.05rem;top:84.753125190738rem;left:0.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4UKDE6K84fMbSnqDXrTUDlWtIo8ZXBl { width:11.875rem;height:1.05rem;top:46.112504959106rem;left:7.4242187142375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PcODap1xAwVnww38yV6073m2cTtfz223 { width:11.875rem;height:1.05rem;top:84.690628051756rem;left:7.4375005364419rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OlM2AeSpKml045HtNveIxmothq5G1EOr { width:4.8125rem;height:1.05rem;top:46.112501144409rem;left:0.48750001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kNi6ReFWeOCHPoUaBpD6pNCA7iJGQRb9 { width:4.0625rem;height:2.0625rem;top:45.506251335144rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJB1xTFl0v9nfh7HREo8GTqTDA4csggk { width:11.875rem;height:1.05rem;top:124.53671836853rem;left:7.6250005364419rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGQsTVEcQl1400Esq74laKChbh2Z2Icy { width:4.8125rem;height:1.05rem;top:124.56875419617rem;left:0.43671876192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlQIqBn1EAwol1d9eEJMXNTEAmSTJWuW { width:4.0625rem;height:2.0625rem;top:84.116409301756rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2EeU9HKNTBQB7dsqkis1ipsRdhxILC1 { width:20rem;height:;top:10.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15008;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #FLtu4XzeOM8flKobyOl0unaLgRxaEO28 { display:block; }#FLtu4XzeOM8flKobyOl0unaLgRxaEO28 > .row .container { width:20rem;height:84.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6aWnRKVIS5xLLGh78X0DFaTBse28u2H { width:18.499375rem;height:6.2988125rem;top:1.25rem;left:0.75rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #OAM29uThRvEupOgQruT5pu26dDEefXhZ { width:18.372625rem;height:57.75rem;top:25.271094918251rem;left:0.81406253576281rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vbOsFQMI5ghWXalA39e3DBBtbGPZKe9s { width:19.1234375rem;height:15.497625rem;top:8.7492190599444rem;left:0.43828123807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx { display:block; }#wNv8Hkm8gXPn9Ep5eko1M5uSs9ABBQcx > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1FT9GdLmycRPHUzLzAJpJ33QX8TIz3S { width:18.499375rem;height:5.25rem;top:1.25rem;left:0.75rem;font-size:1.875rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o .accordion-heading-text { font-size:0.9375rem;height:auto; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o { display:flex;height:auto;width:17.5rem;top:7.6875rem;left:0rem; }
#r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #sbu3d7PNhzCP9KA6wbvxcShdmbVGIDkZ {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #EXBBUIXe0y35e98vFTezWCMo4vV3aotD {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #ewGOLLmXU5ayJiQVJTi9T0AnnyXkACBS {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #gUpEnwQe2qJI8ICoXeWcbm7uaqDryVTk {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #B0HTIrTCJOTedmaTpvodk9XWX3XpoKvP {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #VzrMiosIFGDgp4xPRGyI5620wAUh8emG {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #yIlDgEvvp7MQxIq9b9zoDw0tf87Vo3Qx {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #NrKEL9N8tvUrUfTiWafybsfFwaSgQwp5 {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #CcXzhMSwwuqRTOkqRdMfBMZiTtJw5Doz {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #RiUdyKdbH4yDMITds9S7O5BmL93lMCOF {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #TTAbXW1R28s4MsZwV9Klmz0EQTpO05I1 {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #X0qJTKoKOyC2Nsc2WzvNB0IXSuhmxJZw {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #aiW2e8T9MBnPCNIoO5eazm4TzgMMMfmM {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #QiDNNLMqrxE9DWBXKnabkMFtemhzyp2S {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #NWAwmyTcsrKq9VdATeiTQFJh8JkloyVJ {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #TTXmI9ZqKvkoIdzTXCmNXZmyU578iNzP {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #ZksLqTQ70V5MzxHQBpBfzMDu3ZZPt8rp {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #MMvgzeD5ssf49T0w7ThoOFkchk062ksU {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #lQ3i1D5QtxHgm01XbCcxd7NOWCNywT3Q {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #beRHlfFQwmCaghdlEoECpK15vgz54Tsu {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #xPZOy2myLAcqufT2kNpkEum0UpvRk5QZ {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #eDroVb6vSfPE5TNNpbSy7ZTmPyfxX8ZV {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #PE4enxx90deEPuf94dWpvcdwhXUOpoBU {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #puk2AGtLc21wTKvu68o7JTPThmVNMUJf {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #yO4qyiS68eTwCk92r1SPKTSVfadG1feO {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #M3P4TaBmxRhBFNvyI82oloe7QxQVtBmD {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #vC0D2pU108O1063lfVy3XkrH7PAuAItK {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #zow5BXvKAhzvzPONzzT72mP6nHU84Hgr {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #itE4qzzaqsEXAxBoHZy72QsT5RmWq1NZ {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #xA2CcZBze2MzbUMCdO6fSHJDfMA3Kozo {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #PE24JC3Fc6w3M6Mbm7Tab60IAZTNfQgT {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #JqDt95puyOdQCbIWgFTT0rconAvLWf9B {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #PTum2cqNKcd0sv3PUldGtkFSTnv6eTdP {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #aIcLGOTvKUQOaBI09PNJJo7XnyIgFbB3 {  }
 }@media only screen and (max-width: 763px) { #r1yhWdptxmXoRItkw3Cb28Nr4smFvh5o #fK9yG2bO2WLoNZ1fKPwfil0gnTdPL9ut {  }
 }@media only screen and (max-width: 763px) { #r1LCENT7HvmEi01OnoDm9EpBoxV6amvv { width:17.0625rem;height:4.375rem;top:40.250024795532rem;left:1.4687500596046rem;background-color:#e76d52;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#f8f4ed;font-weight:400;font-style:normal;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh1Ur2TWr1Z4ycsTmwD1GCZlFcUsoiB7 { display:block; }
 }@media only screen and (max-width: 763px) { #Ofbz2giHapQmZH8qQirs4aU3prXSSB67 { display:flex;width:2.5rem;height:2.5rem;top:46.125rem;left:6.375rem; }
#Ofbz2giHapQmZH8qQirs4aU3prXSSB67 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #NxkxUAbKoHz1fleH4QUeaumR3lG9VgBP { display:flex;width:2.5625rem;height:2.5625rem;top:46.125rem;left:11.0625rem; }
#NxkxUAbKoHz1fleH4QUeaumR3lG9VgBP > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #vh5aRZbDKNTNr2f3xTHZ3F7zq1sOWbpA { width:10.9980625rem;height:1.499025rem;top:50.4375rem;left:4.5rem;color:#365a68;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #CKpQyBBa1CFUgDwaPpcT4UtSokJBAqHe { display:block; }
 }@media only screen and (max-width: 763px) { #dOTdI3NpTi8zaJE9THMO0F5shKPbZyOf { width:10.9980625rem;height:1.499025rem;top:53.4375rem;left:4.5rem;color:#365a68;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wRnSqnwAVmn7TauF1ZCxPGTDWsDmXK1n { display:block; }
 }@media only screen and (max-width: 763px) { #ayGQdn3ITBhOFdXEsn8BQgkl17nnoAxW { width:13.1875rem;height:1.5rem;top:56.6875rem;left:3.4375rem;color:#365a68;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #uvM59cdVUvckqF69ZIDCbTAh96ggyzdo { display:block; }
 }