.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-2a019e59-0a50-491d-b684-e977daada8f8 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a019e59-0a50-491d-b684-e977daada8f8 {
  display: none;
}
#s-2a019e59-0a50-491d-b684-e977daada8f8, #wrap-s-2a019e59-0a50-491d-b684-e977daada8f8, #wrap-content-s-2a019e59-0a50-491d-b684-e977daada8f8 { display: none !important; }}@media (max-width: 767px){#s-2a019e59-0a50-491d-b684-e977daada8f8 {
  display: none;
}
#s-2a019e59-0a50-491d-b684-e977daada8f8, #wrap-s-2a019e59-0a50-491d-b684-e977daada8f8, #wrap-content-s-2a019e59-0a50-491d-b684-e977daada8f8 { display: none !important; }}







#s-2a019e59-0a50-491d-b684-e977daada8f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a019e59-0a50-491d-b684-e977daada8f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-e2fa9591-a9c6-4d69-ad19-240a7f4f697c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e2fa9591-a9c6-4d69-ad19-240a7f4f697c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2fa9591-a9c6-4d69-ad19-240a7f4f697c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2fa9591-a9c6-4d69-ad19-240a7f4f697c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2fa9591-a9c6-4d69-ad19-240a7f4f697c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ede050bd-a575-464b-9c43-d2cb838a3210 {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-bottom: 20px;
min-height: 50px;
}








#s-ede050bd-a575-464b-9c43-d2cb838a3210 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ede050bd-a575-464b-9c43-d2cb838a3210.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-f89b1246-f727-4498-8994-83dff3fc5132 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-f89b1246-f727-4498-8994-83dff3fc5132 .shg-proportional-font-size,
#s-f89b1246-f727-4498-8994-83dff3fc5132 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-303fa874-ffd4-499c-a321-333c13b61532 {
  margin-left: auto;
margin-right: auto;
}

#s-303fa874-ffd4-499c-a321-333c13b61532 .shg-proportional-font-size,
#s-303fa874-ffd4-499c-a321-333c13b61532 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-111fdb24-dfbc-4f22-912a-4d72bf0cbcb1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-111fdb24-dfbc-4f22-912a-4d72bf0cbcb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-111fdb24-dfbc-4f22-912a-4d72bf0cbcb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a868d32-44a8-4392-b72e-aed169e29500 {
  margin-left: auto;
margin-right: auto;
}

#s-5a868d32-44a8-4392-b72e-aed169e29500 .shg-proportional-font-size,
#s-5a868d32-44a8-4392-b72e-aed169e29500 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-16d85960-7d97-41c1-8738-3fbb4a84e075 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
min-height: 50px;
}








#s-16d85960-7d97-41c1-8738-3fbb4a84e075 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16d85960-7d97-41c1-8738-3fbb4a84e075.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a067df4-dba9-40d2-b214-79962b9c0092 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-8a067df4-dba9-40d2-b214-79962b9c0092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a067df4-dba9-40d2-b214-79962b9c0092"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a067df4-dba9-40d2-b214-79962b9c0092"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a067df4-dba9-40d2-b214-79962b9c0092"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ad66b6d7-3cfe-4048-8930-4423477298df {
  margin-left: auto;
margin-right: auto;
}

#s-ad66b6d7-3cfe-4048-8930-4423477298df .shg-proportional-font-size,
#s-ad66b6d7-3cfe-4048-8930-4423477298df .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-340d3b8f-7f38-462b-8443-0a77a49295ea {
  margin-left: auto;
margin-right: auto;
}

#s-340d3b8f-7f38-462b-8443-0a77a49295ea .shg-proportional-font-size,
#s-340d3b8f-7f38-462b-8443-0a77a49295ea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-37e82a5c-0495-4c49-88a4-0b359adbe038 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-37e82a5c-0495-4c49-88a4-0b359adbe038 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37e82a5c-0495-4c49-88a4-0b359adbe038.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7ed6d4b-6c1b-4aef-9126-17ccf5efa126 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}

