.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:242,224,224;--color-primary-1:211,153,152;--color-primary-2:167,50,49;--color-primary-3:84,25,25;--color-primary-4:25,8,7;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#0f2233;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f2233;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; }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row .container { background-color: transparent; background-image: none; }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row .container > .video-iframe-container { display: none; }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row > .video-iframe-container { display: none; }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .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); }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row .container { border-width: 0; border-radius: 0; }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#Q16C4Kf3va7TKPGaACreUxO0KwPH5x4l { color:#ba9b64;display:block;width:75rem;position:absolute;font-family:bitter;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F4DqFU2O9A5ItNhE79Ns4dTGnds6XO6W { color:rgba(var(--color-tertiary-0),1);display:block;width:46.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6864013671875rem;left:14.186401367188rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mDK2VEr00qA1XoKHMN4O69BXsUbvebxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#mDK2VEr00qA1XoKHMN4O69BXsUbvebxT > .row .container { background-color: transparent; background-image: none; }#mDK2VEr00qA1XoKHMN4O69BXsUbvebxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDK2VEr00qA1XoKHMN4O69BXsUbvebxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDK2VEr00qA1XoKHMN4O69BXsUbvebxT > .row .container > .video-iframe-container { display: none; }#mDK2VEr00qA1XoKHMN4O69BXsUbvebxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDK2VEr00qA1XoKHMN4O69BXsUbvebxT > .row > .video-iframe-container { display: none; }#mDK2VEr00qA1XoKHMN4O69BXsUbvebxT > .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); }#mDK2VEr00qA1XoKHMN4O69BXsUbvebxT > .row .container { border-width: 0; border-radius: 0; }#mDK2VEr00qA1XoKHMN4O69BXsUbvebxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDK2VEr00qA1XoKHMN4O69BXsUbvebxT > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#M0JhkAzNHUxe7CEhgVB1UJqdC8eA0Gak { position:absolute;display:block;z-index:15005;background-color:#ba9b64;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.4375rem;width:31rem;top:3.8125rem;left:22rem;display:block; }
#bMtx3qSWXhm77zi9WRTX3p0xTJUnfy6q { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g > .row .container { background-color: transparent; background-image: none; }#esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g > .row .container > .video-iframe-container { display: none; }#esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g > .row > .video-iframe-container { display: none; }#esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g > .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); }#esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g > .row .container { border-width: 0; border-radius: 0; }#esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#ks2bo1rGHC2LonbQd1ot7tR9JymLNkgM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.75rem;width:60rem;top:1.625rem;left:7.5rem;display:block; }
#yZB136rnFpuwrDgDRhpunDHGsfOh28Ju { position:relative;display:block; }#yZB136rnFpuwrDgDRhpunDHGsfOh28Ju { background-color: transparent; background-image: none; }#yZB136rnFpuwrDgDRhpunDHGsfOh28Ju::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZB136rnFpuwrDgDRhpunDHGsfOh28Ju > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZB136rnFpuwrDgDRhpunDHGsfOh28Ju > .row .container > .video-iframe-container { display: none; }#yZB136rnFpuwrDgDRhpunDHGsfOh28Ju > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZB136rnFpuwrDgDRhpunDHGsfOh28Ju > .row > .video-iframe-container { display: none; }#yZB136rnFpuwrDgDRhpunDHGsfOh28Ju > .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); }#yZB136rnFpuwrDgDRhpunDHGsfOh28Ju { border-width: 0; border-radius: 0; }#yZB136rnFpuwrDgDRhpunDHGsfOh28Ju > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yZB136rnFpuwrDgDRhpunDHGsfOh28Ju > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f2233;background-image:none;font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cr7NKvB9hWM4mB7vsqNqlwAJhJ7qHI13 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1855625rem;width:17.0625rem;top:0.625rem;left:29rem;overflow:hidden;display:block; }
#P6QPZf4aT4Z7p9dPEPsOWassd82xkQqc { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:1.95rem;top:3.25rem;left:32.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Klxzu5lThZppidU6RQvs0ruB5BrzKSiS { position:absolute;display:block;z-index:15034;height:4.49978125rem;width:15.3103125rem;top:1.9661458730698rem;left:29.843753814698rem;display:block; }
#FwxLSZIAtSggBs1hMTNpEHnia1QZgbul { position:relative;display:block; }#FwxLSZIAtSggBs1hMTNpEHnia1QZgbul { background-color: transparent; background-image: none; }#FwxLSZIAtSggBs1hMTNpEHnia1QZgbul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwxLSZIAtSggBs1hMTNpEHnia1QZgbul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwxLSZIAtSggBs1hMTNpEHnia1QZgbul > .row .container > .video-iframe-container { display: none; }#FwxLSZIAtSggBs1hMTNpEHnia1QZgbul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwxLSZIAtSggBs1hMTNpEHnia1QZgbul > .row > .video-iframe-container { display: none; }#FwxLSZIAtSggBs1hMTNpEHnia1QZgbul > .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); }#FwxLSZIAtSggBs1hMTNpEHnia1QZgbul { border-width: 0; border-radius: 0; }#FwxLSZIAtSggBs1hMTNpEHnia1QZgbul > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FwxLSZIAtSggBs1hMTNpEHnia1QZgbul > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ba9b64;background-image:none;font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ir8FoyzTAOpXR46PrRuTH1NXUSJnaeW8 { color:#0f2233;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.3093757629394rem;left:19.530468940735rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ES9xQdBoS4gGqgXWu8EXv0pF5AIvXmAK { position:absolute;display:block;z-index:15012;background-color:#0f2233;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.8125rem;width:12.5rem;top:7.6875rem;left:25.3125rem;display:block; }
#bayrXG58vlABmTV0QLDCU3LnD2bE1hEN { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7a0a96bb-2489-4728-83e7-7faad9737a04/JoshHess.jpg");background-position:center left !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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.25rem;width:21.25rem;top:9.3125rem;left:26.8125rem;display:block; }#bayrXG58vlABmTV0QLDCU3LnD2bE1hEN.adaptive-delivery-prevent-bg, #bayrXG58vlABmTV0QLDCU3LnD2bE1hEN.lazyload, #bayrXG58vlABmTV0QLDCU3LnD2bE1hEN.lazyloading { background-image: none; }
#D6vT7kTqsH71kFJBl56XiW35mkFne44e { position:absolute;display:block;z-index:15011;background-color:#0f2233;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.8125rem;width:12.5rem;top:17.3125rem;left:37.1875rem;display:block; }
#APXr6q4kHERVkbsbMTo16MpUbodRhuBa { color:#0f2233;display:block;width:14.184375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:33.125003814698rem;left:30.407811164856rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#d9d57bf53cc82c5c0d777df16190b0575b3fcf3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#d9d57bf53cc82c5c0d777df16190b0575b3fcf3c > .row .container { background-color: transparent; background-image: none; }#d9d57bf53cc82c5c0d777df16190b0575b3fcf3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9d57bf53cc82c5c0d777df16190b0575b3fcf3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9d57bf53cc82c5c0d777df16190b0575b3fcf3c > .row .container > .video-iframe-container { display: none; }#d9d57bf53cc82c5c0d777df16190b0575b3fcf3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9d57bf53cc82c5c0d777df16190b0575b3fcf3c > .row > .video-iframe-container { display: none; }#d9d57bf53cc82c5c0d777df16190b0575b3fcf3c > .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); }#d9d57bf53cc82c5c0d777df16190b0575b3fcf3c > .row .container { border-width: 0; border-radius: 0; }#d9d57bf53cc82c5c0d777df16190b0575b3fcf3c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d9d57bf53cc82c5c0d777df16190b0575b3fcf3c > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#BgmRvbaJK712AKJUElWoCy6y6BDwWTwC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f2233;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; }#BgmRvbaJK712AKJUElWoCy6y6BDwWTwC > .row .container { background-color: transparent; background-image: none; }#BgmRvbaJK712AKJUElWoCy6y6BDwWTwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgmRvbaJK712AKJUElWoCy6y6BDwWTwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgmRvbaJK712AKJUElWoCy6y6BDwWTwC > .row .container > .video-iframe-container { display: none; }#BgmRvbaJK712AKJUElWoCy6y6BDwWTwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgmRvbaJK712AKJUElWoCy6y6BDwWTwC > .row > .video-iframe-container { display: none; }#BgmRvbaJK712AKJUElWoCy6y6BDwWTwC > .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); }#BgmRvbaJK712AKJUElWoCy6y6BDwWTwC > .row .container { border-width: 0; border-radius: 0; }#BgmRvbaJK712AKJUElWoCy6y6BDwWTwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BgmRvbaJK712AKJUElWoCy6y6BDwWTwC > .row .container { font-size:0.875rem;font-family:arial;height:83.75rem;width:75rem;position:relative;display:block; }#PXp5lTnPaWN11sznqTGJmul10909JXRt { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9e', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9e', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:3rem;left:11.8125rem;display:block; }
#OXRBSqShmxh65OcSq8nBZc8RRvW9NTyr { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.625rem;left:11.6875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#plMATrmT9n0VUBeMamxMe5HKHTDfh5vL { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:45.625rem;top:3rem;left:17.8125rem;display:block; }
#hTMt9o6wrfwzDuu5WIfqVgzsxx3IOZP4 { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.1354146003723rem;left:19.250001907349rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tHffaD1I83HrIPFoXwoN3dhmiIhKJoS6 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9e', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9e', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:13.9375rem;left:11.9375rem;display:block; }
#q0PLqe4TrgaNOmfffSTfbfrzEZVXkEMl { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.556246757508rem;left:11.686718940735rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZvFyCeuKVKavV1LC42Cnv2xsAcXNNixq { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:45.625rem;top:13.9375rem;left:17.8125rem;display:block; }
#kkUwKivwa9m4gchaTM3oPtTQx3IJMJ4V { color:rgba(var(--color-primary-3),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:16.5rem;left:21.4375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTx8076JpoWneJmuMrwourRIRhBiEm5M { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9e', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9e', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:24.9375rem;left:11.75rem;display:block; }
#bvKg2hBqJACtAUCGnypQNroF5O8LX6fd { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.5625rem;left:11.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CUbACbRkqI306SoRwLw5pCJqJ6FAQTSc { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:45.625rem;top:24.6875rem;left:17.8125rem;display:block; }
#UTFxK9CFHV18b4iuqyddqOauOawLXpbf { color:rgba(var(--color-primary-3),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.625rem;left:23.125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITBXZgBTGGHxk7qR3GfmKtGKTCdB68cd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:28.0625rem;left:40.875rem; }
#ITBXZgBTGGHxk7qR3GfmKtGKTCdB68cd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TNydf45BcpvQyGnTI8pVXLvSXTdVqER6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.0625rem;left:45.625rem; }
#TNydf45BcpvQyGnTI8pVXLvSXTdVqER6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#UrtsEnOyBJrNFxIlEdRyVvNCJGFSvQXf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:28.0625rem;left:50.1875rem; }
#UrtsEnOyBJrNFxIlEdRyVvNCJGFSvQXf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#yWHytpiCqgbauTMdkzd8PleAaFuPeJLf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:28rem;left:55.375rem; }
#yWHytpiCqgbauTMdkzd8PleAaFuPeJLf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#kqSygzPByzp6cwRJ4zeKt5dduu0Tg8EA { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.875rem;width:45.625rem;top:35.9375rem;left:17.75rem;display:block; }
#HgXsxaB5HTDITCgWsgXwEbJp4daxGGwg { color:rgba(var(--color-primary-3),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:38.5rem;left:22.8125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HMtcDmvtzbIu4ttomN0tVSc7QDLyKztd { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9e', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9e', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:35.9375rem;left:11.75rem;display:block; }
#xwZuf5BdVg6yfHKzoaZWf35ThOrSJumH { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:36.5625rem;left:11.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AAByd974QMvcy7PQlZOHXAxbEINyGFTo { color:rgba(var(--color-primary-3),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:45.75rem;left:22.8125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k7J113OwX4gkN2eDCkGCrNpgOBT1GDry { color:rgba(var(--color-primary-3),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:40.875rem;left:22.1875rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DrAIKsKRXebqSJWiGELDFbk7TfQrJCTe { color:rgba(var(--color-primary-3),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:48.3125rem;left:22.8125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ju9OKCaztB0MdpEllOUth9hrIFsAOhyk { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9e', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9e', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:54.5rem;left:11.8125rem;display:block; }
#Qh1NOqdRb2Az4a3q1AG0G4R354qqsb4M { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:55.125rem;left:11.6875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OhLfylKPvya0i2X7G9USFtTGMNGoyTlN { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.375rem;width:45.625rem;top:54.5rem;left:17.8125rem;display:block; }
#Q6gViZG2s1rVM3MLlD3TCTqwAdKRrHJJ { color:rgba(var(--color-primary-3),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:56.8125rem;left:19.3125rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VRhAlrystrW6CO5iUOu8Tp5QaQ38L1pV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:59.0625rem;left:48.75rem;display:block; }
#txsOO8TlAxEJXES2idIFHRy4uHJkKh2z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tqb7q1fVItBAsQxlphnAbSUuUq5GQpbv { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9e', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9e', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #005a9e, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:68.5625rem;left:11.8125rem;display:block; }
#GIIgDyCWUu0OoTNvTbWB7xL6OgnVG1OT { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:69.1875rem;left:11.6875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uEasCItTJumPIu31JTpVOA8PoMZDFWNt { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:45.625rem;top:68.5625rem;left:17.8125rem;display:block; }
#ae9ySluS9RINeCNIDi0xAF5sldqu981W { color:rgba(var(--color-primary-3),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:71.1875rem;left:20.875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7KFI8ozXXgaoNU9uINxvlJ8m9JypDS6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:71.625rem;left:47.75rem; }
#w7KFI8ozXXgaoNU9uINxvlJ8m9JypDS6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#S0PpDXGfQXPA4l3tWtdbKmHfdH78DMNk { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:45.625rem;top:13.9375rem;left:17.811718940735rem;display:block; }
#tTZozBNC7Horo64arMGLeknK5v67eAx5 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:45.625rem;top:24.9375rem;left:17.75rem;display:block; }
#bqA2DN79C2BEG3Pvo3rDdSDg5CiAFV97 { box-sizing:content-box;height:82.8125rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#ba9b64;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.68671989440919rem;left:0rem;display:block; }
#lbVbTwnc7LvWyIgGh7kucRQtyOk69App { position:relative;display:block; }#lbVbTwnc7LvWyIgGh7kucRQtyOk69App { background-color: transparent; background-image: none; }#lbVbTwnc7LvWyIgGh7kucRQtyOk69App::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbVbTwnc7LvWyIgGh7kucRQtyOk69App > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbVbTwnc7LvWyIgGh7kucRQtyOk69App > .row .container > .video-iframe-container { display: none; }#lbVbTwnc7LvWyIgGh7kucRQtyOk69App > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbVbTwnc7LvWyIgGh7kucRQtyOk69App > .row > .video-iframe-container { display: none; }#lbVbTwnc7LvWyIgGh7kucRQtyOk69App > .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); }#lbVbTwnc7LvWyIgGh7kucRQtyOk69App { border-width: 0; border-radius: 0; }#lbVbTwnc7LvWyIgGh7kucRQtyOk69App > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lbVbTwnc7LvWyIgGh7kucRQtyOk69App > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f2233;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wG6uOzUPNvRN9ey32EPV6eMTzO690sTN { color:rgba(var(--color-secondary-2),1);display:block;width:37.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:1.375rem;left:18.813281059265rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y { position:relative;display:block; }#EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y { background-color: transparent; background-image: none; }#EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y > .row .container > .video-iframe-container { display: none; }#EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y > .row > .video-iframe-container { display: none; }#EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y > .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); }#EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y { border-width: 0; border-radius: 0; }#EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f2233;background-image:none;font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NkUqnzTd4IRQ8QmiW2BcklnKH7J7hkrE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1855625rem;width:17.0625rem;top:0.625rem;left:29rem;overflow:hidden;display:block; }
#VVpeCGDIFWQtUDc1vaJXPWt2rvRk4KQt { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:1.95rem;top:3.25rem;left:32.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D7GUCx9sB7tHINmKw0x7285wUv6s4tW6 { position:absolute;display:block;z-index:15034;height:4.49978125rem;width:15.3103125rem;top:1.9661458730698rem;left:29.843753814698rem;display:block; }
#Za761cb2706c0668ade152b7a152065d2376c2ee { position:relative;display:block; }#Za761cb2706c0668ade152b7a152065d2376c2ee { background-color: transparent; background-image: none; }#Za761cb2706c0668ade152b7a152065d2376c2ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za761cb2706c0668ade152b7a152065d2376c2ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za761cb2706c0668ade152b7a152065d2376c2ee > .row .container > .video-iframe-container { display: none; }#Za761cb2706c0668ade152b7a152065d2376c2ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za761cb2706c0668ade152b7a152065d2376c2ee > .row > .video-iframe-container { display: none; }#Za761cb2706c0668ade152b7a152065d2376c2ee > .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); }#Za761cb2706c0668ade152b7a152065d2376c2ee { border-width: 0; border-radius: 0; }#Za761cb2706c0668ade152b7a152065d2376c2ee > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Za761cb2706c0668ade152b7a152065d2376c2ee > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f2233;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr { display:block; }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q16C4Kf3va7TKPGaACreUxO0KwPH5x4l { top:1.75rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4DqFU2O9A5ItNhE79Ns4dTGnds6XO6W { top:6.625rem;left:0.561279296875rem;width:46.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDK2VEr00qA1XoKHMN4O69BXsUbvebxT { display:block; }#mDK2VEr00qA1XoKHMN4O69BXsUbvebxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0JhkAzNHUxe7CEhgVB1UJqdC8eA0Gak { top:3.8125rem;left:8.375rem;width:31rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMtx3qSWXhm77zi9WRTX3p0xTJUnfy6q { top:0.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g { display:block; }#esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks2bo1rGHC2LonbQd1ot7tR9JymLNkgM { top:1.625rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZB136rnFpuwrDgDRhpunDHGsfOh28Ju { display:block; }#yZB136rnFpuwrDgDRhpunDHGsfOh28Ju > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cr7NKvB9hWM4mB7vsqNqlwAJhJ7qHI13 { top:0.625rem;left:15.375rem;width:17.0625rem;height:7.1855625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6QPZf4aT4Z7p9dPEPsOWassd82xkQqc { top:3.25rem;left:18.8125rem;width:7.8125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Klxzu5lThZppidU6RQvs0ruB5BrzKSiS { top:1.9375rem;left:16.218753814698rem;width:15.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwxLSZIAtSggBs1hMTNpEHnia1QZgbul { display:block; }#FwxLSZIAtSggBs1hMTNpEHnia1QZgbul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ir8FoyzTAOpXR46PrRuTH1NXUSJnaeW8 { top:3.25rem;left:5.9054689407349rem;width:35.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES9xQdBoS4gGqgXWu8EXv0pF5AIvXmAK { top:7.6875rem;left:11.6875rem;width:12.5rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bayrXG58vlABmTV0QLDCU3LnD2bE1hEN { top:9.3125rem;left:13.1875rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6vT7kTqsH71kFJBl56XiW35mkFne44e { top:17.3125rem;left:23.5625rem;width:12.5rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APXr6q4kHERVkbsbMTo16MpUbodRhuBa { top:33.125rem;left:16.782811164856rem;width:14.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9d57bf53cc82c5c0d777df16190b0575b3fcf3c { display:block; }#d9d57bf53cc82c5c0d777df16190b0575b3fcf3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgmRvbaJK712AKJUElWoCy6y6BDwWTwC { display:block; }#BgmRvbaJK712AKJUElWoCy6y6BDwWTwC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXp5lTnPaWN11sznqTGJmul10909JXRt { top:3rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXRBSqShmxh65OcSq8nBZc8RRvW9NTyr { top:3.625rem;left:0rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plMATrmT9n0VUBeMamxMe5HKHTDfh5vL { top:3rem;left:2.125rem;width:45.625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMt9o6wrfwzDuu5WIfqVgzsxx3IOZP4 { top:6.125rem;left:5.6250019073486rem;width:39rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHffaD1I83HrIPFoXwoN3dhmiIhKJoS6 { top:13.9375rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0PLqe4TrgaNOmfffSTfbfrzEZVXkEMl { top:14.5rem;left:0rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFyCeuKVKavV1LC42Cnv2xsAcXNNixq { top:13.9375rem;left:2.125rem;width:45.625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkUwKivwa9m4gchaTM3oPtTQx3IJMJ4V { top:16.5rem;left:7.8124990463256rem;width:34.625rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTx8076JpoWneJmuMrwourRIRhBiEm5M { top:24.9375rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvKg2hBqJACtAUCGnypQNroF5O8LX6fd { top:25.5625rem;left:0rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUbACbRkqI306SoRwLw5pCJqJ6FAQTSc { top:24.6875rem;left:2.125rem;width:45.625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTFxK9CFHV18b4iuqyddqOauOawLXpbf { top:27.625rem;left:9.5rem;width:11.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBXZgBTGGHxk7qR3GfmKtGKTCdB68cd { top:28.0625rem;left:27.25rem;width:3.125rem;height:3.125rem;display:block; }
#ITBXZgBTGGHxk7qR3GfmKtGKTCdB68cd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TNydf45BcpvQyGnTI8pVXLvSXTdVqER6 { top:28.0625rem;left:32rem;width:3.125rem;height:3.125rem;display:block; }
#TNydf45BcpvQyGnTI8pVXLvSXTdVqER6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #UrtsEnOyBJrNFxIlEdRyVvNCJGFSvQXf { top:28.0625rem;left:36.5625rem;width:3.125rem;height:3.125rem;display:block; }
#UrtsEnOyBJrNFxIlEdRyVvNCJGFSvQXf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #yWHytpiCqgbauTMdkzd8PleAaFuPeJLf { top:28rem;left:41.75rem;width:3.125rem;height:3.125rem;display:block; }
#yWHytpiCqgbauTMdkzd8PleAaFuPeJLf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #kqSygzPByzp6cwRJ4zeKt5dduu0Tg8EA { top:35.9375rem;left:2.125rem;width:45.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgXsxaB5HTDITCgWsgXwEbJp4daxGGwg { top:38.5rem;left:9.1875rem;width:26.8125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMtcDmvtzbIu4ttomN0tVSc7QDLyKztd { top:35.9375rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwZuf5BdVg6yfHKzoaZWf35ThOrSJumH { top:36.5625rem;left:0rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAByd974QMvcy7PQlZOHXAxbEINyGFTo { top:45.75rem;left:9.1875rem;width:31.1875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7J113OwX4gkN2eDCkGCrNpgOBT1GDry { top:40.875rem;left:8.5625rem;width:36.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrAIKsKRXebqSJWiGELDFbk7TfQrJCTe { top:48.3125rem;left:9.1875rem;width:31.1875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju9OKCaztB0MdpEllOUth9hrIFsAOhyk { top:54.5rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh1NOqdRb2Az4a3q1AG0G4R354qqsb4M { top:55.125rem;left:0rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhLfylKPvya0i2X7G9USFtTGMNGoyTlN { top:54.5rem;left:2.125rem;width:45.625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6gViZG2s1rVM3MLlD3TCTqwAdKRrHJJ { top:56.8125rem;left:5.6875rem;width:28.4375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRhAlrystrW6CO5iUOu8Tp5QaQ38L1pV { width:13.125rem;height:3.4375rem;top:59.0625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txsOO8TlAxEJXES2idIFHRy4uHJkKh2z { display:block; }
 }@media only screen and (max-width: 763px) { #Tqb7q1fVItBAsQxlphnAbSUuUq5GQpbv { top:68.5625rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIIgDyCWUu0OoTNvTbWB7xL6OgnVG1OT { top:69.1875rem;left:0rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEasCItTJumPIu31JTpVOA8PoMZDFWNt { top:68.5625rem;left:2.125rem;width:45.625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae9ySluS9RINeCNIDi0xAF5sldqu981W { top:71.1875rem;left:7.25rem;width:23.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7KFI8ozXXgaoNU9uINxvlJ8m9JypDS6 { top:71.625rem;left:34.125rem;width:3.125rem;height:3.125rem;display:block; }
#w7KFI8ozXXgaoNU9uINxvlJ8m9JypDS6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #S0PpDXGfQXPA4l3tWtdbKmHfdH78DMNk { top:13.9375rem;left:2.125rem;width:45.625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTZozBNC7Horo64arMGLeknK5v67eAx5 { top:24.9375rem;left:2.125rem;width:45.625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqA2DN79C2BEG3Pvo3rDdSDg5CiAFV97 { top:0.625rem;left:0rem;width:47.75rem;height:82.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbVbTwnc7LvWyIgGh7kucRQtyOk69App { display:block; }#lbVbTwnc7LvWyIgGh7kucRQtyOk69App > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wG6uOzUPNvRN9ey32EPV6eMTzO690sTN { top:1.375rem;left:5.1875rem;width:37.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y { display:block; }#EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkUqnzTd4IRQ8QmiW2BcklnKH7J7hkrE { top:0.625rem;left:15.375rem;width:17.0625rem;height:7.1855625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVpeCGDIFWQtUDc1vaJXPWt2rvRk4KQt { top:3.25rem;left:18.8125rem;width:7.8125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7GUCx9sB7tHINmKw0x7285wUv6s4tW6 { top:1.9375rem;left:16.218753814698rem;width:15.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za761cb2706c0668ade152b7a152065d2376c2ee { display:block; }#Za761cb2706c0668ade152b7a152065d2376c2ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr { background-color:transparent;background-image:none;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; }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row .container { background-color: transparent; background-image: none; }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row .container > .video-iframe-container { display: none; }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row > .video-iframe-container { display: none; }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .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); }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row .container { border-width: 0; border-radius: 0; }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvWeKC2RHgSr8TUIdWrMlGfAdHdTo3Tr > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q16C4Kf3va7TKPGaACreUxO0KwPH5x4l { width:20rem;height:2.4375rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4DqFU2O9A5ItNhE79Ns4dTGnds6XO6W { width:19.4995rem;height:3.25rem;top:4.6875rem;left:0.2490234375rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mDK2VEr00qA1XoKHMN4O69BXsUbvebxT { display:block; }#mDK2VEr00qA1XoKHMN4O69BXsUbvebxT > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0JhkAzNHUxe7CEhgVB1UJqdC8eA0Gak { width:20rem;height:0.3125rem;top:5.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMtx3qSWXhm77zi9WRTX3p0xTJUnfy6q { width:16.8125rem;height:3rem;top:2.05078125rem;left:1.59375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g { display:block; }#esJfNrcWvBf72pJ3WgZRz1gdGvJgwd0g > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks2bo1rGHC2LonbQd1ot7tR9JymLNkgM { height:10.8125rem;width:20rem;top:1.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZB136rnFpuwrDgDRhpunDHGsfOh28Ju { display:block; }#yZB136rnFpuwrDgDRhpunDHGsfOh28Ju > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cr7NKvB9hWM4mB7vsqNqlwAJhJ7qHI13 { width:17.0625rem;height:7.18725rem;top:1.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6QPZf4aT4Z7p9dPEPsOWassd82xkQqc { top:3.125rem;left:3.75rem;width:10.9375rem;height:1.95rem;z-index:15035;font-family:roboto;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Klxzu5lThZppidU6RQvs0ruB5BrzKSiS { width:15.3125rem;height:4.49921875rem;top:2.5625rem;left:2.3125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #FwxLSZIAtSggBs1hMTNpEHnia1QZgbul { display:block; }#FwxLSZIAtSggBs1hMTNpEHnia1QZgbul > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ir8FoyzTAOpXR46PrRuTH1NXUSJnaeW8 { width:18.1875rem;height:4.0625rem;top:1.1742187738419rem;left:0.90546876192094rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ES9xQdBoS4gGqgXWu8EXv0pF5AIvXmAK { width:9.75rem;height:11.5625rem;top:6.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bayrXG58vlABmTV0QLDCU3LnD2bE1hEN { width:16.062rem;height:16.062rem;top:8.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6vT7kTqsH71kFJBl56XiW35mkFne44e { width:12.5rem;height:10.9375rem;top:14.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APXr6q4kHERVkbsbMTo16MpUbodRhuBa { width:12.1875rem;height:2.03125rem;top:26.490627884865rem;left:3.9062500596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d9d57bf53cc82c5c0d777df16190b0575b3fcf3c { display:block; }#d9d57bf53cc82c5c0d777df16190b0575b3fcf3c > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgmRvbaJK712AKJUElWoCy6y6BDwWTwC { display:block; }#BgmRvbaJK712AKJUElWoCy6y6BDwWTwC > .row .container { width:20rem;height:99rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXp5lTnPaWN11sznqTGJmul10909JXRt { width:3.1875rem;height:3.1875rem;top:0.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXRBSqShmxh65OcSq8nBZc8RRvW9NTyr { width:3.4375rem;height:1.4625rem;top:1.8125rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plMATrmT9n0VUBeMamxMe5HKHTDfh5vL { width:20rem;height:9.3125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMt9o6wrfwzDuu5WIfqVgzsxx3IOZP4 { width:18.375rem;height:4.7125rem;top:7.6744792461394rem;left:0.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHffaD1I83HrIPFoXwoN3dhmiIhKJoS6 { width:2.8125rem;height:2.8125rem;top:16.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0PLqe4TrgaNOmfffSTfbfrzEZVXkEMl { width:3.4375rem;height:1.4625rem;top:17.25rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFyCeuKVKavV1LC42Cnv2xsAcXNNixq { width:18.6875rem;height:5.8125rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkUwKivwa9m4gchaTM3oPtTQx3IJMJ4V { width:13.25rem;height:5.2rem;top:20.662499427796rem;left:3.3750000596046rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oTx8076JpoWneJmuMrwourRIRhBiEm5M { width:2.8125rem;height:2.8125rem;top:27.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvKg2hBqJACtAUCGnypQNroF5O8LX6fd { width:3.4375rem;height:1.4625rem;top:28.375rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUbACbRkqI306SoRwLw5pCJqJ6FAQTSc { width:18.6875rem;height:8.125rem;top:31.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTFxK9CFHV18b4iuqyddqOauOawLXpbf { width:8.6875rem;height:2.6rem;top:32.25rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBXZgBTGGHxk7qR3GfmKtGKTCdB68cd { display:flex;width:2.5rem;height:2.5rem;top:35.875rem;left:2.875rem;font-size:1.75rem; }
#ITBXZgBTGGHxk7qR3GfmKtGKTCdB68cd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #TNydf45BcpvQyGnTI8pVXLvSXTdVqER6 { display:flex;width:2.5rem;height:2.5rem;top:35.875rem;left:6.6875rem;font-size:1.75rem; }
#TNydf45BcpvQyGnTI8pVXLvSXTdVqER6 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #UrtsEnOyBJrNFxIlEdRyVvNCJGFSvQXf { display:flex;width:2.5rem;height:2.5rem;top:35.875rem;left:10.5625rem;font-size:1.75rem; }
#UrtsEnOyBJrNFxIlEdRyVvNCJGFSvQXf > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #yWHytpiCqgbauTMdkzd8PleAaFuPeJLf { display:flex;width:2.5rem;height:2.5rem;top:35.875rem;left:14.625rem;font-size:1.75rem; }
#yWHytpiCqgbauTMdkzd8PleAaFuPeJLf > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #kqSygzPByzp6cwRJ4zeKt5dduu0Tg8EA { width:20rem;height:16.875rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgXsxaB5HTDITCgWsgXwEbJp4daxGGwg { width:20rem;height:1.3rem;top:48.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HMtcDmvtzbIu4ttomN0tVSc7QDLyKztd { width:3.1875rem;height:3.1875rem;top:41.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwZuf5BdVg6yfHKzoaZWf35ThOrSJumH { width:3.4375rem;height:1.4625rem;top:42.5625rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAByd974QMvcy7PQlZOHXAxbEINyGFTo { width:11.875rem;height:1.3rem;top:57.125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7J113OwX4gkN2eDCkGCrNpgOBT1GDry { width:20rem;height:5.3625rem;top:50.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrAIKsKRXebqSJWiGELDFbk7TfQrJCTe { width:11.75rem;height:1.3rem;top:59.6875rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju9OKCaztB0MdpEllOUth9hrIFsAOhyk { width:3.1875rem;height:3.1875rem;top:64.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh1NOqdRb2Az4a3q1AG0G4R354qqsb4M { width:3.4375rem;height:1.4625rem;top:65.375rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhLfylKPvya0i2X7G9USFtTGMNGoyTlN { width:20rem;height:12.375rem;top:68.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6gViZG2s1rVM3MLlD3TCTqwAdKRrHJJ { width:20rem;height:5.2rem;top:69.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRhAlrystrW6CO5iUOu8Tp5QaQ38L1pV { width:13.125rem;height:3.4375rem;top:76.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txsOO8TlAxEJXES2idIFHRy4uHJkKh2z { display:block; }
 }@media only screen and (max-width: 763px) { #Tqb7q1fVItBAsQxlphnAbSUuUq5GQpbv { width:3.1875rem;height:3.1875rem;top:82.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIIgDyCWUu0OoTNvTbWB7xL6OgnVG1OT { width:3.4375rem;height:1.4625rem;top:83.4375rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEasCItTJumPIu31JTpVOA8PoMZDFWNt { width:20rem;height:9.3125rem;top:86.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae9ySluS9RINeCNIDi0xAF5sldqu981W { width:17.625rem;height:2.6rem;top:88.125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7KFI8ozXXgaoNU9uINxvlJ8m9JypDS6 { display:flex;width:3.125rem;height:3.125rem;top:91.5625rem;left:8.4375rem;font-size:1.75rem; }
#w7KFI8ozXXgaoNU9uINxvlJ8m9JypDS6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #S0PpDXGfQXPA4l3tWtdbKmHfdH78DMNk { width:20rem;height:6.8125rem;top:19.937500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTZozBNC7Horo64arMGLeknK5v67eAx5 { width:20rem;height:8.75rem;top:31.218749046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqA2DN79C2BEG3Pvo3rDdSDg5CiAFV97 { width:20rem;height:97.9375rem;top:0.012506127357483rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbVbTwnc7LvWyIgGh7kucRQtyOk69App { display:block; }#lbVbTwnc7LvWyIgGh7kucRQtyOk69App > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wG6uOzUPNvRN9ey32EPV6eMTzO690sTN { width:18.125rem;height:1.2375rem;top:1.625rem;left:0.93671876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y { display:block; }#EA8dQXm3QHcIbAMyE2UGaFtCk7vc3P1y > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkUqnzTd4IRQ8QmiW2BcklnKH7J7hkrE { width:17.0625rem;height:7.18725rem;top:0.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVpeCGDIFWQtUDc1vaJXPWt2rvRk4KQt { top:3.0625rem;left:3.75rem;width:10.9375rem;height:1.95rem;z-index:15035;font-family:roboto;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D7GUCx9sB7tHINmKw0x7285wUv6s4tW6 { width:15.3125rem;height:4.49978125rem;top:1.716579914093rem;left:2.3437500596046rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Za761cb2706c0668ade152b7a152065d2376c2ee { display:block; }#Za761cb2706c0668ade152b7a152065d2376c2ee > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }