.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:255,255,255;--color-primary-1:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,38;--color-secondary-0:250,248,242;--color-secondary-1:240,231,213;--color-secondary-2:224,206,170;--color-secondary-3:112,103,85;--color-secondary-4:34,31,26;--color-tertiary-0:255,255,255;--color-tertiary-1:197,191,189;--color-tertiary-2:61,40,35;--color-tertiary-3:31,20,18;--color-tertiary-4:6,4,3;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;display:block; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/c7f5fde2-abc3-45d6-a30d-5e5466e7765a/bluegradienttravelPresentation1691.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR.adaptive-delivery-prevent-bg, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyload, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyloading { background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { border-width: 0; border-radius: 0; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:60rem;height:37.625rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1THs0ldra2m0BIMnsITddUOU3dW2nmW { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:18.5rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rGCmOiFClbubFH4vgCOqTqVq1gF3X0eJ { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#c2Wk7I5Sc3QVZaofxtaeJ1w0yaFRUI08 { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kSQZhUIrbzu8d5AKhTaOfmVpoSXUA3UM { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:29.125rem;left:16.96875rem;display:block; }
#TlIXGTQ3VV5UnHRFoOG6rAsgHyDbnRGq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bIKvWDLlJ8xGCONdyuiSQ4Fmy6CF2B3N { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.625rem;left:18.25rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z4tJGCPeo4EgxsaITyPOnreXsUG2gR6E { position:absolute;display:block;z-index:15025;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.3125rem;width:10.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#iUOsqVGGteHqrnNOpqAQnhF0A41kOVxm { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.8125rem;left:18.25rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { border-width: 0; border-radius: 0; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container { border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:82.6875rem;width:60rem;position:relative;display:none; }#JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1KyFgfRV2TUZ2qPN1vryGf2VTnDWb3k { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.9375rem;left:2.46875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v0egusnil008bvOeAdDbVW424Hk9skig { color:rgba(var(--color-primary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.25rem;left:1.03125rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wr3BUKbwoX9cBM9XkWWfyhu9zBc7A36d { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sNugDTrFqIdJlsNlcBTawKsTfGtTNk6d { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:13rem;left:5.5rem;overflow:hidden;display:block; }
#Knhz8dK9xy41511UiqVf58sz8GKDOOk6 { color:rgba(var(--color-primary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.3125rem;left:21.0625rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxABqqpVfS3egXkfF4TTlr4ElBVC6h22 { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23rem;left:22.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rOp3yPCyK3m6shb32twIJolx9wvQvT7f { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:13.0625rem;left:25.5rem;overflow:hidden;display:block; }
#fatzc47McPlcrSS8fKORa4s2LtQTafvB { color:rgba(var(--color-primary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.3125rem;left:41.0625rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GEQUwPLW6H7zXWSKBRA4GMkKHlkOep5A { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23rem;left:42.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IACGVeXf6X8wZayPVe9ZLDb4WCeiiI7f { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:13.0625rem;left:45.5rem;overflow:hidden;display:block; }
#bdNggIR6Rvfd0Z1wZNJRSTHsXnt4Vfky { color:rgba(var(--color-primary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:48.625rem;left:21.0625rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mh0BqoWxzQuEL11QV5T2kq1Uo6n05pOc { color:rgba(var(--color-primary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:48.625rem;left:41.0625rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFEhqrqy3DyxkPfOplH37JT7w2A8qn4V { color:rgba(var(--color-primary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:48.5625rem;left:1rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dc5MPc2dXEUSRE0l0NFdDbLkTA1yfveJ { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:46.25rem;left:2.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R0efPWzbBiSfOxE7LR8XREEzV9OmIwUJ { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:46.3125rem;left:22.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q0gelgO2cuzIUfskDTg8v2UiQ5iyG9T7 { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:46.3125rem;left:42.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SqzAuKcT6lTdpsNfMxaVC16Nw76oEfR8 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:36.3125rem;left:5.5rem;overflow:hidden;display:block; }
#AhUSw52mrd9UHW8U0kC4BJLJXWUpvtaP { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:36.375rem;left:25.5rem;overflow:hidden;display:block; }
#OCq6oTnoqBwrV4VT5TIHfXrU5zPdgeHf { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:36.375rem;left:45.5rem;overflow:hidden;display:block; }
#GNwQIASRZoaXGI05lzed4BKLFnmsJnpu { color:rgba(var(--color-primary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:71.25rem;left:21.0625rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZ2Zw9lMeuXh9Qfy2Vd3XAs4Ko4lWnXp { color:rgba(var(--color-primary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:71.25rem;left:41.0625rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lt2JBfeK9RlSmmJpAnu7DUsQX00VOXKv { color:rgba(var(--color-primary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:71.1875rem;left:1rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtaaMARytewrT1B5zhisTlcpB8OQG0mX { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:68.875rem;left:2.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vs4xRd1WyftckDGqec5fPoxnVezFmgug { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:68.9375rem;left:22.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJdP3tdsqALBns5dxvAEWgsPzmT5SkNt { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:68.9375rem;left:42.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lUFg82u9FIn1oBALcHMWBThnRZf9BgLV { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:58.9375rem;left:5.5rem;overflow:hidden;display:block; }
#gCguJFDLLpUxsUwhE4mHXScG9IwJuDK8 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:59rem;left:25.5rem;overflow:hidden;display:block; }
#xSMhs6gNWetr9HBxyWaMzAdB8GV2b1rm { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:59rem;left:45.5rem;overflow:hidden;display:block; }
#UbfpVTbTPQF0Kvs5bxNyIMMSbdatuvq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7f5fde2-abc3-45d6-a30d-5e5466e7765a/bluegradienttravelPresentation1691.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#UbfpVTbTPQF0Kvs5bxNyIMMSbdatuvq1.adaptive-delivery-prevent-bg, #UbfpVTbTPQF0Kvs5bxNyIMMSbdatuvq1.lazyload, #UbfpVTbTPQF0Kvs5bxNyIMMSbdatuvq1.lazyloading { background-image: none; }#UbfpVTbTPQF0Kvs5bxNyIMMSbdatuvq1 > .row .container { border-width: 0; border-radius: 0; }#UbfpVTbTPQF0Kvs5bxNyIMMSbdatuvq1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#UbfpVTbTPQF0Kvs5bxNyIMMSbdatuvq1 > .row > .video-iframe-container { border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#UbfpVTbTPQF0Kvs5bxNyIMMSbdatuvq1 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:84.4375rem;width:60rem;position:relative;display:none; }#flPvS5WDiyhkJfhggbK76tT0iIErT9H9 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZvCJyPwIM9LBkU5MRCyBauwW36Tn2BE { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.9375rem;left:2.46875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4WVJrmqfd6kXb73ReLQd0RliQiHTpIe { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.25rem;left:1.03125rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u0RGkWZfixtDScpFT235la44xSFrRAno { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AzzLPDMM978Cp8ttxTeisbFhxaoFawdl { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:13rem;left:5.5rem;overflow:hidden;display:block; }
#vfK5awyZRWHgXonBeocsqCQgk8TWwnf9 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.3125rem;left:21.0625rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l2aMvke46dOotS4Mb9MTerKtRGRw5rXk { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23rem;left:22.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTy4u524eBLXNTBGQdHp8g50VIwIuJns { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:13.0625rem;left:25.5rem;overflow:hidden;display:block; }
#RoCdaTUR9a5mL77dm0stDwThfZMkJSh7 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.3125rem;left:41.0625rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SThHnRcWKzZnBWFgCqxWV4N1HCXRwtNG { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23rem;left:42.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o5mv5TGslB4TVIhEp5aRU8pnvsPFrDql { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:13.0625rem;left:45.5rem;overflow:hidden;display:block; }
#QGKMKPutdkbeTTio2q4IctWzXuFyI4lg { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:48.625rem;left:21.0625rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o9ALpAvUT2T95BTbKv1Ak25vKTTdT38g { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:48.625rem;left:41.0625rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eHvglV956ZnhGHFWXDfgOks4vZbWCbRG { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:48.5625rem;left:1rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w3AgEOkX0JdUOe1mHL6F5cZbtCv9QhMf { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:46.25rem;left:2.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFyggZqlWlLmOSeESIHpvab2zTEgi8JF { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:46.3125rem;left:22.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkRsM5WxOWrTTQ79ehHHnw7kGzBtEhJU { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:46.3125rem;left:42.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBTHvTe2wfvEHZrogyHD42GskSTbRRC8 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:36.3125rem;left:5.5rem;overflow:hidden;display:block; }
#VeRqQ1oTTgvx2ke5JH0tVaUn5kn9PXDA { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:36.375rem;left:25.5rem;overflow:hidden;display:block; }
#FnmuvStifqimorQxWR7caEA7niE5uy0e { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:36.375rem;left:45.5rem;overflow:hidden;display:block; }
#DqEy6c4XzUwtiB20IhBSok70smV44qfG { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:71.25rem;left:21.0625rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bCgpDJ7CN9VSQIOsLnCFIMFhCzDsruda { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:71.25rem;left:41.0625rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQxRvauRHRMvnBoxLrTo3VN0gfkX97wa { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:71.1875rem;left:1rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhZCg9kS6D4WAIHmpoFCv1ucehFCHNL7 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:68.875rem;left:2.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rI45hz2PSWWZospnqo7n8Tt8kBMhWoVd { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:68.9375rem;left:22.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q5QqWhS1PvgdEk07WpieqyQXb6mhdklz { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:68.9375rem;left:42.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBgAF47deDycTKIsz0O7bUP86XiTvOKk { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:58.9375rem;left:5.5rem;overflow:hidden;display:block; }
#PD0cQAbwifd6kCKUNTCyTrEkuF6RgbPX { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:59rem;left:25.5rem;overflow:hidden;display:block; }
#ClrXXPqwGOlGUiE4QoA1PoGXHOPDLWTF { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:59rem;left:45.5rem;overflow:hidden;display:block; }
#o42zSqaC9oTbsllqegB6rCkG31eVCiqu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#o42zSqaC9oTbsllqegB6rCkG31eVCiqu > .row .container { background-color: transparent; background-image: none; }#o42zSqaC9oTbsllqegB6rCkG31eVCiqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o42zSqaC9oTbsllqegB6rCkG31eVCiqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o42zSqaC9oTbsllqegB6rCkG31eVCiqu > .row .container > .video-iframe-container { display: none; }#o42zSqaC9oTbsllqegB6rCkG31eVCiqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o42zSqaC9oTbsllqegB6rCkG31eVCiqu > .row > .video-iframe-container { display: none; }#o42zSqaC9oTbsllqegB6rCkG31eVCiqu > .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); }#o42zSqaC9oTbsllqegB6rCkG31eVCiqu > .row .container { border-width: 0; border-radius: 0; }#o42zSqaC9oTbsllqegB6rCkG31eVCiqu > .row > .video-iframe-container { border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#o42zSqaC9oTbsllqegB6rCkG31eVCiqu > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.625rem;width:60rem;position:relative;display:block; }#hXta6BE3WgBg0or1Om8y6BGNKQtuDbVN { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bHqJ84tZ4JMyWUiI1tyUDTkmGpL9B7cf { position:absolute;display:block;z-index:15023;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:14rem;width:13.625rem;top:9.0625rem;left:3.1875rem;overflow:hidden;display:block; }
#H2zeSP8n6TPdipyOek5ZDzAhKirc218F { position:absolute;display:block;z-index:15024;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:14rem;width:13.5625rem;top:9.0625rem;left:23.187501907349rem;overflow:hidden;display:block; }
#n14L4txUl24TXnHWtzF5eQXVxHncafMg { position:absolute;display:block;z-index:15025;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:14rem;width:13.5625rem;top:9.0625rem;left:42.10000038147rem;overflow:hidden;display:block; }
#hXQt7l16MWy1DVmcJJzG7srXTmGbNhmP { position:absolute;display:block;z-index:15026;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:14rem;width:13.5625rem;top:26.4375rem;left:12.41250038147rem;overflow:hidden;display:block; }
#Jzg1kc5KEgEwSPi0LOSTGpivy3dpTDtJ { position:absolute;display:block;z-index:15027;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:14rem;width:13.5625rem;top:26.4375rem;left:33.47500038147rem;overflow:hidden;display:block; }
#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7f5fde2-abc3-45d6-a30d-5e5466e7765a/bluegradienttravelPresentation1691.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE.adaptive-delivery-prevent-bg, #E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE.lazyload, #E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE.lazyloading { background-image: none; }#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE > .row .container { background-color: transparent; background-image: none; }#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.5); }#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE > .row .container > .video-iframe-container { display: none; }#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.5); }#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE > .row > .video-iframe-container { display: none; }#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE > .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); }#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE > .row .container { border-width: 0; border-radius: 0; }#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE > .row > .video-iframe-container { border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:41.3125rem;width:60rem;position:relative;display:block; }#GB8G0UrKKIHg2gcTOGNy0lVsPC8aC9iD { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VpETDdgy4wWhtsNKcCtqFgr0Zfs6IIoN { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MSW36AD5IwWW99Z5fmwJOzWScsCeP35h { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:11.875rem;top:15.0625rem;left:13.0625rem;overflow:hidden;display:block; }
#sd3BUX8UkLBEUe9wkXLEXKZkIwxs3NTO { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:36.125rem;left:10.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3VJW8Tty7NN392zkG8y1mZgOUUExy4E { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:33.8125rem;left:11.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lSFKZ0TP86fxwfGmLTl8aOoqpAvZ9kuy { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:33.8125rem;left:31.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#doqQeKr9kK0L8r3ZzKcBomNWdwCbSxKU { position:absolute;display:block;z-index:15018;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.875rem;width:11.875rem;top:15.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#gU1aXFhcNZSK4qOgJbZE1RZNrMdMeX3A { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:36.125rem;left:30.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7f5fde2-abc3-45d6-a30d-5e5466e7765a/bluegradienttravelPresentation1691.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh.adaptive-delivery-prevent-bg, #Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh.lazyload, #Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh.lazyloading { background-image: none; }#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh > .row .container { background-color: transparent; background-image: none; }#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.5); }#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh > .row .container > .video-iframe-container { display: none; }#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.5); }#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh > .row > .video-iframe-container { display: none; }#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh > .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); }#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh > .row .container { border-width: 0; border-radius: 0; }#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh > .row > .video-iframe-container { border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:52.1875rem;width:60rem;position:relative;display:block; }#IN6xXn4fIfXU2N8abtWkhVFRz2kH61Fc { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mp3N2wTwTkdHEiLt5FxHqvfCzS4ACG0y { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UyAUoFZLIxW4UBnsgVTd5TAF7X6ffixS { position:absolute;display:block;z-index:15015;height:19rem;width:33.9375rem;top:14.15625rem;left:13.03125rem;display:block; }
#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7f5fde2-abc3-45d6-a30d-5e5466e7765a/bluegradienttravelPresentation1691.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi.adaptive-delivery-prevent-bg, #F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi.lazyload, #F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi.lazyloading { background-image: none; }#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi > .row .container { background-color: transparent; background-image: none; }#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.5); }#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi > .row .container > .video-iframe-container { display: none; }#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.5); }#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi > .row > .video-iframe-container { display: none; }#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi > .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); }#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi > .row .container { border-width: 0; border-radius: 0; }#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi > .row > .video-iframe-container { border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:58rem;width:60rem;position:relative;display:block; }#axUiyFiisCKm5uEJWfZJE1emxkTW28Ua { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#doMuKsN5NxVdUgRD6LMt4wQcB9Z5MmWC { position:absolute;display:block;z-index:15024;height:32.5rem;width:58.125rem;top:8.662109375rem;left:0.9375rem;display:block; }
#qzOuD6c4qteXb8MuwC63O7QCue4Et9VK { 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:16rem;width:22.6875rem;top:13.9375rem;left:32rem;overflow:hidden;display:none; }
#dH4SMcTckEx0CiT8BxeFrDGTwBgzgkHy { 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:16rem;width:22.375rem;top:13.9375rem;left:32rem;overflow:hidden;display:none; }
#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7f5fde2-abc3-45d6-a30d-5e5466e7765a/bluegradienttravelPresentation1691.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX.adaptive-delivery-prevent-bg, #Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX.lazyload, #Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX.lazyloading { background-image: none; }#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX > .row .container { background-color: transparent; background-image: none; }#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.5); }#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX > .row .container > .video-iframe-container { display: none; }#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.5); }#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX > .row > .video-iframe-container { display: none; }#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX > .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); }#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX > .row .container { border-width: 0; border-radius: 0; }#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX > .row > .video-iframe-container { border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:39.5rem;width:60rem;position:relative;display:block; }#g7Xouvuxq09UsZOOEaz38nbWdcgUyb7z { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P3QrGTlyWxS7U9J3HQyEIDaZO4h44L0L { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:9.037109375rem;left:16.21875rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOC7FDH0LoVyXUDE2RrU1I7GwesnX8kT { position:absolute;display:block;z-index:15029;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:15rem;width:22.5625rem;top:16.9375rem;left:32.9375rem;overflow:hidden;display:block; }
#w3RqBIeSgoGTpeOv2hJQ0o9Jl6CRKXMz { position:absolute;display:block;z-index:15028;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.6875rem;width:17.6875rem;top:12.40625rem;left:32.34375rem;overflow:hidden;display:block; }
#XZXVviIpgqDHC4ZFEmtEuwQHe6LdeqrR { position:absolute;display:block;z-index:15030;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.1875rem;width:31.25rem;top:7.4375rem;left:2.5rem;overflow:hidden;display:block; }
#ERSqGlpmiGVTvLhOtel6DdLGXakM19Uc { position:absolute;display:block;z-index:15031;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.3125rem;width:15.3125rem;top:23.6875rem;left:0.53125rem;overflow:hidden;display:block; }
#vUwLcpFAySaNyankwCrZfU3znoWmRzOm { position:absolute;display:block;z-index:15032;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.875rem;width:12.875rem;top:24.25rem;left:17.40625rem;overflow:hidden;display:block; }
#JIb3MkNU0qUvlpcZhgQQsTUGgJTS9Q2L { position:absolute;display:block;z-index:15033;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:7rem;width:7rem;top:15.5625rem;left:1.59375rem;overflow:hidden;display:block; }
#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7f5fde2-abc3-45d6-a30d-5e5466e7765a/bluegradienttravelPresentation1691.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug.adaptive-delivery-prevent-bg, #Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug.lazyload, #Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug.lazyloading { background-image: none; }#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug > .row .container { background-color: transparent; background-image: none; }#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.5); }#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug > .row .container > .video-iframe-container { display: none; }#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.5); }#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug > .row > .video-iframe-container { display: none; }#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug > .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); }#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug > .row .container { border-width: 0; border-radius: 0; }#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug > .row > .video-iframe-container { border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:35.625rem;width:60rem;position:relative;display:block; }#KNwrlInthohIXUnE86IFBPV7kQKmevXk { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTgM0nsFNgJan6QT3TJGToTwk5cqOdDy { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:23.875rem;width:13.3125rem;top:8.1875rem;left:0.875rem;display:block; }
#TRR9aNBW5zcCNPqcA9fnfuUlT5VA8vg9 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:23.875rem;width:13.3125rem;top:8.1875rem;left:15.4375rem;display:block; }
#k2tTtMIyDEoL57ffNWqu3xk3IQPKGtFX { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:23.875rem;width:13.3125rem;top:8.1875rem;left:30.6875rem;display:block; }
#qy5aBrO2qdDNmtlJgTlBtNsLuHbAS60M { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:23.875rem;width:13.3125rem;top:8.1875rem;left:45.8125rem;display:block; }
#rqpnCgvMb5p720SR5GVatCOuBxC5R72c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7f5fde2-abc3-45d6-a30d-5e5466e7765a/bluegradienttravelPresentation1691.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#rqpnCgvMb5p720SR5GVatCOuBxC5R72c.adaptive-delivery-prevent-bg, #rqpnCgvMb5p720SR5GVatCOuBxC5R72c.lazyload, #rqpnCgvMb5p720SR5GVatCOuBxC5R72c.lazyloading { background-image: none; }#rqpnCgvMb5p720SR5GVatCOuBxC5R72c > .row .container { background-color: transparent; background-image: none; }#rqpnCgvMb5p720SR5GVatCOuBxC5R72c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.5); }#rqpnCgvMb5p720SR5GVatCOuBxC5R72c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqpnCgvMb5p720SR5GVatCOuBxC5R72c > .row .container > .video-iframe-container { display: none; }#rqpnCgvMb5p720SR5GVatCOuBxC5R72c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.5); }#rqpnCgvMb5p720SR5GVatCOuBxC5R72c > .row > .video-iframe-container { display: none; }#rqpnCgvMb5p720SR5GVatCOuBxC5R72c > .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); }#rqpnCgvMb5p720SR5GVatCOuBxC5R72c > .row .container { border-width: 0; border-radius: 0; }#rqpnCgvMb5p720SR5GVatCOuBxC5R72c::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#rqpnCgvMb5p720SR5GVatCOuBxC5R72c > .row > .video-iframe-container { border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#rqpnCgvMb5p720SR5GVatCOuBxC5R72c > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.375rem;width:60rem;position:relative;display:block; }#TTaapiC97BCoz3TQJpPN0uhfDXfbmrug { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.2492119073868rem;left:14.562501907349rem;display:block; }
#cb714QxOl5gRfIyJfHA0uyQ0qvAOSHAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7f5fde2-abc3-45d6-a30d-5e5466e7765a/bluegradienttravelPresentation1691.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa.adaptive-delivery-prevent-bg, #G3hgd8a1Hac9t8a0AX88XEwczHhrudOa.lazyload, #G3hgd8a1Hac9t8a0AX88XEwczHhrudOa.lazyloading { background-image: none; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row .container { background-color: transparent; background-image: none; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.5); }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row .container > .video-iframe-container { display: none; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.5); }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row > .video-iframe-container { display: none; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .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); }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row .container { border-width: 0; border-radius: 0; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row > .video-iframe-container { border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.5625rem;width:60rem;position:relative;display:block; }#PgIlOQOLwpcl1RmwuVoX6D1bP3J03eTT { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:1.5625rem;left:3.75rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQwPbr8ls3Px3ptkgZKO9cJ5ndTzKzKO { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:3.1875rem;left:3.75rem;height:3.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-2),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_e2f3ca72ce853d93e110fdf9abf5b67a820b8e05.svg");background-size:contain !important; }#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-trigger.adaptive-delivery-prevent-bg, #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-trigger.lazyload, #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-trigger.lazyloading { background-image: none; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15047;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.7500019073488rem;left:8.65625rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #x7OCFNXPE3ikQquFlfqmkI0MS5teUvAC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #pExysOWSZwPEyNPpykLHIRPrDz8C2KTC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #SLdSazZG3bhoRcTqbO1QdMR37uwrQN9o { display:block;position:relative; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #g5598qg7FUtuXCzxMwvNBBtth239LmwB {  }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #CVJEoVTONGpcToD8ad7ouIGy1yAQfBfa {  }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #eFqCqAFdp1aQbFxlg2LO0U3AXcDGyoqN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #vvOp2P8MvfmkLXrS1LLUd6szEVHfFSoN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #EO5vgpulQk61zIBrJlhaHI1mKnLebFeA { display:block;position:relative; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #WqSOkC8LqbA76lzrRoBqeMCnCdxPTW1S {  }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #sM9xgSFVykrTJPxFlR4PZ4N1prF0qOKr { display:none; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #rrkiyLu9HsF3EZPDFXPlEhCJMxCWRubT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #ihNdlLWUeuAJB2ET46fM7cCkxiTskh6C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #TUIytufP3HVWel3wm98U0FyK83I8fTbb { display:block;position:relative; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #ylTKFcS6idtx2LihtTNGy22OV156RztE {  }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #gLaOOwlmWiPw29k0o1TWGOe5ecHkniZS { display:none; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #Nm8RUMgyMgoJu8zGO6uVGatLiy02hD2T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #yUZDylKuuFiJLwx2Zxhv4Kh9FAn16bNd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #PF749weTGpVQ6t1ZJWrwHf1yZdUCNTd2 { display:block;position:relative; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #PTHqoU2BkJ5vwaoKIZ2fKwnSZznqRgQv {  }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #AuQANr2LlV1bJudxxfXKfm76Oawofb3U { display:none; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #pGcqONkuA8FL420Wol8T0oEAoBddDaZO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #WEN8UyaJ6xQWzcIGJ9gqvP7Mp0pJkpPN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #cwSdFaRTMe5016eJMT8ST8LZeKhCS55x { display:block;position:relative; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #OA6RNx8Fu7Exa7yVcwAIKGh0E2Tro3Tf {  }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #JKVeVnA3HOnXFylxdCEyUpO1menTSV8J { display:none; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #NTu2dCTy8UKZgf8kQfTwwAkismREwy8m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #bFx5JMMF1p9aXm82L8lTcvm4tBCuv71v { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #zOEhs9fgu1zZqxWGSe6ROt7kswcFJvGo { display:block;position:relative; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #VXpZVCwlN5WEf5Fm6VRrFMICTFbvoRVE {  }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #CsfLCEpzsg68yZJDyslOfiGMUG7G0EBW { display:none; }
#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { background-color: transparent; background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .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); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { border-width: 0; border-radius: 0; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.75rem;width:60rem;position:relative;display:block; }#cl2HKRGLmJPb4UEwob0uQ3rrTuQGPnTs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.3125rem;height:3.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.6865234375rem;left:13.34375rem;display:block; }
#kzq7EThTr1dJVqhn6OycEJBLwEGGVuGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VFe5yrJNirhl3GIfg9XDUu3TUnSgxTb9 { position:absolute;display:block;z-index:15024;height:0.625rem;width:38.75rem;top:7.3125rem;left:10.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { width:47.75rem;height:7.3125rem;top:10.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1THs0ldra2m0BIMnsITddUOU3dW2nmW { width:47.75rem;height:3.375rem;top:18.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGCmOiFClbubFH4vgCOqTqVq1gF3X0eJ { width:20rem;height:9.0625rem;top:8.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2Wk7I5Sc3QVZaofxtaeJ1w0yaFRUI08 { width:13.625rem;height:2.25rem;top:19.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSQZhUIrbzu8d5AKhTaOfmVpoSXUA3UM { width:26.0625rem;height:3.5rem;top:29.125rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlIXGTQ3VV5UnHRFoOG6rAsgHyDbnRGq { display:block; }
 }@media only screen and (max-width: 763px) { #bIKvWDLlJ8xGCONdyuiSQ4Fmy6CF2B3N { width:23.5rem;height:1.5rem;top:23.625rem;left:12.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4tJGCPeo4EgxsaITyPOnreXsUG2gR6E { top:0rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUOsqVGGteHqrnNOpqAQnhF0A41kOVxm { width:23.5rem;height:1.5rem;top:25.8125rem;left:12.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { display:block; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { width:47.75rem;height:3.125rem;top:3.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1KyFgfRV2TUZ2qPN1vryGf2VTnDWb3k { width:15.0625rem;height:1.75rem;top:22.9375rem;left:0.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0egusnil008bvOeAdDbVW424Hk9skig { width:17.9375rem;height:7.25rem;top:25.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr3BUKbwoX9cBM9XkWWfyhu9zBc7A36d { width:47.75rem;height:3.375rem;top:7.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNugDTrFqIdJlsNlcBTawKsTfGtTNk6d { top:13rem;left:3.4375rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knhz8dK9xy41511UiqVf58sz8GKDOOk6 { width:17.9375rem;height:7.25rem;top:25.3125rem;left:13.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxABqqpVfS3egXkfF4TTlr4ElBVC6h22 { width:15.0625rem;height:1.75rem;top:23rem;left:16.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOp3yPCyK3m6shb32twIJolx9wvQvT7f { top:13.0625rem;left:19.3125rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fatzc47McPlcrSS8fKORa4s2LtQTafvB { width:17.9375rem;height:8.75rem;top:25.3125rem;left:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEQUwPLW6H7zXWSKBRA4GMkKHlkOep5A { width:15.0625rem;height:1.75rem;top:23rem;left:32.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IACGVeXf6X8wZayPVe9ZLDb4WCeiiI7f { top:13.0625rem;left:35.1875rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdNggIR6Rvfd0Z1wZNJRSTHsXnt4Vfky { width:17.9375rem;height:8.75rem;top:48.625rem;left:13.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh0BqoWxzQuEL11QV5T2kq1Uo6n05pOc { width:17.9375rem;height:5.8125rem;top:48.625rem;left:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFEhqrqy3DyxkPfOplH37JT7w2A8qn4V { width:17.9375rem;height:7.25rem;top:48.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc5MPc2dXEUSRE0l0NFdDbLkTA1yfveJ { width:15.0625rem;height:1.75rem;top:46.25rem;left:0.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0efPWzbBiSfOxE7LR8XREEzV9OmIwUJ { width:15.0625rem;height:1.75rem;top:46.3125rem;left:16.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0gelgO2cuzIUfskDTg8v2UiQ5iyG9T7 { width:15.0625rem;height:1.75rem;top:46.3125rem;left:32.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqzAuKcT6lTdpsNfMxaVC16Nw76oEfR8 { top:36.3125rem;left:3.4375rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhUSw52mrd9UHW8U0kC4BJLJXWUpvtaP { top:36.375rem;left:19.3125rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCq6oTnoqBwrV4VT5TIHfXrU5zPdgeHf { top:36.375rem;left:35.1875rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNwQIASRZoaXGI05lzed4BKLFnmsJnpu { width:17.9375rem;height:8.75rem;top:71.25rem;left:13.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ2Zw9lMeuXh9Qfy2Vd3XAs4Ko4lWnXp { width:17.9375rem;height:8.75rem;top:71.25rem;left:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt2JBfeK9RlSmmJpAnu7DUsQX00VOXKv { width:17.9375rem;height:8.75rem;top:71.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtaaMARytewrT1B5zhisTlcpB8OQG0mX { width:15.0625rem;height:1.75rem;top:68.875rem;left:0.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs4xRd1WyftckDGqec5fPoxnVezFmgug { width:15.0625rem;height:1.75rem;top:68.9375rem;left:16.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJdP3tdsqALBns5dxvAEWgsPzmT5SkNt { width:15.0625rem;height:1.75rem;top:68.9375rem;left:32.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUFg82u9FIn1oBALcHMWBThnRZf9BgLV { top:58.9375rem;left:3.4375rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCguJFDLLpUxsUwhE4mHXScG9IwJuDK8 { top:59rem;left:19.3125rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSMhs6gNWetr9HBxyWaMzAdB8GV2b1rm { top:59rem;left:35.1875rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbfpVTbTPQF0Kvs5bxNyIMMSbdatuvq1 { display:block; }#UbfpVTbTPQF0Kvs5bxNyIMMSbdatuvq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flPvS5WDiyhkJfhggbK76tT0iIErT9H9 { width:47.75rem;height:2.875rem;top:3.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZvCJyPwIM9LBkU5MRCyBauwW36Tn2BE { width:15.0625rem;height:1.75rem;top:22.9375rem;left:0.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4WVJrmqfd6kXb73ReLQd0RliQiHTpIe { width:17.9375rem;height:7.25rem;top:25.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0RGkWZfixtDScpFT235la44xSFrRAno { width:47.75rem;height:3.375rem;top:7.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzzLPDMM978Cp8ttxTeisbFhxaoFawdl { top:13rem;left:3.4375rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfK5awyZRWHgXonBeocsqCQgk8TWwnf9 { width:17.9375rem;height:7.25rem;top:25.3125rem;left:13.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2aMvke46dOotS4Mb9MTerKtRGRw5rXk { width:15.0625rem;height:1.75rem;top:23rem;left:16.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTy4u524eBLXNTBGQdHp8g50VIwIuJns { top:13.0625rem;left:19.3125rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoCdaTUR9a5mL77dm0stDwThfZMkJSh7 { width:17.9375rem;height:8.75rem;top:25.3125rem;left:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SThHnRcWKzZnBWFgCqxWV4N1HCXRwtNG { width:15.0625rem;height:1.75rem;top:23rem;left:32.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5mv5TGslB4TVIhEp5aRU8pnvsPFrDql { top:13.0625rem;left:35.1875rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGKMKPutdkbeTTio2q4IctWzXuFyI4lg { width:17.9375rem;height:7.25rem;top:48.625rem;left:13.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ALpAvUT2T95BTbKv1Ak25vKTTdT38g { width:17.9375rem;height:8.75rem;top:48.625rem;left:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHvglV956ZnhGHFWXDfgOks4vZbWCbRG { width:17.9375rem;height:7.25rem;top:48.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3AgEOkX0JdUOe1mHL6F5cZbtCv9QhMf { width:15.0625rem;height:1.75rem;top:46.25rem;left:0.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFyggZqlWlLmOSeESIHpvab2zTEgi8JF { width:15.0625rem;height:1.75rem;top:46.3125rem;left:16.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkRsM5WxOWrTTQ79ehHHnw7kGzBtEhJU { width:15.0625rem;height:1.75rem;top:46.3125rem;left:32.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTHvTe2wfvEHZrogyHD42GskSTbRRC8 { top:36.3125rem;left:3.4375rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeRqQ1oTTgvx2ke5JH0tVaUn5kn9PXDA { top:36.375rem;left:19.3125rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnmuvStifqimorQxWR7caEA7niE5uy0e { top:36.375rem;left:35.1875rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqEy6c4XzUwtiB20IhBSok70smV44qfG { width:17.9375rem;height:8.75rem;top:71.25rem;left:13.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCgpDJ7CN9VSQIOsLnCFIMFhCzDsruda { width:17.9375rem;height:7.25rem;top:71.25rem;left:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQxRvauRHRMvnBoxLrTo3VN0gfkX97wa { width:17.9375rem;height:8.75rem;top:71.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhZCg9kS6D4WAIHmpoFCv1ucehFCHNL7 { width:15.0625rem;height:1.75rem;top:68.875rem;left:0.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI45hz2PSWWZospnqo7n8Tt8kBMhWoVd { width:15.0625rem;height:1.75rem;top:68.9375rem;left:16.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5QqWhS1PvgdEk07WpieqyQXb6mhdklz { width:15.0625rem;height:1.75rem;top:68.9375rem;left:32.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBgAF47deDycTKIsz0O7bUP86XiTvOKk { top:58.9375rem;left:3.4375rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD0cQAbwifd6kCKUNTCyTrEkuF6RgbPX { top:59rem;left:19.3125rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClrXXPqwGOlGUiE4QoA1PoGXHOPDLWTF { top:59rem;left:35.1875rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o42zSqaC9oTbsllqegB6rCkG31eVCiqu { display:block; }#o42zSqaC9oTbsllqegB6rCkG31eVCiqu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXta6BE3WgBg0or1Om8y6BGNKQtuDbVN { width:47.75rem;height:3.125rem;top:3.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHqJ84tZ4JMyWUiI1tyUDTkmGpL9B7cf { top:9.0625rem;left:1.125rem;width:13.625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2zeSP8n6TPdipyOek5ZDzAhKirc218F { top:9.0625rem;left:17.000001907349rem;width:13.5625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #n14L4txUl24TXnHWtzF5eQXVxHncafMg { top:9.0625rem;left:31.78750038147rem;width:13.5625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXQt7l16MWy1DVmcJJzG7srXTmGbNhmP { top:26.4375rem;left:2.25rem;width:13.5625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzg1kc5KEgEwSPi0LOSTGpivy3dpTDtJ { top:26.4375rem;left:18.125rem;width:13.5625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE { display:block; }#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GB8G0UrKKIHg2gcTOGNy0lVsPC8aC9iD { width:47.75rem;height:3.125rem;top:3.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpETDdgy4wWhtsNKcCtqFgr0Zfs6IIoN { width:47.75rem;height:4.875rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSW36AD5IwWW99Z5fmwJOzWScsCeP35h { top:15.0625rem;left:4rem;width:11.875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd3BUX8UkLBEUe9wkXLEXKZkIwxs3NTO { width:17.9375rem;height:2.875rem;top:36.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3VJW8Tty7NN392zkG8y1mZgOUUExy4E { width:15.0625rem;height:1.75rem;top:33.8125rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSFKZ0TP86fxwfGmLTl8aOoqpAvZ9kuy { width:15.0625rem;height:1.75rem;top:33.8125rem;left:16.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doqQeKr9kK0L8r3ZzKcBomNWdwCbSxKU { top:15.0625rem;left:19.875rem;width:11.875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU1aXFhcNZSK4qOgJbZE1RZNrMdMeX3A { width:17.9375rem;height:1.4375rem;top:36.125rem;left:13.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh { display:block; }#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IN6xXn4fIfXU2N8abtWkhVFRz2kH61Fc { width:47.75rem;height:3.125rem;top:3.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp3N2wTwTkdHEiLt5FxHqvfCzS4ACG0y { width:47.75rem;height:3.25rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyAUoFZLIxW4UBnsgVTd5TAF7X6ffixS { top:14.125rem;left:0rem;width:33.9375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi { display:block; }#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axUiyFiisCKm5uEJWfZJE1emxkTW28Ua { width:47.75rem;height:3.125rem;top:3.8125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doMuKsN5NxVdUgRD6LMt4wQcB9Z5MmWC { top:8.625rem;left:0rem;width:47.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzOuD6c4qteXb8MuwC63O7QCue4Et9VK { top:13.9375rem;left:9.0625rem;width:22.6875rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #dH4SMcTckEx0CiT8BxeFrDGTwBgzgkHy { top:13.9375rem;left:9.0625rem;width:22.375rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX { display:block; }#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7Xouvuxq09UsZOOEaz38nbWdcgUyb7z { width:47.75rem;height:3.125rem;top:3.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3QrGTlyWxS7U9J3HQyEIDaZO4h44L0L { width:27.5625rem;height:5.3125rem;top:9rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOC7FDH0LoVyXUDE2RrU1I7GwesnX8kT { top:16.9375rem;left:9.1875rem;width:22.5625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3RqBIeSgoGTpeOv2hJQ0o9Jl6CRKXMz { top:12.375rem;left:14.0625rem;width:17.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZXVviIpgqDHC4ZFEmtEuwQHe6LdeqrR { top:8.0625rem;left:0rem;width:31.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSqGlpmiGVTvLhOtel6DdLGXakM19Uc { top:23.6875rem;left:0rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUwLcpFAySaNyankwCrZfU3znoWmRzOm { top:24.25rem;left:3rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIb3MkNU0qUvlpcZhgQQsTUGgJTS9Q2L { top:15.5625rem;left:0rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug { display:block; }#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNwrlInthohIXUnE86IFBPV7kQKmevXk { width:47.75rem;height:3.125rem;top:2.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTgM0nsFNgJan6QT3TJGToTwk5cqOdDy { top:8.1875rem;left:0rem;width:13.3125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRR9aNBW5zcCNPqcA9fnfuUlT5VA8vg9 { top:8.1875rem;left:2.5625rem;width:13.3125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2tTtMIyDEoL57ffNWqu3xk3IQPKGtFX { top:8.1875rem;left:18.4375rem;width:13.3125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy5aBrO2qdDNmtlJgTlBtNsLuHbAS60M { top:8.1875rem;left:34.3125rem;width:13.3125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqpnCgvMb5p720SR5GVatCOuBxC5R72c { display:block; }#rqpnCgvMb5p720SR5GVatCOuBxC5R72c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTaapiC97BCoz3TQJpPN0uhfDXfbmrug { width:30.875rem;height:3.5rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb714QxOl5gRfIyJfHA0uyQ0qvAOSHAZ { display:block; }
 }@media only screen and (max-width: 763px) { #G3hgd8a1Hac9t8a0AX88XEwczHhrudOa { display:block; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgIlOQOLwpcl1RmwuVoX6D1bP3J03eTT { top:1.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQwPbr8ls3Px3ptkgZKO9cJ5ndTzKzKO { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #x7OCFNXPE3ikQquFlfqmkI0MS5teUvAC {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #pExysOWSZwPEyNPpykLHIRPrDz8C2KTC {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #SLdSazZG3bhoRcTqbO1QdMR37uwrQN9o {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #g5598qg7FUtuXCzxMwvNBBtth239LmwB {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #CVJEoVTONGpcToD8ad7ouIGy1yAQfBfa {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #eFqCqAFdp1aQbFxlg2LO0U3AXcDGyoqN {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #vvOp2P8MvfmkLXrS1LLUd6szEVHfFSoN {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #EO5vgpulQk61zIBrJlhaHI1mKnLebFeA {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #WqSOkC8LqbA76lzrRoBqeMCnCdxPTW1S {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #sM9xgSFVykrTJPxFlR4PZ4N1prF0qOKr {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #rrkiyLu9HsF3EZPDFXPlEhCJMxCWRubT {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #ihNdlLWUeuAJB2ET46fM7cCkxiTskh6C {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #TUIytufP3HVWel3wm98U0FyK83I8fTbb {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #ylTKFcS6idtx2LihtTNGy22OV156RztE {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #gLaOOwlmWiPw29k0o1TWGOe5ecHkniZS {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #Nm8RUMgyMgoJu8zGO6uVGatLiy02hD2T {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #yUZDylKuuFiJLwx2Zxhv4Kh9FAn16bNd {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #PF749weTGpVQ6t1ZJWrwHf1yZdUCNTd2 {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #PTHqoU2BkJ5vwaoKIZ2fKwnSZznqRgQv {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #AuQANr2LlV1bJudxxfXKfm76Oawofb3U {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #pGcqONkuA8FL420Wol8T0oEAoBddDaZO {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #WEN8UyaJ6xQWzcIGJ9gqvP7Mp0pJkpPN {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #cwSdFaRTMe5016eJMT8ST8LZeKhCS55x {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #OA6RNx8Fu7Exa7yVcwAIKGh0E2Tro3Tf {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #JKVeVnA3HOnXFylxdCEyUpO1menTSV8J {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #NTu2dCTy8UKZgf8kQfTwwAkismREwy8m {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #bFx5JMMF1p9aXm82L8lTcvm4tBCuv71v {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #zOEhs9fgu1zZqxWGSe6ROt7kswcFJvGo {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #VXpZVCwlN5WEf5Fm6VRrFMICTFbvoRVE {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #CsfLCEpzsg68yZJDyslOfiGMUG7G0EBW {  }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl2HKRGLmJPb4UEwob0uQ3rrTuQGPnTs { width:33.3125rem;height:3.5rem;top:2.625rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzq7EThTr1dJVqhn6OycEJBLwEGGVuGm { display:block; }
 }@media only screen and (max-width: 763px) { #VFe5yrJNirhl3GIfg9XDUu3TUnSgxTb9 { top:7.3125rem;left:4.5rem;width:38.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7f5fde2-abc3-45d6-a30d-5e5466e7765a/bluegradienttravelPresentation1691.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR.adaptive-delivery-prevent-bg, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyload, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyloading { background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { width:20rem;height:4.875rem;top:9.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1THs0ldra2m0BIMnsITddUOU3dW2nmW { width:20rem;height:3.65625rem;top:15.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #rGCmOiFClbubFH4vgCOqTqVq1gF3X0eJ { width:20rem;height:0;top:42.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #c2Wk7I5Sc3QVZaofxtaeJ1w0yaFRUI08 { width:13.625rem;height:0;top:52.625rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #kSQZhUIrbzu8d5AKhTaOfmVpoSXUA3UM { width:17.6875rem;height:3.5rem;top:25.375rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlIXGTQ3VV5UnHRFoOG6rAsgHyDbnRGq { display:block; }
 }@media only screen and (max-width: 763px) { #bIKvWDLlJ8xGCONdyuiSQ4Fmy6CF2B3N { width:19.6875rem;height:1.3808625rem;top:20.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4tJGCPeo4EgxsaITyPOnreXsUG2gR6E { width:7.1875rem;height:7.1875rem;top:0.9375rem;left:5.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUOsqVGGteHqrnNOpqAQnhF0A41kOVxm { width:20rem;height:1.54345625rem;top:22.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { display:none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { width:20rem;height:216.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { width:20rem;height:3.8984375rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1KyFgfRV2TUZ2qPN1vryGf2VTnDWb3k { width:15.0625rem;height:1.7871125rem;top:22.8984375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0egusnil008bvOeAdDbVW424Hk9skig { width:17.9375rem;height:7.3095625rem;top:25.93555rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr3BUKbwoX9cBM9XkWWfyhu9zBc7A36d { width:20rem;height:4.875rem;top:6.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sNugDTrFqIdJlsNlcBTawKsTfGtTNk6d { width:9.1875rem;height:9.1875rem;top:12.4609375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knhz8dK9xy41511UiqVf58sz8GKDOOk6 { width:17.9375rem;height:7.3095625rem;top:93.4981375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxABqqpVfS3egXkfF4TTlr4ElBVC6h22 { width:15.0625rem;height:1.7871125rem;top:90.461025rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOp3yPCyK3m6shb32twIJolx9wvQvT7f { width:9.1875rem;height:9.1875rem;top:80.023525rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fatzc47McPlcrSS8fKORa4s2LtQTafvB { width:17.9375rem;height:8.7715rem;top:162.5236rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEQUwPLW6H7zXWSKBRA4GMkKHlkOep5A { width:15.0625rem;height:1.7871125rem;top:159.4864875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IACGVeXf6X8wZayPVe9ZLDb4WCeiiI7f { width:9.1875rem;height:9.1875rem;top:149.0489875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdNggIR6Rvfd0Z1wZNJRSTHsXnt4Vfky { width:17.9375rem;height:8.7715rem;top:115.531375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh0BqoWxzQuEL11QV5T2kq1Uo6n05pOc { width:17.9375rem;height:5.84765625rem;top:186.0197125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFEhqrqy3DyxkPfOplH37JT7w2A8qn4V { width:17.9375rem;height:7.3095625rem;top:47.9687875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc5MPc2dXEUSRE0l0NFdDbLkTA1yfveJ { width:15.0625rem;height:1.7871125rem;top:44.931675rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0efPWzbBiSfOxE7LR8XREEzV9OmIwUJ { width:15.0625rem;height:1.7871125rem;top:112.4942625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0gelgO2cuzIUfskDTg8v2UiQ5iyG9T7 { width:15.0625rem;height:1.7871125rem;top:182.9826rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqzAuKcT6lTdpsNfMxaVC16Nw76oEfR8 { width:9.1875rem;height:9.1875rem;top:34.494175rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhUSw52mrd9UHW8U0kC4BJLJXWUpvtaP { width:9.1875rem;height:9.1875rem;top:102.0567625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCq6oTnoqBwrV4VT5TIHfXrU5zPdgeHf { width:9.1875rem;height:9.1875rem;top:172.5451rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNwQIASRZoaXGI05lzed4BKLFnmsJnpu { width:17.9375rem;height:8.7715rem;top:139.0274875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ2Zw9lMeuXh9Qfy2Vd3XAs4Ko4lWnXp { width:17.9375rem;height:8.7715rem;top:206.59198125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt2JBfeK9RlSmmJpAnu7DUsQX00VOXKv { width:17.9375rem;height:8.7715rem;top:70.002025rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtaaMARytewrT1B5zhisTlcpB8OQG0mX { width:15.0625rem;height:1.7871125rem;top:66.9649125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs4xRd1WyftckDGqec5fPoxnVezFmgug { width:15.0625rem;height:1.7871125rem;top:135.990375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJdP3tdsqALBns5dxvAEWgsPzmT5SkNt { width:15.0625rem;height:1.7871125rem;top:203.55486875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUFg82u9FIn1oBALcHMWBThnRZf9BgLV { width:9.1875rem;height:9.1875rem;top:56.5274125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCguJFDLLpUxsUwhE4mHXScG9IwJuDK8 { width:9.1875rem;height:9.1875rem;top:125.552875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSMhs6gNWetr9HBxyWaMzAdB8GV2b1rm { width:9.1875rem;height:9.1875rem;top:193.11736875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbfpVTbTPQF0Kvs5bxNyIMMSbdatuvq1 { display:none; }#UbfpVTbTPQF0Kvs5bxNyIMMSbdatuvq1 > .row .container { width:20rem;height:218.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #flPvS5WDiyhkJfhggbK76tT0iIErT9H9 { width:20rem;height:5.84765625rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZvCJyPwIM9LBkU5MRCyBauwW36Tn2BE { width:15.0625rem;height:1.7871125rem;top:24.84765625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4WVJrmqfd6kXb73ReLQd0RliQiHTpIe { width:17.9375rem;height:7.3095625rem;top:27.88476875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0RGkWZfixtDScpFT235la44xSFrRAno { width:20rem;height:4.875rem;top:8.28515625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #AzzLPDMM978Cp8ttxTeisbFhxaoFawdl { width:9.1875rem;height:9.1875rem;top:14.41015625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfK5awyZRWHgXonBeocsqCQgk8TWwnf9 { width:17.9375rem;height:7.3095625rem;top:95.44735625rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2aMvke46dOotS4Mb9MTerKtRGRw5rXk { width:15.0625rem;height:1.7871125rem;top:92.41024375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTy4u524eBLXNTBGQdHp8g50VIwIuJns { width:9.1875rem;height:9.1875rem;top:81.97274375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoCdaTUR9a5mL77dm0stDwThfZMkJSh7 { width:17.9375rem;height:8.7715rem;top:163.00994375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SThHnRcWKzZnBWFgCqxWV4N1HCXRwtNG { width:15.0625rem;height:1.7871125rem;top:159.97283125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5mv5TGslB4TVIhEp5aRU8pnvsPFrDql { width:9.1875rem;height:9.1875rem;top:149.53533125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGKMKPutdkbeTTio2q4IctWzXuFyI4lg { width:17.9375rem;height:7.3095625rem;top:117.48059375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ALpAvUT2T95BTbKv1Ak25vKTTdT38g { width:17.9375rem;height:8.7715rem;top:186.50605625rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHvglV956ZnhGHFWXDfgOks4vZbWCbRG { width:17.9375rem;height:7.3095625rem;top:49.91800625rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3AgEOkX0JdUOe1mHL6F5cZbtCv9QhMf { width:15.0625rem;height:1.7871125rem;top:46.88089375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFyggZqlWlLmOSeESIHpvab2zTEgi8JF { width:15.0625rem;height:1.7871125rem;top:114.44348125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkRsM5WxOWrTTQ79ehHHnw7kGzBtEhJU { width:15.0625rem;height:1.7871125rem;top:183.46894375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTHvTe2wfvEHZrogyHD42GskSTbRRC8 { width:9.1875rem;height:9.1875rem;top:36.44339375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeRqQ1oTTgvx2ke5JH0tVaUn5kn9PXDA { width:9.1875rem;height:9.1875rem;top:104.00598125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnmuvStifqimorQxWR7caEA7niE5uy0e { width:9.1875rem;height:9.1875rem;top:173.03144375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqEy6c4XzUwtiB20IhBSok70smV44qfG { width:17.9375rem;height:8.7715rem;top:139.51383125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCgpDJ7CN9VSQIOsLnCFIMFhCzDsruda { width:17.9375rem;height:7.3095625rem;top:210.00216875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQxRvauRHRMvnBoxLrTo3VN0gfkX97wa { width:17.9375rem;height:8.7715rem;top:71.95124375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhZCg9kS6D4WAIHmpoFCv1ucehFCHNL7 { width:15.0625rem;height:1.7871125rem;top:68.91413125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI45hz2PSWWZospnqo7n8Tt8kBMhWoVd { width:15.0625rem;height:1.7871125rem;top:136.47671875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5QqWhS1PvgdEk07WpieqyQXb6mhdklz { width:15.0625rem;height:1.7871125rem;top:206.96505625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBgAF47deDycTKIsz0O7bUP86XiTvOKk { width:9.1875rem;height:9.1875rem;top:58.47663125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD0cQAbwifd6kCKUNTCyTrEkuF6RgbPX { width:9.1875rem;height:9.1875rem;top:126.03921875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClrXXPqwGOlGUiE4QoA1PoGXHOPDLWTF { width:9.1875rem;height:9.1875rem;top:196.52755625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o42zSqaC9oTbsllqegB6rCkG31eVCiqu { display:block; }#o42zSqaC9oTbsllqegB6rCkG31eVCiqu > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXta6BE3WgBg0or1Om8y6BGNKQtuDbVN { width:20rem;height:3.8994125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHqJ84tZ4JMyWUiI1tyUDTkmGpL9B7cf { width:13.625rem;height:14rem;top:6.3375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2zeSP8n6TPdipyOek5ZDzAhKirc218F { width:13.5625rem;height:14rem;top:36.8375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n14L4txUl24TXnHWtzF5eQXVxHncafMg { width:13.5625rem;height:14rem;top:67.3375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXQt7l16MWy1DVmcJJzG7srXTmGbNhmP { width:13.5625rem;height:14rem;top:21.5875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzg1kc5KEgEwSPi0LOSTGpivy3dpTDtJ { width:13.5625rem;height:14rem;top:52.0875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE { display:block; }#E3WIuxwsQI4bdF4qOFOhHIZbMAu7NpSE > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GB8G0UrKKIHg2gcTOGNy0lVsPC8aC9iD { width:20rem;height:3.8994125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpETDdgy4wWhtsNKcCtqFgr0Zfs6IIoN { width:20rem;height:9.098625rem;top:6.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #MSW36AD5IwWW99Z5fmwJOzWScsCeP35h { width:11.875rem;height:17.875rem;top:17.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd3BUX8UkLBEUe9wkXLEXKZkIwxs3NTO { width:17.9375rem;height:2.923825rem;top:39.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3VJW8Tty7NN392zkG8y1mZgOUUExy4E { width:15.0625rem;height:1.7871125rem;top:36.625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSFKZ0TP86fxwfGmLTl8aOoqpAvZ9kuy { width:15.0625rem;height:1.7871125rem;top:63.5625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doqQeKr9kK0L8r3ZzKcBomNWdwCbSxKU { width:11.875rem;height:17.875rem;top:44.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU1aXFhcNZSK4qOgJbZE1RZNrMdMeX3A { width:17.9375rem;height:1.4624rem;top:66.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh { display:block; }#Z8x2rszegCFmf5mDv6r7UvDt4XpUNZIh > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IN6xXn4fIfXU2N8abtWkhVFRz2kH61Fc { width:20rem;height:3.8994125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp3N2wTwTkdHEiLt5FxHqvfCzS4ACG0y { width:20rem;height:6.499rem;top:6.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #UyAUoFZLIxW4UBnsgVTd5TAF7X6ffixS { width:20rem;height:19rem;top:6.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi { display:block; }#F71uXBEQ5t6qxaqdaavd7eSq8iKNI9Pi > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axUiyFiisCKm5uEJWfZJE1emxkTW28Ua { width:20rem;height:3.8994125rem;top:34.9873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #doMuKsN5NxVdUgRD6LMt4wQcB9Z5MmWC { width:20rem;height:32.5rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzOuD6c4qteXb8MuwC63O7QCue4Et9VK { width:19.875rem;height:14.0625rem;top:1.3125rem;left:0rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dH4SMcTckEx0CiT8BxeFrDGTwBgzgkHy { width:19.6875rem;height:14.0625rem;top:16.9375rem;left:0rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX { display:block; }#Wk3y9hxSxNxshiDF5SiLVyOkTXpcSVVX > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7Xouvuxq09UsZOOEaz38nbWdcgUyb7z { width:20rem;height:3.57421875rem;top:16.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3QrGTlyWxS7U9J3HQyEIDaZO4h44L0L { width:20rem;height:4.1425875rem;top:23.0234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOC7FDH0LoVyXUDE2RrU1I7GwesnX8kT { width:13.0625rem;height:8.6875rem;top:29.521484375rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3RqBIeSgoGTpeOv2hJQ0o9Jl6CRKXMz { width:9.5625rem;height:9.5625rem;top:26.5185546875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZXVviIpgqDHC4ZFEmtEuwQHe6LdeqrR { width:20rem;height:13.5590625rem;top:36.8935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSqGlpmiGVTvLhOtel6DdLGXakM19Uc { width:15.3125rem;height:15.3125rem;top:50.4521484375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUwLcpFAySaNyankwCrZfU3znoWmRzOm { width:10.375rem;height:10.375rem;top:47.6396484375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIb3MkNU0qUvlpcZhgQQsTUGgJTS9Q2L { width:5.3125rem;height:5.3125rem;top:50.4521484375rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug { display:block; }#Gzk52kFgGBEzqrBh0mv0wAuovMQnHTug > .row .container { width:20rem;height:104.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNwrlInthohIXUnE86IFBPV7kQKmevXk { width:20rem;height:1.94970625rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTgM0nsFNgJan6QT3TJGToTwk5cqOdDy { width:13.3125rem;height:23.875rem;top:4.38671875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRR9aNBW5zcCNPqcA9fnfuUlT5VA8vg9 { width:13.3125rem;height:23.875rem;top:29.51171875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2tTtMIyDEoL57ffNWqu3xk3IQPKGtFX { width:13.3125rem;height:23.875rem;top:54.63671875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy5aBrO2qdDNmtlJgTlBtNsLuHbAS60M { width:13.3125rem;height:23.875rem;top:79.76171875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqpnCgvMb5p720SR5GVatCOuBxC5R72c { display:block; }#rqpnCgvMb5p720SR5GVatCOuBxC5R72c > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTaapiC97BCoz3TQJpPN0uhfDXfbmrug { width:17.375rem;height:3.1875rem;top:1.5000004768372rem;left:1.3125000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb714QxOl5gRfIyJfHA0uyQ0qvAOSHAZ { display:block; }
 }@media only screen and (max-width: 763px) { #G3hgd8a1Hac9t8a0AX88XEwczHhrudOa { display:block; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgIlOQOLwpcl1RmwuVoX6D1bP3J03eTT { width:20rem;height:1.7rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQwPbr8ls3Px3ptkgZKO9cJ5ndTzKzKO { width:20rem;height:2.0125rem;top:2.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-desc-text { font-size:0.875rem;height:auto; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR { display:flex;height:auto;width:20rem;top:6.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #x7OCFNXPE3ikQquFlfqmkI0MS5teUvAC {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #pExysOWSZwPEyNPpykLHIRPrDz8C2KTC {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #SLdSazZG3bhoRcTqbO1QdMR37uwrQN9o {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #g5598qg7FUtuXCzxMwvNBBtth239LmwB {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #CVJEoVTONGpcToD8ad7ouIGy1yAQfBfa {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #eFqCqAFdp1aQbFxlg2LO0U3AXcDGyoqN {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #vvOp2P8MvfmkLXrS1LLUd6szEVHfFSoN {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #EO5vgpulQk61zIBrJlhaHI1mKnLebFeA {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #WqSOkC8LqbA76lzrRoBqeMCnCdxPTW1S {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #sM9xgSFVykrTJPxFlR4PZ4N1prF0qOKr {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #rrkiyLu9HsF3EZPDFXPlEhCJMxCWRubT {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #ihNdlLWUeuAJB2ET46fM7cCkxiTskh6C {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #TUIytufP3HVWel3wm98U0FyK83I8fTbb {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #ylTKFcS6idtx2LihtTNGy22OV156RztE {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #gLaOOwlmWiPw29k0o1TWGOe5ecHkniZS {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #Nm8RUMgyMgoJu8zGO6uVGatLiy02hD2T {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #yUZDylKuuFiJLwx2Zxhv4Kh9FAn16bNd {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #PF749weTGpVQ6t1ZJWrwHf1yZdUCNTd2 {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #PTHqoU2BkJ5vwaoKIZ2fKwnSZznqRgQv {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #AuQANr2LlV1bJudxxfXKfm76Oawofb3U {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #pGcqONkuA8FL420Wol8T0oEAoBddDaZO {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #WEN8UyaJ6xQWzcIGJ9gqvP7Mp0pJkpPN {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #cwSdFaRTMe5016eJMT8ST8LZeKhCS55x {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #OA6RNx8Fu7Exa7yVcwAIKGh0E2Tro3Tf {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #JKVeVnA3HOnXFylxdCEyUpO1menTSV8J {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #NTu2dCTy8UKZgf8kQfTwwAkismREwy8m {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #bFx5JMMF1p9aXm82L8lTcvm4tBCuv71v {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #zOEhs9fgu1zZqxWGSe6ROt7kswcFJvGo {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #VXpZVCwlN5WEf5Fm6VRrFMICTFbvoRVE {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #CsfLCEpzsg68yZJDyslOfiGMUG7G0EBW {  }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl2HKRGLmJPb4UEwob0uQ3rrTuQGPnTs { width:20rem;height:4.0625rem;top:2.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzq7EThTr1dJVqhn6OycEJBLwEGGVuGm { display:block; }
 }@media only screen and (max-width: 763px) { #VFe5yrJNirhl3GIfg9XDUu3TUnSgxTb9 { width:20rem;height:0.625rem;top:7.5625rem;left:0rem;display:block; }
 }