#s-a5f137cf-87b6-419a-a109-1cdbf805b30d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-a5f137cf-87b6-419a-a109-1cdbf805b30d {
  display: none;
}
#s-a5f137cf-87b6-419a-a109-1cdbf805b30d, #wrap-s-a5f137cf-87b6-419a-a109-1cdbf805b30d, #wrap-content-s-a5f137cf-87b6-419a-a109-1cdbf805b30d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5f137cf-87b6-419a-a109-1cdbf805b30d {
  display: none;
}
#s-a5f137cf-87b6-419a-a109-1cdbf805b30d, #wrap-s-a5f137cf-87b6-419a-a109-1cdbf805b30d, #wrap-content-s-a5f137cf-87b6-419a-a109-1cdbf805b30d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5f137cf-87b6-419a-a109-1cdbf805b30d {
  padding-top: 0px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-a5f137cf-87b6-419a-a109-1cdbf805b30d {
  padding-bottom: 20px;
}
}







#s-a5f137cf-87b6-419a-a109-1cdbf805b30d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5f137cf-87b6-419a-a109-1cdbf805b30d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c13452e2-b231-4020-8a54-75b5c51d6a2e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-c13452e2-b231-4020-8a54-75b5c51d6a2e .shg-proportional-font-size,
#s-c13452e2-b231-4020-8a54-75b5c51d6a2e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7da1946c-6fad-4bb6-8afe-c0cee786195d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7da1946c-6fad-4bb6-8afe-c0cee786195d {
  padding-left: 6%;
padding-right: 6%;
}
}
#s-7da1946c-6fad-4bb6-8afe-c0cee786195d .shg-proportional-font-size,
#s-7da1946c-6fad-4bb6-8afe-c0cee786195d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-27b20afe-9175-4fec-9ab8-5c3bfcca6d9e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-27b20afe-9175-4fec-9ab8-5c3bfcca6d9e {
  display: none;
}
#s-27b20afe-9175-4fec-9ab8-5c3bfcca6d9e, #wrap-s-27b20afe-9175-4fec-9ab8-5c3bfcca6d9e, #wrap-content-s-27b20afe-9175-4fec-9ab8-5c3bfcca6d9e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27b20afe-9175-4fec-9ab8-5c3bfcca6d9e {
  display: none;
}
#s-27b20afe-9175-4fec-9ab8-5c3bfcca6d9e, #wrap-s-27b20afe-9175-4fec-9ab8-5c3bfcca6d9e, #wrap-content-s-27b20afe-9175-4fec-9ab8-5c3bfcca6d9e { display: none !important; }}







#s-27b20afe-9175-4fec-9ab8-5c3bfcca6d9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27b20afe-9175-4fec-9ab8-5c3bfcca6d9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-244b735f-3388-435a-ac3f-b28e15ed557b {
  margin-left: auto;
margin-right: auto;
}

#s-244b735f-3388-435a-ac3f-b28e15ed557b .shg-proportional-font-size,
#s-244b735f-3388-435a-ac3f-b28e15ed557b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-11635c70-0dcd-487c-8df7-469606b1f63e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-11635c70-0dcd-487c-8df7-469606b1f63e {
  display: none;
}
#s-11635c70-0dcd-487c-8df7-469606b1f63e, #wrap-s-11635c70-0dcd-487c-8df7-469606b1f63e, #wrap-content-s-11635c70-0dcd-487c-8df7-469606b1f63e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11635c70-0dcd-487c-8df7-469606b1f63e {
  display: none;
}
#s-11635c70-0dcd-487c-8df7-469606b1f63e, #wrap-s-11635c70-0dcd-487c-8df7-469606b1f63e, #wrap-content-s-11635c70-0dcd-487c-8df7-469606b1f63e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11635c70-0dcd-487c-8df7-469606b1f63e {
  
}
}@media (max-width: 767px){#s-11635c70-0dcd-487c-8df7-469606b1f63e {
  padding-bottom: 0px;
}
}







#s-11635c70-0dcd-487c-8df7-469606b1f63e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11635c70-0dcd-487c-8df7-469606b1f63e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06c86391-1ef5-4fe1-85de-adae1037e558 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-06c86391-1ef5-4fe1-85de-adae1037e558 {
  padding-left: 4%;
padding-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-06c86391-1ef5-4fe1-85de-adae1037e558"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-06c86391-1ef5-4fe1-85de-adae1037e558"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06c86391-1ef5-4fe1-85de-adae1037e558"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06c86391-1ef5-4fe1-85de-adae1037e558"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-11ab0cbb-49bf-4429-8e95-f58d71bddf4d {
  margin-left: auto;
margin-right: auto;
}

