.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:248,217,224;--color-primary-1:233,128,153;--color-primary-2:211,0,50;--color-primary-3:106,0,25;--color-primary-4:32,0,8;--color-secondary-0:231,217,229;--color-secondary-1:176,130,169;--color-secondary-2:96,4,83;--color-secondary-3:48,2,42;--color-secondary-4:14,1,12;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:242,242,242;--color-tertiary-3:121,121,121;--color-tertiary-4:24,24,24;--headlines-font-family:"Britanica";--paragraphs-font-family:"Manrope"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0af3f5d-1c74-48e9-ae30-e743b5db487c/IMG_2943.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:91.5625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:rgba(var(--color-primary-2),1);display:block;width:34.8116875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:13.387498855591rem;left:1.248046875rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { color:rgba(var(--color-secondary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:32.996482849121rem;left:1.248046875rem;height:6.075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:9.9375rem;top:4.4375rem;left:1.25rem;overflow:hidden;display:block; }
#sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.125rem;top:37.625rem;left:0rem;display:block; }
#lX4MtiXEms6buB81sfUUKNJTgStkdzGz { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.125rem;top:37.5rem;left:15.9375rem;display:block; }
#sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.25rem;width:20rem;top:78.375rem;left:0rem;display:block; }
#eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:20rem;top:77.9375rem;left:0rem;display:block; }
#KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.25rem;width:20rem;top:78.375rem;left:40rem;display:block; }
#K12VHG2ITCfs8TXqy17HWzlgkh66JL6d { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:20rem;top:77.9375rem;left:40rem;display:block; }
#gqPuU3JHIMN6RbDbJcQLzxm2TGz0fXiK { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:20rem;top:77.9375rem;left:20rem;display:block; }
#LNM9UaETbIIa4WXovKoL0SLQF9acXiEO { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:80.4375rem;left:43.75rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DS9FT7i17Xza2tCvZwcMyzriHTZTzX9u { color:rgba(var(--color-secondary-4),1);display:block;width:33.062125rem;position:absolute;font-family:britanica;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:23.310935974121rem;left:1.248046875rem;height:7.425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W37qfCWiEPXlJ0wJAdrFlc1FrmTPs1wc { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5);top:86.5625rem;left:43.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zkpk7B92S2KRJcyZMsWAMRa26pgf8mpA { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/04e7ad17-f47a-40b4-b9a3-c3da708e7868/IMG_3058.JPG");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:78.375rem;left:20.125rem;display:block; }#zkpk7B92S2KRJcyZMsWAMRa26pgf8mpA.adaptive-delivery-prevent-bg, #zkpk7B92S2KRJcyZMsWAMRa26pgf8mpA.lazyload, #zkpk7B92S2KRJcyZMsWAMRa26pgf8mpA.lazyloading { background-image: none; }
#Qusf1mwbvSEIANwpnGqtTkK4hMQy9thk { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:80.4375rem;left:3.5rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2wrKyyqSq509WERMVouI4dUQbmcqsBp { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5);top:86.5625rem;left:4.5625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ULCBoHZDTgz1OnzO4DBOzQFfgAFpIHKQ { position:absolute;display:block;z-index:15032;height:10.0625rem;width:26.8125rem;top:41.7568359375rem;left:1.25rem;display:block; }
#o9Nn10MrS0W00OvcvHTpeXudTisymnqs { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:20rem;top:58.375rem;left:0rem;display:none; }
#NZd9KvKDVTAPNJViC4BJD500sLHV3Cug { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:20rem;top:58.375rem;left:0rem;display:none; }
#efEBpscUCx05TMO1WWeqzbp1O8Ay8siQ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:20rem;top:58.375rem;left:0rem;display:none; }
#H1AP85S465rr0m48rFglNw389Zoq15TC { position:absolute;display:block;z-index:15033;height:56rem;width:21.9375rem;top:13.38671875rem;left:37.375001907349rem;display:block; }
#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/062c7f29-89b6-4c82-b093-5f1e2a8c9302/DE1367573D0943D8894B75369FB306F7_1_102_o.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.adaptive-delivery-prevent-bg, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyload, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyloading { background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .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); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { border-width: 0; border-radius: 0; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#WFZhTKZxTRDBTw6PfpBuneWoPOzN2Q4I { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5);top:7.9375rem;left:23rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:0rem;left:20rem;display:block; }
#LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:15.75rem;left:0.125rem;height:2.3753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { color:rgba(var(--color-tertiary-0),0.7);display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:20.0625rem;left:5.125rem;height:6.075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDmTKTtikhGqEN2yKT5u3FEvtuc1STTN { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:60rem;top:38.625rem;left:0rem;display:block; }
#U0JGUKl2SKMeW925vSzaHznhKrohHN6N { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dc1435a2-bbe3-40f5-a109-ec3f07fe2364/IMG_29v55.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:0rem;left:0rem;display:block; }#U0JGUKl2SKMeW925vSzaHznhKrohHN6N.adaptive-delivery-prevent-bg, #U0JGUKl2SKMeW925vSzaHznhKrohHN6N.lazyload, #U0JGUKl2SKMeW925vSzaHznhKrohHN6N.lazyloading { background-image: none; }
#qDPGTio6rw76DaafJ49wkch3GOLVAd1B { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/607f5297-9d8b-4d23-a749-bd4b77276a35/ccc.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:0rem;left:40rem;display:block; }#qDPGTio6rw76DaafJ49wkch3GOLVAd1B.adaptive-delivery-prevent-bg, #qDPGTio6rw76DaafJ49wkch3GOLVAd1B.lazyload, #qDPGTio6rw76DaafJ49wkch3GOLVAd1B.lazyloading { background-image: none; }
#HiLSN5nt8Cpzhao769Tll1X79gdykfWT { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.3125rem;top:27.6875rem;left:8.6875rem;display:block; }
#SU4IMMkdSHfCRA71w1FLykhAh0sDP62e { color:rgba(var(--color-tertiary-0),0.7);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:28.08203125rem;left:9.75rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L3lRB4L8Ui0vK6itCFqcZyDzWPDJ9deK { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.3125rem;top:27.6875rem;left:31.125rem;display:block; }
#KnTGT23RAQg7dxME6tgeWWykIa8HTFLT { color:rgba(var(--color-tertiary-0),0.7);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:28rem;left:32.0625rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fGEPTs4NQivbgizyCTdfmSXMxMlXvCXW { color:rgba(var(--color-tertiary-0),0.7);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:33.125rem;left:9.75rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VRTqGAGg87lGBSE4xmJxzi8ikJ8XrkFp { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.3125rem;top:32.66796875rem;left:8.6875rem;display:block; }
#Ittfx2FVI7JAJMd05glCnuLqEXHWXQqB { color:rgba(var(--color-tertiary-0),0.7);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:33.1875rem;left:32.0625rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D7iSFHGX48DbdgKkeg5NDXwa9hOLTeaz { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.3125rem;top:32.66796875rem;left:31.125rem;display:block; }
#puXFB8hRhlbJfwWC1LtAibawsdbEiHg2 { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2));top:3.125rem;left:28.125rem; }
#biZzJ9dZxztUlhm4JTQJm1U5h1JHeTBT { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.3125rem;top:27.6875rem;left:31.125rem;display:none; }
#KX3Gr5OaIFTPbJw5tDmiKQwaNf1ygWvD { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.3125rem;top:27.6875rem;left:31.125rem;display:none; }
#Ubl4tgU4Ee3aLLXGh09yFRS8Lsooc0ed { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.3125rem;top:27.6875rem;left:31.125rem;display:none; }
#H6UHKT98a10g5sJksygSr3siXMrSM6gW { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:20rem;top:58.375rem;left:0rem;display:none; }
#HZAbQi2bZuq8pmoXNRwiWUGZQ2OHhfzX { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:20rem;top:58.375rem;left:0rem;display:none; }
#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02f0f800-9f98-4925-8495-cff7f5190338/IMG_2910.JPG");background-position:center !important;background-repeat: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; }#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl.adaptive-delivery-prevent-bg, #yiTZcBCvbWz2LplilRahRUo9aIFpiZfl.lazyload, #yiTZcBCvbWz2LplilRahRUo9aIFpiZfl.lazyloading { background-image: none; }#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl > .row .container { background-color: transparent; background-image: none; }#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl > .row .container > .video-iframe-container { display: none; }#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl > .row > .video-iframe-container { display: none; }#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl > .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); }#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl > .row .container { border-width: 0; border-radius: 0; }#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:60rem;position:relative;display:block; }#lMxqNAlvSHl9WsPG4EtCWTn74310dGp5 { color:rgba(var(--color-primary-2),1);display:block;width:58.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.8125rem;left:1.3125rem;height:9.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LG6JesKSszDyELZBJAzscmtTEfbX2rVx { position:absolute;display:block;z-index:15011;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:21.4375rem;width:21.4375rem;top:3.5625rem;left:38.5625rem;overflow:hidden;display:block; }
#UOA6inlsm9FXOz5XxVMUVXeRUe80U5p3 { color:rgba(var(--color-secondary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:12.049479007721rem;left:1.3125rem;height:12.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T0wU71RF1TKxNGpge80TCdCRIVTe6n2J { position:absolute;display:block;z-index:15012;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:21.4375rem;width:21.4375rem;top:28.1875rem;left:38.5625rem;overflow:hidden;display:block; }
#BKUlO0zu2rEB6Bmaf5K7wPcAeek6C9oC { color:rgba(var(--color-primary-2),1);display:block;width:3.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.8125rem;left:38.5625rem;height:16rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mtf97SWCtb8ITEhmMCkNb20Q9FSHnroA { color:rgba(var(--color-primary-2),1);display:block;width:3.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:25rem;left:37.5rem;height:16rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RCS4Jqn6R3gVQ6vOauCZ2XD9U3kd6tLC { color:rgba(var(--color-secondary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:2.8125rem;left:37.562501907349rem;height:2.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iSi8LTs4DBfZnZecBQOzW1GkT9QekEZ5 { color:rgba(var(--color-secondary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:25.000007629394rem;left:37.500001907349rem;height:2.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FhAPhmEvnsRTGDoo5GtBN1oTdWWdpOgn { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.9375rem;left:1.3125rem;display:block; }
#Ea93mMfVeG2kJ0LibMs2WXUSWiJWDqpO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vkkfGJsqzMSMGfZOr3qK1RH8TJwOT9Wv { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.3125rem;top:2.8125rem;left:36.0625rem;display:block; }
#BSQLweDzR3TTab5dCf8PsUnbzTUfRlcy { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.3125rem;top:25rem;left:36.0625rem;display:block; }
#Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD > .row .container { background-color: transparent; background-image: none; }#Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD > .row .container > .video-iframe-container { display: none; }#Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD > .row > .video-iframe-container { display: none; }#Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD > .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); }#Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD > .row .container { border-width: 0; border-radius: 0; }#Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#geK5Voi7QVaPoTXdUwiN0FqT9UOfWTrp { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.125rem;left:1.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJIVPTiTnME53FHPhXtzZvfvp90iUbvA { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.0625rem;left:21.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BIVAVWwb7Adyz5DEsUcdDMhS7AVhW6Jt { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.0625rem;left:41.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTDAe3SA5uCZfOsV6bBNmqxTN6zD2m7D { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.1875rem;left:1.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLFIQQqdJX1TnSh2AeosSuqupAanKa1N { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26.1875rem;left:21.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6FPBigPGNraLlGWoO3XvosU3d3UCbAZ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.375rem;left:41.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y9O6OgZPxVW7PzcmXukVU19xE0Mq8WbI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:22.5rem;left:8.4375rem; }
#znFbeDeovULk1XuEEVnfWkGB4bZ3818H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:11.4375rem;left:8.4375rem; }
#u3ayTy06GUW1tNKZreMexDxLAhrTHbxQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:11.4375rem;left:28.4375rem; }
#M6aQeSBVboHQwthTDKSuVm7qEURuqzat { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:22.5rem;left:48.4375rem; }
#Uh11v0NZww0Bq3QWBXKIXu2gncfD5VLm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:22.5rem;left:28.4375rem; }
#febQxmDDVm8CwvvMT0w9Xmhf7ksXkDd2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:11.4375rem;left:48.4375rem; }
#VeTbOT3wZP9JfHITeTi5lSurCNKmp5LK { color:rgba(var(--color-tertiary-2),1);display:block;width:43.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.9375rem;left:8.34375rem;height:2.3753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gxcoArp0otJ8UbAv6mkpFdKg4LBXcQd6 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:5.9931640625rem;left:13.21875rem;height:2.025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0af3f5d-1c74-48e9-ae30-e743b5db487c/IMG_2943.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso.adaptive-delivery-prevent-bg, #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso.lazyload, #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso.lazyloading { background-image: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { background-color: transparent; background-image: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),0.9); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),0.9); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .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); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { border-width: 0; border-radius: 0; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { color:rgba(var(--color-primary-2),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.90625rem;left:5.90625rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BqGODQbpw3ITt4VP8JqxpnN8gz98sHs0 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:9.9306640625rem;left:13.21875rem;height:8.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HUO3EIUZ45yBpVXlER6frbzcDODqyVaS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:19.625rem;left:21.25rem;display:block; }
#bb24PRsD8SHv4PEXBdrrttfLo1QBCEi1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { background-color: transparent; background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .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); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { border-width: 0; border-radius: 0; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:60rem;position:relative;display:block; }#qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.375rem;left:0.125rem;height:2.3753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KWTUknxdNK6gcpDw5CTIfoa1GtpQu2um { color:rgba(var(--color-tertiary-2),0.7);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:11.8125rem;left:0rem;height:4.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bups2pu9NGlrGSH7giIH1K9wzNlcM4ax { position:absolute;display:block;z-index:14999;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:21.8125rem;width:19.6875rem;top:0.78125rem;left:40.3125rem;overflow:hidden;display:block; }
#l49vZkeETrKec2TokyIUrZmftfWfm2it { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0af3f5d-1c74-48e9-ae30-e743b5db487c/IMG_2943.JPG");background-position:center !important;background-repeat: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; }#l49vZkeETrKec2TokyIUrZmftfWfm2it.adaptive-delivery-prevent-bg, #l49vZkeETrKec2TokyIUrZmftfWfm2it.lazyload, #l49vZkeETrKec2TokyIUrZmftfWfm2it.lazyloading { background-image: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { background-color: transparent; background-image: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.9); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container > .video-iframe-container { display: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.9); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row > .video-iframe-container { display: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .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); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { border-width: 0; border-radius: 0; }#l49vZkeETrKec2TokyIUrZmftfWfm2it::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#OXIWonERSP3aucB3CTUacxIFhsB28T1E { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.125rem;left:0.125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#clxIl47aqyuHqRJzBNqKqtfJ9kqDmNT9 { color:rgba(var(--color-tertiary-2),0.7);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:8.8125rem;left:0rem;height:6.075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hd2dZimFrN6SGK0vKkC8sqtAaEhEvToR { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:19.4375rem;left:20.625rem;display:block; }
#VFQV5uU79GTpbGqJfkTfrlWg1AA4c5vN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2 > .row .container { background-color: transparent; background-image: none; }#yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2 > .row .container > .video-iframe-container { display: none; }#yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2 > .row > .video-iframe-container { display: none; }#yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2 > .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); }#yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2 > .row .container { border-width: 0; border-radius: 0; }#yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2 > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#C8BOOWatR2ryKdIgHDiQg9wfRUNbPf17 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.3125rem;left:21.125rem;overflow:hidden;display:block; }
#ftoEMf0vTGSxrssU4k6dNoTQUyP1wCk7 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:5.25rem;left:24.25rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u5tQaxlzOlE9A1JJuHofIhbTFbgqbsQq { color:rgba(var(--color-tertiary-2),1);display:block;width:13.0625rem;position:absolute;font-family:britanica;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:2.8125rem;left:24.25rem;height:2.475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bgy3Bdwpv1utJQx46DEV53WNRlLkHN82 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.9375rem;left:5rem; }
#Bgy3Bdwpv1utJQx46DEV53WNRlLkHN82 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Tazcr8JgdnsAsfDwba6VN9taLmWw4CLI { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.9375rem;left:8.4375rem; }
#Tazcr8JgdnsAsfDwba6VN9taLmWw4CLI > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#GODpJuBGeoH3IXyhHeHQ0ze01OZHnHEU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.875rem;left:11.875rem; }
#GODpJuBGeoH3IXyhHeHQ0ze01OZHnHEU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#DRlzxS70En2n0hw9AftRXELMg8Swzw6T { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.375rem;left:11.3125rem;display:block; }
#iulmafRGFudyHeDv8qBZimsTNqevP8kT { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:14.9375rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#NT3QLr7XRxAM44uBLWU7WZJmy8JsH0fE { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5rem;left:8rem;display:block; }
#oyKzJZtzO0GTnbuc3yQEg89V05koXDg3 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5rem;left:4.5625rem;display:block; }
#r2b0pEnS8i58HAadTTkCkI6iNSvqpqhX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:4.07421875rem;left:40.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RvoOoohqxTwpUTPuAHwkTXh7pCi7rzZg { position:absolute;display:block;z-index:15015;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.6875rem;width:10rem;top:0.1875rem;left:49.15625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:34.75rem;height:7.5rem;top:13.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:33rem;height:6.0625rem;top:32.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:9.9375rem;height:5.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { width:0.125rem;height:2.875rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4MtiXEms6buB81sfUUKNJTgStkdzGz { width:0.125rem;height:2.875rem;top:37.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { width:20rem;height:13.25rem;top:78.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { width:20rem;height:0.4375rem;top:77.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { width:20rem;height:13.25rem;top:78.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K12VHG2ITCfs8TXqy17HWzlgkh66JL6d { width:20rem;height:0.4375rem;top:77.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqPuU3JHIMN6RbDbJcQLzxm2TGz0fXiK { width:20rem;height:0.4375rem;top:77.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNM9UaETbIIa4WXovKoL0SLQF9acXiEO { width:12.5rem;height:5.25rem;top:80.4375rem;left:35.25rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS9FT7i17Xza2tCvZwcMyzriHTZTzX9u { width:33rem;height:7.375rem;top:23.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W37qfCWiEPXlJ0wJAdrFlc1FrmTPs1wc { width:13rem;height:1.4375rem;top:86.5625rem;left:34.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkpk7B92S2KRJcyZMsWAMRa26pgf8mpA { width:20rem;height:13.25rem;top:78.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qusf1mwbvSEIANwpnGqtTkK4hMQy9thk { width:12.5rem;height:5.25rem;top:80.4375rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2wrKyyqSq509WERMVouI4dUQbmcqsBp { width:10.375rem;height:1.4375rem;top:86.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULCBoHZDTgz1OnzO4DBOzQFfgAFpIHKQ { top:41.75rem;left:0rem;width:26.8125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Nn10MrS0W00OvcvHTpeXudTisymnqs { width:20rem;height:0.4375rem;top:58.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZd9KvKDVTAPNJViC4BJD500sLHV3Cug { width:20rem;height:0.4375rem;top:58.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #efEBpscUCx05TMO1WWeqzbp1O8Ay8siQ { width:20rem;height:0.4375rem;top:58.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1AP85S465rr0m48rFglNw389Zoq15TC { top:13.375rem;left:25.8125rem;width:21.9375rem;height:56rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFZhTKZxTRDBTw6PfpBuneWoPOzN2Q4I { width:14rem;height:1.4375rem;top:7.9375rem;left:16.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { width:20rem;height:13.25rem;top:0rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { width:47.75rem;height:2.375rem;top:15.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { width:47.75rem;height:6.0625rem;top:20.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDmTKTtikhGqEN2yKT5u3FEvtuc1STTN { width:47.75rem;height:4.375rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0JGUKl2SKMeW925vSzaHznhKrohHN6N { width:20rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDPGTio6rw76DaafJ49wkch3GOLVAd1B { width:20rem;height:13.25rem;top:0rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiLSN5nt8Cpzhao769Tll1X79gdykfWT { width:0.3125rem;height:2.1875rem;top:27.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU4IMMkdSHfCRA71w1FLykhAh0sDP62e { width:12.8125rem;height:2rem;top:28.0625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3lRB4L8Ui0vK6itCFqcZyDzWPDJ9deK { width:0.3125rem;height:2.1875rem;top:27.6875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnTGT23RAQg7dxME6tgeWWykIa8HTFLT { width:19.6875rem;height:2rem;top:28rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGEPTs4NQivbgizyCTdfmSXMxMlXvCXW { width:14.0625rem;height:2rem;top:33.0625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRTqGAGg87lGBSE4xmJxzi8ikJ8XrkFp { width:0.3125rem;height:2.1875rem;top:32.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ittfx2FVI7JAJMd05glCnuLqEXHWXQqB { width:21.8125rem;height:2rem;top:33.1875rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7iSFHGX48DbdgKkeg5NDXwa9hOLTeaz { width:0.3125rem;height:2.1875rem;top:32.625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #puXFB8hRhlbJfwWC1LtAibawsdbEiHg2 { top:3.125rem;left:22rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biZzJ9dZxztUlhm4JTQJm1U5h1JHeTBT { width:0.3125rem;height:2.1875rem;top:27.6875rem;left:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KX3Gr5OaIFTPbJw5tDmiKQwaNf1ygWvD { width:0.3125rem;height:2.1875rem;top:27.6875rem;left:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ubl4tgU4Ee3aLLXGh09yFRS8Lsooc0ed { width:0.3125rem;height:2.1875rem;top:27.6875rem;left:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6UHKT98a10g5sJksygSr3siXMrSM6gW { width:20rem;height:0.4375rem;top:58.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZAbQi2bZuq8pmoXNRwiWUGZQ2OHhfzX { width:20rem;height:0.4375rem;top:58.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yiTZcBCvbWz2LplilRahRUo9aIFpiZfl { display:block; }#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMxqNAlvSHl9WsPG4EtCWTn74310dGp5 { width:47.75rem;height:9.5rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG6JesKSszDyELZBJAzscmtTEfbX2rVx { width:21.4375rem;height:21.4375rem;top:3.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOA6inlsm9FXOz5XxVMUVXeRUe80U5p3 { width:33.5625rem;height:12.125rem;top:12rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0wU71RF1TKxNGpge80TCdCRIVTe6n2J { width:21.4375rem;height:21.4375rem;top:28.1875rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKUlO0zu2rEB6Bmaf5K7wPcAeek6C9oC { width:3.3125rem;height:16rem;top:1.8125rem;left:32.4375rem;font-size:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtf97SWCtb8ITEhmMCkNb20Q9FSHnroA { width:3.3125rem;height:16rem;top:25rem;left:31.375rem;font-size:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCS4Jqn6R3gVQ6vOauCZ2XD9U3kd6tLC { width:19.5rem;height:2rem;top:2.75rem;left:28.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSi8LTs4DBfZnZecBQOzW1GkT9QekEZ5 { width:19.6875rem;height:2rem;top:24.9375rem;left:28.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhAPhmEvnsRTGDoo5GtBN1oTdWWdpOgn { width:17.5rem;height:3.4375rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea93mMfVeG2kJ0LibMs2WXUSWiJWDqpO { display:block; }
 }@media only screen and (max-width: 763px) { #vkkfGJsqzMSMGfZOr3qK1RH8TJwOT9Wv { width:0.3125rem;height:2.1875rem;top:2.8125rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSQLweDzR3TTab5dCf8PsUnbzTUfRlcy { width:0.3125rem;height:2.1875rem;top:25rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD { display:block; }#Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geK5Voi7QVaPoTXdUwiN0FqT9UOfWTrp { width:16.875rem;height:4.3125rem;top:15.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJIVPTiTnME53FHPhXtzZvfvp90iUbvA { width:16.875rem;height:1.9375rem;top:15.0625rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIVAVWwb7Adyz5DEsUcdDMhS7AVhW6Jt { width:16.875rem;height:1.9375rem;top:15.0625rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTDAe3SA5uCZfOsV6bBNmqxTN6zD2m7D { width:16.875rem;height:1.9375rem;top:26.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFIQQqdJX1TnSh2AeosSuqupAanKa1N { width:16.875rem;height:1.9375rem;top:26.1875rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6FPBigPGNraLlGWoO3XvosU3d3UCbAZ { width:16.875rem;height:1.9375rem;top:26.375rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9O6OgZPxVW7PzcmXukVU19xE0Mq8WbI { width:3.125rem;height:3.125rem;top:22.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znFbeDeovULk1XuEEVnfWkGB4bZ3818H { width:3.125rem;height:3.125rem;top:11.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ayTy06GUW1tNKZreMexDxLAhrTHbxQ { width:3.125rem;height:3.125rem;top:11.4375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6aQeSBVboHQwthTDKSuVm7qEURuqzat { width:3.125rem;height:3.125rem;top:22.5rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh11v0NZww0Bq3QWBXKIXu2gncfD5VLm { width:3.125rem;height:3.125rem;top:22.5rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #febQxmDDVm8CwvvMT0w9Xmhf7ksXkDd2 { width:3.125rem;height:3.125rem;top:11.4375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeTbOT3wZP9JfHITeTi5lSurCNKmp5LK { width:43.3125rem;height:2.375rem;top:2.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxcoArp0otJ8UbAv6mkpFdKg4LBXcQd6 { width:33.5625rem;height:2rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { width:47.75rem;height:2.75rem;top:5.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqGODQbpw3ITt4VP8JqxpnN8gz98sHs0 { width:33.5625rem;height:8.0625rem;top:9.875rem;left:7.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUO3EIUZ45yBpVXlER6frbzcDODqyVaS { width:17.5rem;height:3.4375rem;top:19.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb24PRsD8SHv4PEXBdrrttfLo1QBCEi1 { display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:47.75rem;height:2.375rem;top:7.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWTUknxdNK6gcpDw5CTIfoa1GtpQu2um { width:47.75rem;height:4rem;top:11.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bups2pu9NGlrGSH7giIH1K9wzNlcM4ax { top:0.75rem;left:28.0625rem;width:19.6875rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49vZkeETrKec2TokyIUrZmftfWfm2it { display:block; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXIWonERSP3aucB3CTUacxIFhsB28T1E { width:47.75rem;height:2.75rem;top:4.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clxIl47aqyuHqRJzBNqKqtfJ9kqDmNT9 { width:47.75rem;height:8.0625rem;top:8.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd2dZimFrN6SGK0vKkC8sqtAaEhEvToR { width:17.5rem;height:3.4375rem;top:19.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFQV5uU79GTpbGqJfkTfrlWg1AA4c5vN { display:block; }
 }@media only screen and (max-width: 763px) { #yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2 { display:block; }#yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8BOOWatR2ryKdIgHDiQg9wfRUNbPf17 { width:2.5rem;height:2.5rem;top:3.3125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftoEMf0vTGSxrssU4k6dNoTQUyP1wCk7 { width:11.625rem;height:3.5625rem;top:5.25rem;left:18.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5tQaxlzOlE9A1JJuHofIhbTFbgqbsQq { width:13.0625rem;height:2.4375rem;top:2.8125rem;left:18.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgy3Bdwpv1utJQx46DEV53WNRlLkHN82 { top:6.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#Bgy3Bdwpv1utJQx46DEV53WNRlLkHN82 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Tazcr8JgdnsAsfDwba6VN9taLmWw4CLI { top:6.9375rem;left:2.3125rem;width:1.875rem;height:1.875rem;display:block; }
#Tazcr8JgdnsAsfDwba6VN9taLmWw4CLI > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #GODpJuBGeoH3IXyhHeHQ0ze01OZHnHEU { top:6.875rem;left:5.75rem;width:1.875rem;height:1.875rem;display:block; }
#GODpJuBGeoH3IXyhHeHQ0ze01OZHnHEU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #DRlzxS70En2n0hw9AftRXELMg8Swzw6T { top:6.375rem;left:5.1875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iulmafRGFudyHeDv8qBZimsTNqevP8kT { top:1.5rem;left:0rem;width:14.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT3QLr7XRxAM44uBLWU7WZJmy8JsH0fE { top:6.5rem;left:1.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyKzJZtzO0GTnbuc3yQEg89V05koXDg3 { top:6.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2b0pEnS8i58HAadTTkCkI6iNSvqpqhX { width:11.625rem;height:1.75rem;top:4.0625rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvoOoohqxTwpUTPuAHwkTXh7pCi7rzZg { top:0.1875rem;left:37.75rem;width:10rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0af3f5d-1c74-48e9-ae30-e743b5db487c/IMG_2943.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:148.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:19.9991875rem;height:4.5rem;top:9.561327934265rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:18.75rem;height:7rem;top:25.371091842651rem;left:0.62343746423721rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:7.5625rem;height:4rem;top:2.6875rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { width:0.125rem;height:2.875rem;top:20.3730625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lX4MtiXEms6buB81sfUUKNJTgStkdzGz { width:0.125rem;height:2.875rem;top:31.34571875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { width:20rem;height:12.5rem;top:109.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { width:20rem;height:0.4375rem;top:109.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { width:20rem;height:12.5rem;top:135.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K12VHG2ITCfs8TXqy17HWzlgkh66JL6d { width:20rem;height:0.4375rem;top:77.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqPuU3JHIMN6RbDbJcQLzxm2TGz0fXiK { width:20rem;height:0.4375rem;top:77.9375rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #LNM9UaETbIIa4WXovKoL0SLQF9acXiEO { width:12.5rem;height:2.6rem;top:138.375rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DS9FT7i17Xza2tCvZwcMyzriHTZTzX9u { width:19.9991875rem;height:9.625rem;top:14.873436927796rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W37qfCWiEPXlJ0wJAdrFlc1FrmTPs1wc { width:10.375rem;height:3.9rem;top:141.75rem;left:4.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkpk7B92S2KRJcyZMsWAMRa26pgf8mpA { width:20rem;height:13.25rem;top:122.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qusf1mwbvSEIANwpnGqtTkK4hMQy9thk { width:12.4991875rem;height:2.6rem;top:112.875rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2wrKyyqSq509WERMVouI4dUQbmcqsBp { width:10.374625rem;height:1.95rem;top:116.125rem;left:4.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULCBoHZDTgz1OnzO4DBOzQFfgAFpIHKQ { width:20rem;height:1.6875rem;top:32.97031211853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Nn10MrS0W00OvcvHTpeXudTisymnqs { width:20rem;height:0.4375rem;top:135.6875rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #NZd9KvKDVTAPNJViC4BJD500sLHV3Cug { width:20rem;height:0.4375rem;top:147.80000495911rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #efEBpscUCx05TMO1WWeqzbp1O8Ay8siQ { width:19.9991875rem;height:0.437109375rem;top:122.0625rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #H1AP85S465rr0m48rFglNw389Zoq15TC { width:18.6875rem;height:73.8125rem;top:35.21249961853rem;left:0.65546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFZhTKZxTRDBTw6PfpBuneWoPOzN2Q4I { width:10.375rem;height:3.9rem;top:20.75rem;left:4.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { width:20rem;height:13.25rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { width:20rem;height:5.625rem;top:42.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { width:18.75rem;height:10.8rem;top:50.6875rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDmTKTtikhGqEN2yKT5u3FEvtuc1STTN { width:20rem;height:1.875rem;top:76.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0JGUKl2SKMeW925vSzaHznhKrohHN6N { width:20rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDPGTio6rw76DaafJ49wkch3GOLVAd1B { width:20rem;height:13.25rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiLSN5nt8Cpzhao769Tll1X79gdykfWT { width:0.3125rem;height:2.1875rem;top:27.6875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SU4IMMkdSHfCRA71w1FLykhAh0sDP62e { width:12.8125rem;height:1.8rem;top:63.672875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3lRB4L8Ui0vK6itCFqcZyDzWPDJ9deK { width:0.3125rem;height:1.25rem;top:63.947265625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnTGT23RAQg7dxME6tgeWWykIa8HTFLT { width:19.6875rem;height:1.8rem;top:66.72268125rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGEPTs4NQivbgizyCTdfmSXMxMlXvCXW { width:14.0625rem;height:1.8rem;top:69.7724875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRTqGAGg87lGBSE4xmJxzi8ikJ8XrkFp { width:0.3125rem;height:2.1875rem;top:32.625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ittfx2FVI7JAJMd05glCnuLqEXHWXQqB { width:20rem;height:1.8rem;top:72.82229375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7iSFHGX48DbdgKkeg5NDXwa9hOLTeaz { width:0.3125rem;height:2.1875rem;top:32.625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #puXFB8hRhlbJfwWC1LtAibawsdbEiHg2 { display:flex;width:3.4375rem;height:3.4375rem;top:16.0625rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #biZzJ9dZxztUlhm4JTQJm1U5h1JHeTBT { width:0.3125rem;height:1.25rem;top:66.9970703125rem;left:0.375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #KX3Gr5OaIFTPbJw5tDmiKQwaNf1ygWvD { width:0.3125rem;height:1.25rem;top:70.046875rem;left:4.5625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Ubl4tgU4Ee3aLLXGh09yFRS8Lsooc0ed { width:0.3125rem;height:1.25rem;top:73.0966796875rem;left:0.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #H6UHKT98a10g5sJksygSr3siXMrSM6gW { width:19.9984375rem;height:0.43671875rem;top:13.25rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #HZAbQi2bZuq8pmoXNRwiWUGZQ2OHhfzX { width:19.9984375rem;height:0.43671875rem;top:26.5rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #yiTZcBCvbWz2LplilRahRUo9aIFpiZfl { display:block; }#yiTZcBCvbWz2LplilRahRUo9aIFpiZfl > .row .container { width:20rem;height:84.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMxqNAlvSHl9WsPG4EtCWTn74310dGp5 { width:20rem;height:11.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG6JesKSszDyELZBJAzscmtTEfbX2rVx { width:14.1875rem;height:14.1875rem;top:28.84375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOA6inlsm9FXOz5XxVMUVXeRUe80U5p3 { width:20rem;height:11.2rem;top:12.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T0wU71RF1TKxNGpge80TCdCRIVTe6n2J { width:20rem;height:20rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKUlO0zu2rEB6Bmaf5K7wPcAeek6C9oC { width:3.3125rem;height:12.8125rem;top:27.09375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtf97SWCtb8ITEhmMCkNb20Q9FSHnroA { width:3.3125rem;height:12.8125rem;top:49.15625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCS4Jqn6R3gVQ6vOauCZ2XD9U3kd6tLC { width:19.1875rem;height:1.4rem;top:27.5078125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iSi8LTs4DBfZnZecBQOzW1GkT9QekEZ5 { width:19.1875rem;height:1.4rem;top:45.28125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FhAPhmEvnsRTGDoo5GtBN1oTdWWdpOgn { width:17.5rem;height:3.4375rem;top:74.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea93mMfVeG2kJ0LibMs2WXUSWiJWDqpO { display:block; }
 }@media only screen and (max-width: 763px) { #vkkfGJsqzMSMGfZOr3qK1RH8TJwOT9Wv { width:0.3125rem;height:2.1875rem;top:26.71875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSQLweDzR3TTab5dCf8PsUnbzTUfRlcy { width:0.3125rem;height:2.1875rem;top:44.88671875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD { display:block; }#Q3cTDRRmdcJ8TnwMq0lt7dPkzXpvvofD > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geK5Voi7QVaPoTXdUwiN0FqT9UOfWTrp { width:16.875rem;height:1.4625rem;top:14.67285rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJIVPTiTnME53FHPhXtzZvfvp90iUbvA { width:16.875rem;height:1.4625rem;top:28.844725rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIVAVWwb7Adyz5DEsUcdDMhS7AVhW6Jt { width:16.875rem;height:1.4625rem;top:43.0166rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTDAe3SA5uCZfOsV6bBNmqxTN6zD2m7D { width:16.875rem;height:1.4625rem;top:21.7587875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFIQQqdJX1TnSh2AeosSuqupAanKa1N { width:16.875rem;height:1.4625rem;top:35.9306625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6FPBigPGNraLlGWoO3XvosU3d3UCbAZ { width:16.875rem;height:1.4625rem;top:50.1025375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9O6OgZPxVW7PzcmXukVU19xE0Mq8WbI { width:3.125rem;height:3.125rem;top:17.3837875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znFbeDeovULk1XuEEVnfWkGB4bZ3818H { width:3.125rem;height:3.125rem;top:10.29785rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ayTy06GUW1tNKZreMexDxLAhrTHbxQ { width:3.125rem;height:3.125rem;top:24.469725rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6aQeSBVboHQwthTDKSuVm7qEURuqzat { width:3.125rem;height:3.125rem;top:45.7275375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh11v0NZww0Bq3QWBXKIXu2gncfD5VLm { width:3.125rem;height:3.125rem;top:31.5556625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #febQxmDDVm8CwvvMT0w9Xmhf7ksXkDd2 { width:3.125rem;height:3.125rem;top:38.6416rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeTbOT3wZP9JfHITeTi5lSurCNKmp5LK { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxcoArp0otJ8UbAv6mkpFdKg4LBXcQd6 { width:20rem;height:2.8rem;top:6.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { width:14.9375rem;height:5.85rem;top:1.25rem;left:2.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqGODQbpw3ITt4VP8JqxpnN8gz98sHs0 { width:20rem;height:8.4rem;top:8.34765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HUO3EIUZ45yBpVXlER6frbzcDODqyVaS { width:17.5rem;height:3.4375rem;top:17.99415625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb24PRsD8SHv4PEXBdrrttfLo1QBCEi1 { display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:20rem;height:5.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWTUknxdNK6gcpDw5CTIfoa1GtpQu2um { width:19.125rem;height:9rem;top:8.125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bups2pu9NGlrGSH7giIH1K9wzNlcM4ax { width:19.6875rem;height:21.8125rem;top:18.3730625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49vZkeETrKec2TokyIUrZmftfWfm2it { display:block; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXIWonERSP3aucB3CTUacxIFhsB28T1E { width:20rem;height:5.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clxIl47aqyuHqRJzBNqKqtfJ9kqDmNT9 { width:20rem;height:18rem;top:8rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd2dZimFrN6SGK0vKkC8sqtAaEhEvToR { width:17.5rem;height:3.4375rem;top:27.2480625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFQV5uU79GTpbGqJfkTfrlWg1AA4c5vN { display:block; }
 }@media only screen and (max-width: 763px) { #yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2 { display:block; }#yzOwfwKCx5T9Fkt6QvUmZzGpiTO9tro2 > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8BOOWatR2ryKdIgHDiQg9wfRUNbPf17 { width:2.5rem;height:2.5rem;top:11.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftoEMf0vTGSxrssU4k6dNoTQUyP1wCk7 { width:11.625rem;height:3.2rem;top:17.9248046875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5tQaxlzOlE9A1JJuHofIhbTFbgqbsQq { width:13.0625rem;height:1.925rem;top:14.8125rem;left:3.46875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bgy3Bdwpv1utJQx46DEV53WNRlLkHN82 { display:flex;width:1.875rem;height:1.875rem;top:6.6875rem;left:7.5rem; }
#Bgy3Bdwpv1utJQx46DEV53WNRlLkHN82 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Tazcr8JgdnsAsfDwba6VN9taLmWw4CLI { display:flex;width:1.875rem;height:1.875rem;top:6.6875rem;left:10.9375rem; }
#Tazcr8JgdnsAsfDwba6VN9taLmWw4CLI > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #GODpJuBGeoH3IXyhHeHQ0ze01OZHnHEU { display:flex;width:1.875rem;height:1.875rem;top:6.625rem;left:14.375rem; }
#GODpJuBGeoH3IXyhHeHQ0ze01OZHnHEU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #DRlzxS70En2n0hw9AftRXELMg8Swzw6T { width:2.8125rem;height:2.8125rem;top:6.125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iulmafRGFudyHeDv8qBZimsTNqevP8kT { width:14.9375rem;height:5.75rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT3QLr7XRxAM44uBLWU7WZJmy8JsH0fE { width:2.8125rem;height:2.8125rem;top:6.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyKzJZtzO0GTnbuc3yQEg89V05koXDg3 { width:2.8125rem;height:2.8125rem;top:6.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2b0pEnS8i58HAadTTkCkI6iNSvqpqhX { width:11.625rem;height:1.6rem;top:25.1865234375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvoOoohqxTwpUTPuAHwkTXh7pCi7rzZg { width:10rem;height:9.6875rem;top:25.75rem;left:5rem;display:block; }
 }