.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9b744026-9afe-4be9-9c1f-085ac2203bde/tannerboriackGmoaEH48m8cunsplash.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .row > .video-iframe-container { display: none; }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .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); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG { display:block; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG { background-color: transparent; background-image: none; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container > .video-iframe-container { display: none; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row > .video-iframe-container { display: none; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .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); }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container { background-color:transparent;background-image:none;width:60rem;height:44.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#AVSmlVafmqgadFx8yqPHEXKh8ZyOUWNX { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.9);top:12.0625rem;left:0rem;height:7.1494375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TnBRq8g6stfTX0Jeo3hx4R5WT7qnph72 { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:19.76171875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RscAqSbVsIaDTD1cqwiTN80Xe8M6lTKc { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:18.875rem;width:60rem;top:24.41064453125rem;left:0rem;display:block; }
#rOTblLg9S9gRlHXJg4Zbcml7acVFTIM9 { color:#000000;display:block;width:42.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:27.6875rem;left:17.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SD3fWEcbwKVJhL4iNsEklp80TxCT9o94 { position:absolute;display:block;z-index:15010;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:8.6875rem;width:13.25rem;top:2.625rem;left:23.4375rem;overflow:hidden;display:block; }
#WhCxsvNU7OTIGEUmPyO22PgnqFzD3Zvf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13.9375rem;width:13.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0rem;left:21.1875rem; }
#TQn7LCvHgbMX4fqDdkD1a9rbdfFigHaI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13.9375rem;width:13.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0rem;left:25.28125rem; }
#icld9VwBLxmvo54sSOO22DhbCkM2vkFT { background-color:#ded9cc;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:5.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.25439453125rem;left:25.28125rem;display:block; }
#UWVLOGgmWpWl1fF0CeGdSOK44CMowOWe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfkAAeaiO1SZqL05q8tTZpAiGSB41gS5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.5rem;width:15.5rem;top:26.09814453125rem;left:2.3125rem;overflow:hidden;display:block; }
#Cbw4rX2TPP9kObH1bgrPh22oq2HAnRIX { color:#000000;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:2.625rem;left:45.25rem;height:5.199225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UnWv4gwc14kcsAX6N57oBMCOCqRw1cpL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13.9375rem;width:13.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0rem;left:25.28125rem;display:none; }
#e0gwWzQAbLKx757BaL6aoODBT21G8GbL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13.9375rem;width:13.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0rem;left:25.28125rem;display:none; }
#zf5T1Gde6S5QFx71ty4ye8s77prqgfV7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13.9375rem;width:13.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0rem;left:25.28125rem;display:none; }
#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ded9cc;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; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row .container { background-color: transparent; background-image: none; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row .container > .video-iframe-container { display: none; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row > .video-iframe-container { display: none; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .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); }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row .container { border-width: 0; border-radius: 0; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:60rem;position:relative;display:block; }#gJ4gQEczlohpeTdN3NQKgcEfXpBIwCww { position:absolute;display:block;z-index:15001;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:12.25rem;width:18.375rem;top:0.875rem;left:12rem;overflow:hidden;display:block; }
#T1CgT9PZUp3OXTFTFwgohX3gze4sBGrf { 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:13.25rem;width:15.9375rem;top:0rem;left:29.75rem;overflow:hidden;display:block; }
#HoNp6hHclcIugBf5NBXz0F2KLaVJPaG2 { 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:13.1875rem;width:14.375rem;top:0rem;left:45.625rem;overflow:hidden;display:block; }
#hElKKofTf8SBiQ2zxcfN5si1ZBy8wDBS { position:absolute;display:block;z-index:15001;border-top:0.9375rem solid #000000;border-left:0.9375rem solid #000000;border-right:0.9375rem solid #000000;border-bottom:0.9375rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.2) ;height:11.3125rem;width:17.125rem;top:0rem;left:10.8125rem;overflow:hidden;display:block; }
#ZXTqzbptnG1acq0CvyIiRhQ8q3GUaw0o { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:20.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OPIkCr3u4kaqfecqNqdoQBgyQSXfPsBV { position:absolute;display:block;z-index:14998;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:15rem;width:11rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e3e3e;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; }#X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM > .row .container { background-color: transparent; background-image: none; }#X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM > .row .container > .video-iframe-container { display: none; }#X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM > .row > .video-iframe-container { display: none; }#X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM > .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); }#X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM > .row .container { border-width: 0; border-radius: 0; }#X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#sCVmynkqAuiyMPd1QyoUZ374VeFeGGXQ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:60rem;top:0rem;left:0rem;display:block; }
#Mpg5VW6x4BB7tmJVpy8t8JToJw8S8Vnk { position:absolute;display:block;z-index:15001;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:8.125rem;width:10.625rem;top:4.8125rem;left:4.6875rem;overflow:hidden;display:block; }
#fgWVnbmepb8ZzEpJmbTxMdzXOHA4iUd5 { 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:9.0625rem;width:10.4375rem;top:4.34375rem;left:24.78125rem;overflow:hidden;display:block; }
#MU4zhoNrxUmOcf2c26T0M6HG5UmU6Ftf { position:absolute;display:block;z-index:15003;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:8.375rem;width:10.375rem;top:3.4375rem;left:44.8125rem;overflow:hidden;display:block; }
#aZivxCXpCknTFifVhT0TRiUBKRRHMpTI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.8125rem;left:3.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nRIhw9FilIennHowtKMvI2IzAJDstzsw { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15008;line-height:2;letter-spacing:0;top:18.25rem;left:2.15625rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rfhpFRMOMwCDTEFCxzrzMutRZ7F10KT8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.8125rem;left:23.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sMKWM4SNmfGLqdaW3HLQZhM4475meGFv { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15010;line-height:2;letter-spacing:0;top:18.25rem;left:22.1875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zENhowC4oDTTpG1wczpg2kmkU0rWW4h7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.8125rem;left:43.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fXclRuqhoUIkrC7S68QTkhhuHeV2GSAM { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:18.25rem;left:42.1875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K35EuHSsQk5GBw34AD4OOpaL2mbe2DLC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:7.625rem;left:8.75rem; }
#McbmeuKMRbKMfhcAXAIhctu2IbKrkoJU { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:7.625rem;left:28.75rem; }
#nohrACoE5uW7QagIAKSq0dSEzvOCfoZK { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:7.625rem;left:49.0625rem; }
#ASp7G7UMnQsoWc9RlTGno0A09QXoJJdo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.19970703125rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4 > .row .container { background-color: transparent; background-image: none; }#NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4 > .row .container > .video-iframe-container { display: none; }#NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4 > .row > .video-iframe-container { display: none; }#NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4 > .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); }#NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4 > .row .container { border-width: 0; border-radius: 0; }#NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4 > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:60rem;position:relative;display:block; }#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 .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:#e3e3e3;background-image:none;vertical-align:top; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 .accordion-heading-text { display:block;position:relative;width:100%;font-family:lato;font-weight:700;font-size:1.25rem; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:lato; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 .accordion-trigger.adaptive-delivery-prevent-bg, #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 .accordion-trigger.lazyload, #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 .accordion-trigger.lazyloading { background-image: none; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #bdoIsl3bH603GwzX4uRCAPoMHpT6urtw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #RAS1WEBKvw3ITXm18gggdd1ERg1ZWmaT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #DJiSC64kvNpQoVNRDTcvvG3vGrroK1ub { display:block;position:relative; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #cASxbwIpKFEPqqtyBJbhq4lQg0xBh6RN {  }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #hQCyCJnsVvL8s4mT1aZc2ueTweDnfH0V {  }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #xIfOuVcwD8Rgs1aACLr7N3hxbMpOsyp8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #nTFot5vMrqCaSTgzB47G7PE7ZEdGTxuE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #T6pBTd8mFHbKaewShLPwfMewlHimKqbR { display:block;position:relative; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #KeM3iLNCAk74x7tTkMTl0Jxq8GIOLat7 {  }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #wp8fRwLMcIH3FeMo58Tkml2ABRGCzTXN { display:none; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #dhhzALBTRmr0cTfJ3zirHEZhPpmyctDZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #Gh6OqcvzTyFoZ5ppX4e6s4JzNwcuqBTU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #vQH0FgTRwHLDGwFGAXrG52qkS8MsMsTi { display:block;position:relative; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #mVNpR7fNtGLz4EpVlz6R6RMzndkTBTCm {  }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #aiRT3W0qHmkOZhC1SQB4sNO2HTHmwA3A { display:none; }
#ToeZupFgg8sohSQgG4Okuotsu3HMo5It { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ToeZupFgg8sohSQgG4Okuotsu3HMo5It > .row .container { background-color: transparent; background-image: none; }#ToeZupFgg8sohSQgG4Okuotsu3HMo5It::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToeZupFgg8sohSQgG4Okuotsu3HMo5It > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToeZupFgg8sohSQgG4Okuotsu3HMo5It > .row .container > .video-iframe-container { display: none; }#ToeZupFgg8sohSQgG4Okuotsu3HMo5It > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToeZupFgg8sohSQgG4Okuotsu3HMo5It > .row > .video-iframe-container { display: none; }#ToeZupFgg8sohSQgG4Okuotsu3HMo5It > .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); }#ToeZupFgg8sohSQgG4Okuotsu3HMo5It > .row .container { border-width: 0; border-radius: 0; }#ToeZupFgg8sohSQgG4Okuotsu3HMo5It > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToeZupFgg8sohSQgG4Okuotsu3HMo5It > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#OAfTwVZSAf72tyht3CfntGvLeT6G518z { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:60rem;top:0rem;left:0rem;display:block; }
#i6y8X51zebHbLLH3Lc2aM8PwOemFlRmF { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#emFkVQFJVpLLp2F9kvnF78ZdEqGuJOS4 { 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:12.375rem;width:40.75rem;top:5.625rem;left:9.625rem;overflow:hidden;display:block; }
#HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2 { position:relative;display:block; }#HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2 { background-color: transparent; background-image: none; }#HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2 > .row .container > .video-iframe-container { display: none; }#HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2 > .row > .video-iframe-container { display: none; }#HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2 > .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); }#HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2 { border-width: 0; border-radius: 0; }#HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2 > .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; }#HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:59.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UOPMeEez2p1tsz9MfgVC0luqzWyBl4AL { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:6.09375rem;left:0rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kb6UMdpEh88wZBKMFm9lTKAI1k52m8VV { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xt6enTAQpgmy08ALazzXHhIdUTfXoXkr { position:absolute;display:block;z-index:15005;height:21.75rem;width:38.75rem;top:17.3125rem;left:11.1875rem;display:block; }
#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container { background-color: transparent; background-image: none; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container > .video-iframe-container { display: none; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row > .video-iframe-container { display: none; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .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); }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container { border-width: 0; border-radius: 0; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#VDxr8b6dWD3xxBLG0W2h9whRCIsouiW8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:6.5rem;top:2.9375rem;left:0.685546875rem;overflow:hidden;display:block; }
#Stw472t1qzQfhPnT1kXOZqo26BleqrMT { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1875rem;left:8.5625rem;height:7.7988375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tt541EygtvgFneaa27qwZMBDgb1GTUTG { display:block; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVSmlVafmqgadFx8yqPHEXKh8ZyOUWNX { width:47.75rem;height:7.125rem;top:12.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnBRq8g6stfTX0Jeo3hx4R5WT7qnph72 { width:47.75rem;height:3.375rem;top:19.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RscAqSbVsIaDTD1cqwiTN80Xe8M6lTKc { width:47.75rem;height:18.875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOTblLg9S9gRlHXJg4Zbcml7acVFTIM9 { width:42.25rem;height:1.75rem;top:27.6875rem;left:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD3fWEcbwKVJhL4iNsEklp80TxCT9o94 { top:2.625rem;left:17.3125rem;width:13.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhCxsvNU7OTIGEUmPyO22PgnqFzD3Zvf { top:0rem;left:15.0625rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQn7LCvHgbMX4fqDdkD1a9rbdfFigHaI { top:0rem;left:19.15625rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icld9VwBLxmvo54sSOO22DhbCkM2vkFT { width:27.1875rem;height:5.1875rem;top:31.25rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWVLOGgmWpWl1fF0CeGdSOK44CMowOWe { display:block; }
 }@media only screen and (max-width: 763px) { #UfkAAeaiO1SZqL05q8tTZpAiGSB41gS5 { top:26.0625rem;left:0rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbw4rX2TPP9kObH1bgrPh22oq2HAnRIX { top:2.625rem;left:33rem;width:14.75rem;height:5.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnWv4gwc14kcsAX6N57oBMCOCqRw1cpL { top:0rem;left:19.15625rem;width:13.9375rem;height:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0gwWzQAbLKx757BaL6aoODBT21G8GbL { top:0rem;left:19.15625rem;width:13.9375rem;height:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zf5T1Gde6S5QFx71ty4ye8s77prqgfV7 { top:0rem;left:19.15625rem;width:13.9375rem;height:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD { display:block; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJ4gQEczlohpeTdN3NQKgcEfXpBIwCww { width:18.375rem;height:12.25rem;top:0.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1CgT9PZUp3OXTFTFwgohX3gze4sBGrf { width:15.9375rem;height:13.25rem;top:0rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoNp6hHclcIugBf5NBXz0F2KLaVJPaG2 { width:14.375rem;height:13.1875rem;top:0rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hElKKofTf8SBiQ2zxcfN5si1ZBy8wDBS { width:17.125rem;height:11.3125rem;top:0rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXTqzbptnG1acq0CvyIiRhQ8q3GUaw0o { width:20.125rem;height:13.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPIkCr3u4kaqfecqNqdoQBgyQSXfPsBV { width:11rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM { display:block; }#X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCVmynkqAuiyMPd1QyoUZ374VeFeGGXQ { width:47.75rem;height:28.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpg5VW6x4BB7tmJVpy8t8JToJw8S8Vnk { width:10.625rem;height:8.125rem;top:4.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgWVnbmepb8ZzEpJmbTxMdzXOHA4iUd5 { width:10.4375rem;height:9.0625rem;top:4.3125rem;left:18.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU4zhoNrxUmOcf2c26T0M6HG5UmU6Ftf { width:10.375rem;height:8.375rem;top:3.4375rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZivxCXpCknTFifVhT0TRiUBKRRHMpTI { width:12.5rem;height:1.4375rem;top:15.8125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRIhw9FilIennHowtKMvI2IzAJDstzsw { width:15.6875rem;height:6.75rem;top:18.25rem;left:0.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfhpFRMOMwCDTEFCxzrzMutRZ7F10KT8 { width:12.5rem;height:1.4375rem;top:15.8125rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMKWM4SNmfGLqdaW3HLQZhM4475meGFv { width:15.6875rem;height:9rem;top:18.25rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zENhowC4oDTTpG1wczpg2kmkU0rWW4h7 { width:12.5rem;height:1.4375rem;top:15.8125rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXclRuqhoUIkrC7S68QTkhhuHeV2GSAM { width:15.6875rem;height:9rem;top:18.25rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K35EuHSsQk5GBw34AD4OOpaL2mbe2DLC { width:2.5rem;height:2.5rem;top:7.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McbmeuKMRbKMfhcAXAIhctu2IbKrkoJU { width:2.5rem;height:2.5rem;top:7.625rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nohrACoE5uW7QagIAKSq0dSEzvOCfoZK { width:2.5rem;height:2.5rem;top:7.625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASp7G7UMnQsoWc9RlTGno0A09QXoJJdo { top:2.1875rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4 { display:block; }#NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #bdoIsl3bH603GwzX4uRCAPoMHpT6urtw {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #RAS1WEBKvw3ITXm18gggdd1ERg1ZWmaT {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #DJiSC64kvNpQoVNRDTcvvG3vGrroK1ub {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #cASxbwIpKFEPqqtyBJbhq4lQg0xBh6RN {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #hQCyCJnsVvL8s4mT1aZc2ueTweDnfH0V {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #xIfOuVcwD8Rgs1aACLr7N3hxbMpOsyp8 {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #nTFot5vMrqCaSTgzB47G7PE7ZEdGTxuE {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #T6pBTd8mFHbKaewShLPwfMewlHimKqbR {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #KeM3iLNCAk74x7tTkMTl0Jxq8GIOLat7 {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #wp8fRwLMcIH3FeMo58Tkml2ABRGCzTXN {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #dhhzALBTRmr0cTfJ3zirHEZhPpmyctDZ {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #Gh6OqcvzTyFoZ5ppX4e6s4JzNwcuqBTU {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #vQH0FgTRwHLDGwFGAXrG52qkS8MsMsTi {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #mVNpR7fNtGLz4EpVlz6R6RMzndkTBTCm {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #aiRT3W0qHmkOZhC1SQB4sNO2HTHmwA3A {  }
 }@media only screen and (max-width: 763px) { #ToeZupFgg8sohSQgG4Okuotsu3HMo5It { display:block; }#ToeZupFgg8sohSQgG4Okuotsu3HMo5It > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAfTwVZSAf72tyht3CfntGvLeT6G518z { width:47.75rem;height:19.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6y8X51zebHbLLH3Lc2aM8PwOemFlRmF { width:47.75rem;height:2.875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emFkVQFJVpLLp2F9kvnF78ZdEqGuJOS4 { top:5.625rem;left:3.5rem;width:40.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2 { display:block; }#HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOPMeEez2p1tsz9MfgVC0luqzWyBl4AL { width:47.75rem;height:5.25rem;top:6.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb6UMdpEh88wZBKMFm9lTKAI1k52m8VV { width:47.75rem;height:1.9375rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt6enTAQpgmy08ALazzXHhIdUTfXoXkr { top:17.3125rem;left:5.0625rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v { display:block; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDxr8b6dWD3xxBLG0W2h9whRCIsouiW8 { top:2.9375rem;left:0rem;width:6.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stw472t1qzQfhPnT1kXOZqo26BleqrMT { top:1.1875rem;left:2.4375rem;width:16.8125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0654e1c1-ec09-4c24-8ca8-16ea9f8f19ca/tannerboriackGmoaEH48m8cunsplash.crop_2268x1622_1515,695.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .row > .video-iframe-container { display: none; }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .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); } }@media only screen and (max-width: 763px) { #tt541EygtvgFneaa27qwZMBDgb1GTUTG { display:block; }#tt541EygtvgFneaa27qwZMBDgb1GTUTG > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVSmlVafmqgadFx8yqPHEXKh8ZyOUWNX { width:20rem;height:5.56786875rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnBRq8g6stfTX0Jeo3hx4R5WT7qnph72 { width:20rem;height:4.548825rem;top:15.44140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RscAqSbVsIaDTD1cqwiTN80Xe8M6lTKc { width:20rem;height:27.75rem;top:20.953125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOTblLg9S9gRlHXJg4Zbcml7acVFTIM9 { width:18.8125rem;height:2.76171875rem;top:21.837890625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD3fWEcbwKVJhL4iNsEklp80TxCT9o94 { width:7.8125rem;height:5rem;top:2.744140625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhCxsvNU7OTIGEUmPyO22PgnqFzD3Zvf { display:flex;width:9.4375rem;height:9.4375rem;top:0.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TQn7LCvHgbMX4fqDdkD1a9rbdfFigHaI { display:flex;width:9.4375rem;height:9.4375rem;top:0.625rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #icld9VwBLxmvo54sSOO22DhbCkM2vkFT { width:19rem;height:5.1875rem;top:25.140625rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWVLOGgmWpWl1fF0CeGdSOK44CMowOWe { display:block; }
 }@media only screen and (max-width: 763px) { #UfkAAeaiO1SZqL05q8tTZpAiGSB41gS5 { width:15.5rem;height:15.5rem;top:31.828125rem;left:2.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbw4rX2TPP9kObH1bgrPh22oq2HAnRIX { width:9.5625rem;height:3.25rem;top:3.619140625rem;left:8.84375rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UnWv4gwc14kcsAX6N57oBMCOCqRw1cpL { display:flex;width:9.4375rem;height:9.4375rem;top:0.625rem;left:5.28125rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #e0gwWzQAbLKx757BaL6aoODBT21G8GbL { display:flex;width:9.4375rem;height:9.4375rem;top:0.625rem;left:10.5625rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #zf5T1Gde6S5QFx71ty4ye8s77prqgfV7 { display:flex;width:9.4375rem;height:9.4375rem;top:0.625rem;left:10.5625rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD { display:block; }#g2oOnwC5Z7VBl5X9qu3NClzrc27yPmzD > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJ4gQEczlohpeTdN3NQKgcEfXpBIwCww { width:12.625rem;height:8.3125rem;top:0rem;left:6.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #T1CgT9PZUp3OXTFTFwgohX3gze4sBGrf { width:10.375rem;height:8.5rem;top:0rem;left:4.28125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #HoNp6hHclcIugBf5NBXz0F2KLaVJPaG2 { width:8.5625rem;height:7.875rem;top:0rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hElKKofTf8SBiQ2zxcfN5si1ZBy8wDBS { width:9.5625rem;height:6.0625rem;top:6.625rem;left:0rem;border-top:0.625rem solid #000000;border-left:0.625rem solid #000000;border-right:0.625rem solid #000000;border-bottom:0.625rem solid #000000;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ZXTqzbptnG1acq0CvyIiRhQ8q3GUaw0o { width:9.625rem;height:6.1875rem;top:7.8125rem;left:10.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OPIkCr3u4kaqfecqNqdoQBgyQSXfPsBV { width:6.5625rem;height:9rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM { display:block; }#X7uhUd5SdcC4c4MbQvWx9fekSE8V9IpM > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCVmynkqAuiyMPd1QyoUZ374VeFeGGXQ { width:20rem;height:59.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpg5VW6x4BB7tmJVpy8t8JToJw8S8Vnk { width:10.625rem;height:8.125rem;top:4.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgWVnbmepb8ZzEpJmbTxMdzXOHA4iUd5 { width:10.4375rem;height:9.0625rem;top:22.2998046875rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU4zhoNrxUmOcf2c26T0M6HG5UmU6Ftf { width:10.375rem;height:8.375rem;top:40.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZivxCXpCknTFifVhT0TRiUBKRRHMpTI { width:12.5rem;height:1.29980625rem;top:13.59375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRIhw9FilIennHowtKMvI2IzAJDstzsw { width:15.6875rem;height:6rem;top:14.8935546875rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfhpFRMOMwCDTEFCxzrzMutRZ7F10KT8 { width:12.5rem;height:1.29980625rem;top:32.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMKWM4SNmfGLqdaW3HLQZhM4475meGFv { width:15.6875rem;height:6rem;top:33.7998046875rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zENhowC4oDTTpG1wczpg2kmkU0rWW4h7 { width:12.5rem;height:1.29980625rem;top:50.0751953125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXclRuqhoUIkrC7S68QTkhhuHeV2GSAM { width:15.6875rem;height:8rem;top:51.375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K35EuHSsQk5GBw34AD4OOpaL2mbe2DLC { width:2.5rem;height:2.5rem;top:7.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #McbmeuKMRbKMfhcAXAIhctu2IbKrkoJU { width:2.5rem;height:2.5rem;top:25.5810546875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nohrACoE5uW7QagIAKSq0dSEzvOCfoZK { width:2.5rem;height:2.5rem;top:44.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASp7G7UMnQsoWc9RlTGno0A09QXoJJdo { width:12.5rem;height:1.29980625rem;top:2.07470703125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4 { display:block; }#NrkJK4Esy6qdoCzG7z7wVuBUALPHcFL4 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 { display:flex;height:14.375rem;width:17.5rem;top:1.25rem;left:0rem; }
#G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #bdoIsl3bH603GwzX4uRCAPoMHpT6urtw {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #RAS1WEBKvw3ITXm18gggdd1ERg1ZWmaT {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #DJiSC64kvNpQoVNRDTcvvG3vGrroK1ub {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #cASxbwIpKFEPqqtyBJbhq4lQg0xBh6RN {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #hQCyCJnsVvL8s4mT1aZc2ueTweDnfH0V {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #xIfOuVcwD8Rgs1aACLr7N3hxbMpOsyp8 {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #nTFot5vMrqCaSTgzB47G7PE7ZEdGTxuE {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #T6pBTd8mFHbKaewShLPwfMewlHimKqbR {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #KeM3iLNCAk74x7tTkMTl0Jxq8GIOLat7 {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #wp8fRwLMcIH3FeMo58Tkml2ABRGCzTXN {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #dhhzALBTRmr0cTfJ3zirHEZhPpmyctDZ {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #Gh6OqcvzTyFoZ5ppX4e6s4JzNwcuqBTU {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #vQH0FgTRwHLDGwFGAXrG52qkS8MsMsTi {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #mVNpR7fNtGLz4EpVlz6R6RMzndkTBTCm {  }
 }@media only screen and (max-width: 763px) { #G24Pcg2ePBe7qgtvQTfABc4aKrlxVJ93 #aiRT3W0qHmkOZhC1SQB4sNO2HTHmwA3A {  }
 }@media only screen and (max-width: 763px) { #ToeZupFgg8sohSQgG4Okuotsu3HMo5It { display:block; }#ToeZupFgg8sohSQgG4Okuotsu3HMo5It > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAfTwVZSAf72tyht3CfntGvLeT6G518z { width:20rem;height:8.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6y8X51zebHbLLH3Lc2aM8PwOemFlRmF { width:20rem;height:1.29980625rem;top:0.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emFkVQFJVpLLp2F9kvnF78ZdEqGuJOS4 { width:20rem;height:6.0736196319018rem;top:2.900390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2 { display:block; }#HS9E1HeWr6VFk6Q4PlMyJAhKTIhCtuJ2 > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOPMeEez2p1tsz9MfgVC0luqzWyBl4AL { width:20rem;height:2.79980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb6UMdpEh88wZBKMFm9lTKAI1k52m8VV { width:20rem;height:2.5996125rem;top:5.29980625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt6enTAQpgmy08ALazzXHhIdUTfXoXkr { width:20rem;height:21.75rem;top:9.1123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v { display:block; }#aCv8L6oVnP0rdccvuAs6ZonmDtnuCD9v > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDxr8b6dWD3xxBLG0W2h9whRCIsouiW8 { width:6.5rem;height:4.25rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stw472t1qzQfhPnT1kXOZqo26BleqrMT { width:16.8125rem;height:7.7988375rem;top:6.75rem;left:1.5625rem;font-size:1rem;display:block; }
 }