#s-11ab0cbb-49bf-4429-8e95-f58d71bddf4d .shg-proportional-font-size,
#s-11ab0cbb-49bf-4429-8e95-f58d71bddf4d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-09ec1c1f-3c32-44ad-b02f-e31795a351d6 {
  margin-left: auto;
margin-right: auto;
}

#s-09ec1c1f-3c32-44ad-b02f-e31795a351d6 .shg-proportional-font-size,
#s-09ec1c1f-3c32-44ad-b02f-e31795a351d6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-db39b01f-d5c2-490c-a565-8d69f442e16f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-db39b01f-d5c2-490c-a565-8d69f442e16f {
  display: none;
}
#s-db39b01f-d5c2-490c-a565-8d69f442e16f, #wrap-s-db39b01f-d5c2-490c-a565-8d69f442e16f, #wrap-content-s-db39b01f-d5c2-490c-a565-8d69f442e16f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db39b01f-d5c2-490c-a565-8d69f442e16f {
  display: none;
}
#s-db39b01f-d5c2-490c-a565-8d69f442e16f, #wrap-s-db39b01f-d5c2-490c-a565-8d69f442e16f, #wrap-content-s-db39b01f-d5c2-490c-a565-8d69f442e16f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db39b01f-d5c2-490c-a565-8d69f442e16f {
  margin-top: 50px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-db39b01f-d5c2-490c-a565-8d69f442e16f {
  margin-top: 50px;
margin-bottom: 20px;
}
}







#s-db39b01f-d5c2-490c-a565-8d69f442e16f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db39b01f-d5c2-490c-a565-8d69f442e16f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b17a0e9-72af-42de-b3c1-515f2721796d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1b17a0e9-72af-42de-b3c1-515f2721796d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1b17a0e9-72af-42de-b3c1-515f2721796d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b17a0e9-72af-42de-b3c1-515f2721796d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b17a0e9-72af-42de-b3c1-515f2721796d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  margin-left: auto;
margin-right: auto;
max-width: 4234px;
text-align: center;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb img.shogun-image {
  width: 100%;
  
  
  max-width: 4234px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a4866ff2-0229-4f30-b847-8a682580d6bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4866ff2-0229-4f30-b847-8a682580d6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4866ff2-0229-4f30-b847-8a682580d6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a4866ff2-0229-4f30-b847-8a682580d6bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4866ff2-0229-4f30-b847-8a682580d6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4866ff2-0229-4f30-b847-8a682580d6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a4866ff2-0229-4f30-b847-8a682580d6bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4866ff2-0229-4f30-b847-8a682580d6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4866ff2-0229-4f30-b847-8a682580d6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a4866ff2-0229-4f30-b847-8a682580d6bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4866ff2-0229-4f30-b847-8a682580d6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4866ff2-0229-4f30-b847-8a682580d6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a4866ff2-0229-4f30-b847-8a682580d6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a4866ff2-0229-4f30-b847-8a682580d6bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4866ff2-0229-4f30-b847-8a682580d6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4866ff2-0229-4f30-b847-8a682580d6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4866ff2-0229-4f30-b847-8a682580d6bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  margin-left: auto;
margin-right: auto;
max-width: 4125px;
text-align: center;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 img.shogun-image {
  width: 100%;
  
  
  max-width: 4125px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59626d62-1bc5-4c2f-9d9b-f173faf66f46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f72d7019-3445-47c4-9a1b-d9f61ed00f29 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f72d7019-3445-47c4-9a1b-d9f61ed00f29 {
  display: none;
}
#s-f72d7019-3445-47c4-9a1b-d9f61ed00f29, #wrap-s-f72d7019-3445-47c4-9a1b-d9f61ed00f29, #wrap-content-s-f72d7019-3445-47c4-9a1b-d9f61ed00f29 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f72d7019-3445-47c4-9a1b-d9f61ed00f29 {
  padding-bottom: 10px;
display: none;
}
#s-f72d7019-3445-47c4-9a1b-d9f61ed00f29, #wrap-s-f72d7019-3445-47c4-9a1b-d9f61ed00f29, #wrap-content-s-f72d7019-3445-47c4-9a1b-d9f61ed00f29 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f72d7019-3445-47c4-9a1b-d9f61ed00f29 {
  padding-top: 30px;
}
}@media (max-width: 767px){#s-f72d7019-3445-47c4-9a1b-d9f61ed00f29 {
  padding-top: 30px;
padding-bottom: 10px;
}
}







