.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:244,239,234;--color-primary-1:217,201,185;--color-primary-2:179,146,114;--color-primary-3:90,73,57;--color-primary-4:27,22,17;--color-secondary-0:251,248,245;--color-secondary-1:243,233,223;--color-secondary-2:230,210,190;--color-secondary-3:115,105,95;--color-secondary-4:35,32,29;--color-tertiary-0:255,255,255;--color-tertiary-1:215,215,215;--color-tertiary-2:120,120,120;--color-tertiary-3:60,60,60;--color-tertiary-4:12,12,12;--headlines-font-family:"raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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;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); }#q8ihcBTO4lci6r9SdFhup2qaoJchabL9 { position:relative;display:block; }#q8ihcBTO4lci6r9SdFhup2qaoJchabL9 { background-color: transparent; background-image: none; }#q8ihcBTO4lci6r9SdFhup2qaoJchabL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ihcBTO4lci6r9SdFhup2qaoJchabL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ihcBTO4lci6r9SdFhup2qaoJchabL9 > .row .container > .video-iframe-container { display: none; }#q8ihcBTO4lci6r9SdFhup2qaoJchabL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ihcBTO4lci6r9SdFhup2qaoJchabL9 > .row > .video-iframe-container { display: none; }#q8ihcBTO4lci6r9SdFhup2qaoJchabL9 > .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); }#q8ihcBTO4lci6r9SdFhup2qaoJchabL9 { border-width: 0; border-radius: 0; }#q8ihcBTO4lci6r9SdFhup2qaoJchabL9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#q8ihcBTO4lci6r9SdFhup2qaoJchabL9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R1r0Wd2g3lCE91pfvnuClfNzo8lhDJfT { position:absolute;display:block;z-index:15001;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:4.0625rem;width:12.247rem;top:0.81194305419925rem;left:61.669460296631rem;overflow:hidden;display:block; }
#yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH { position:relative;display:block; }#yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH { background-color: transparent; background-image: none; }#yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH > .row .container > .video-iframe-container { display: none; }#yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH > .row > .video-iframe-container { display: none; }#yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH > .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); }#yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH { border-width: 0; border-radius: 0; }#yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#211d6d;background-image:none;font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VApDI6udsoVFL16Tk74IbcO7T7vq5RnI { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.0625rem;width:38.1875rem;top:4.2483258247376rem;left:3.5621280670166rem;overflow:hidden;display:block; }
#rixipcgQI3UCQSqPo4tVEd34AAiKBCEs { box-sizing:content-box;height:29.5619375rem;width:67.875rem;position:absolute;display:block;z-index:14999;background-color:#fefbf5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.373140335083rem;left:3.5621280670166rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#Dyl3P719Bg16SqGFNuIOtyqx9mbCtZWc { color:#211d6d;display:block;width:27.43675rem;position:absolute;font-family:montserrat;font-size:5.125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:8.65420460701rem;left:41.687129974365rem;height:20.4985rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VRakdNmBTVPBwHHLfJveUq9yRfofAXCV { position:relative;display:block; }#VRakdNmBTVPBwHHLfJveUq9yRfofAXCV { background-color: transparent; background-image: none; }#VRakdNmBTVPBwHHLfJveUq9yRfofAXCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRakdNmBTVPBwHHLfJveUq9yRfofAXCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRakdNmBTVPBwHHLfJveUq9yRfofAXCV > .row .container > .video-iframe-container { display: none; }#VRakdNmBTVPBwHHLfJveUq9yRfofAXCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRakdNmBTVPBwHHLfJveUq9yRfofAXCV > .row > .video-iframe-container { display: none; }#VRakdNmBTVPBwHHLfJveUq9yRfofAXCV > .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); }#VRakdNmBTVPBwHHLfJveUq9yRfofAXCV { border-width: 0; border-radius: 0; }#VRakdNmBTVPBwHHLfJveUq9yRfofAXCV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VRakdNmBTVPBwHHLfJveUq9yRfofAXCV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(109,255,93,0.57);background-image:none;font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rMRJ2h4XXMehycIZ58AXqtEiwEVx2gnO { color:#211d6d;display:block;width:52.434875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.980281829834rem;left:11.280693054199rem;height:5.03661875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u { position:relative;display:block; }#m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u { background-color: transparent; background-image: none; }#m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u > .row .container > .video-iframe-container { display: none; }#m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u > .row > .video-iframe-container { display: none; }#m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u > .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); }#m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u { border-width: 0; border-radius: 0; }#m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(213,209,196,0.32);background-image:none;font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wdW3dPRAS0iQ3RTWREan3ug0q5q668h0 { color:#211d6d;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5rem;left:27.6875rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2LFTLHJBJD34r8OHvdvnFic9abgGWiF { color:#211d6d;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.875rem;left:27.625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#GyyNbNwfOIcZIo1PZhP7TNWOqgNqbxgH { color:#ffffff;display:block;width:36.936375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2758560180664rem;left:37.438617706299rem;height:4.8735125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oQq0TNoCQcBMcn6dmkcQrMsvJ3ZEEIsi { position:absolute;display:block;z-index:15002;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.0625rem;width:10.25rem;top:15.5625rem;left:29.375rem;overflow:hidden;display:block; }
#pCti1reuCcc62GifTLJzl4HkL1wbNmHS { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.124625rem;width:7.6869375rem;top:21.5625rem;left:37.1875rem;overflow:hidden;display:block; }
#Rq33AGlowU92SDQMBad4KKcy7z1AKTpJ { position:absolute;display:block;z-index:15004;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.18675rem;width:10.437125rem;top:15.497582435608rem;left:57.555805206299rem;overflow:hidden;display:block; }
#V6vRpKnnmxOT9o1eVVACygvie9sb4oTN { color:#211d6d;display:block;width:23.808625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5rem;left:50.0625rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u7XJyEqhPcKpb3WLKh0gBMPC5HqGKr6d { color:#211d6d;display:block;width:17.937125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.875rem;left:53.1875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#xufr2N99qXXT1X7qHzomm6QntSiOPztF { box-sizing:content-box;height:28.125rem;width:19.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:25.8125rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#Bd7tvJF678qTpalpNAGA91UH3F9SkaSt { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.686375rem;height:2.87388125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.6875rem;left:30.375rem;display:block; }
#xTwcbwryhdkt1qtHNSmHJfx4neEghESw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X18fUkkwzVkt6TvXA8nafxpaLIz8k1oJ { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.6854375rem;height:2.87295625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.6875rem;left:57.25rem;display:block; }
#P1Itndcmhd1h2Ih0PuX75VhsQMJsFWFR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bIO6cPPFCxThiTNQFzQWd3q6rtrM60o2 { box-sizing:content-box;height:7.5625rem;width:37.5625rem;position:absolute;display:block;z-index:14998;background-color:#211d6d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.93284988403319rem;left:37.438617706299rem;border-top-left-radius:8.125rem;border-top-right-radius:0rem;border-bottom-left-radius:8.125rem;border-bottom-right-radius:0rem;display:block; }
#pNN1isE6skwlsmksw170NT8deSvO5tb7 { position:absolute;display:block;z-index:15005;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:42.375rem;width:31.5rem;top:-0.0009307861328125rem;left:0rem;overflow:hidden;display:block; }
#iLxzunfVvDX536UutTFWok8BvbIrcZ7V { box-sizing:content-box;height:28.1240625rem;width:19.812125rem;position:absolute;display:block;z-index:15000;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:52.0625rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#NVR7qIaPHSRKCs5K47N9R6os84waeAKP { position:relative;display:block; }#NVR7qIaPHSRKCs5K47N9R6os84waeAKP { background-color: transparent; background-image: none; }#NVR7qIaPHSRKCs5K47N9R6os84waeAKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVR7qIaPHSRKCs5K47N9R6os84waeAKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVR7qIaPHSRKCs5K47N9R6os84waeAKP > .row .container > .video-iframe-container { display: none; }#NVR7qIaPHSRKCs5K47N9R6os84waeAKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVR7qIaPHSRKCs5K47N9R6os84waeAKP > .row > .video-iframe-container { display: none; }#NVR7qIaPHSRKCs5K47N9R6os84waeAKP > .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); }#NVR7qIaPHSRKCs5K47N9R6os84waeAKP { border-width: 0; border-radius: 0; }#NVR7qIaPHSRKCs5K47N9R6os84waeAKP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NVR7qIaPHSRKCs5K47N9R6os84waeAKP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(213,209,196,0.32);background-image:none;font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f8XxKrmLT2gZiewDewZZTPA7pfUBPNPP { position:absolute;display:block;z-index:15004;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:19.31175rem;width:12.6869375rem;top:11.25rem;left:15.4375rem;overflow:hidden;display:block; }
#ZrniC3XF4U6eDVqGO5WlgKeh0JEF2fW5 { color:#211d6d;display:block;width:23.808625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:9.875rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KElqnRvmBJxzLxSrx5yk7e7exz2uCJhq { color:#211d6d;display:block;width:17.93525rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.25rem;left:12.8125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#qlbD7CMksTpMGu6q8f37rW5Rqo521HJX { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.6845rem;height:2.87295625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.25rem;left:33rem;display:block; }
#XnFEkxyHdT1PX8DpqLoJshIRIJaN48Dc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPDvFvFTJ9iJIFtH6VUK93MyElzFFyRi { color:#211d6d;display:block;width:31.0584375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:42.9375rem;height:4.22433125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bAbJLeMmeSc98hQ4V59PDMwSHsiuvl6Q { position:absolute;display:block;z-index:15008;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:20.24925rem;width:25.3115625rem;top:9.25rem;left:46.5rem;overflow:hidden;display:block; }
#NkhM9LStgKvhJeAWHEp71nV6RmOrJvvI { color:#ffffff;display:block;width:36.308625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2rem;left:20.5rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zWwJncpLtrmFTFhOAALqpW3ksdpddSkI { box-sizing:content-box;height:5rem;width:39.1248125rem;position:absolute;display:block;z-index:15000;background-color:#211d6d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.5625rem;left:19.125rem;border-top-right-radius:8.125rem;border-bottom-right-radius:8.125rem;border-bottom-left-radius:8.125rem;border-top-left-radius:8.125rem;display:block; }
#MAiHTlURIfiALUTaTsZqDCXOkT1SLgId { box-sizing:content-box;height:25.625rem;width:19.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.125rem;left:11.625rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#HXINec7IduWN2MQuVPaXPLNTybQo85cO { position:relative;display:block; }#HXINec7IduWN2MQuVPaXPLNTybQo85cO { background-color: transparent; background-image: none; }#HXINec7IduWN2MQuVPaXPLNTybQo85cO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row .container > .video-iframe-container { display: none; }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row > .video-iframe-container { display: none; }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .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); }#HXINec7IduWN2MQuVPaXPLNTybQo85cO { border-width: 0; border-radius: 0; }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(213,209,196,0.37);background-image:url("https://images.assets-landingi.com/uc/caa2f307-457a-4899-b257-d01087378626/happygroopfriendrestingnaturepicniclifestylerelaxationvacationsconcept.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row .container.adaptive-delivery-prevent-bg, #HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row .container.lazyload, #HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row .container.lazyloading { background-image: none; }#ohSTbaM9EssS6hsdh9dOQ8Pc3lRyQXbL { color:#211d6d;display:block;width:56.434125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1205358505249rem;left:9.2819938659669rem;height:2.69903125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uChiw2PsFpmybCm8K2I9u2rCX1epoqWK { position:relative;display:block; }#uChiw2PsFpmybCm8K2I9u2rCX1epoqWK { background-color: transparent; background-image: none; }#uChiw2PsFpmybCm8K2I9u2rCX1epoqWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uChiw2PsFpmybCm8K2I9u2rCX1epoqWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uChiw2PsFpmybCm8K2I9u2rCX1epoqWK > .row .container > .video-iframe-container { display: none; }#uChiw2PsFpmybCm8K2I9u2rCX1epoqWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uChiw2PsFpmybCm8K2I9u2rCX1epoqWK > .row > .video-iframe-container { display: none; }#uChiw2PsFpmybCm8K2I9u2rCX1epoqWK > .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); }#uChiw2PsFpmybCm8K2I9u2rCX1epoqWK { border-width: 0; border-radius: 0; }#uChiw2PsFpmybCm8K2I9u2rCX1epoqWK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uChiw2PsFpmybCm8K2I9u2rCX1epoqWK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(213,209,196,0.37);background-image:none;font-size:0.875rem;font-family:arial;height:39rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BIxITK9W5TXfQbmPgvXImfnprIm6enfO { color:#211d6d;display:block;width:23.808625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.75rem;left:10.0625rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfDXfb9HerXH09owvTWRB4XrhvEWeCx6 { color:#211d6d;display:block;width:17.9361875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.1875rem;left:44.125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#A3dEoV65SvxTr4DNoKPM9oT2xTJezBC7 { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.683625rem;height:2.87295625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.874632120133rem;left:47.750186920166rem;display:block; }
#itGe4K55wBc3hAOa0ORx1HqrUX9tycT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fVTNfgel5SK8D1uCQ3hZ8uPT1FGfLHT9 { box-sizing:content-box;height:24.8125rem;width:21.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.6244430541994rem;left:11.062128067017rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#KDGqDUrzC2aGkB7cBaBXbIur1sUHMJIQ { color:#211d6d;display:block;width:23.808625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.75rem;left:41.1875rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KSEU8dLR0MTAfeQnVvGqbtugefyk3UsI { color:#211d6d;display:block;width:17.93525rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.1875rem;left:12.9375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#b7Gow16TWyuPxlFLX0qo6sZgy959KzBS { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.683625rem;height:2.87295625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:33.874632120133rem;left:16.623886108399rem;display:block; }
#sQ5gKk29LZpvZ9NgWuZmST0b9J15p9oq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wGNXOdxlX3Ob8mKWpC7QxZkCQNv75Ro2 { position:absolute;display:block;z-index:15010;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:17.686rem;width:13.8736875rem;top:14.217821359634rem;left:15.027900695801rem;overflow:hidden;display:block; }
#iXB3Co4OqmVTMwwyuPCcTHTIeBTQ1ZCf { position:absolute;display:block;z-index:15011;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:17.6236875rem;width:13.811375rem;top:14.217819213868rem;left:46.183971405029rem;overflow:hidden;display:block; }
#Nmr0VPUJ79ogupvBmRhoiBmUy5t451UE { color:#ffffff;display:block;width:46.4369375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:14.3125rem;height:4.55078125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zOX8lxANeHwqvTnUJF3vqSATqqt7xzvE { box-sizing:content-box;height:5.62406875rem;width:51.4369375rem;position:absolute;display:block;z-index:14999;background-color:#211d6d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4375rem;left:11.8125rem;border-top-left-radius:8.125rem;border-top-right-radius:8.125rem;border-bottom-left-radius:8.125rem;border-bottom-right-radius:8.125rem;display:block; }
#wVefItAcXebkOpVNoaiBl2lqyPpS28KI { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.7485rem;width:21.560625rem;top:22.249799728394rem;left:0rem;overflow:hidden;display:block; }
#n2nHDBCIX94il84KaMDfIC9JB83kVyrT { box-sizing:content-box;height:24.5625rem;width:21.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.6244430541994rem;left:42.186573028564rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#rAmDLiUAZvpAVNohCB1xvDSvXhXZZT0d { position:absolute;display:block;z-index:15000;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:27.1233125rem;width:23.3733125rem;top:5.9347105026245rem;left:51.626674652099rem;overflow:hidden;display:block; }
#zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT { position:relative;display:block; }#zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT { background-color: transparent; background-image: none; }#zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT > .row .container > .video-iframe-container { display: none; }#zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT > .row > .video-iframe-container { display: none; }#zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT > .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); }#zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT { border-width: 0; border-radius: 0; }#zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(213,209,196,0.37);background-image:none;font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l0oLqwvlfCgv2HrqFfOWwxITZww8xTAS { color:#ffffff;display:block;width:56.4350625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.875rem;left:9.6875rem;height:4.499625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C8fBLTfJ3yiGJv4B9rIDBfR6ixsTvwS0 { color:#211d6d;display:block;width:52.247rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.125rem;left:11.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gawJKDVA3avGxUOOmRpGck9O5W5tDASx { color:#211d6d;display:block;width:22.937125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:16.1875rem;left:11.75rem;height:1.6248125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dh1A0WbqHeqBo2IUiQxKDfHIlIltkBeu { color:#211d6d;display:block;width:17.9334375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.8125rem;left:14.25rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#OvhrKv2XiGVrSUeqGxoCVBD7aJNQQr62 { box-sizing:content-box;height:23.125rem;width:21.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:12.25rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#v3qWrXe4TrkAocNKv8BH01IeypqmzGW9 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.2486875rem;width:19.123875rem;top:21.6875rem;left:13.625rem;overflow:hidden;display:block; }
#gyyRzSv4M59lm30qt90m0IDvsl6sqTKv { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.683625rem;height:2.87295625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.6875rem;left:35.6875rem;display:block; }
#bVazu7G7msaTU8G1V0FCOffdTUD2gFwv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTOBxZaSKBbR6Ewrzk9X1Ctf1iciD4KX { position:absolute;display:block;z-index:15011;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:24.6233125rem;width:24.6233125rem;top:13.5rem;left:46.375rem;overflow:hidden;display:block; }
#taQuUMOlR2uyq04iW52BcvETsU6ZDJip { box-sizing:content-box;height:7.5604375rem;width:62.62375rem;position:absolute;display:block;z-index:15002;background-color:#211d6d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:6.5625rem;border-top-left-radius:8.125rem;border-top-right-radius:8.125rem;border-bottom-left-radius:8.125rem;border-bottom-right-radius:8.125rem;display:block; }
#Vlun4Znc8kZvm32BDtn59FGDhAkOarMK { position:relative;display:block; }#Vlun4Znc8kZvm32BDtn59FGDhAkOarMK { background-color: transparent; background-image: none; }#Vlun4Znc8kZvm32BDtn59FGDhAkOarMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vlun4Znc8kZvm32BDtn59FGDhAkOarMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vlun4Znc8kZvm32BDtn59FGDhAkOarMK > .row .container > .video-iframe-container { display: none; }#Vlun4Znc8kZvm32BDtn59FGDhAkOarMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vlun4Znc8kZvm32BDtn59FGDhAkOarMK > .row > .video-iframe-container { display: none; }#Vlun4Znc8kZvm32BDtn59FGDhAkOarMK > .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); }#Vlun4Znc8kZvm32BDtn59FGDhAkOarMK { border-width: 0; border-radius: 0; }#Vlun4Znc8kZvm32BDtn59FGDhAkOarMK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Vlun4Znc8kZvm32BDtn59FGDhAkOarMK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(213,209,196,0.37);background-image:none;font-size:0.875rem;font-family:arial;height:9rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nlOOfQ1GVqeW3VRPzOZgzZ5sVVvqraGh { color:#211d6d;display:block;width:56.434125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.0625rem;left:9.3125rem;height:2.69903125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SPncSlXx2DZ81g4QtelnncQG0rtP4CnH { color:#211d6d;display:block;width:46.3736875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3125rem;left:14.3125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq { position:relative;display:block; }#OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq { background-color: transparent; background-image: none; }#OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq > .row .container > .video-iframe-container { display: none; }#OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq > .row > .video-iframe-container { display: none; }#OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq > .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); }#OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq { border-width: 0; border-radius: 0; }#OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(213,209,196,0.37);background-image:none;font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aKEiyt7X9ANF0Ki7vgoLAawkTzdaQmHC { position:absolute;display:block;z-index:15008;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:19.93675rem;width:8.125rem;top:6.1542043685913rem;left:8.4375rem;overflow:hidden;display:block; }
#C3E0AvEywz9TMQ2NTsCLARBvQzt0mAvT { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.436rem;width:17.248875rem;top:7.8338909149169rem;left:53.873699188233rem;overflow:hidden;display:block; }
#ILlKPs0595sycstodSwPB4KFCV5ucA8U { color:#211d6d;display:block;width:20.2483125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:1.6061954498291rem;left:52.373516082764rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X8g7MqB3FquraZNz1LSkLV1THRdP8Zfb { color:#211d6d;display:block;width:17.9334375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3547077178955rem;left:53.532367706299rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#TK2xhqlkhyBd2Tl5nVw6si5uDtwpcbZi { color:#211d6d;display:block;width:20.247375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:1.6089859008789rem;left:27.374443054199rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lTlTUdqMS818Q8yagiuH94nqPlpRMGLi { color:#211d6d;display:block;width:17.9334375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3584280014038rem;left:28.532367706299rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#diNqVmd5q37OoJoUeTsNO5lfvf4rTnCO { color:#211d6d;display:block;width:20.2464375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:1.6099157333374rem;left:2.3753719329834rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nSsCRH95ZTKAvERI5TDrFFXyWH3zLU64 { color:#211d6d;display:block;width:17.9334375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.3584280014038rem;left:3.5314350128174rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#WFyRRSTtT7GmNT6aKCkbCNSIBe3aG5fO { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.683625rem;height:2.87295625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.333708763123rem;left:7.1568088531494rem;display:block; }
#dFcCHCpJRXPSDOyxSkSsnsLVwwImxRTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JPUmus7q8vue6cqg0HzMxIRElTbeLnr4 { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.683625rem;height:2.87295625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.333708763123rem;left:32.157741546631rem;display:block; }
#TaUG7O9dIHOMMlsxJMzNGZGhodTlQyCD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I6GC8cUCXkZetsxXhPoQOcS8pNHnXU1M { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.683625rem;height:2.87295625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.333708763123rem;left:57.157741546631rem;display:block; }
#v2OvUUy5RuTREuc0lbHLDM3z3KdTHZRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V4N5Ud6AmtwK6vHx3Zdk1ya0hwbWqhya { box-sizing:content-box;height:26.875rem;width:21.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.81101226806638rem;left:1.5922622680664rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#nFIX0ipRAA12N8uTiiUoxcooQLgQqJdM { box-sizing:content-box;height:26.8740625rem;width:21.81175rem;position:absolute;display:block;z-index:15004;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.80822181701662rem;left:26.592262268066rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#moMz1m3O3u5ApkDqmLdRdt1IyXlVEtt1 { box-sizing:content-box;height:26.873125rem;width:21.8108125rem;position:absolute;display:block;z-index:15005;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.80915164947512rem;left:51.592266082764rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#O3dTFk7tlTM9h4SAb1dZELGPAGLO9TSK { 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:19.7498125rem;width:12.8748125rem;top:6.2472114562988rem;left:31.060268402099rem;overflow:hidden;display:block; }
#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq { position:relative;display:block; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq { background-color: transparent; background-image: none; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row .container > .video-iframe-container { display: none; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row > .video-iframe-container { display: none; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .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); }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq { border-width: 0; border-radius: 0; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/85eeeb3e-23ad-42bd-a0ff-35c09867f9ad/rearviewyoungbackpackercouplesittingrelaxfronttentnearlakewithcoffeesetmakingfreshcoffeegrinderwhilecampingtripsummervacation.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row .container.adaptive-delivery-prevent-bg, #OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row .container.lazyload, #OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row .container.lazyloading { background-image: none; }#ODmS12OUNavTaSLh9cx1AWmNl3XKurh5 { color:#ffffff;display:block;width:47.2498125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.1875rem;left:26.9375rem;height:4.499625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#W8TEML3Ux64JLpIfimEgPtUrBttRxmxq { color:#ffffff;display:block;width:38.68675rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:10.745908737182rem;left:35.558967590332rem;height:;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dfTUd2hvRTLoB4xZAgEDt23C4WTWAd6C { box-sizing:content-box;height:7.1875rem;width:48.875rem;position:absolute;display:block;z-index:15000;background-color:#211d6d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.875rem;left:26.1875rem;border-top-left-radius:8.125rem;border-top-right-radius:0rem;border-bottom-left-radius:8.125rem;border-bottom-right-radius:0rem;display:block; }
#tN0Dz5sp217Jc873esDFUL5KaTcVdy7R { position:relative;display:block; }#tN0Dz5sp217Jc873esDFUL5KaTcVdy7R { background-color: transparent; background-image: none; }#tN0Dz5sp217Jc873esDFUL5KaTcVdy7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN0Dz5sp217Jc873esDFUL5KaTcVdy7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN0Dz5sp217Jc873esDFUL5KaTcVdy7R > .row .container > .video-iframe-container { display: none; }#tN0Dz5sp217Jc873esDFUL5KaTcVdy7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN0Dz5sp217Jc873esDFUL5KaTcVdy7R > .row > .video-iframe-container { display: none; }#tN0Dz5sp217Jc873esDFUL5KaTcVdy7R > .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); }#tN0Dz5sp217Jc873esDFUL5KaTcVdy7R { border-width: 0; border-radius: 0; }#tN0Dz5sp217Jc873esDFUL5KaTcVdy7R > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tN0Dz5sp217Jc873esDFUL5KaTcVdy7R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(213,209,196,0.37);background-image:none;font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eOBXOBAXWlAhNLpxETOrsRghiOUdtmAl { position:absolute;display:block;z-index:15008;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:12.248875rem;width:17.5rem;top:9rem;left:3.75rem;overflow:hidden;display:block; }
#qCFqpPrSUMP2ibG0MRG9wAL3vc7Mstvp { position:absolute;display:block;z-index:15010;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:10.998875rem;width:20rem;top:9.625rem;left:52.5rem;overflow:hidden;display:block; }
#em4FsON2ipruvDxJbvfKrrUXQRoJMTkn { color:#211d6d;display:block;width:20.2464375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:2.1875rem;left:2.375rem;height:3.500975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CAebFK3sSfTAiGlBk1WLVDMrqMOuhiey { color:#211d6d;display:block;width:17.9334375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:3.5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#v8H6X1RAZkiJ9HpDzMgkAOQ3b9HLNe5Z { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.683625rem;height:2.87295625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:21.999626159668rem;left:7.1568088531494rem;display:block; }
#mPQHiThciJRFOdX8VUAWP1ATzFX8QIuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dALc1l00MBCGNrDkxJcMsvqDG1ZTDo3r { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.683625rem;height:2.87295625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:21.998695373535rem;left:32.157741546631rem;display:block; }
#fPIMNeVIIT37RpwG8g6nTTIsCOFAQeXK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pb6MtTb2HKQcxsbarslCQiT5dvbpckki { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.683625rem;height:2.87295625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:21.998695373535rem;left:57.157741546631rem;display:block; }
#WsHBdgCo5H1RZI52q9o5PHDNBwhNwwaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f2aq3KrAZ1FfDAvVvrs8EXS3qBJETWUc { box-sizing:content-box;height:21.75rem;width:21.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:1.5rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#vu4se2pcuO0zQ9STZyDIP2LzV1rbWxRa { color:#211d6d;display:block;width:20.2455625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:2.1875rem;left:27.375rem;height:3.500975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w10cWwobfzRZmTImUlreR4AFXpxh52JF { color:#211d6d;display:block;width:17.9334375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6875rem;left:28.5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#Xb9py5a45H74kxaSomlzJ8IIAEeuQgCx { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1233125rem;width:19.8111875rem;top:9.0625rem;left:27.5625rem;overflow:hidden;display:block; }
#VTeLmsznrcKzp2oDykwEbgiJBpMLbB1N { color:#211d6d;display:block;width:22.185625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:2.1875rem;left:51.375rem;height:3.500975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SC7RbmAo7pSXGpz0daKQxw0utSyNtOXs { color:#211d6d;display:block;width:17.9334375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6875rem;left:53.5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#RLm92d95sFIXUf9HPfCFgiAnT4F9SSOG { box-sizing:content-box;height:21.7494375rem;width:21.81175rem;position:absolute;display:block;z-index:15004;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:26.5625rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#zoO4Npg5JRn7hbV9oi4Xh8ERK5qXc1dG { box-sizing:content-box;height:21.7485rem;width:21.8108125rem;position:absolute;display:block;z-index:15005;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:51.5625rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx { position:relative;display:block; }#RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx { background-color: transparent; background-image: none; }#RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx > .row .container > .video-iframe-container { display: none; }#RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx > .row > .video-iframe-container { display: none; }#RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx > .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); }#RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx { border-width: 0; border-radius: 0; }#RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(213,209,196,0.37);background-image:none;font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S3sEVkhCu4x03SpVGROzrdogugfCeGT8 { color:#ffffff;display:block;width:39.812125rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.8320322036743rem;left:2.3725814819336rem;height:4.6484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HgzOyHQf2W7JHD68rwwgL7Wus5PXnHXm { color:#211d6d;display:block;width:46.3709375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.435264587403rem;left:2.3707218170166rem;height:3.898925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DiaoifBCAvodramRc4xXs9LwWKNztQev { box-sizing:content-box;height:8.25rem;width:44.5625rem;position:absolute;display:block;z-index:15005;background-color:#211d6d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0323667526245rem;left:0rem;border-top-right-radius:8.125rem;border-bottom-right-radius:8.125rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wNvrtiaCA9Ib8G5nnC8bhO6TUVncVcGi { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3748125rem;width:26.18675rem;top:0.55989551544189rem;left:48.741634368896rem;overflow:hidden;display:block; }
#UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V { position:relative;display:block; }#UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V { background-color: transparent; background-image: none; }#UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V > .row .container > .video-iframe-container { display: none; }#UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V > .row > .video-iframe-container { display: none; }#UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V > .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); }#UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V { border-width: 0; border-radius: 0; }#UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(213,209,196,0.37);background-image:none;font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#asvwshN6ctTvSkqPKA1ivKK6BKb20qtT { color:#211d6d;display:block;width:20.2455625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:2.1809902191162rem;left:2.3763027191162rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oLqCZ7ZrI7nlgoaQe7IVeunot62L4ZH0 { color:#211d6d;display:block;width:17.9334375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.9313621520996rem;left:3.5314350128174rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#itRfeDnDR4tAmSC4xiQVTk25KVAfVonn { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.683625rem;height:2.87295625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25.619398117066rem;left:7.1568088531494rem;display:block; }
#ova9iFdexwkeXlBiqHE8g4buHChoRJEL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AbrwABnFJ6gOvk69bKPSHPqKcBoCg0bS { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.683625rem;height:2.87295625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.618467330932rem;left:32.157741546631rem;display:block; }
#dVnlL6FFvneaRIzsCyNVnxTTrciwILLm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RG5hD9ktbOwTZt8G6wAzK57PPfD4Ez9Z { background-color:#211d6d;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#fefbf5;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:10.683625rem;height:2.87295625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.618467330932rem;left:57.157741546631rem;display:block; }
#nbbz3hAV13ctd9NoI22NomWRaWDOCk35 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GM3pNoCbWb5Kmlu3m4uFH49PAqV8oB39 { box-sizing:content-box;height:24rem;width:21.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0621280670166rem;left:1.5922622680664rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#ze6usTNbtxslLFbM4krB8Pgrm2ZQTQSv { color:#211d6d;display:block;width:20.2455625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:2.1809902191162rem;left:28.215217590332rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XsITh51SbJX4u5ieZ1h4nKrWeNIHw7Ql { color:#211d6d;display:block;width:20.2455625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:2.1809902191162rem;left:52.376308441162rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RBpeTayW3K2phbNbq7dyizRkqQXdgv8C { color:#211d6d;display:block;width:17.9334375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.9313621520996rem;left:29.369422912597rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#D2WgzPqRqIDKhETnNH8t9FFhkM9hlJzm { color:#211d6d;display:block;width:17.9334375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.9313621520996rem;left:53.532367706299rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#bZTBpRiANnSk0Wmw4ZEZT00rwPJrbHou { position:absolute;display:block;z-index:15010;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:19.875rem;width:15.4375rem;top:5.6845245361328rem;left:2.5297622680664rem;overflow:hidden;display:block; }
#POKhNb0Awkc3dg3m07bdp9h3mdK4qTV3 { position:absolute;display:block;z-index:15011;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:20rem;width:15.375rem;top:5.0576648712158rem;left:27.466518402099rem;overflow:hidden;display:block; }
#AS9MkOdpMMv2UZBqJFuikB6KU64KMgqi { box-sizing:content-box;height:23.99925rem;width:21.81175rem;position:absolute;display:block;z-index:15004;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0602684020996rem;left:26.592262268066rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#WPtzxmFnlbzlU76hT6MMpXyS79P9znFK { box-sizing:content-box;height:23.9983125rem;width:21.8108125rem;position:absolute;display:block;z-index:15005;background-color:rgba(109,255,93,0.57);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0602684020996rem;left:51.592266082764rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#opM8EW8VZHZCr3uzQrflneqvRkw0ilGd { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.2498125rem;width:16.062125rem;top:7.0247392654419rem;left:54.467075347901rem;overflow:hidden;display:block; }
#eTR9RpK1h3cUOdz4mcissT0bHK2WXucG { position:relative;display:block; }#eTR9RpK1h3cUOdz4mcissT0bHK2WXucG { background-color: transparent; background-image: none; }#eTR9RpK1h3cUOdz4mcissT0bHK2WXucG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTR9RpK1h3cUOdz4mcissT0bHK2WXucG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTR9RpK1h3cUOdz4mcissT0bHK2WXucG > .row .container > .video-iframe-container { display: none; }#eTR9RpK1h3cUOdz4mcissT0bHK2WXucG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTR9RpK1h3cUOdz4mcissT0bHK2WXucG > .row > .video-iframe-container { display: none; }#eTR9RpK1h3cUOdz4mcissT0bHK2WXucG > .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); }#eTR9RpK1h3cUOdz4mcissT0bHK2WXucG { border-width: 0; border-radius: 0; }#eTR9RpK1h3cUOdz4mcissT0bHK2WXucG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eTR9RpK1h3cUOdz4mcissT0bHK2WXucG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q8ihcBTO4lci6r9SdFhup2qaoJchabL9 { display:block; }#q8ihcBTO4lci6r9SdFhup2qaoJchabL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1r0Wd2g3lCE91pfvnuClfNzo8lhDJfT { top:0.75rem;left:35.5625rem;width:12.1875rem;height:4.0427630235976rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH { display:block; }#yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VApDI6udsoVFL16Tk74IbcO7T7vq5RnI { top:4.1875rem;left:0rem;width:38.1875rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rixipcgQI3UCQSqPo4tVEd34AAiKBCEs { top:4.3125rem;left:0rem;width:47.75rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyl3P719Bg16SqGFNuIOtyqx9mbCtZWc { top:8.625rem;left:20.375rem;width:27.375rem;height:20.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRakdNmBTVPBwHHLfJveUq9yRfofAXCV { display:block; }#VRakdNmBTVPBwHHLfJveUq9yRfofAXCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMRJ2h4XXMehycIZ58AXqtEiwEVx2gnO { width:47.75rem;height:5rem;top:0.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u { display:block; }#m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdW3dPRAS0iQ3RTWREan3ug0q5q668h0 { top:10.5rem;left:14.0625rem;width:16.0625rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2LFTLHJBJD34r8OHvdvnFic9abgGWiF { top:12.875rem;left:14rem;width:16.25rem;height:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyyNbNwfOIcZIo1PZhP7TNWOqgNqbxgH { top:2.25rem;left:10.875rem;width:36.875rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQq0TNoCQcBMcn6dmkcQrMsvJ3ZEEIsi { top:15.5625rem;left:15.75rem;width:10.1875rem;height:20.93522925458rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCti1reuCcc62GifTLJzl4HkL1wbNmHS { top:21.5625rem;left:23.5625rem;width:7.625rem;height:15.003658234127rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq33AGlowU92SDQMBad4KKcy7z1AKTpJ { top:15.4375rem;left:37.3125rem;width:10.375rem;height:21.06063990323rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6vRpKnnmxOT9o1eVVACygvie9sb4oTN { top:10.5rem;left:24rem;width:23.75rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7XJyEqhPcKpb3WLKh0gBMPC5HqGKr6d { top:12.875rem;left:29.875rem;width:17.875rem;height:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xufr2N99qXXT1X7qHzomm6QntSiOPztF { top:9.6875rem;left:12.1875rem;width:19.75rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd7tvJF678qTpalpNAGA91UH3F9SkaSt { width:10.625rem;height:2.8125rem;top:38.6875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwcbwryhdkt1qtHNSmHJfx4neEghESw { display:block; }
 }@media only screen and (max-width: 763px) { #X18fUkkwzVkt6TvXA8nafxpaLIz8k1oJ { width:10.625rem;height:2.8125rem;top:38.6875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1Itndcmhd1h2Ih0PuX75VhsQMJsFWFR { display:block; }
 }@media only screen and (max-width: 763px) { #bIO6cPPFCxThiTNQFzQWd3q6rtrM60o2 { top:0.875rem;left:10.1875rem;width:37.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNN1isE6skwlsmksw170NT8deSvO5tb7 { top:0rem;left:0rem;width:31.5rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLxzunfVvDX536UutTFWok8BvbIrcZ7V { top:9.6875rem;left:28rem;width:19.75rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVR7qIaPHSRKCs5K47N9R6os84waeAKP { display:block; }#NVR7qIaPHSRKCs5K47N9R6os84waeAKP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8XxKrmLT2gZiewDewZZTPA7pfUBPNPP { top:11.25rem;left:1.8125rem;width:12.625rem;height:19.217957418611rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrniC3XF4U6eDVqGO5WlgKeh0JEF2fW5 { top:6.875rem;left:0rem;width:23.75rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KElqnRvmBJxzLxSrx5yk7e7exz2uCJhq { top:9.25rem;left:0rem;width:17.875rem;height:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlbD7CMksTpMGu6q8f37rW5Rqo521HJX { width:10.625rem;height:2.8125rem;top:28.25rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnFEkxyHdT1PX8DpqLoJshIRIJaN48Dc { display:block; }
 }@media only screen and (max-width: 763px) { #wPDvFvFTJ9iJIFtH6VUK93MyElzFFyRi { top:7.125rem;left:16.75rem;width:31rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAbJLeMmeSc98hQ4V59PDMwSHsiuvl6Q { top:9.25rem;left:22.5rem;width:25.25rem;height:20.199812949107rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkhM9LStgKvhJeAWHEp71nV6RmOrJvvI { top:2rem;left:6.875rem;width:36.25rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWwJncpLtrmFTFhOAALqpW3ksdpddSkI { top:0.5625rem;left:5.5rem;width:39.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAiHTlURIfiALUTaTsZqDCXOkT1SLgId { top:6.125rem;left:0rem;width:19.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXINec7IduWN2MQuVPaXPLNTybQo85cO { display:block; }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohSTbaM9EssS6hsdh9dOQ8Pc3lRyQXbL { top:2.0625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uChiw2PsFpmybCm8K2I9u2rCX1epoqWK { display:block; }#uChiw2PsFpmybCm8K2I9u2rCX1epoqWK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIxITK9W5TXfQbmPgvXImfnprIm6enfO { top:9.75rem;left:0rem;width:23.75rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfDXfb9HerXH09owvTWRB4XrhvEWeCx6 { top:12.1875rem;left:29.875rem;width:17.875rem;height:2rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3dEoV65SvxTr4DNoKPM9oT2xTJezBC7 { width:10.625rem;height:2.8125rem;top:33.8125rem;left:34.125186920166rem;display:block; }
 }@media only screen and (max-width: 763px) { #itGe4K55wBc3hAOa0ORx1HqrUX9tycT6 { display:block; }
 }@media only screen and (max-width: 763px) { #fVTNfgel5SK8D1uCQ3hZ8uPT1FGfLHT9 { top:8.5625rem;left:0rem;width:21.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDGqDUrzC2aGkB7cBaBXbIur1sUHMJIQ { top:9.75rem;left:24rem;width:23.75rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSEU8dLR0MTAfeQnVvGqbtugefyk3UsI { top:12.1875rem;left:0rem;width:17.875rem;height:2rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7Gow16TWyuPxlFLX0qo6sZgy959KzBS { width:10.625rem;height:2.8125rem;top:33.8125rem;left:2.9988861083984rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ5gKk29LZpvZ9NgWuZmST0b9J15p9oq { display:block; }
 }@media only screen and (max-width: 763px) { #wGNXOdxlX3Ob8mKWpC7QxZkCQNv75Ro2 { top:14.1875rem;left:1.4029006958007rem;width:13.8125rem;height:17.607998954856rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXB3Co4OqmVTMwwyuPCcTHTIeBTQ1ZCf { top:14.1875rem;left:32.558971405029rem;width:13.75rem;height:17.545371342462rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmr0VPUJ79ogupvBmRhoiBmUy5t451UE { top:2rem;left:0.6875rem;width:46.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOX8lxANeHwqvTnUJF3vqSATqqt7xzvE { top:1.4375rem;left:0rem;width:47.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVefItAcXebkOpVNoaiBl2lqyPpS28KI { top:22.1875rem;left:0rem;width:21.5rem;height:16.701405919355rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2nHDBCIX94il84KaMDfIC9JB83kVyrT { top:8.5625rem;left:25.9375rem;width:21.8125rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAmDLiUAZvpAVNohCB1xvDSvXhXZZT0d { top:5.875rem;left:24.4375rem;width:23.3125rem;height:27.052743279595rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT { display:block; }#zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0oLqwvlfCgv2HrqFfOWwxITZww8xTAS { top:2.875rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8fBLTfJ3yiGJv4B9rIDBfR6ixsTvwS0 { top:9.125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gawJKDVA3avGxUOOmRpGck9O5W5tDASx { top:16.1875rem;left:0rem;width:22.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh1A0WbqHeqBo2IUiQxKDfHIlIltkBeu { top:17.8125rem;left:0.625rem;width:17.875rem;height:1.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvhrKv2XiGVrSUeqGxoCVBD7aJNQQr62 { top:14.4375rem;left:0rem;width:21.75rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3qWrXe4TrkAocNKv8BH01IeypqmzGW9 { top:21.6875rem;left:0rem;width:19.0625rem;height:13.205880862969rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyyRzSv4M59lm30qt90m0IDvsl6sqTKv { width:10.625rem;height:2.8125rem;top:19.6875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVazu7G7msaTU8G1V0FCOffdTUD2gFwv { display:block; }
 }@media only screen and (max-width: 763px) { #fTOBxZaSKBbR6Ewrzk9X1Ctf1iciD4KX { top:13.5rem;left:23.1875rem;width:24.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taQuUMOlR2uyq04iW52BcvETsU6ZDJip { top:1.3125rem;left:0rem;width:47.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlun4Znc8kZvm32BDtn59FGDhAkOarMK { display:block; }#Vlun4Znc8kZvm32BDtn59FGDhAkOarMK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlOOfQ1GVqeW3VRPzOZgzZ5sVVvqraGh { top:1.0625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPncSlXx2DZ81g4QtelnncQG0rtP4CnH { top:4.3125rem;left:0.6875rem;width:46.3125rem;height:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq { display:block; }#OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKEiyt7X9ANF0Ki7vgoLAawkTzdaQmHC { top:6.125rem;left:3.875rem;width:8.125rem;height:19.93675rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3E0AvEywz9TMQ2NTsCLARBvQzt0mAvT { top:7.8125rem;left:30.4375rem;width:17.1875rem;height:16.377517374322rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILlKPs0595sycstodSwPB4KFCV5ucA8U { top:1.5625rem;left:27.4375rem;width:20.1875rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8g7MqB3FquraZNz1LSkLV1THRdP8Zfb { top:3.3125rem;left:29.75rem;width:17.875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK2xhqlkhyBd2Tl5nVw6si5uDtwpcbZi { top:1.5625rem;left:11.5625rem;width:20.1875rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTlTUdqMS818Q8yagiuH94nqPlpRMGLi { top:3.3125rem;left:13.875rem;width:17.875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diNqVmd5q37OoJoUeTsNO5lfvf4rTnCO { top:1.5625rem;left:0rem;width:20.1875rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSsCRH95ZTKAvERI5TDrFFXyWH3zLU64 { top:3.3125rem;left:0rem;width:17.875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFyRRSTtT7GmNT6aKCkbCNSIBe3aG5fO { width:10.625rem;height:2.8125rem;top:26.3125rem;left:2.5943088531494rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFcCHCpJRXPSDOyxSkSsnsLVwwImxRTq { display:block; }
 }@media only screen and (max-width: 763px) { #JPUmus7q8vue6cqg0HzMxIRElTbeLnr4 { width:10.625rem;height:2.8125rem;top:26.3125rem;left:18.470241546631rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaUG7O9dIHOMMlsxJMzNGZGhodTlQyCD { display:block; }
 }@media only screen and (max-width: 763px) { #I6GC8cUCXkZetsxXhPoQOcS8pNHnXU1M { width:10.625rem;height:2.8125rem;top:26.3125rem;left:34.345241546631rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2OvUUy5RuTREuc0lbHLDM3z3KdTHZRM { display:block; }
 }@media only screen and (max-width: 763px) { #V4N5Ud6AmtwK6vHx3Zdk1ya0hwbWqhya { top:0.75rem;left:0rem;width:21.8125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIX0ipRAA12N8uTiiUoxcooQLgQqJdM { top:0.75rem;left:10rem;width:21.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moMz1m3O3u5ApkDqmLdRdt1IyXlVEtt1 { top:0.75rem;left:25.875rem;width:21.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3dTFk7tlTM9h4SAb1dZELGPAGLO9TSK { top:6.1875rem;left:17.372768402099rem;width:12.8125rem;height:19.654225850376rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq { display:block; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODmS12OUNavTaSLh9cx1AWmNl3XKurh5 { top:4.1875rem;left:0.5625rem;width:47.1875rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8TEML3Ux64JLpIfimEgPtUrBttRxmxq { top:10.6875rem;left:9.125rem;width:38.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfTUd2hvRTLoB4xZAgEDt23C4WTWAd6C { top:2.875rem;left:0rem;width:47.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN0Dz5sp217Jc873esDFUL5KaTcVdy7R { display:block; }#tN0Dz5sp217Jc873esDFUL5KaTcVdy7R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOBXOBAXWlAhNLpxETOrsRghiOUdtmAl { top:9rem;left:0rem;width:17.5rem;height:12.2479375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCFqpPrSUMP2ibG0MRG9wAL3vc7Mstvp { top:9.625rem;left:27.625rem;width:20rem;height:10.9979375rem;display:block; }
 }@media only screen and (max-width: 763px) { #em4FsON2ipruvDxJbvfKrrUXQRoJMTkn { top:2.1875rem;left:0rem;width:20.1875rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAebFK3sSfTAiGlBk1WLVDMrqMOuhiey { top:5.6875rem;left:0rem;width:17.875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8H6X1RAZkiJ9HpDzMgkAOQ3b9HLNe5Z { width:10.625rem;height:2.8125rem;top:21.9375rem;left:2.5943088531494rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPQHiThciJRFOdX8VUAWP1ATzFX8QIuL { display:block; }
 }@media only screen and (max-width: 763px) { #dALc1l00MBCGNrDkxJcMsvqDG1ZTDo3r { width:10.625rem;height:2.8125rem;top:21.9375rem;left:18.470241546631rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPIMNeVIIT37RpwG8g6nTTIsCOFAQeXK { display:block; }
 }@media only screen and (max-width: 763px) { #pb6MtTb2HKQcxsbarslCQiT5dvbpckki { width:10.625rem;height:2.8125rem;top:21.9375rem;left:34.345241546631rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsHBdgCo5H1RZI52q9o5PHDNBwhNwwaA { display:block; }
 }@media only screen and (max-width: 763px) { #f2aq3KrAZ1FfDAvVvrs8EXS3qBJETWUc { top:0.875rem;left:0rem;width:21.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu4se2pcuO0zQ9STZyDIP2LzV1rbWxRa { top:2.1875rem;left:11.5625rem;width:20.1875rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10cWwobfzRZmTImUlreR4AFXpxh52JF { top:5.6875rem;left:13.875rem;width:17.875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb9py5a45H74kxaSomlzJ8IIAEeuQgCx { top:9.0625rem;left:12rem;width:19.75rem;height:12.08550655595rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTeLmsznrcKzp2oDykwEbgiJBpMLbB1N { top:2.1875rem;left:25.5rem;width:22.125rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC7RbmAo7pSXGpz0daKQxw0utSyNtOXs { top:5.6875rem;left:29.75rem;width:17.875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLm92d95sFIXUf9HPfCFgiAnT4F9SSOG { top:0.875rem;left:10rem;width:21.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoO4Npg5JRn7hbV9oi4Xh8ERK5qXc1dG { top:0.875rem;left:25.875rem;width:21.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx { display:block; }#RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3sEVkhCu4x03SpVGROzrdogugfCeGT8 { top:2.8125rem;left:0rem;width:39.75rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgzOyHQf2W7JHD68rwwgL7Wus5PXnHXm { top:10.375rem;left:0rem;width:46.3125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiaoifBCAvodramRc4xXs9LwWKNztQev { top:1rem;left:0rem;width:44.5625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNvrtiaCA9Ib8G5nnC8bhO6TUVncVcGi { top:0.5rem;left:21.5625rem;width:26.125rem;height:15.33855772719rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V { display:block; }#UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asvwshN6ctTvSkqPKA1ivKK6BKb20qtT { top:2.125rem;left:0rem;width:20.1875rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLqCZ7ZrI7nlgoaQe7IVeunot62L4ZH0 { top:3.875rem;left:0rem;width:17.875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itRfeDnDR4tAmSC4xiQVTk25KVAfVonn { width:10.625rem;height:2.8125rem;top:25.5625rem;left:2.5943088531494rem;display:block; }
 }@media only screen and (max-width: 763px) { #ova9iFdexwkeXlBiqHE8g4buHChoRJEL { display:block; }
 }@media only screen and (max-width: 763px) { #AbrwABnFJ6gOvk69bKPSHPqKcBoCg0bS { width:10.625rem;height:2.8125rem;top:25.5625rem;left:18.470241546631rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVnlL6FFvneaRIzsCyNVnxTTrciwILLm { display:block; }
 }@media only screen and (max-width: 763px) { #RG5hD9ktbOwTZt8G6wAzK57PPfD4Ez9Z { width:10.625rem;height:2.8125rem;top:25.5625rem;left:34.345241546631rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbbz3hAV13ctd9NoI22NomWRaWDOCk35 { display:block; }
 }@media only screen and (max-width: 763px) { #GM3pNoCbWb5Kmlu3m4uFH49PAqV8oB39 { top:1rem;left:0rem;width:21.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze6usTNbtxslLFbM4krB8Pgrm2ZQTQSv { top:2.125rem;left:11.5625rem;width:20.1875rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsITh51SbJX4u5ieZ1h4nKrWeNIHw7Ql { top:2.125rem;left:27.4375rem;width:20.1875rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBpeTayW3K2phbNbq7dyizRkqQXdgv8C { top:3.875rem;left:13.875rem;width:17.875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2WgzPqRqIDKhETnNH8t9FFhkM9hlJzm { top:3.875rem;left:29.75rem;width:17.875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZTBpRiANnSk0Wmw4ZEZT00rwPJrbHou { top:5.625rem;left:0rem;width:15.4375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POKhNb0Awkc3dg3m07bdp9h3mdK4qTV3 { top:5rem;left:11.6875rem;width:15.375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS9MkOdpMMv2UZBqJFuikB6KU64KMgqi { top:1rem;left:10rem;width:21.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPtzxmFnlbzlU76hT6MMpXyS79P9znFK { top:1rem;left:25.875rem;width:21.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opM8EW8VZHZCr3uzQrflneqvRkw0ilGd { top:7rem;left:31.5625rem;width:16rem;height:17.183093768726rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTR9RpK1h3cUOdz4mcissT0bHK2WXucG { display:block; }#eTR9RpK1h3cUOdz4mcissT0bHK2WXucG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q8ihcBTO4lci6r9SdFhup2qaoJchabL9 { display:block; }#q8ihcBTO4lci6r9SdFhup2qaoJchabL9 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1r0Wd2g3lCE91pfvnuClfNzo8lhDJfT { width:5rem;height:1.56156875rem;top:0.62313991785049rem;left:14.530321002006rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH { display:block; }#yC9nLxXzQqCqtKlbL86FHhuaPFAclfOH > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VApDI6udsoVFL16Tk74IbcO7T7vq5RnI { width:11.8125rem;height:10.375rem;top:0.93638396263125rem;left:1.7382813692093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rixipcgQI3UCQSqPo4tVEd34AAiKBCEs { width:18.8123125rem;height:7.937125rem;top:0.96633195877075rem;left:0.59151792526245rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyl3P719Bg16SqGFNuIOtyqx9mbCtZWc { width:8.4375rem;height:5rem;top:2.433965921402rem;left:11.562500834465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRakdNmBTVPBwHHLfJveUq9yRfofAXCV { display:block; }#VRakdNmBTVPBwHHLfJveUq9yRfofAXCV > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMRJ2h4XXMehycIZ58AXqtEiwEVx2gnO { width:16.999625rem;height:2.43675625rem;top:1.1365327835083rem;left:1.4983259439468rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u { display:block; }#m8TiFi76wUQ6AIHbHWdcqSe6isiDfD3u > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdW3dPRAS0iQ3RTWREan3ug0q5q668h0 { width:5.62406875rem;height:0.97411875rem;top:6.75rem;left:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2LFTLHJBJD34r8OHvdvnFic9abgGWiF { width:4.1248125rem;height:0.81194375rem;top:7.5rem;left:7.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyyNbNwfOIcZIo1PZhP7TNWOqgNqbxgH { width:11.2471875rem;height:2.9223625rem;top:1.5029773712158rem;left:8.0608261823656rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQq0TNoCQcBMcn6dmkcQrMsvJ3ZEEIsi { width:3.99925625rem;height:8.37425rem;top:8.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCti1reuCcc62GifTLJzl4HkL1wbNmHS { width:2.74925625rem;height:5.62406875rem;top:11.125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq33AGlowU92SDQMBad4KKcy7z1AKTpJ { width:3.75rem;height:7.625rem;top:10.375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6vRpKnnmxOT9o1eVVACygvie9sb4oTN { width:5.75rem;height:0.97411875rem;top:8.875rem;left:13.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7XJyEqhPcKpb3WLKh0gBMPC5HqGKr6d { width:3.562125rem;height:0.81194375rem;top:9.6875rem;left:14.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xufr2N99qXXT1X7qHzomm6QntSiOPztF { width:6.375rem;height:11.6875rem;top:6.25rem;left:6rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd7tvJF678qTpalpNAGA91UH3F9SkaSt { width:4.375rem;height:1.9375rem;top:17.1875rem;left:5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwcbwryhdkt1qtHNSmHJfx4neEghESw { display:block; }
 }@media only screen and (max-width: 763px) { #X18fUkkwzVkt6TvXA8nafxpaLIz8k1oJ { width:4.375rem;height:1.9373125rem;top:18.8125rem;left:12.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1Itndcmhd1h2Ih0PuX75VhsQMJsFWFR { display:block; }
 }@media only screen and (max-width: 763px) { #bIO6cPPFCxThiTNQFzQWd3q6rtrM60o2 { width:10.87425rem;height:3.93694375rem;top:0.994234085083rem;left:9.1257447004319rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNN1isE6skwlsmksw170NT8deSvO5tb7 { width:12.624625rem;height:17.0619375rem;top:0rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #iLxzunfVvDX536UutTFWok8BvbIrcZ7V { width:6.24906875rem;height:11.4369375rem;top:8.3125rem;left:13.125rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVR7qIaPHSRKCs5K47N9R6os84waeAKP { display:block; }#NVR7qIaPHSRKCs5K47N9R6os84waeAKP > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8XxKrmLT2gZiewDewZZTPA7pfUBPNPP { width:5.62406875rem;height:8.68675rem;top:6.3662605285644rem;left:2.2163320779801rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrniC3XF4U6eDVqGO5WlgKeh0JEF2fW5 { width:6.9373125rem;height:0.97411875rem;top:4.5805435180664rem;left:1.5615700483322rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KElqnRvmBJxzLxSrx5yk7e7exz2uCJhq { width:4.24944375rem;height:0.81194375rem;top:5.5543155670166rem;left:2.9938617944718rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlbD7CMksTpMGu6q8f37rW5Rqo521HJX { width:4.87444375rem;height:1.93638125rem;top:15.051154136657rem;left:6.3746284246444rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnFEkxyHdT1PX8DpqLoJshIRIJaN48Dc { display:block; }
 }@media only screen and (max-width: 763px) { #wPDvFvFTJ9iJIFtH6VUK93MyElzFFyRi { width:9.6875rem;height:2.9223625rem;top:5.5543191432953rem;left:9.840960383415rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAbJLeMmeSc98hQ4V59PDMwSHsiuvl6Q { width:10.24925rem;height:8.125rem;top:6.9856774806975rem;left:9.5610121488569rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkhM9LStgKvhJeAWHEp71nV6RmOrJvvI { width:15.625rem;height:0.7312rem;top:1.3151044845581rem;left:2.1875001192093rem;font-size:0.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #zWwJncpLtrmFTFhOAALqpW3ksdpddSkI { width:16.6875rem;height:2rem;top:0.681734085083rem;left:1.6545759439468rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAiHTlURIfiALUTaTsZqDCXOkT1SLgId { width:8.06175rem;height:12.3744375rem;top:3.5611991882324rem;left:0.99702394008637rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXINec7IduWN2MQuVPaXPLNTybQo85cO { display:block; }#HXINec7IduWN2MQuVPaXPLNTybQo85cO { background-color: transparent; background-image: none; }#HXINec7IduWN2MQuVPaXPLNTybQo85cO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row .container > .video-iframe-container { display: none; }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row > .video-iframe-container { display: none; }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .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); }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row .container { width:20rem;height:10rem;background-color:rgba(213,209,196,0.37);background-image:url("https://images.assets-landingi.com/uc/caa2f307-457a-4899-b257-d01087378626/happygroopfriendrestingnaturepicniclifestylerelaxationvacationsconcept.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row .container.adaptive-delivery-prevent-bg, #HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row .container.lazyload, #HXINec7IduWN2MQuVPaXPLNTybQo85cO > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ohSTbaM9EssS6hsdh9dOQ8Pc3lRyQXbL { width:12.8748125rem;height:2.24888125rem;top:1.2490711212158rem;left:3.5602682828903rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uChiw2PsFpmybCm8K2I9u2rCX1epoqWK { display:block; }#uChiw2PsFpmybCm8K2I9u2rCX1epoqWK > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIxITK9W5TXfQbmPgvXImfnprIm6enfO { width:7.061rem;height:1.3485875rem;top:6.2090768814087rem;left:2.5604540109634rem;font-size:0.75rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #gfDXfb9HerXH09owvTWRB4XrhvEWeCx6 { width:6.12444375rem;height:0.7312rem;top:7.5rem;left:10.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3dEoV65SvxTr4DNoKPM9oT2xTJezBC7 { width:4.4373125rem;height:1.9373125rem;top:15.911458969116rem;left:13.989956736564rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itGe4K55wBc3hAOa0ORx1HqrUX9tycT6 { display:block; }
 }@media only screen and (max-width: 763px) { #fVTNfgel5SK8D1uCQ3hZ8uPT1FGfLHT9 { width:7.3125rem;height:11.375rem;top:5.6240701675415rem;left:2.4321058988571rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDGqDUrzC2aGkB7cBaBXbIur1sUHMJIQ { width:6.936375rem;height:1.3485875rem;top:6.2081480026245rem;left:10.465960383415rem;font-size:0.75rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #KSEU8dLR0MTAfeQnVvGqbtugefyk3UsI { width:5.749625rem;height:0.7312rem;top:7.5rem;left:3.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7Gow16TWyuPxlFLX0qo6sZgy959KzBS { width:4.4373125rem;height:1.9373125rem;top:15.913320541382rem;left:5.2427457571029rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ5gKk29LZpvZ9NgWuZmST0b9J15p9oq { display:block; }
 }@media only screen and (max-width: 763px) { #wGNXOdxlX3Ob8mKWpC7QxZkCQNv75Ro2 { width:5.9998125rem;height:7.6869375rem;top:8.2282381057737rem;left:3.0877977609634rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXB3Co4OqmVTMwwyuPCcTHTIeBTQ1ZCf { width:5.9998125rem;height:7.74925rem;top:8.2282381057737rem;left:10.934710383415rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmr0VPUJ79ogupvBmRhoiBmUy5t451UE { width:15.625rem;height:1.923825rem;top:1.5652904510498rem;left:2.1875001192093rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zOX8lxANeHwqvTnUJF3vqSATqqt7xzvE { width:18.874625rem;height:2.81156875rem;top:1.1235122680664rem;left:0.56082594394684rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVefItAcXebkOpVNoaiBl2lqyPpS28KI { width:6.5615625rem;height:5rem;top:13.744419097901rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2nHDBCIX94il84KaMDfIC9JB83kVyrT { width:7.4375rem;height:11.25rem;top:5.6240701675415rem;left:10.216704249382rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAmDLiUAZvpAVNohCB1xvDSvXhXZZT0d { width:9.625rem;height:11.4375rem;top:4.3455942435913rem;left:10.235136999259rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT { display:block; }#zBKLyn0Tql4mN0XZiMN4TMMiv0MdoXIT > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0oLqwvlfCgv2HrqFfOWwxITZww8xTAS { width:20rem;height:3.1501125rem;top:1.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8fBLTfJ3yiGJv4B9rIDBfR6ixsTvwS0 { width:14.9990625rem;height:3.57515rem;top:5.8528652191162rem;left:2.4981399774551rem;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gawJKDVA3avGxUOOmRpGck9O5W5tDASx { width:6.5rem;height:1.4624rem;top:10.875rem;left:2.375rem;font-size:0.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Dh1A0WbqHeqBo2IUiQxKDfHIlIltkBeu { width:4.87444375rem;height:0.81194375rem;top:12.8125rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvhrKv2XiGVrSUeqGxoCVBD7aJNQQr62 { width:8.875rem;height:11.3125rem;top:10rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3qWrXe4TrkAocNKv8BH01IeypqmzGW9 { width:7.4990625rem;height:5.18694375rem;top:14.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyyRzSv4M59lm30qt90m0IDvsl6sqTKv { width:6.436rem;height:1.81175625rem;top:19.560085296631rem;left:2.4042040109634rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVazu7G7msaTU8G1V0FCOffdTUD2gFwv { display:block; }
 }@media only screen and (max-width: 763px) { #fTOBxZaSKBbR6Ewrzk9X1Ctf1iciD4KX { width:9.3108125rem;height:9.3108125rem;top:13.062686920166rem;left:9.8102682828906rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #taQuUMOlR2uyq04iW52BcvETsU6ZDJip { width:20rem;height:4.187125rem;top:1.1049118041993rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlun4Znc8kZvm32BDtn59FGDhAkOarMK { display:block; }#Vlun4Znc8kZvm32BDtn59FGDhAkOarMK > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlOOfQ1GVqeW3VRPzOZgzZ5sVVvqraGh { width:12.8115625rem;height:2.24888125rem;top:1.3123149871826rem;left:3.5918902158737rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPncSlXx2DZ81g4QtelnncQG0rtP4CnH { width:15.3125rem;height:2.9223625rem;top:4.0578479766846rem;left:2.3437501192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq { display:block; }#OKaDu5dWUBRyzkZl6eIPJk2OTmMPgMoq > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKEiyt7X9ANF0Ki7vgoLAawkTzdaQmHC { width:3.74906875rem;height:9.5619375rem;top:3rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3E0AvEywz9TMQ2NTsCLARBvQzt0mAvT { width:7.6869375rem;height:7.3744375rem;top:19.5625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILlKPs0595sycstodSwPB4KFCV5ucA8U { width:9.31175rem;height:0.8129875rem;top:16.4375rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8g7MqB3FquraZNz1LSkLV1THRdP8Zfb { width:4.499625rem;height:1.05655rem;top:17.25rem;left:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK2xhqlkhyBd2Tl5nVw6si5uDtwpcbZi { width:9.7498125rem;height:0.8129875rem;top:1.25rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTlTUdqMS818Q8yagiuH94nqPlpRMGLi { width:5rem;height:1.05655rem;top:2.0625rem;left:12.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diNqVmd5q37OoJoUeTsNO5lfvf4rTnCO { width:9.93675rem;height:0.8129875rem;top:1.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSsCRH95ZTKAvERI5TDrFFXyWH3zLU64 { width:7.2498125rem;height:1.05655rem;top:1.9375rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFyRRSTtT7GmNT6aKCkbCNSIBe3aG5fO { width:6.4369375rem;height:1.87406875rem;top:13rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFcCHCpJRXPSDOyxSkSsnsLVwwImxRTq { display:block; }
 }@media only screen and (max-width: 763px) { #JPUmus7q8vue6cqg0HzMxIRElTbeLnr4 { width:6.374625rem;height:1.81175625rem;top:13.1875rem;left:12rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaUG7O9dIHOMMlsxJMzNGZGhodTlQyCD { display:block; }
 }@media only screen and (max-width: 763px) { #I6GC8cUCXkZetsxXhPoQOcS8pNHnXU1M { width:5.9998125rem;height:1.9373125rem;top:28.5625rem;left:7rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2OvUUy5RuTREuc0lbHLDM3z3KdTHZRM { display:block; }
 }@media only screen and (max-width: 763px) { #V4N5Ud6AmtwK6vHx3Zdk1ya0hwbWqhya { width:9.4373125rem;height:13.7490625rem;top:0rem;left:0.25rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIX0ipRAA12N8uTiiUoxcooQLgQqJdM { width:9.5619375rem;height:14.1248125rem;top:0rem;left:10.4375rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moMz1m3O3u5ApkDqmLdRdt1IyXlVEtt1 { width:9.6875rem;height:14.1248125rem;top:15.6875rem;left:5.125rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3dTFk7tlTM9h4SAb1dZELGPAGLO9TSK { width:5.87425625rem;height:9.1248125rem;top:4.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq { display:block; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODmS12OUNavTaSLh9cx1AWmNl3XKurh5 { width:16.7494375rem;height:2.100075rem;top:3rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8TEML3Ux64JLpIfimEgPtUrBttRxmxq { width:12.937125rem;height:2.62573125rem;top:6.7475814819338rem;left:6.4322923421863rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dfTUd2hvRTLoB4xZAgEDt23C4WTWAd6C { width:17.74925rem;height:3.68675625rem;top:2.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN0Dz5sp217Jc873esDFUL5KaTcVdy7R { display:block; }#tN0Dz5sp217Jc873esDFUL5KaTcVdy7R > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOBXOBAXWlAhNLpxETOrsRghiOUdtmAl { width:7.5623125rem;height:5.18694375rem;top:7.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCFqpPrSUMP2ibG0MRG9wAL3vc7Mstvp { width:7.4990625rem;height:4.0625rem;top:24.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #em4FsON2ipruvDxJbvfKrrUXQRoJMTkn { width:6.062125rem;height:2.62573125rem;top:1.9996290206909rem;left:2.1242560148239rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAebFK3sSfTAiGlBk1WLVDMrqMOuhiey { width:3.74906875rem;height:1.05655rem;top:5.1236979961395rem;left:3.2793902158737rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8H6X1RAZkiJ9HpDzMgkAOQ3b9HLNe5Z { width:6.18675625rem;height:1.74944375rem;top:13.375rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPQHiThciJRFOdX8VUAWP1ATzFX8QIuL { display:block; }
 }@media only screen and (max-width: 763px) { #dALc1l00MBCGNrDkxJcMsvqDG1ZTDo3r { width:6.24906875rem;height:1.9373125rem;top:21.498327255249rem;left:11.435082316399rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPIMNeVIIT37RpwG8g6nTTIsCOFAQeXK { display:block; }
 }@media only screen and (max-width: 763px) { #pb6MtTb2HKQcxsbarslCQiT5dvbpckki { width:6.24906875rem;height:1.87406875rem;top:30.375rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsHBdgCo5H1RZI52q9o5PHDNBwhNwwaA { display:block; }
 }@media only screen and (max-width: 763px) { #f2aq3KrAZ1FfDAvVvrs8EXS3qBJETWUc { width:8.75rem;height:12.4375rem;top:1.5rem;left:0.6875rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu4se2pcuO0zQ9STZyDIP2LzV1rbWxRa { width:5.749625rem;height:2.62573125rem;top:10.809152603149rem;left:11.683408617973rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10cWwobfzRZmTImUlreR4AFXpxh52JF { width:3.37425625rem;height:1.05655rem;top:13.720238924026rem;left:12.871094584465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb9py5a45H74kxaSomlzJ8IIAEeuQgCx { width:7.937125rem;height:4.812125rem;top:15.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTeLmsznrcKzp2oDykwEbgiJBpMLbB1N { width:5.24925625rem;height:2.62573125rem;top:19.807478904724rem;left:2.5297621488571rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC7RbmAo7pSXGpz0daKQxw0utSyNtOXs { width:3.8123125rem;height:1.05655rem;top:22.75rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLm92d95sFIXUf9HPfCFgiAnT4F9SSOG { width:8.874625rem;height:12.3744375rem;top:10rem;left:10.3125rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoO4Npg5JRn7hbV9oi4Xh8ERK5qXc1dG { width:8.625rem;height:12.375rem;top:19rem;left:0.875rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx { display:block; }#RfcgxUvV8lrwy9i1OSMTAdTZyfrG6HIx > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3sEVkhCu4x03SpVGROzrdogugfCeGT8 { width:17.6869375rem;height:2.100075rem;top:2.2609748840332rem;left:0.68545389175412rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgzOyHQf2W7JHD68rwwgL7Wus5PXnHXm { width:11.875rem;height:5.2501875rem;top:6.0593376159668rem;left:0.68545389175412rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DiaoifBCAvodramRc4xXs9LwWKNztQev { width:19.3125rem;height:4.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNvrtiaCA9Ib8G5nnC8bhO6TUVncVcGi { width:10.3125rem;height:5.875rem;top:8.8058042526244rem;left:9.5687408200231rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V { display:block; }#UaCk9aRrBlsmcoClRSmV2dvk6dN4JO3V > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asvwshN6ctTvSkqPKA1ivKK6BKb20qtT { width:6.3123125rem;height:0.87524375rem;top:2.423734664917rem;left:1.9029020071029rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLqCZ7ZrI7nlgoaQe7IVeunot62L4ZH0 { width:4.4373125rem;height:1.05655rem;top:3.2970600128174rem;left:2.8385418653488rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itRfeDnDR4tAmSC4xiQVTk25KVAfVonn { width:5.749625rem;height:1.87406875rem;top:14.117374420166rem;left:2.183779835701rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ova9iFdexwkeXlBiqHE8g4buHChoRJEL { display:block; }
 }@media only screen and (max-width: 763px) { #AbrwABnFJ6gOvk69bKPSHPqKcBoCg0bS { width:5.49944375rem;height:1.81175625rem;top:14.147136688233rem;left:11.874071002006rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVnlL6FFvneaRIzsCyNVnxTTrciwILLm { display:block; }
 }@media only screen and (max-width: 763px) { #RG5hD9ktbOwTZt8G6wAzK57PPfD4Ez9Z { width:5.62406875rem;height:1.87406875rem;top:28.875rem;left:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbbz3hAV13ctd9NoI22NomWRaWDOCk35 { display:block; }
 }@media only screen and (max-width: 763px) { #GM3pNoCbWb5Kmlu3m4uFH49PAqV8oB39 { width:8.3125rem;height:13.75rem;top:1.1867561340332rem;left:0.90029764175412rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze6usTNbtxslLFbM4krB8Pgrm2ZQTQSv { width:5.124625rem;height:0.87524375rem;top:2.4228051602841rem;left:12.06194293499rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsITh51SbJX4u5ieZ1h4nKrWeNIHw7Ql { width:5.87425625rem;height:0.87524375rem;top:17.625rem;left:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBpeTayW3K2phbNbq7dyizRkqQXdgv8C { width:4.87444375rem;height:1.05655rem;top:3.2979913651943rem;left:12.186571002006rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2WgzPqRqIDKhETnNH8t9FFhkM9hlJzm { width:4.31175625rem;height:1.05655rem;top:18.5rem;left:7.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZTBpRiANnSk0Wmw4ZEZT00rwPJrbHou { width:7.0625rem;height:9.0625rem;top:4.3517475128174rem;left:1.5252977609634rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #POKhNb0Awkc3dg3m07bdp9h3mdK4qTV3 { width:6.999625rem;height:9.1248125rem;top:4.3526786267757rem;left:11.12165248394rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AS9MkOdpMMv2UZBqJFuikB6KU64KMgqi { width:8.1875rem;height:13.8125rem;top:1.1867560148239rem;left:10.528274416924rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPtzxmFnlbzlU76hT6MMpXyS79P9znFK { width:8.1875rem;height:13.0625rem;top:16.8125rem;left:5.9375rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opM8EW8VZHZCr3uzQrflneqvRkw0ilGd { width:7.3744375rem;height:7.937125rem;top:20.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTR9RpK1h3cUOdz4mcissT0bHK2WXucG { display:block; }#eTR9RpK1h3cUOdz4mcissT0bHK2WXucG > .row .container { width:20rem;height:5rem;position:relative;display:block; } }