#s-f72d7019-3445-47c4-9a1b-d9f61ed00f29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f72d7019-3445-47c4-9a1b-d9f61ed00f29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41250381-af14-47ae-86ff-2dbd3e304de9 {
  margin-left: auto;
margin-right: auto;
}

#s-41250381-af14-47ae-86ff-2dbd3e304de9 .shg-proportional-font-size,
#s-41250381-af14-47ae-86ff-2dbd3e304de9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a4dff3de-7215-45db-8733-3fd33abe1111 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a4dff3de-7215-45db-8733-3fd33abe1111 {
  display: none;
}
#s-a4dff3de-7215-45db-8733-3fd33abe1111, #wrap-s-a4dff3de-7215-45db-8733-3fd33abe1111, #wrap-content-s-a4dff3de-7215-45db-8733-3fd33abe1111 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4dff3de-7215-45db-8733-3fd33abe1111 {
  display: none;
}
#s-a4dff3de-7215-45db-8733-3fd33abe1111, #wrap-s-a4dff3de-7215-45db-8733-3fd33abe1111, #wrap-content-s-a4dff3de-7215-45db-8733-3fd33abe1111 { display: none !important; }}@media (max-width: 767px){#s-a4dff3de-7215-45db-8733-3fd33abe1111 {
  padding-top: 0px;
padding-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-a4dff3de-7215-45db-8733-3fd33abe1111"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4dff3de-7215-45db-8733-3fd33abe1111"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4dff3de-7215-45db-8733-3fd33abe1111"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4dff3de-7215-45db-8733-3fd33abe1111"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  margin-left: 8%;
margin-right: 8%;
text-align: center;
}
@media (min-width: 1200px){#s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  display: none;
}
#s-f424954f-54cd-4dae-b89c-4323a53ed8af, #wrap-s-f424954f-54cd-4dae-b89c-4323a53ed8af, #wrap-content-s-f424954f-54cd-4dae-b89c-4323a53ed8af { display: none !important; }}@media (max-width: 767px){#s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  display: none;
}
#s-f424954f-54cd-4dae-b89c-4323a53ed8af, #wrap-s-f424954f-54cd-4dae-b89c-4323a53ed8af, #wrap-content-s-f424954f-54cd-4dae-b89c-4323a53ed8af { display: none !important; }}
#s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  
  
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  
  
}


.shg-image-content-margin-container-s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-f424954f-54cd-4dae-b89c-4323a53ed8af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f424954f-54cd-4dae-b89c-4323a53ed8af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f424954f-54cd-4dae-b89c-4323a53ed8af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-f424954f-54cd-4dae-b89c-4323a53ed8af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f424954f-54cd-4dae-b89c-4323a53ed8af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f424954f-54cd-4dae-b89c-4323a53ed8af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-f424954f-54cd-4dae-b89c-4323a53ed8af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f424954f-54cd-4dae-b89c-4323a53ed8af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f424954f-54cd-4dae-b89c-4323a53ed8af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-f424954f-54cd-4dae-b89c-4323a53ed8af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f424954f-54cd-4dae-b89c-4323a53ed8af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f424954f-54cd-4dae-b89c-4323a53ed8af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f424954f-54cd-4dae-b89c-4323a53ed8af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-f424954f-54cd-4dae-b89c-4323a53ed8af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f424954f-54cd-4dae-b89c-4323a53ed8af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f424954f-54cd-4dae-b89c-4323a53ed8af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f424954f-54cd-4dae-b89c-4323a53ed8af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-126308be-8a2b-4f92-a841-ff5d240795cf {
  margin-left: 8%;
margin-right: 8%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-126308be-8a2b-4f92-a841-ff5d240795cf {
  padding-left: 6%;
padding-right: 6%;
}
}
#s-126308be-8a2b-4f92-a841-ff5d240795cf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-126308be-8a2b-4f92-a841-ff5d240795cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(252, 251, 247, 1);
  padding: 10px;
}

#s-126308be-8a2b-4f92-a841-ff5d240795cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(28, 46, 34, 1);
}

#s-126308be-8a2b-4f92-a841-ff5d240795cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(252, 251, 247, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-126308be-8a2b-4f92-a841-ff5d240795cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(28, 46, 34, 1);
  text-align: left;
  font-family: SangBleuSunrise-Regular;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-126308be-8a2b-4f92-a841-ff5d240795cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}@media (min-width: 1200px){#s-126308be-8a2b-4f92-a841-ff5d240795cf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-126308be-8a2b-4f92-a841-ff5d240795cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(252, 251, 247, 1);
  padding: 10px;
}

#s-126308be-8a2b-4f92-a841-ff5d240795cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(28, 46, 34, 1);
}

#s-126308be-8a2b-4f92-a841-ff5d240795cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(252, 251, 247, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-126308be-8a2b-4f92-a841-ff5d240795cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(28, 46, 34, 1);
  text-align: left;
  font-family: SangBleuSunrise-Regular;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-126308be-8a2b-4f92-a841-ff5d240795cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-9068f1f7-c79a-484e-bfb9-379e7b36fdae {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-9068f1f7-c79a-484e-bfb9-379e7b36fdae {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9068f1f7-c79a-484e-bfb9-379e7b36fdae {
  padding-left: 8%;
padding-right: 8%;
}
}
#s-9068f1f7-c79a-484e-bfb9-379e7b36fdae .shg-proportional-font-size,
#s-9068f1f7-c79a-484e-bfb9-379e7b36fdae .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6502439d-24f3-4e1a-a8f2-9075d975924a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6502439d-24f3-4e1a-a8f2-9075d975924a {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6502439d-24f3-4e1a-a8f2-9075d975924a {
  padding-left: 8%;
padding-right: 8%;
}
}
#s-6502439d-24f3-4e1a-a8f2-9075d975924a .shg-proportional-font-size,
#s-6502439d-24f3-4e1a-a8f2-9075d975924a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-218ca9d6-56e2-495f-93b6-cb106b84a868 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-218ca9d6-56e2-495f-93b6-cb106b84a868 {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-218ca9d6-56e2-495f-93b6-cb106b84a868 {
  padding-left: 8%;
padding-right: 8%;
}
}
#s-218ca9d6-56e2-495f-93b6-cb106b84a868 .shg-proportional-font-size,
#s-218ca9d6-56e2-495f-93b6-cb106b84a868 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1a7d753e-5006-489e-82c8-80f1c782655c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-1a7d753e-5006-489e-82c8-80f1c782655c {
  display: none;
}
#s-1a7d753e-5006-489e-82c8-80f1c782655c, #wrap-s-1a7d753e-5006-489e-82c8-80f1c782655c, #wrap-content-s-1a7d753e-5006-489e-82c8-80f1c782655c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a7d753e-5006-489e-82c8-80f1c782655c {
  display: none;
}
#s-1a7d753e-5006-489e-82c8-80f1c782655c, #wrap-s-1a7d753e-5006-489e-82c8-80f1c782655c, #wrap-content-s-1a7d753e-5006-489e-82c8-80f1c782655c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a7d753e-5006-489e-82c8-80f1c782655c {
  padding-top: 50px;
}
}@media (max-width: 767px){#s-1a7d753e-5006-489e-82c8-80f1c782655c {
  padding-left: 4%;
padding-right: 4%;
}
}







#s-1a7d753e-5006-489e-82c8-80f1c782655c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a7d753e-5006-489e-82c8-80f1c782655c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80de7427-5e9c-4b5e-a972-a4af2b17d6d9 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-80de7427-5e9c-4b5e-a972-a4af2b17d6d9 {
  text-align: center;
}
}
#s-3e168e20-c66c-4976-95f6-80a781a7fdc5 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3e168e20-c66c-4976-95f6-80a781a7fdc5 {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e168e20-c66c-4976-95f6-80a781a7fdc5 {
  display: none;
}
#s-3e168e20-c66c-4976-95f6-80a781a7fdc5, #wrap-s-3e168e20-c66c-4976-95f6-80a781a7fdc5, #wrap-content-s-3e168e20-c66c-4976-95f6-80a781a7fdc5 { display: none !important; }}@media (max-width: 767px){#s-3e168e20-c66c-4976-95f6-80a781a7fdc5 {
  padding-bottom: 10px;
display: none;
}
#s-3e168e20-c66c-4976-95f6-80a781a7fdc5, #wrap-s-3e168e20-c66c-4976-95f6-80a781a7fdc5, #wrap-content-s-3e168e20-c66c-4976-95f6-80a781a7fdc5 { display: none !important; }}







#s-3e168e20-c66c-4976-95f6-80a781a7fdc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e168e20-c66c-4976-95f6-80a781a7fdc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e086ceb-2f9e-4abf-99db-72c26b211dd1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1e086ceb-2f9e-4abf-99db-72c26b211dd1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1e086ceb-2f9e-4abf-99db-72c26b211dd1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1e086ceb-2f9e-4abf-99db-72c26b211dd1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e086ceb-2f9e-4abf-99db-72c26b211dd1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  margin-left: auto;
margin-right: auto;
max-width: 4234px;
text-align: center;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a img.shogun-image {
  width: 100%;
  
  
  max-width: 4234px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9912ec86-0cc0-4dc0-b84e-73f5320d260a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9912ec86-0cc0-4dc0-b84e-73f5320d260a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  margin-left: auto;
margin-right: auto;
max-width: 4251px;
text-align: center;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856 img.shogun-image {
  width: 100%;
  
  
  max-width: 4251px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0d70815c-e16a-4413-bf8a-98a93741f856 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d70815c-e16a-4413-bf8a-98a93741f856.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d70815c-e16a-4413-bf8a-98a93741f856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0d70815c-e16a-4413-bf8a-98a93741f856 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d70815c-e16a-4413-bf8a-98a93741f856.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d70815c-e16a-4413-bf8a-98a93741f856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0d70815c-e16a-4413-bf8a-98a93741f856 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d70815c-e16a-4413-bf8a-98a93741f856.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d70815c-e16a-4413-bf8a-98a93741f856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0d70815c-e16a-4413-bf8a-98a93741f856 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d70815c-e16a-4413-bf8a-98a93741f856.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d70815c-e16a-4413-bf8a-98a93741f856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0d70815c-e16a-4413-bf8a-98a93741f856 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0d70815c-e16a-4413-bf8a-98a93741f856 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d70815c-e16a-4413-bf8a-98a93741f856.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d70815c-e16a-4413-bf8a-98a93741f856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d70815c-e16a-4413-bf8a-98a93741f856.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  margin-left: auto;
margin-right: auto;
max-width: 4125px;
text-align: center;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 img.shogun-image {
  width: 100%;
  
  
  max-width: 4125px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa98794-a866-4bdb-bbd9-ce1b2b16aa75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  margin-left: auto;
margin-right: auto;
max-width: 2892px;
text-align: center;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 img.shogun-image {
  width: 100%;
  
  
  max-width: 2892px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-258b0d7c-ffdb-4bc6-9045-3669afed0754 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-258b0d7c-ffdb-4bc6-9045-3669afed0754 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-258b0d7c-ffdb-4bc6-9045-3669afed0754 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-258b0d7c-ffdb-4bc6-9045-3669afed0754 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-258b0d7c-ffdb-4bc6-9045-3669afed0754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-258b0d7c-ffdb-4bc6-9045-3669afed0754 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-258b0d7c-ffdb-4bc6-9045-3669afed0754.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9f507767-8886-4391-8a31-200fc0b9117e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-9f507767-8886-4391-8a31-200fc0b9117e {
  display: none;
}
#s-9f507767-8886-4391-8a31-200fc0b9117e, #wrap-s-9f507767-8886-4391-8a31-200fc0b9117e, #wrap-content-s-9f507767-8886-4391-8a31-200fc0b9117e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f507767-8886-4391-8a31-200fc0b9117e {
  display: none;
}
#s-9f507767-8886-4391-8a31-200fc0b9117e, #wrap-s-9f507767-8886-4391-8a31-200fc0b9117e, #wrap-content-s-9f507767-8886-4391-8a31-200fc0b9117e { display: none !important; }}







#s-9f507767-8886-4391-8a31-200fc0b9117e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f507767-8886-4391-8a31-200fc0b9117e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (max-width: 767px){#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  margin-top: 50px;
margin-bottom: 0px;
}
}
#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 50px;
  margin-bottom: 50px;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 50px;
  margin-bottom: 0px;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4278dfcb-4598-4d31-b292-02e8a2d8eda8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-68e0ecad-a7dd-4f92-ae60-6e83ea3fbe7b {
  margin-left: 0%;
margin-right: 7%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-68e0ecad-a7dd-4f92-ae60-6e83ea3fbe7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68e0ecad-a7dd-4f92-ae60-6e83ea3fbe7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83cba10e-d199-4e5e-87e6-e6d0f82e6bc2 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-83cba10e-d199-4e5e-87e6-e6d0f82e6bc2 {
  display: none;
}
#s-83cba10e-d199-4e5e-87e6-e6d0f82e6bc2, #wrap-s-83cba10e-d199-4e5e-87e6-e6d0f82e6bc2, #wrap-content-s-83cba10e-d199-4e5e-87e6-e6d0f82e6bc2 { display: none !important; }}@media (max-width: 767px){#s-83cba10e-d199-4e5e-87e6-e6d0f82e6bc2 {
  display: none;
}
#s-83cba10e-d199-4e5e-87e6-e6d0f82e6bc2, #wrap-s-83cba10e-d199-4e5e-87e6-e6d0f82e6bc2, #wrap-content-s-83cba10e-d199-4e5e-87e6-e6d0f82e6bc2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-83cba10e-d199-4e5e-87e6-e6d0f82e6bc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83cba10e-d199-4e5e-87e6-e6d0f82e6bc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83cba10e-d199-4e5e-87e6-e6d0f82e6bc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83cba10e-d199-4e5e-87e6-e6d0f82e6bc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  margin-left: 0%;
margin-right: 0%;
max-width: 2000px;
text-align: center;
}
@media (min-width: 1200px){#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  display: none;
}
#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c, #wrap-s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c, #wrap-content-s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c { display: none !important; }}@media (max-width: 767px){#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  display: none;
}
#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c, #wrap-s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c, #wrap-content-s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c { display: none !important; }}
#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  
  
}


.shg-image-content-margin-container-s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd6a3a5-8e13-4f4e-b15b-70ddb0443d4c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1200px;
text-align: center;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  
  
}


.shg-image-content-margin-container-s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a2bbb38-acc5-4d8f-b04d-64d8998ae527.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4bcf604f-bbac-4c1f-985f-75ea20d34eeb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
}

#s-4bcf604f-bbac-4c1f-985f-75ea20d34eeb .shg-proportional-font-size,
#s-4bcf604f-bbac-4c1f-985f-75ea20d34eeb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ba42231f-c225-488e-966b-80125daa78e4 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-ba42231f-c225-488e-966b-80125daa78e4 {
  padding-left: 6%;
padding-right: 6%;
}
}
#s-ba42231f-c225-488e-966b-80125daa78e4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ba42231f-c225-488e-966b-80125daa78e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(252, 251, 247, 1);
  padding: 10px;
}

#s-ba42231f-c225-488e-966b-80125daa78e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(28, 46, 34, 1);
}

#s-ba42231f-c225-488e-966b-80125daa78e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(252, 251, 247, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ba42231f-c225-488e-966b-80125daa78e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(28, 46, 34, 1);
  text-align: left;
  font-family: SangBleuSunrise-Regular;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-ba42231f-c225-488e-966b-80125daa78e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}@media (min-width: 1200px){#s-ba42231f-c225-488e-966b-80125daa78e4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ba42231f-c225-488e-966b-80125daa78e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(252, 251, 247, 1);
  padding: 10px;
}

#s-ba42231f-c225-488e-966b-80125daa78e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(28, 46, 34, 1);
}

#s-ba42231f-c225-488e-966b-80125daa78e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(252, 251, 247, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ba42231f-c225-488e-966b-80125daa78e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(28, 46, 34, 1);
  text-align: left;
  font-family: SangBleuSunrise-Regular;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-ba42231f-c225-488e-966b-80125daa78e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-9dd6f5c3-55d5-4eca-a1af-9fd617eb34e9 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-9dd6f5c3-55d5-4eca-a1af-9fd617eb34e9 {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
}
}
#s-9dd6f5c3-55d5-4eca-a1af-9fd617eb34e9 .shg-proportional-font-size,
#s-9dd6f5c3-55d5-4eca-a1af-9fd617eb34e9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-12bb99a2-7d1b-4665-97fb-9277f0c22ac0 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-12bb99a2-7d1b-4665-97fb-9277f0c22ac0 {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
}
}
#s-12bb99a2-7d1b-4665-97fb-9277f0c22ac0 .shg-proportional-font-size,
#s-12bb99a2-7d1b-4665-97fb-9277f0c22ac0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e9afc673-b5be-48f8-bba4-5cf69b692cce {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e9afc673-b5be-48f8-bba4-5cf69b692cce {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
}
}
#s-e9afc673-b5be-48f8-bba4-5cf69b692cce .shg-proportional-font-size,
#s-e9afc673-b5be-48f8-bba4-5cf69b692cce .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
